Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/dcs/sparc/sun4u/
H A Drsrc_info.c50 static int pack_add_byte_array(nvlist_t *, char *, nvlist_t *, int);
380 if (pack_add_byte_array(ap->conf_props, RI_AP_PROPS, nvl, in ap_pack()
445 if (pack_add_byte_array(dev->conf_props, RI_DEV_PROPS, nvl, in dev_pack()
491 if (pack_add_byte_array(client->usg_props, RI_CLIENT_USAGE_PROPS, in client_pack()
500 if (client->v_props != NULL && pack_add_byte_array(client->v_props, in client_pack()
528 pack_add_byte_array(nvlist_t *nvl_packme, char *name, nvlist_t *nvl, in pack_add_byte_array() function