Searched refs:entrylist_t (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/ |
H A D | cryptoadm.h | 88 } entrylist_t; typedef 106 entrylist_t *pdevlist, entrylist_t *psoftlist); 113 extern int get_kcfconf_info(entrylist_t **, entrylist_t **); 114 extern int get_admindev_info(entrylist_t **, entrylist_t **); 121 extern void free_entrylist(entrylist_t *); 148 entrylist_t *phardlist, entrylist_t *psoftlist); 151 entrylist_t *phardlist, entrylist_t *psoftlist); 153 entrylist_t *phardlist, entrylist_t *psoftlist, 171 entrylist_t *phardlist, entrylist_t *psoftlist);
|
H A D | adm_kef_util.c | 40 static int build_entrylist(entry_t *pent, entrylist_t **pplist); 43 static entry_t *getent(char *provname, entrylist_t *entrylist); 340 build_entrylist(entry_t *pent, entrylist_t **pplist) in build_entrylist() 342 entrylist_t *pentlist; in build_entrylist() 343 entrylist_t *pcur = NULL; in build_entrylist() 345 pentlist = malloc(sizeof (entrylist_t)); in build_entrylist() 372 getent(char *provname, entrylist_t *entrylist) in getent() 422 free_entrylist(entrylist_t *entrylist) in free_entrylist() 424 entrylist_t *pnext; in free_entrylist() 700 get_kcfconf_info(entrylist_t **ppdevlist, entrylist_t **ppsoftlist) in get_kcfconf_info() [all …]
|
H A D | cryptoadm.c | 1292 entrylist_t *pdevlist_conf = NULL; in list_simple_for_all() 1293 entrylist_t *psoftlist_conf = NULL; in list_simple_for_all() 1329 entrylist_t *pdevlist_zone = NULL; in list_simple_for_all() 1330 entrylist_t *psoftlist_zone = NULL; in list_simple_for_all() 1331 entrylist_t *ptr; in list_simple_for_all() 1437 entrylist_t *pdevlist_conf = NULL; in list_mechlist_for_all() 1438 entrylist_t *psoftlist_conf = NULL; in list_mechlist_for_all() 1480 entrylist_t *pdevlist_zone = NULL; in list_mechlist_for_all() 1481 entrylist_t *psoftlist_zone = NULL; in list_mechlist_for_all() 1482 entrylist_t *ptr; in list_mechlist_for_all() [all …]
|
H A D | adm_kef.c | 53 entrylist_t *phardlist, entrylist_t *psoftlist) in list_mechlist_for_soft() 125 entrylist_t *phardlist, entrylist_t *psoftlist) in list_policy_for_soft() 181 entrylist_t *phardlist, entrylist_t *psoftlist, in list_policy_for_hard() 394 entrylist_t *phardlist = NULL; in disable_kef_software() 395 entrylist_t *psoftlist = NULL; in disable_kef_software() 1060 entrylist_t *pdevlist = NULL; in refresh() 1061 entrylist_t *psoftlist = NULL; in refresh() 1062 entrylist_t *ptr; in refresh()
|
H A D | adm_kef_ioctl.c | 410 entrylist_t *phardlist, entrylist_t *psoftlist) in get_soft_info()
|