HomeSort by: relevance | last modified time | path
    Searched defs:PID (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/arch/atari/dev/
ncr5380var.h 61 #define PID(a) \
70 #define PID(a)
  /src/bin/ps/
keyword.c 76 #define PID(n1, n2, of) \
173 PID("pgid", "PGID", p__pgid),
174 PID("pid", "PID", p_pid),
176 PID("ppid", "PPID", p_ppid),
189 PID("sid", "SID", p_sid),
206 PID("tpgid", "TPGID", p_tpgid),
  /src/sys/arch/mac68k/dev/
mac68k5380.c 98 # define PID(a) \
104 # define PID(a)
223 PID("pdma_cleanup0");
261 PID("pdma_cleanup1");
263 PID("pdma_cleanup2");
275 PID("pdma_ready0");
277 PID("pdma_ready1.");
290 PID("pdma_ready2");
297 PID("pdma_ready3");
316 PID("pdma_ready4")
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
profile_collector_test.cc 36 u64 PID = 0;
  /src/usr.bin/ipcs/
ipcs.c 87 #define PID 8
196 option |= BIGGEST | CREATOR | OUTSTANDING | PID | TIME;
208 option |= PID;
308 if (option & PID)
343 if (option & PID)
363 if (option & PID)
396 if (option & PID)
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_profile_collector.cc 51 u64 PID = 0; // Process ID.
398 FileHeader.PID = internal_getpid();
  /src/sys/dev/ic/
sl811hs.c 140 #define PID 2
271 uint8_t tregs[4]; /* ADR, LEN, PID, DEV */
886 spipe->tregs[PID] = spipe->newpid = UE_GET_ADDR(ed->bEndpointAddress)
920 spipe->tregs[PID] |= SL11_PID_SETUP;
983 if ((spipe->tregs[PID] & SL11_PID_BITS) != SL11_PID_IN)
2050 if (actlen && (spipe->tregs[PID] & SL11_PID_BITS) == SL11_PID_IN) {
2107 spipe->tregs[PID] = spipe->newpid;
2118 /* CTRL_DATA swaps direction in PID then jumps here */
2130 if ((spipe->tregs[PID] & SL11_PID_BITS) == SL11_PID_IN)
2157 spipe->tregs[PID] ^= SLHCI_PID_SWAP_IN_OUT
    [all...]

Completed in 15 milliseconds