Searched refs:PID (Results 26 - 43 of 43) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/usb/
H A Dr8a66597.h354 #define PID 0x0003 /* b1-0: Response PID */ macro
399 #define PID 0x0003 /* b1-0: Response PID */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/script/tests/
H A Dselftest.sh117 panic action = $SCRIPTDIR/gdb_backtrace %PID% %PROG%
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dutils.cpp134 return((int)::DosKillProcess(0, (PID)lPid));
147 PID vPid = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Ddlci.c93 hdr.PID = htons(type);
153 skb->protocol = hdr->PID;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/b2c2/
H A Dflexcop-hw-filter.c60 /* this fancy define reduces the code size of the quite similar PID controlling of
151 vpid.pid_n_reg_314.PID = onoff ? pid : 0x1fff;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/kernel/
H A Dkgdb.c224 BZ, VR, PID, SRS, enumerator in enum:register_name
475 } else if (regno == PID) {
522 } else if (regno == PID) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dcmm_data.c284 u8 PID; local
418 PID = PID_MGMT;
423 (SrcBufLen - TXINFO_SIZE - TXWI_SIZE), PID, 0,
977 u8 PID,
1022 pTxWI->PacketId = PID;
1167 /* set PID for TxRateSwitching */
973 RTMPWriteTxWI(struct rt_rtmp_adapter *pAd, struct rt_txwi * pOutTxWI, IN BOOLEAN FRAG, IN BOOLEAN CFACK, IN BOOLEAN InsTimestamp, IN BOOLEAN AMPDU, IN BOOLEAN Ack, IN BOOLEAN NSeq, u8 BASize, u8 WCID, unsigned long Length, u8 PID, u8 TID, u8 TxRate, u8 Txopmode, IN BOOLEAN CfAck, IN HTTRANSMIT_SETTING * pTransmit) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dr8a66597-hcd.c474 tmp = r8a66597_read(r8a66597, pipe->pipectr) & PID;
476 r8a66597_mdfy(r8a66597, PID_NAK, PID, pipe->pipectr);
477 r8a66597_mdfy(r8a66597, PID_BUF, PID, pipe->pipectr);
485 tmp = r8a66597_read(r8a66597, pipe->pipectr) & PID;
487 r8a66597_mdfy(r8a66597, PID_STALL, PID, pipe->pipectr);
488 r8a66597_mdfy(r8a66597, PID_NAK, PID, pipe->pipectr);
1505 u16 pid = r8a66597_read(r8a66597, td->pipe->pipectr) & PID;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/
H A Dftpserver.pl108 # global vars used for child processes PID tracking
110 my $sfpid; # PID for primary connection sockfilt process
111 my $slavepid; # PID for secondary connection sockfilt process
3075 open(PID, ">$pidfile");
3076 print PID $$."\n";
3077 close(PID);
H A Druntests.pl433 if(-f $pidfile && -s $pidfile && open(PID, "<$pidfile")) {
434 $pid2 = 0 + <PID>;
435 close(PID);
1245 logmsg "RUN: $srvrname server is now running PID $httppid\n";
1320 logmsg "RUN: $srvrname server is now running PID $httppid\n";
1403 logmsg "RUN: $srvrname server is now running PID $httpspid\n";
1468 # Server is up. Verify that we can speak to it. PID is from fake pidfile
1481 logmsg "RUN: $srvrname server is now running PID $httptlspid\n";
1577 logmsg "RUN: $srvrname server is now running PID $ftppid\n";
1660 logmsg "RUN: $srvrname server is now running PID
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dr8a66597-udc.c116 pid = r8a66597_read(r8a66597, DCPCTR) & PID;
119 pid = r8a66597_read(r8a66597, offset) & PID;
132 r8a66597_mdfy(r8a66597, pid, PID, DCPCTR);
135 r8a66597_mdfy(r8a66597, pid, PID, offset);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dov772x.c43 #define PID 0x0A /* Product ID Number MSB */ macro
1049 pid = i2c_smbus_read_byte_data(client, PID);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/platform/x86/
H A Dsony-laptop.c659 SNC_HANDLE(PID, snc_PID_get, NULL, NULL, 1),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Drtmp.h2508 u8 PID,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lsync/source/
H A Dlsyncd.lua3562 -pidfile FILE Writes Lsyncds PID into FILE
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dfunction.tex703 process with PID {\it pid}. The valid signal values are
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.c14864 PID pid;
14877 PID pid;
14903 PID holder1;
14915 PID holder1;
14939 PID holder1;
22813 /* If some thread using this PID has a lock via a different unixFile*
22823 /* If a SHARED lock is requested, and some thread using this PID already
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/sqlite-3.6.22/
H A Dsqlite3.c14864 PID pid;
14877 PID pid;
14903 PID holder1;
14915 PID holder1;
14939 PID holder1;
22813 /* If some thread using this PID has a lock via a different unixFile*
22823 /* If a SHARED lock is requested, and some thread using this PID already
[all...]

Completed in 727 milliseconds

12