Searched refs:firstbyte (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/isdn/i4l/
H A Disdn_x25iface.c67 static void illegal_state_warn( unsigned state, unsigned char firstbyte) argument
69 printk( KERN_WARNING "isdn_x25iface: firstbyte %x illegal in"
70 "current state %d\n",firstbyte, state );
272 unsigned char firstbyte = skb->data[0]; local
276 MY_DEVNAME(cprot->net_dev), firstbyte, *state);
277 switch ( firstbyte ){
287 illegal_state_warn( *state, firstbyte );
299 illegal_state_warn( *state, firstbyte );
319 illegal_state_warn( *state, firstbyte );
328 " first byte %x ignored:\n", firstbyte);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/isdn/i4l/
H A Disdn_x25iface.c67 static void illegal_state_warn( unsigned state, unsigned char firstbyte) argument
69 printk( KERN_WARNING "isdn_x25iface: firstbyte %x illegal in"
70 "current state %d\n",firstbyte, state );
272 unsigned char firstbyte = skb->data[0]; local
276 MY_DEVNAME(cprot->net_dev), firstbyte, *state);
277 switch ( firstbyte ){
287 illegal_state_warn( *state, firstbyte );
299 illegal_state_warn( *state, firstbyte );
319 illegal_state_warn( *state, firstbyte );
328 " first byte %x ignored:\n", firstbyte);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/test/scr016/src/com/sleepycat/db/test/
H A DEncryptTest.java121 byte firstbyte = (toFind.getBytes("UTF-8"))[0];
125 if (buf[i] == firstbyte)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/test/scr016/src/com/sleepycat/db/test/
H A DEncryptTest.java121 byte firstbyte = (toFind.getBytes("UTF-8"))[0];
125 if (buf[i] == firstbyte)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/test/scr016/src/com/sleepycat/db/test/
H A DEncryptTest.java121 byte firstbyte = (toFind.getBytes("UTF-8"))[0];
125 if (buf[i] == firstbyte)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wget/lib/glthread/
H A Dlock.c461 char *firstbyte = (char *)once_control; local
462 if (*firstbyte == *(const char *)&fresh_once)
465 *firstbyte = ~ *(const char *)&fresh_once;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wget/lib/glthread/
H A Dlock.c461 char *firstbyte = (char *)once_control; local
462 if (*firstbyte == *(const char *)&fresh_once)
465 *firstbyte = ~ *(const char *)&fresh_once;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wget/lib/glthread/
H A Dlock.c461 char *firstbyte = (char *)once_control; local
462 if (*firstbyte == *(const char *)&fresh_once)
465 *firstbyte = ~ *(const char *)&fresh_once;

Completed in 134 milliseconds