Symbol: sactab
usr/src/cmd/saf/admutil.c
237
struct sactab stab; /* place to hold parsed info */
usr/src/cmd/saf/extern.h
67
extern struct sactab *read_entry();
usr/src/cmd/saf/extern.h
68
extern struct sactab *findpm();
usr/src/cmd/saf/extern.h
82
extern struct sactab *Sactab;
usr/src/cmd/saf/global.c
60
struct sactab *Sactab; /* linked list head of PM info */
usr/src/cmd/saf/misc.c
493
register struct sactab *sp;
usr/src/cmd/saf/misc.c
516
sendsig(struct sactab *sp, int signo)
usr/src/cmd/saf/misc.c
53
struct sactab *
usr/src/cmd/saf/misc.c
554
register struct sactab *sp;
usr/src/cmd/saf/misc.c
57
register struct sactab *sp; /* working pointer */
usr/src/cmd/saf/misc.c
81
register struct sactab *sp; /* working pointer */
usr/src/cmd/saf/pmadm.c
1298
struct sactab stab; /* place to hold parsed info */
usr/src/cmd/saf/pmadm.c
1299
register struct sactab *sp = &stab; /* and a pointer to it */
usr/src/cmd/saf/readtab.c
101
struct sactab *
usr/src/cmd/saf/readtab.c
105
register struct sactab *sp; /* working pointer */
usr/src/cmd/saf/readtab.c
124
sp = (struct sactab *) calloc(1, sizeof(struct sactab));
usr/src/cmd/saf/readtab.c
144
register struct sactab *sp;
usr/src/cmd/saf/readtab.c
147
register struct sactab *tsp, *savtsp; /* scratch pointers */
usr/src/cmd/saf/readtab.c
252
register struct sactab *sp; /* working pointer */
usr/src/cmd/saf/readtab.c
253
register struct sactab *savesp, *tsp; /* scratch pointers */
usr/src/cmd/saf/readtab.c
330
register struct sactab *sp; /* working pointer */
usr/src/cmd/saf/readtab.c
56
struct sactab *sp; /* working pointer to move through PM info */
usr/src/cmd/saf/sac.c
226
struct sactab *sp; /* working pointer */
usr/src/cmd/saf/sac.c
299
struct sactab *sp; /* working pointer */
usr/src/cmd/saf/sac.c
300
struct sactab *savesp; /* rembered port monitor match */
usr/src/cmd/saf/sac.c
368
startpm(struct sactab *sp)
usr/src/cmd/saf/sac.c
454
cleanutx(struct sactab *sp)
usr/src/cmd/saf/sac.c
531
account(struct sactab *sp, pid_t pid)
usr/src/cmd/saf/sac.c
564
startit(struct sactab *sp)
usr/src/cmd/saf/sac.c
66
int startpm(struct sactab *);
usr/src/cmd/saf/sac.c
67
void cleanutx(struct sactab *);
usr/src/cmd/saf/sac.c
676
mkargv(struct sactab *sp)
usr/src/cmd/saf/sac.c
68
void account(struct sactab *, pid_t);
usr/src/cmd/saf/sac.c
69
void startit(struct sactab *);
usr/src/cmd/saf/sac.c
70
char **mkargv(struct sactab *);
usr/src/cmd/saf/sac.c
73
void pollfail(struct sactab *, int);
usr/src/cmd/saf/sac.c
767
struct sactab *sp; /* working pointer */
usr/src/cmd/saf/sac.c
837
struct sactab *sp; /* working pointer */
usr/src/cmd/saf/sac.c
867
pollfail(struct sactab *sp, int reason)
usr/src/cmd/saf/sac.c
937
struct sactab *sp; /* working pointer */
usr/src/cmd/saf/sacadm.c
975
struct sactab stab; /* place to hold parsed info */
usr/src/cmd/saf/sacadm.c
976
register struct sactab *sp = &stab; /* and a pointer to it */
usr/src/cmd/saf/structs.h
60
struct sactab *sc_next; /* next in list */
usr/src/cmd/saf/util.c
102
register struct sactab *sp;