/titanic_44/usr/src/uts/common/fs/zfs/sys/ |
H A D | dsl_destroy.h | 34 struct nvlist; 38 int dsl_destroy_snapshots_nvl(struct nvlist *, boolean_t, 39 struct nvlist *);
|
H A D | dmu.h | 71 struct nvlist; 278 int dsl_destroy_snapshots_nvl(struct nvlist *snaps, boolean_t defer, 279 struct nvlist *errlist); 827 void dmu_objset_stats(objset_t *os, struct nvlist *nv);
|
/titanic_44/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | defaults.c | 79 nvlist_t *nvlist; in df_build_cache() local 85 if (nvlist_alloc(&nvlist, NV_UNIQUE_NAME, 0) != 0) { in df_build_cache() 133 if (nvlist_add_string(nvlist, &entry[i], value) != 0) { in df_build_cache() 136 nvlist_free(nvlist); in df_build_cache() 137 nvlist = NULL; in df_build_cache() 143 return (nvlist); in df_build_cache()
|
/titanic_44/usr/src/cmd/picl/plugins/common/piclevent/ |
H A D | picl_slm.c | 249 nvlist_t *nvlist = NULL; in piclslm_add_ec_dr_req_args() local 253 if (sysevent_get_attr_list(ev, &nvlist)) { in piclslm_add_ec_dr_req_args() 257 if (nvlist_lookup_string(nvlist, DR_AP_ID, &ap_id) != 0 || in piclslm_add_ec_dr_req_args() 259 nvlist_free(nvlist); in piclslm_add_ec_dr_req_args() 264 nvlist_free(nvlist); in piclslm_add_ec_dr_req_args() 269 if (nvlist_lookup_string(nvlist, DR_REQ_TYPE, &dr_req) != 0) in piclslm_add_ec_dr_req_args() 274 nvlist_free(nvlist); in piclslm_add_ec_dr_req_args() 282 nvlist_free(nvlist); in piclslm_add_ec_dr_req_args()
|
/titanic_44/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_zfs.c | 1239 nvlist_unpack(char *nvlist, char **out) in nvlist_unpack() argument 1242 if (nvlist[0] != NV_ENCODE_XDR || nvlist[1] != HOST_ENDIAN) in nvlist_unpack() 1245 *out = nvlist + 4; in nvlist_unpack() 1250 nvlist_array(char *nvlist, int index) in nvlist_array() argument 1256 nvlist = nvlist + 4 * 2; in nvlist_array() 1258 while (encode_size = BSWAP_32(*(uint32_t *)nvlist)) in nvlist_array() 1259 nvlist += encode_size; /* goto the next nvpair */ in nvlist_array() 1261 nvlist = nvlist + 4 * 2; /* skip the ending 2 zeros - 8 bytes */ in nvlist_array() 1264 return (nvlist); in nvlist_array() 1404 nvlist_lookup_value(char *nvlist, char *name, void *val, int valtype, in nvlist_lookup_value() argument [all …]
|
/titanic_44/usr/src/lib/libdiskmgt/common/ |
H A D | events.c | 350 nvlist_t *nvlist = NULL; in event_handler() local 353 (void) sysevent_get_attr_list(ev, &nvlist); in event_handler() 354 if (nvlist != NULL) { in event_handler() 355 (void) nvlist_lookup_string(nvlist, DEV_NAME, &dev_name); in event_handler() 358 print_nvlist("**** ", nvlist); in event_handler() 366 if (nvlist != NULL) { in event_handler() 367 nvlist_free(nvlist); in event_handler()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/ |
H A D | ipqosconf.h | 249 nvlist_t *nvlist; member 275 nvlist_t *nvlist; member 284 nvlist_t *nvlist; member 301 nvlist_t *nvlist; member 324 nvlist_t *nvlist; member
|
H A D | ipqosconf.c | 790 nvlist_t *nvl = flt->nvlist; in add_filter() 872 if (ipp_action_modify(action_name, &flt->nvlist, 0) != 0) { in add_filter() 914 nvlist_t *nvl = flt->nvlist; in modify_filter() 1017 if (ipp_action_modify(action_name, &flt->nvlist, 0) != 0) { in modify_filter() 1208 res = diffnvlists(old->nvlist, new->nvlist, module_name, &diff, in diffparams() 1249 res = diffnvlists(old->nvlist, new->nvlist, module_name, &diff, in difffilter() 2273 nvl = &act->params->nvlist; in add_action() 2610 &act->params->nvlist, in modify_items() 2699 &oldact->params->nvlist, in undo_modifys() 3500 res = printnvlist(fp, module, params->nvlist, printall, NULL, in printparams() [all …]
|
/titanic_44/usr/src/cmd/syseventd/daemons/syseventconfd/ |
H A D | syseventconfd.c | 245 nvlist_t *nvlist; in event_handler() local 248 nvlist = NULL; in event_handler() 249 if (sysevent_get_attr_list(event, &nvlist) != 0) { in event_handler() 254 if ((cmd = alloc_cmd(nvlist)) != NULL) { in event_handler() 268 nvlist_free(nvlist); in event_handler() 605 alloc_cmd(nvlist_t *nvlist) in alloc_cmd() argument 611 if (nvlist_dup(nvlist, &cmd->cmd_nvlist, 0) != 0) { in alloc_cmd()
|
H A D | syseventconfd.h | 90 static struct cmd *alloc_cmd(nvlist_t *nvlist);
|
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | nvpair.c | 46 nvlist_t nvlist; in nvpair_walk_init() local 55 if (mdb_vread(&nvlist, sizeof (nvlist), wsp->walk_addr) == -1) { in nvpair_walk_init() 60 if (mdb_vread(&nvpriv, sizeof (nvpriv), nvlist.nvl_priv) == -1) { in nvpair_walk_init() 61 mdb_warn("failed to read nvpriv at %p", nvlist.nvl_priv); in nvpair_walk_init()
|
/titanic_44/usr/src/lib/libfru/libnvfru/ |
H A D | nvfru.c | 351 convert_fru(fru_nodehdl_t hdl, nvlist_t **nvlist) in convert_fru() argument 376 *nvlist = nv; in convert_fru() 384 nvlist_t **nvlist) in rawfru_to_nvlist() argument 403 err = convert_fru(hdl, nvlist); in rawfru_to_nvlist()
|
/titanic_44/usr/src/cmd/syseventd/modules/sysevent_conf_mod/ |
H A D | sysevent_conf_mod.h | 150 static str_t *find_macro_definition(sysevent_t *ev, nvlist_t *nvlist, 152 static int expand_macros(sysevent_t *ev, nvlist_t *nvlist,
|
H A D | sysevent_conf_mod.c | 1056 find_macro_definition(sysevent_t *ev, nvlist_t *nvlist, syseventtab_t *sep, in find_macro_definition() argument 1141 if (nvlist) { in find_macro_definition() 1144 while ((nvp = nvlist_next_nvpair(nvlist, nvp)) != NULL) { in find_macro_definition() 1414 expand_macros(sysevent_t *ev, nvlist_t *nvlist, syseventtab_t *sep, in expand_macros() argument 1462 replacement = find_macro_definition(ev, nvlist, in expand_macros() 1661 nvlist_t *nvlist; in queue_event() local 1690 if (sysevent_get_attr_list(ev, &nvlist) != 0) { in queue_event() 1697 if (expand_macros(ev, nvlist, sep, line, hdr)) { in queue_event() 1699 nvlist_free(nvlist); in queue_event() 1702 nvlist_free(nvlist); in queue_event()
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | spa_config.c | 79 nvlist_t *nvlist, *child; in spa_config_load() local 114 if (nvlist_unpack(buf, fsize, &nvlist, KM_SLEEP) != 0) in spa_config_load() 123 while ((nvpair = nvlist_next_nvpair(nvlist, nvpair)) != NULL) { in spa_config_load() 135 nvlist_free(nvlist); in spa_config_load()
|
/titanic_44/usr/src/common/zfs/ |
H A D | zfs_deleg.h | 80 int zfs_deleg_verify_nvlist(nvlist_t *nvlist);
|
/titanic_44/usr/src/cmd/rcm_daemon/common/ |
H A D | pool_rcm.c | 360 uint_t flags, nvlist_t *nvlist, char **errorp, rcm_info_t **dependent_info) in pool_request_capacity_change() argument 375 return ((*registrations[i].capacity_change_cb)(nvlist, in pool_request_capacity_change() 385 uint_t flags, nvlist_t *nvlist, char **info, rcm_info_t **dependent_info) in pool_notify_capacity_change() argument
|
/titanic_44/usr/src/uts/common/sys/idm/ |
H A D | idm_text.h | 177 idm_pdu_list_to_nvlist(list_t *pdu_list, nvlist_t **nvlist,
|
/titanic_44/usr/src/lib/libsysevent/ |
H A D | libsysevent.h | 62 int sysevent_get_attr_list(sysevent_t *ev, nvlist_t **nvlist);
|
H A D | llib-lsysevent | 40 int sysevent_get_attr_list(sysevent_t *ev, nvlist_t **nvlist);
|
H A D | libsysevent.c | 235 sysevent_get_attr_list(sysevent_t *ev, nvlist_t **nvlist) in sysevent_get_attr_list() argument 243 *nvlist = NULL; in sysevent_get_attr_list() 251 if ((error = nvlist_dup(nvl, nvlist, 0)) != 0) { in sysevent_get_attr_list() 270 if ((error = nvlist_unpack(attr, attr_len, nvlist, 0)) != 0) { in sysevent_get_attr_list()
|
/titanic_44/usr/src/uts/common/io/idm/ |
H A D | idm_text.c | 1455 idm_pdu_list_to_nvlist(list_t *pdu_list, nvlist_t **nvlist, in idm_pdu_list_to_nvlist() argument 1470 rc = nvlist_alloc(nvlist, NV_UNIQUE_NAME, in idm_pdu_list_to_nvlist() 1535 if (idm_textbuf_to_nvlist(*nvlist, in idm_pdu_list_to_nvlist() 1563 if (idm_textbuf_to_nvlist(*nvlist, in idm_pdu_list_to_nvlist()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | cpuvar.h | 72 struct nvlist; 178 struct nvlist *cpu_props; /* pool-related properties */
|
H A D | nvpair.h | 89 typedef struct nvlist { struct
|
/titanic_44/usr/src/uts/common/os/ |
H A D | pool.c | 947 pool_propput_common(nvlist_t *nvlist, nvpair_t *pair, pool_property_t *props) in pool_propput_common() argument 959 return (nvlist_add_nvpair(nvlist, pair)); in pool_propput_common() 966 pool_proprm_common(nvlist_t *nvlist, char *name, pool_property_t *props) in pool_proprm_common() argument 974 return (nvlist_remove_all(nvlist, name)); in pool_proprm_common()
|