Home
last modified time | relevance | path

Searched refs:PID1 (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/tests/scripts/
H A Dtest029-ldapglue75 PID1=$!
77 echo PID $PID1
98 KILLPIDS="$PID1 $PID2 $PID3"
H A Dtest032-chain50 PID1=$!
52 echo PID $PID1
55 KILLPIDS="$PID1"
/netbsd-src/sys/arch/evbarm/stand/boot2440/
H A Ddm9000.c94 #define PID1 0x2b /* product ID high byte */ macro
171 val |= CSR_READ_1(l, PID1) << 8; in dm9k_match()