Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4v/io/
H A Dplatsvc.c132 static int ps_init(void);
193 if ((rv = ps_init()) != 0) in _init()
225 ps_init(void) in ps_init() function
/illumos-gate/usr/src/cmd/sgs/demo_rdb/common/
H A Drdb.h233 extern retc_t ps_init(int, int, pid_t, struct ps_prochandle *);
H A Dmain.c282 (void) ps_init(pctlfd, pstatusfd, cpid, &proch); in main()
H A Dps.c127 ps_init(int pctlfd, int pstatusfd, pid_t pid, struct ps_prochandle *procp) in ps_init() function