Searched refs:pid_name (Results 1 – 4 of 4) sorted by relevance
| /illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/ |
| H A D | uds_daemon.c | 217 req->process_id, req->pid_name); in LogMcastQuestion() 244 req->process_id, req->pid_name); in LogMcastService() 753 request->pid_name, request->process_id, request->hdr.op, ret); in SetupAuditTokenForRequest() 1190 request->pid_name[0] = '\0'; in set_peer_pid() 1203 mDNSPlatformStrLCopy(request->pid_name, proc.pbsi_comm, sizeof(request->pid_name)); in set_peer_pid() 1205 debugf("set_peer_pid: Client PEEREPID is %d %s", p, request->pid_name); in set_peer_pid() 1221 request->request_id, request->process_id, request->pid_name); in connection_termination() 1254 request->pid_name); in connection_termination() 1337 request->pid_name); in _handle_regrecord_request_start() 1377 …th_trust: no audit token for pid(%s %d)", request->request_id, request->pid_name, request->process… in _handle_regrecord_request_with_trust() [all …]
|
| H A D | uds_daemon.h | 100 char pid_name[MAXCOMLEN]; // Client's process name member
|
| /illumos-gate/usr/src/cmd/nscd/ |
| H A D | nscd_selfcred.c | 1415 check_uid(char *pid_name) in check_uid() argument 1430 (void) snprintf(pname, sizeof (pname), "/proc/%s/psinfo", pid_name); in check_uid()
|
| /illumos-gate/usr/src/cmd/ps/ |
| H A D | ps.c | 980 print_proc(char *pid_name) in print_proc() argument 989 pdlen = snprintf(pname, sizeof (pname), "%s/%s/", procdir, pid_name); in print_proc()
|