Home
last modified time | relevance | path

Searched refs:profattr_t (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libsecdb/common/
H A Dgetprofattr.c41 static profattr_t *profstr2attr(profstr_t *);
43 profattr_t *
56 profattr_t *
88 free_profattr(profattr_t *prof) in free_profattr()
101 static profattr_t *
104 profattr_t *newprof; in profstr2attr()
107 return ((profattr_t *)NULL); in profstr2attr()
109 if ((newprof = (profattr_t *)malloc(sizeof (profattr_t))) == NULL) in profstr2attr()
110 return ((profattr_t *)NULL); in profstr2attr()
151 print_profattr(profattr_t *prof) in print_profattr()
H A Dchkauthattr.c95 profattr_t *pa; in _enum_common_p()
/illumos-gate/usr/src/head/
H A Dprof_attr.h90 } profattr_t; typedef
92 extern profattr_t *getprofnam(const char *);
93 extern profattr_t *getprofattr(void);
97 extern void free_profattr(profattr_t *);
/illumos-gate/usr/src/cmd/getent/
H A Ddogetprofattr.c34 putprofattr(const profattr_t *prof, FILE *fp) in putprofattr()
68 profattr_t *pprof; in dogetprofattr()
/illumos-gate/usr/src/cmd/profiles/
H A Dprofiles.c210 profattr_t *pa; in print_profs_long()
/illumos-gate/usr/src/cmd/oamuser/user/
H A Dfuncs.c310 profattr_t *result; in check_prof()