/illumos-gate/usr/src/uts/common/ktli/ |
H A D | t_ksndudat.c | 144 unitdata->opt.len, fp->f_cred, NOPID))) {
|
H A D | t_kconnect.c | 99 fp->f_cred, NOPID))) {
|
/illumos-gate/usr/src/cmd/power/ |
H A D | conf.c | 305 if ((pid = fork()) == NOPID) 338 if (pid == NOPID)
|
/illumos-gate/usr/src/lib/libtnfctl/ |
H A D | internal.c | 77 pid_t _tnfctl_externally_traced_pid = NOPID;
|
/illumos-gate/usr/src/ucbhead/sys/ |
H A D | types.h | 431 #define NOPID (pid_t)(-1) macro
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | types.h | 602 #define NOPID (pid_t)(-1) macro
|
/illumos-gate/usr/src/uts/intel/io/drm/ |
H A D | i915_drv.h | 796 #ifdef NOPID 797 #undef NOPID macro 799 #define NOPID 0x2094 macro
|
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | smb_trantcp.c | 244 if (!(mp = allocb_cred_wait(mlen, STR_NOSIG, &error, cr, NOPID)))
|
H A D | subr_mchain.c | 267 mblk = allocb_cred_wait(MLEN, STR_NOSIG, &error, cr, NOPID);
|
/illumos-gate/usr/src/uts/common/klm/ |
H A D | nlm_client.c | 188 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 D | clnt_cots.c | 2654 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 D | svc_clts.c | 376 mblk_setcred(mp, cr, NOPID);
|
H A D | clnt_clts.c | 2046 while (!(bp = allocb_cred(msgsz + addr->len, cr, NOPID))) {
|
/illumos-gate/usr/src/uts/common/inet/iptun/ |
H A D | iptun.c | 1255 connp->conn_cpid = NOPID; 2138 ixas.ixa_cpid = NOPID; 2191 ixas.ixa_cpid = NOPID;
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ip6_output.c | 1005 mblk_setcred(mp, newcr, NOPID);
|
H A D | ip_output.c | 1948 mblk_setcred(mp, newcr, NOPID); 2069 iras.ira_cpid = NOPID;
|
H A D | ip_ftable.c | 608 ixas.ixa_cpid = NOPID;
|
H A D | ip6.c | 481 ixas.ixa_cpid = NOPID; 1283 ixas.ixa_cpid = NOPID;
|
H A D | ip6_input.c | 335 iras.ira_cpid = NOPID;
|
H A D | ip_input.c | 353 iras.ira_cpid = NOPID;
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_idmap.c | 244 nig->nfsidmap_pid = NOPID;
|
H A D | nfs4_recovery.c | 2225 * 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 D | flock.c | 3643 * 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 D | strsubr.c | 8419 /* 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 D | tcp_input.c | 2003 * Provide for protocols above TCP such as RPC. NOPID leaves 2008 mblk_setcred(mp, cr, NOPID); 5313 mblk_setcred(mp, ira->ira_cred, NOPID);
|