/src/tests/usr.bin/pkill/ |
t_pgrep.sh | 53 PID=$! 63 kill -9 $PID 68 "$PID t0123456789abcde $PID t0123456789abcde $PID t0123456789abcde"
|
/src/usr.bin/make/unit-tests/ |
varname-dot-make-pid.mk | 1 # $NetBSD: varname-dot-make-pid.mk,v 1.3 2022/01/23 21:48:59 rillig Exp $ 3 # Tests for the special .MAKE.PID variable, which contains the process ID of 7 .if ${.MAKE.PID:C,[0-9],,g} != "" 9 .elif !(${.MAKE.PID} > 0) 14 _!= kill -0 ${.MAKE.PID}
|
deptgt-interrupt.mk | 8 @kill -INT ${.MAKE.PID}
|
export.mk | 14 .if !defined(.MAKE.PID) 15 . error .MAKE.PID must be defined 26 .export .MAKE.PID
|
varname-dot-make-ppid.mk | 19 .if ${.MAKE.PPID} == ${.MAKE.PID}
|
opt-chdir.mk | 23 @${MAKE} -C /nonexistent.${.MAKE.PID}
|
cmd-interrupt.mk | 52 @kill -INT ${.MAKE.PID} 56 @kill -INT ${.MAKE.PID} 60 @kill -INT ${.MAKE.PID} 68 @kill -INT ${.MAKE.PID} && sleep 1 && > ${.TARGET}
|
opt-debug-graph1.exp | 31 .MAKE.PID = <details omitted>
|
suff-transform-debug.exp | 22 .MAKE.PID = <details omitted>
|
opt-debug-graph2.exp | 65 .MAKE.PID = <details omitted>
|
opt-debug-graph3.exp | 65 .MAKE.PID = <details omitted>
|
suff-main-several.exp | 96 .MAKE.PID = <details omitted>
|
/src/sys/arch/atari/dev/ |
ncr5380var.h | 61 #define PID(a) \ 70 #define PID(a)
|
ncr5380.c | 464 PID("scsi_main1"); 528 PID("scsi_main2"); 569 PID("scsi_main3"); 593 PID("scsi_main4"); 626 PID("scsi_main5"); 645 PID("ncr_dma_intr"); 694 PID("ncr_ctrl_intr1"); 721 PID("scsi_select1"); 734 PID("scsi_select2"); 761 PID("scsi_select3") [all...] |
atari5380.c | 519 PID("drq berr"); 587 PID("drq (in)"); 589 PID("drq (out)"); 637 PID("end drq");
|
/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...] |
ncr5380.c | 457 PID("scsi_main1"); 515 PID("scsi_main2"); 554 PID("scsi_main3"); 577 PID("scsi_main4"); 611 PID("scsi_main5"); 630 PID("ncr_dma_intr"); 675 PID("ncr_ctrl_intr1"); 701 PID("scsi_select1"); 714 PID("scsi_select2"); 741 PID("scsi_select3") [all...] |
/src/sys/arch/macppc/stand/ofwboot/ |
Makefile | 118 ${PROG}.mrg ${PROG}.xcf.${.MAKE.PID} 119 ${TOOL_MACPPCFIXCOFF} ${PROG}.xcf.${.MAKE.PID} && \ 120 mv ${PROG}.xcf.${.MAKE.PID} ${PROG}.xcf
|
/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/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/tests/bin/ps/ |
t_ps.sh | 94 default_keywords='pid tty stat time command' 95 j_keywords='user pid ppid pgid sess jobc state tt time command' 96 l_keywords='uid pid ppid cpu pri nice vsz rss wchan state tt time command' 97 s_keywords='uid pid ppid cpu lid nlwp pri nice vsz rss wchan lstate tt ltime command' 98 u_keywords='user pid %cpu %mem vsz rss tt state start time command' 99 v_keywords='pid state time sl re pagein vsz rss lim tsiz %cpu %mem command' 102 # Convert a list of keywords like "pid comm" to a regexp 103 # like " *PID COMMAND *" 203 "the pid column" 209 "$(echo "${default_keywords}" | sed -e 's/pid/pid %cpu %mem/') [all...] |
/src/sys/arch/mips/mips/ |
locore_mips1.S | 1100 * Return the pid from the TLB pid reg. 1115 and v0, MIPS1_TLB_PID # mask out only the PID 1117 srl v0, MIPS1_TLB_PID_SHIFT # put PID in right spot 1124 * Write the given pid into the TLB pid reg. 1126 * void mipsN_tlb_set_asid(tlb_asid_t pid) 1132 * PID set in the entry hi register. 1137 sll a0, MIPS1_TLB_PID_SHIFT # put PID in right spot 1165 mfc0 ta1, MIPS_COP_0_TLB_HI # save current PID [all...] |
/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/external/bsd/compiler_rt/dist/lib/xray/tests/unit/ |
profile_collector_test.cc | 36 u64 PID = 0;
|
/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...] |