Searched refs:NOPID (Results 1 - 25 of 34) sorted by relevance

12

/illumos-gate/usr/src/uts/common/ktli/
H A Dt_ksndudat.c144 unitdata->opt.len, fp->f_cred, NOPID))) {
H A Dt_kconnect.c99 fp->f_cred, NOPID))) {
/illumos-gate/usr/src/cmd/power/
H A Dconf.c305 if ((pid = fork()) == NOPID)
338 if (pid == NOPID)
/illumos-gate/usr/src/lib/libtnfctl/
H A Dinternal.c77 pid_t _tnfctl_externally_traced_pid = NOPID;
/illumos-gate/usr/src/ucbhead/sys/
H A Dtypes.h431 #define NOPID (pid_t)(-1) macro
/illumos-gate/usr/src/uts/common/sys/
H A Dtypes.h602 #define NOPID (pid_t)(-1) macro
/illumos-gate/usr/src/uts/intel/io/drm/
H A Di915_drv.h796 #ifdef NOPID
797 #undef NOPID macro
799 #define NOPID 0x2094 macro
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_trantcp.c244 if (!(mp = allocb_cred_wait(mlen, STR_NOSIG, &error, cr, NOPID)))
H A Dsubr_mchain.c267 mblk = allocb_cred_wait(MLEN, STR_NOSIG, &error, cr, NOPID);
/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_client.c188 llp_head = llp = flk_get_active_locks(sysid, NOPID);
483 llp_head = llp = flk_get_active_locks(sysid, NOPID);
/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_cots.c2654 mp = allocb_cred(sizeof (*tcr) + addr->len, cr, NOPID);
2870 sizeof (struct opthdr) + sizeof (int), cr, NOPID);
2958 sizeof (struct opthdr) + sizeof (int), cr, NOPID);
H A Dsvc_clts.c376 mblk_setcred(mp, cr, NOPID);
H A Dclnt_clts.c2046 while (!(bp = allocb_cred(msgsz + addr->len, cr, NOPID))) {
/illumos-gate/usr/src/uts/common/inet/iptun/
H A Diptun.c1255 connp->conn_cpid = NOPID;
2138 ixas.ixa_cpid = NOPID;
2191 ixas.ixa_cpid = NOPID;
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_output.c1005 mblk_setcred(mp, newcr, NOPID);
H A Dip_output.c1948 mblk_setcred(mp, newcr, NOPID);
2069 iras.ira_cpid = NOPID;
H A Dip_ftable.c608 ixas.ixa_cpid = NOPID;
H A Dip6.c481 ixas.ixa_cpid = NOPID;
1283 ixas.ixa_cpid = NOPID;
H A Dip6_input.c335 iras.ira_cpid = NOPID;
H A Dip_input.c353 iras.ira_cpid = NOPID;
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_idmap.c244 nig->nfsidmap_pid = NOPID;
H A Dnfs4_recovery.c2225 * and mark its remaining locks (if any) as belonging to NOPID, so
2235 if (llp->ll_flock.l_pid == NOPID)
3293 * pid in those that do to NOPID.
3301 llp->ll_flock.l_pid = NOPID;
/illumos-gate/usr/src/uts/common/os/
H A Dflock.c3643 * all locks are returned. If pid == NOPID, the pid is ignored. If
3710 if (pid != NOPID && lock->l_flock.l_pid != pid)
3775 return (get_lock_list(FLK_ACTIVE_STATE, 0, 0, B_FALSE, NOPID, vp,
3790 NOPID, vp, ALL_ZONES));
H A Dstrsubr.c8419 /* Don't overwrite with NOPID */
8420 if (cpid != NOPID)
8446 /* Don't overwrite with NOPID */
8447 if (cpid != NOPID)
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_input.c2003 * Provide for protocols above TCP such as RPC. NOPID leaves
2008 mblk_setcred(mp, cr, NOPID);
5313 mblk_setcred(mp, ira->ira_cred, NOPID);

Completed in 231 milliseconds

12