Home
last modified time | relevance | path

Searched defs:pid_t (Results 1 – 12 of 12) sorted by relevance

/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Dstdtypes.h50 typedef int pid_t; /* process id */ typedef
/titanic_44/usr/src/cmd/mailx/
H A Dpopen.c65 typedef int pid_t; typedef
/titanic_44/usr/src/uts/common/os/
H A Dport_subr.c536 int (*port_callback)(void *, int *, pid_t, int, void *), in port_init_event() argument
696 void (*port_src_close)(void *, int, pid_t, int), void *arg, in port_associate_ksource() argument
/titanic_44/usr/src/lib/libpctx/common/
H A Dlibpctx.c400 pctx_lwpiterate(pctx_t *pctx, int (*action)(pctx_t *, pid_t, id_t, void *)) in pctx_lwpiterate() argument
523 int (*tick)(pctx_t *, pid_t, id_t, void *)) in pctx_run() argument
/titanic_44/usr/src/cmd/sendmail/include/sm/
H A Dconf.h271 typedef int pid_t; typedef
506 typedef int pid_t; typedef
708 typedef int pid_t; typedef
1160 typedef short pid_t; typedef
1308 typedef short pid_t; typedef
1407 typedef int pid_t; typedef
1638 typedef int pid_t; typedef
1668 typedef int pid_t; typedef
2152 typedef int pid_t; typedef
2219 typedef int pid_t; typedef
/titanic_44/usr/src/ucbhead/sys/
H A Dtypes.h358 typedef long pid_t; /* process id type */ typedef
361 typedef int pid_t; typedef
/titanic_44/usr/src/uts/common/sys/
H A Dtypes.h511 typedef int pid_t; /* process id type */ typedef
514 typedef long pid_t; /* (historical version) */ typedef
/titanic_44/usr/src/cmd/mail/
H A Dmail.h73 typedef int pid_t; typedef
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/
H A Ddns-sd.c84 typedef int pid_t; typedef
/titanic_44/usr/src/cmd/ssh/include/
H A Ddefines.h285 typedef int pid_t; typedef
/titanic_44/usr/src/cmd/mailx/hdr/
H A Ddef.h413 typedef int pid_t; typedef
/titanic_44/usr/src/cmd/rcap/rcapd/
H A Drcapd_main.c586 proc_walk_all(void (*cb)(const pid_t)) in proc_walk_all()