Searched refs:procid (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/iodbc/
H A Ditrace.h43 extern HPROC _iodbcdm_gettrproc (void FAR * stm, int procid, int type);
46 #define TRACE_CALL( stm, trace_on, procid, plist )
54 hproc = _iodbcdm_gettrproc(stm, procid, TRACE_TYPE_APP2DM);\
63 #define TRACE_DM2DRV( stm, procid, plist )
65 #define TRACE_DM2DRV( stm, procid, plist )\
69 hproc = _iodbcdm_gettrproc(stm, procid, TRACE_TYPE_DM2DRV);\
77 #define TRACE_DRV2DM( stm, procid, plist )
79 #define TRACE_DRV2DM( stm, procid, plist ) \
83 hproc = _iodbcdm_gettrproc( stm, procid, TRACE_TYPE_DRV2DM);\
107 #define CALL_DRIVER( hdbc, ret, proc, procid, plis
[all...]
H A Ditrace.c90 _iodbcdm_gettrproc (void FAR * istm, int procid, int type) argument
102 if (j == procid)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/sc/
H A Dcard.h117 int send_and_receive(int card, unsigned int procid, unsigned char type,
122 int sendmessage(int card, unsigned int procid, unsigned int type,
H A Dmessage.c84 unsigned int procid,
105 if(sc_adapter[card]->EngineUp && procid == CMPID) {
111 if(!sc_adapter[card]->EngineUp && procid == CEPID) {
131 sndmsg.process_id = procid;
169 unsigned int procid,
188 retval = sendmessage(card, procid, type, class, code, link,
83 sendmessage(int card, unsigned int procid, unsigned int type, unsigned int class, unsigned int code, unsigned int link, unsigned int data_len, unsigned int *data) argument
168 send_and_receive(int card, unsigned int procid, unsigned char type, unsigned char class, unsigned char code, unsigned char link, unsigned char data_len, unsigned char *data, RspMessage *mesgdata, int timeout) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/divert/
H A Disdn_divert.h90 ulong procid; /* process id returned when no error */ member in struct:__anon11743::__anon11747
H A Ddivert_procfs.c251 &dioctl.cf_ctrl.procid)))
H A Disdn_divert.c113 u_char service, char *fwd_nr, ulong *procid)
174 *procid = cs->ics.parm.dss1_io.ll_id;
111 cf_command(int drvid, int mode, u_char proc, char *msn, u_char service, char *fwd_nr, ulong *procid) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dmdbscript.tcl16 global procid
28 # Usage: mdbscript dir file nentries iter procid procs seed
33 # procid: this processes' id number
35 set usage "mdbscript method dir file nentries iter procid procs"
49 set procid [ lindex $argv 5 ]
67 # to do something different. So we add the procid to the fixed seed.
69 berkdb srand [expr $rand_init + $procid]
76 puts "$procid process id"
102 global procid
194 set data $datastr:$procid
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dmessages.c172 static NTSTATUS message_notify(struct process_id procid) argument
174 pid_t pid = procid.pid;
204 tdb_delete(tdb, message_key_pid(procid));

Completed in 154 milliseconds