Searched refs:profattr_t (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/head/
H A Dprof_attr.h89 } profattr_t; typedef in typeref:struct:profattr_s
92 extern profattr_t *getprofnam(const char *);
93 extern profattr_t *getprofattr(void);
97 extern void free_profattr(profattr_t *);
102 extern profattr_t *getprofnam();
103 extern profattr_t *getprofattr();
/opensolaris-onvv-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)
101 static profattr_t *
104 profattr_t *newprof;
107 return ((profattr_t *)NULL);
109 if ((newprof = (profattr_t *)malloc(sizeof (profattr_t))) == NULL)
110 return ((profattr_t *)NUL
[all...]
H A Dchkauthattr.c95 profattr_t *pa;
/opensolaris-onvv-gate/usr/src/cmd/profiles/
H A Dprofiles.c210 profattr_t *pa;
/opensolaris-onvv-gate/usr/src/cmd/oamuser/user/
H A Dfuncs.c310 profattr_t *result;

Completed in 63 milliseconds