Home
last modified time | relevance | path

Searched refs:usagep (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dbridge_rcm.c382 char **usagep, char **errorp, nvlist_t *props, rcm_info_t **info) in bridge_get_info() argument
398 *usagep = bridge_usage(node); in bridge_get_info()
400 if (*usagep == NULL) { in bridge_get_info()
413 rsrc, *usagep); in bridge_get_info()
H A Dfilesys_rcm.c360 mnt_getinfo(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flag, char **usagep, in mnt_getinfo() argument
369 assert(usagep != NULL); in mnt_getinfo()
380 *usagep = create_message(MSG_HDR_STD, MSG_HDR_STD_MULTI, dependents); in mnt_getinfo()
381 if (*usagep == NULL) { in mnt_getinfo()
H A Dvlan_rcm.c466 char **usagep, char **errorp, nvlist_t *props, rcm_info_t **info) in vlan_get_info() argument
482 *usagep = vlan_usage(node); in vlan_get_info()
484 if (*usagep == NULL) { in vlan_get_info()
497 rsrc, *usagep); in vlan_get_info()
H A Dibpart_rcm.c476 char **usagep, char **errorp, nvlist_t *props, rcm_info_t **info) in ibpart_get_info() argument
492 *usagep = ibpart_usage(node); in ibpart_get_info()
494 if (*usagep == NULL) { in ibpart_get_info()
507 rsrc, *usagep); in ibpart_get_info()
H A Dvnic_rcm.c469 char **usagep, char **errorp, nvlist_t *props, rcm_info_t **info) in vnic_get_info() argument
485 *usagep = vnic_usage(node); in vnic_get_info()
487 if (*usagep == NULL) { in vnic_get_info()
500 rsrc, *usagep); in vnic_get_info()
H A Daggr_rcm.c579 char **usagep, char **errorp, nvlist_t *props, rcm_info_t **depend_info) in aggr_get_info() argument
598 *usagep = aggr_usage(node); in aggr_get_info()
601 if (*usagep == NULL) { in aggr_get_info()
613 rsrc, *usagep); in aggr_get_info()
H A Dip_rcm.c602 char **usagep, char **errorp, nvlist_t *props, rcm_info_t **depend_info) in ip_get_info() argument
611 assert(usagep != NULL); in ip_get_info()
643 *usagep = infostr; in ip_get_info()