Searched refs:execattr_t (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/head/ |
H A D | exec_attr.h | 121 } execattr_t; typedef in typeref:struct:execattr_s 134 extern execattr_t *getexecattr(void); 135 extern execattr_t *getexecuser(const char *, const char *, const char *, int); 136 extern execattr_t *getexecprof(const char *, const char *, const char *, int); 137 extern execattr_t *match_execattr(execattr_t *, const char *, const char *, \ 139 extern void free_execattr(execattr_t *);
|
/illumos-gate/usr/src/lib/libsecdb/common/ |
H A D | getexecattr.c | 50 static execattr_t *userprof(const char *, const char *, const char *, int); 51 static execattr_t *get_tail(execattr_t *); 52 static execattr_t *execstr2attr(execstr_t *); 54 execattr_t * 68 execattr_t * 74 execattr_t *head = NULL; 75 execattr_t *prev = NULL; 116 execattr_t * 124 execattr_t *hea [all...] |
/illumos-gate/usr/src/cmd/profiles/ |
H A D | profiles.c | 55 static void print_profs_long(execattr_t *); 130 execattr_t *exec; 198 print_profs_long(execattr_t *exec)
|
/illumos-gate/usr/src/cmd/pfexecd/ |
H A D | pfexecd.c | 299 execattr_t *exec; 357 execattr_t *exec = NULL;
|
/illumos-gate/usr/src/lib/libshell/common/sh/ |
H A D | path.c | 99 execattr_t *pf;
|
/illumos-gate/usr/src/lib/librestart/common/ |
H A D | librestart.c | 2383 execattr_t *eap;
|
Completed in 118 milliseconds