Searched refs:oldid (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/parport/
H A Dparport_pc.c1091 static void __devinit decode_winbond(int efer, int key, int devid, int devrev, int oldid) argument
1112 else if ((oldid &0x0f ) == 0x0a) { type="83877F"; progif=1;}
1113 else if ((oldid &0x0f ) == 0x0b) { type="83877AF"; progif=1;}
1114 else if ((oldid &0x0f ) == 0x0c) { type="83877TF"; progif=1;}
1115 else if ((oldid &0x0f ) == 0x0d) { type="83877ATF"; progif=1;}
1120 "devid=%02x devrev=%02x oldid=%02x type=%s\n",
1121 efer, key, devid, devrev, oldid, type);
1158 int devid,devrev,oldid,x_devid,x_devrev,x_oldid; local
1179 oldid=inb(io+1);
1182 if ((x_devid == devid) && (x_devrev == devrev) && (x_oldid == oldid))
1192 int devid,devrev,oldid,x_devid,x_devrev,x_oldid; local
1225 int id,rev,oldid,oldrev,x_id,x_rev,x_oldid,x_oldrev; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/rpc_client/
H A Dcli_pipe.c845 static uint32 create_rpc_request(prs_struct *rpc_out, uint8 op_num, int data_len, int auth_len, uint8 flags, uint32 oldid, uint32 data_left) argument
850 uint32 callid = oldid ? oldid : get_rpc_call_id();

Completed in 60 milliseconds