Searched refs:sactab (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/saf/
H A Dglobal.c60 struct sactab *Sactab; /* linked list head of PM info */
H A Dextern.h67 extern struct sactab *read_entry();
68 extern struct sactab *findpm();
82 extern struct sactab *Sactab;
H A Dstructs.h50 struct sactab { struct
60 struct sactab *sc_next; /* next in list */
H A Dreadtab.c58 struct sactab *sp; /* working pointer to move through PM info */
103 struct sactab *
107 register struct sactab *sp; /* working pointer */
126 sp = (struct sactab *) calloc(1, sizeof(struct sactab));
137 * insert - insert a sactab entry into the linked list
146 register struct sactab *sp;
149 register struct sactab *tsp, *savtsp; /* scratch pointers */
254 register struct sactab *sp; /* working pointer */
255 register struct sactab *saves
[all...]
H A Dsac.c68 int startpm(struct sactab *);
69 void cleanutx(struct sactab *);
70 void account(struct sactab *, pid_t);
71 void startit(struct sactab *);
72 char **mkargv(struct sactab *);
75 void pollfail(struct sactab *, int);
228 struct sactab *sp; /* working pointer */
301 struct sactab *sp; /* working pointer */
302 struct sactab *savesp; /* rembered port monitor match */
370 startpm(struct sactab *s
[all...]
H A Dmisc.c56 struct sactab *
60 register struct sactab *sp; /* working pointer */
84 register struct sactab *sp; /* working pointer */
86 char **data; /* "dumped" sactab */
389 * request for sac to read sactab
496 register struct sactab *sp;
519 sendsig(struct sactab *sp, int signo)
557 register struct sactab *sp;
H A Dadmutil.c240 struct sactab stab; /* place to hold parsed info */
H A Dutil.c105 register struct sactab *sp;
H A Dpmadm.c1303 struct sactab stab; /* place to hold parsed info */
1304 register struct sactab *sp = &stab; /* and a pointer to it */
H A Dsacadm.c978 struct sactab stab; /* place to hold parsed info */
979 register struct sactab *sp = &stab; /* and a pointer to it */

Completed in 336 milliseconds