Searched refs:scf_propvec_mval_t (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libscf/inc/
H A Dlibscf_priv.h418 * scf_propvec_mval_t, the linked list of property values.
419 * pv_aux in scf_propvec_mval_t has no meaning.
429 * if pv_mval is set, the pv_ptr of scf_propvec_mval_t is always
457 typedef struct scf_propvec_mval scf_propvec_mval_t; typedef in typeref:struct:scf_propvec_mval
/osnet-11/usr/src/lib/libbsm/common/
H A Daudit_scf.c176 scf_propvec_mval_t *pv_ptr_node_last;
177 scf_propvec_mval_t *pv_ptr_node_new;
270 scf_propvec_mval_t *pv_ptr_node_last;
271 scf_propvec_mval_t *pv_ptr_node;
/osnet-11/usr/src/lib/libscf/common/
H A Dmidlevel.c2536 * Cleanup just the linked list of scf_propvec_mval_t nodes and respective
2542 scf_propvec_mval_t *pv_ptr_node = prop->pv_ptr;
2543 scf_propvec_mval_t *pv_ptr_node_prev;
2595 * linked list of scf_propvec_mval_t pointed by the pv_ptr in the original
2606 scf_propvec_mval_t *pv_ptr_node;
2607 scf_propvec_mval_t *pv_ptr_ll_end = NULL;
2760 * Multi-valued properties are stored in the linked list of scf_propvec_mval_t.
2956 scf_propvec_mval_t *pv_ptr_node = prop->pv_ptr;

Completed in 25 milliseconds