Searched defs:pid (Results 1 - 7 of 7) sorted by relevance

/solaris-userland/components/net-snmp-57/sun/agent/modules/seaExtensions/
H A DsunProcesses.h52 pid_t pid; member in struct:ps_data_s
H A DsunProcesses.c93 static ps_data_t *find_ps_data(pid_t pid);
116 return (i->pid - j->pid);
162 psp->pid,
177 static ps_data_t * find_ps_data(pid_t pid) argument
182 key.pid = pid;
268 psp->pdata.pid = info.pr_pid;
735 long_type = (long)ps_ptr[0].pid;
779 long_type = (long)ps_ptr[0].pid;
[all...]
/solaris-userland/components/openssl/common/engines/pkcs11/
H A De_pk11_uri.c621 pid_t pid; local
630 switch (pid = fork()) {
670 (void) waitpid(pid, NULL, 0);
H A De_pk11.h95 pid_t pid; /* Current process ID */ member in struct:PK11_st_SESSION
H A De_pk11.c1494 static pid_t pid = 0; local
1518 if (pid == 0) {
1519 pid = getpid();
1552 if (pid != (new_pid = getpid())) {
1553 pid = new_pid;
1628 if (sp->pid == 0) {
1661 if (sp == NULL || sp->pid != getpid()) {
1751 if (sp->session != CK_INVALID_HANDLE && sp->pid == mypid) {
1815 sp->pid = getpid();
/solaris-userland/components/openvswitch/files/lib/
H A Droute-table-solaris.c37 static int pid; variable
114 } while (ssz > 0 && (rtm->rtm_seq != seq || rtm->rtm_pid != pid));
154 pid = getpid();
H A Dnetdev-solaris.c2197 const pid_t pid = getpid(); local
2252 } while (ssz > 0 && (rtm->rtm_seq != seq || rtm->rtm_pid != pid));

Completed in 34 milliseconds