Searched refs:apd_alloc (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/cfgadm_plugins/sbd/common/ |
H A D | cfga.c | 60 if ((a = apd_alloc(ap_id, flags, errstring, msgp, confp)) == NULL) in cfga_change_state() 117 if ((a = apd_alloc(ap_id, flags, errstring, msgp, confp)) == NULL) in cfga_private_func() 159 if ((a = apd_alloc(ap_id, flags, errstring, msgp, NULL)) == NULL) in cfga_test() 196 if ((a = apd_alloc(ap_id, flags, errstring, NULL, NULL)) == NULL) in cfga_list_ext()
|
H A D | ap.h | 237 apd_t *apd_alloc(const char *, cfga_flags_t, char **,
|
H A D | ap_sbd.c | 345 apd_alloc(const char *ap_id, cfga_flags_t flags, char **errstring, in apd_alloc() function
|