Home
last modified time | relevance | path

Searched refs:apd_alloc (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dcfga.c60 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 Dap.h237 apd_t *apd_alloc(const char *, cfga_flags_t, char **,
H A Dap_sbd.c345 apd_alloc(const char *ap_id, cfga_flags_t flags, char **errstring, in apd_alloc() function