Home
last modified time | relevance | path

Searched refs:p_id (Results 1 – 11 of 11) sorted by relevance

/titanic_50/usr/src/cmd/init/
H A Dinit.c309 char p_id[INITTAB_ENTRY_ID_SIZE]; /* Four letter unique id of */ member
1023 !id_eq(process->p_id, cmd.c_id)) in remv()
1415 tmproc.p_id[0] = cmd->c_id[0]; in spawn()
1416 tmproc.p_id[1] = cmd->c_id[1]; in spawn()
1417 tmproc.p_id[2] = cmd->c_id[2]; in spawn()
1418 tmproc.p_id[3] = cmd->c_id[3]; in spawn()
1449 process->p_id[0] = cmd->c_id[0]; in spawn()
1450 process->p_id[1] = cmd->c_id[1]; in spawn()
1451 process->p_id[2] = cmd->c_id[2]; in spawn()
1452 process->p_id[3] = cmd->c_id[3]; in spawn()
[all …]
/titanic_50/usr/src/stand/lib/sock/
H A Dsocket_inet.h45 enum nc_type p_id; member
H A Dsocket.c1299 return (nct[i].p_id); in get_netconfig_strategy()
/titanic_50/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_krb.h71 smb_krb5_pn_id_t p_id; member
H A Dsmbns_ksetpwd.c131 set->s_pns[set->s_cnt] = smb_krb5_get_pn_by_id(tabent->p_id, in smb_krb5_get_pn_set()
509 if (id == tabent->p_id) in smb_krb5_lookup_pn()
/titanic_50/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_smbios.c64 id_t p_id; member
124 if (mctsmb[j].p_id == chip_smbid) { in extdimmslot_to_dimmslot()
240 mctsmb[i].p_id = extma.smbmae_comp; in chip_get_smbstruct()
/titanic_50/usr/src/cmd/saf/
H A Dpmadm.c76 char *p_id; /* logname to start service as */ member
999 pp->p_id, pp->p_res1, pp->p_res2,
1007 pflags(pp->p_flags, TRUE), pp->p_id, pspec(pp->p_pmspec), Comment);
1148 pp->p_id = p;
/titanic_50/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c546 uint8_t *p_id, *id; in stmf_ioctl() local
657 p_id = (uint8_t *)ibuf; in stmf_ioctl()
658 if ((p_id == NULL) || (iocd->stmf_ibuf_size < 4) || in stmf_ioctl()
659 (iocd->stmf_ibuf_size < (p_id[3] + 4))) { in stmf_ioctl()
668 if ((p_id[3] == id[3]) && in stmf_ioctl()
669 (bcmp(p_id + 4, id + 4, id[3]) == 0)) { in stmf_ioctl()
703 p_id = (uint8_t *)ibuf; in stmf_ioctl()
706 (p_id[0] == 0)) { in stmf_ioctl()
712 if (bcmp(p_id, ilu->ilu_lu->lu_id->ident, 16) == 0) in stmf_ioctl()
738 p_id = (uint8_t *)ibuf; in stmf_ioctl()
[all …]
/titanic_50/usr/src/uts/common/io/audio/impl/
H A Daudio_sun.c129 pid_t p_id; member
354 if (proc->p_id == pid) { in devaudio_proc_hold()
365 proc->p_id = pid; in devaudio_proc_hold()
/titanic_50/usr/src/uts/common/rpc/
H A Dsvc.h266 int p_id; /* Pool id */ member
H A Dsvc.c484 if (pool->p_id == id) in svc_pool_find()
583 pool->p_id = id; in svc_pool_register()