Home
last modified time | relevance | path

Searched refs:pid_name (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/
H A Duds_daemon.c217 req->process_id, req->pid_name); in LogMcastQuestion()
244 req->process_id, req->pid_name); in LogMcastService()
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()
1254 request->pid_name); in connection_termination()
1337 request->pid_name); in _handle_regrecord_request_start()
2613 info->process_id, info->pid_name); in browse_termination_callback()
3880 request->pid_name); in handle_queryrecord_request()
4199 mDNSPlatformStrLCopy(request->pid_name, proc.pbsi_comm, sizeof(request->pid_name)); in handle_connection_delegate_request()
4535 request->pid_name); in handle_addrinfo_request()
[all …]
H A Duds_daemon.h100 char pid_name[MAXCOMLEN]; // Client's process name member
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_selfcred.c1415 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 Dps.c931 print_proc(char *pid_name) in print_proc() argument
940 pdlen = snprintf(pname, sizeof (pname), "%s/%s/", procdir, pid_name); in print_proc()