Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Drsrc_info.c48 static int pack_add_byte_array(nvlist_t *, char *, nvlist_t *, int);
371 if (pack_add_byte_array(ap->conf_props, RI_AP_PROPS, nvl, in ap_pack()
435 if (pack_add_byte_array(dev->conf_props, RI_DEV_PROPS, nvl, in dev_pack()
480 if (pack_add_byte_array(client->usg_props, RI_CLIENT_USAGE_PROPS, in client_pack()
489 if (client->v_props != NULL && pack_add_byte_array(client->v_props, in client_pack()
516 pack_add_byte_array(nvlist_t *nvl_packme, char *name, nvlist_t *nvl, in pack_add_byte_array() function