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) 117 if ((a = apd_alloc(ap_id, flags, errstring, msgp, confp)) == NULL) 159 if ((a = apd_alloc(ap_id, flags, errstring, msgp, NULL)) == NULL) 196 if ((a = apd_alloc(ap_id, flags, errstring, NULL, NULL)) == NULL)
|
H A D | ap.h | 239 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, function
|
Completed in 46 milliseconds