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

/freebsd-current/usr.bin/lockf/tests/
H A Dlockf_test.sh47 lpid=$!
59 wait "$lpid"
157 lpid=$!
164 kill "$lpid"
165 wait "$lpid"
194 lpid=$!
209 kill "$lpid"
210 wait "$lpid" || true
/freebsd-current/tools/test/stress2/misc/
H A Dumountf12.sh42 tail -F -n 0 /var/log/messages > $log & lpid=$!
63 kill $lpid
H A Dkillpg2.sh145 int lpid, kpid, s1, s2;
157 if ((lpid = fork()) == 0)
163 if (waitpid(lpid, &s1, 0) != lpid)
H A Dkillpg3.sh141 int lpid, s1;
152 if ((lpid = fork()) == 0)
154 if (waitpid(lpid, &s1, 0) != lpid)
H A Dswap.sh50 tail -F -n 0 /var/log/messages > $log & lpid=$!
52 kill $lpid
/freebsd-current/contrib/bmake/mk/
H A Dmeta2deps.sh232 lpid=
258 case "$lpid,$pid" in
279 case "$lpid" in
281 *) eval ldir_$lpid=$ldir;;
284 lpid=$pid
/freebsd-current/share/mk/
H A Dmeta2deps.sh232 lpid=
258 case "$lpid,$pid" in
279 case "$lpid" in
281 *) eval ldir_$lpid=$ldir;;
284 lpid=$pid
/freebsd-current/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_ext.h108 volatile uint8_t lpid; /**< Logical port id */ member in struct:t_FmPrsResult
/freebsd-current/sys/powerpc/aim/
H A Dmmu_radix.c190 radix_tlbie(uint8_t ric, uint8_t prs, uint16_t is, uint32_t pid, uint32_t lpid, argument
197 rs = ((uint64_t)pid << 32) | lpid;
2133 mmu_parttab_update(uint64_t lpid, uint64_t pagetab, uint64_t proctab) argument
2138 printf("%s isa3_parttab %p lpid %lx pagetab %lx proctab %lx\n", __func__, isa3_parttab,
2139 lpid, pagetab, proctab);
2140 prev = be64toh(isa3_parttab[lpid].pagetab);
2141 isa3_parttab[lpid].pagetab = htobe64(pagetab);
2142 isa3_parttab[lpid].proctab = htobe64(proctab);
2146 "r" (TLBIEL_INVAL_SET_LPID), "r" (lpid));
2148 "r" (TLBIEL_INVAL_SET_LPID), "r" (lpid));
[all...]

Completed in 128 milliseconds