Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_main.c97 (void) core_set_process_path(path, strlen(path) + 1, fmd.d_pid); in daemonize_init()
197 fmd.d_pid = getpid(); in daemonize_init()
H A Dfmd.h67 pid_t d_pid; /* process-ID of current daemon */ member
H A Dfmd_subr.c88 if (fmd.d_pid != 0 && (tp = pthread_getspecific(fmd.d_key)) != NULL) in fmd_vpanic()
H A Dfmd.c418 dp->d_pid = getpid(); in fmd_create()