Searched defs:upid (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlmgmt.c190 dlmgmt_door_upid_t upid; local
194 upid.ld_cmd = DLMGMT_CMD_UP_LINKID;
195 upid.ld_linkid = linkid;
197 return (dladm_door_call(handle, &upid, sizeof (upid), &retval, &sz));
/illumos-gate/usr/src/cmd/dlmgmtd/
H A Ddlmgmt_door.c695 dlmgmt_door_upid_t *upid = argp; local
704 if ((linkp = link_by_id(upid->ld_linkid, zoneid)) == NULL) {
/illumos-gate/usr/src/cmd/ptools/pfiles/
H A Dpfiles.c572 pid_t upid = ucred_getpid(cred); local
576 if ((upid != -1) || (uzid != -1)) {
578 if (upid != -1) {
579 show_peer_process(upid);

Completed in 396 milliseconds