Searched refs:OWN (Results 1 – 5 of 5) sorted by relevance
47 OWN=`expr "\`id\`" : ".*uid=[0-9]*(\(..*\)) .*"`48 OWNER=`echo $OWN | sed -e 's/) .*//p'`237 OWN=`ls -l $direct/$FILE | awk '{print $3}'`253 chown $OWN $direct/$FILE327 OWN=`ls -l $PUTHERE | awk '{print $3}'`345 chown $OWN $PUTHERE
62 #define OWN 0x80000000 macro639 txd.cmdsts = (u32) OWN | s; in natsemi_transmit()649 while ((((volatile u32) tx_status=txd.cmdsts) & OWN) && (currticks() < to)) in natsemi_transmit()684 if (!(rx_status & OWN)) in natsemi_poll()
201 OWN = 0x80000000, enumerator
1108 txd.cmdsts = (u32) OWN | s; in sis900_transmit()1118 while ((((volatile u32) tx_status=txd.cmdsts) & OWN) && (currticks() < to)) in sis900_transmit()1156 if (!(rx_status & OWN)) in sis900_poll()
81 * - sown: snoop error due to own OWN hitting cache line in S or M.