Searched refs:procid (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/arch/epoc32/stand/e32boot/ldd/
H A Depoc32.cpp67 TUint procid; local
69 __asm("mrc p15, 0, %0, c0, c0" : "=r"(procid));
70 if (procid == CPU_ID_SA1100) {
72 } else if ((procid & CPU_ID_IMPLEMENTOR_MASK) == CPU_ID_ARM_LTD) {
73 if (CPU_ID_IS7(procid)) {
74 if ((procid & CPU_ID_7ARCH_MASK) == CPU_ID_7ARCH_V3)
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dthreadaux.d236 static bool enumProcessThreads( uint procid, bool function( uint id, void* context ) dg, void* context )
267 if ( pinfo.ProcessId == procid )
271 if ( tinfo.ProcessId == procid )
/netbsd-current/games/hunt/hunt/
H A Dhunt.c459 int procid; local
478 procid = fork();
479 if (procid == -1) {
482 if (procid == 0) {
/netbsd-current/sys/nfs/
H A Dnfs_subs.c580 nfsm_reqh(struct nfsnode *np, u_long procid, int hsiz, char **bposp) argument
604 nfsm_rpchead(kauth_cred_t cr, int nmflag, int procid, argument
644 *tl++ = txdr_unsigned(procid);
646 *tl++ = txdr_unsigned(nfsv2_procid[procid]);

Completed in 144 milliseconds