Searched refs:scf_pgrp_kva_node_t (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libbsm/common/
H A Daudit_scf.h109 typedef struct scf_pgrp_kva_node scf_pgrp_kva_node_t; typedef in typeref:struct:scf_pgrp_kva_node
195 boolean_t do_getpgrp_scf(char *, char *, scf_pgrp_kva_node_t **);
217 void pgrp_kva_ll_free(scf_pgrp_kva_node_t *);
H A Daudit_scf.c640 * case pgrp_name == NULL) into scf_pgrp_kva_node_t.
644 scf_pgrp_kva_node_t **pgrp_kva_ll, char *pgrp_name, char *pgrp_type)
647 scf_pgrp_kva_node_t *node = NULL;
648 scf_pgrp_kva_node_t *node_prev = NULL;
649 scf_pgrp_kva_node_t *node_head = NULL;
690 if ((node = calloc(1, sizeof (scf_pgrp_kva_node_t))) == NULL) {
728 scf_pgrp_kva_node_t *node_debug = node_head;
1518 scf_pgrp_kva_node_t **pgrp_kva_ll)
1728 pgrp_kva_ll_free(scf_pgrp_kva_node_t *node)
1730 scf_pgrp_kva_node_t *node_nex
[all...]

Completed in 181 milliseconds