Home
last modified time | relevance | path

Searched defs:nvl (Results 1 – 25 of 371) sorted by relevance

12345678910>>...15

/illumos-gate/usr/src/common/nvpair/
H A Dfnvpair.c53 nvlist_t *nvl; in fnvlist_alloc() local
59 fnvlist_free(nvlist_t *nvl) in fnvlist_free()
65 fnvlist_size(nvlist_t *nvl) in fnvlist_size()
77 fnvlist_pack(nvlist_t *nvl, size_t *sizep) in fnvlist_pack()
105 fnvlist_dup(nvlist_t *nvl) in fnvlist_dup()
119 fnvlist_num_pairs(nvlist_t *nvl) in fnvlist_num_pairs()
131 fnvlist_add_boolean(nvlist_t *nvl, const char *name) in fnvlist_add_boolean()
209 fnvlist_add_nvpair(nvlist_t *nvl, nvpair_t *pair) in fnvlist_add_nvpair()
293 fnvlist_remove(nvlist_t *nvl, const char *name) in fnvlist_remove()
299 fnvlist_remove_nvpair(nvlist_t *nvl, nvpair_t *pair) in fnvlist_remove_nvpair()
[all …]
H A Dnvpair.c182 nvlist_lookup_nv_alloc(nvlist_t *nvl) in nvlist_lookup_nv_alloc()
459 nvt_remove_nvpair(nvlist_t *nvl, nvpair_t *nvp) in nvt_remove_nvpair()
497 nvt_add_nvpair(nvlist_t *nvl, nvpair_t *nvp) in nvt_add_nvpair()
553 nvlist_nvflag(nvlist_t *nvl) in nvlist_nvflag()
599 nvp_buf_alloc(nvlist_t *nvl, size_t len) in nvp_buf_alloc()
624 nvp_buf_free(nvlist_t *nvl, nvpair_t *nvp) in nvp_buf_free()
636 nvp_buf_link(nvlist_t *nvl, nvpair_t *nvp) in nvp_buf_link()
655 nvp_buf_unlink(nvlist_t *nvl, nvpair_t *nvp) in nvp_buf_unlink()
848 nvlist_free(nvlist_t *nvl) in nvlist_free()
1484 nvlist_empty(nvlist_t *nvl) in nvlist_empty()
[all …]
/illumos-gate/usr/src/lib/scsi/plugins/ses/ses2/common/
H A Dses2_element.c41 elem_parse_device(const ses2_elem_status_impl_t *esip, nvlist_t *nvl) in elem_parse_device()
84 elem_parse_psu(const ses2_elem_status_impl_t *esip, nvlist_t *nvl) in elem_parse_psu()
136 elem_parse_temp(const ses2_elem_status_impl_t *esip, nvlist_t *nvl) in elem_parse_temp()
158 elem_parse_lock(const ses2_elem_status_impl_t *esip, nvlist_t *nvl) in elem_parse_lock()
201 elem_parse_esc(const ses2_elem_status_impl_t *esip, nvlist_t *nvl) in elem_parse_esc()
218 elem_parse_scc(const ses2_elem_status_impl_t *esip, nvlist_t *nvl) in elem_parse_scc()
247 elem_parse_ups(const ses2_elem_status_impl_t *esip, nvlist_t *nvl) in elem_parse_ups()
308 elem_parse_px(const ses2_elem_status_impl_t *esip, nvlist_t *nvl) in elem_parse_px()
545 nvlist_t *nvl = ses_node_props(np); in elem_parse_sd() local
594 nvlist_t *nvl, size_t len) in elem_parse_aes_fc()
[all …]
/illumos-gate/usr/src/compat/bhyve/sys/
H A Dnv.h26 nvlist_next(const nvlist_t *nvl, int *type, void **cookie) in nvlist_next()
42 nvlist_t *nvl; in nvlist_create() local
56 nvlist_exists_nvlist(const nvlist_t *nvl, const char *name) in nvlist_exists_nvlist()
64 nvlist_get_nvlist(const nvlist_t *nvl, const char *name) in nvlist_get_nvlist()
74 nvlist_exists_string(const nvlist_t *nvl, const char *name) in nvlist_exists_string()
82 nvlist_get_string(const nvlist_t *nvl, const char *name) in nvlist_get_string()
91 #define nvlist_free_string(nvl, name) nvlist_remove_all((nvl), (name)) argument
/illumos-gate/usr/src/lib/libsff/common/
H A Dlibsff.c603 sff_parse_id(uint8_t id, nvlist_t *nvl) in sff_parse_id()
620 nvlist_t *nvl, const char *key) in sff_add_unit_string()
630 sff_parse_connector(uint8_t con, nvlist_t *nvl) in sff_parse_connector()
651 nvlist_t *nvl) in sff_gather_bitfield()
760 sff_parse_br(const uint8_t *buf, nvlist_t *nvl) in sff_parse_br()
836 const char *field, nvlist_t *nvl) in sff_parse_string()
904 sff_parse_8472_comp(uint8_t val, nvlist_t *nvl) in sff_parse_8472_comp()
928 sff_parse_sfp(const uint8_t *buf, nvlist_t *nvl) in sff_parse_sfp()
1109 sff_qsfp_parse_tech(uint8_t val, nvlist_t *nvl) in sff_qsfp_parse_tech()
1245 sff_qsfp_parse_diag(uint8_t val, nvlist_t *nvl) in sff_qsfp_parse_diag()
[all …]
/illumos-gate/usr/src/boot/libsa/zfs/
H A Dnvlist.c342 nvlist_destroy(nvlist_t *nvl) in nvlist_destroy()
372 nvlist_t *nvl; in nvlist_create() local
397 nvlist_xdr_nvp(xdr_t *xdr, nvlist_t *nvl) in nvlist_xdr_nvp()
531 nvlist_xdr_nvlist(xdr_t *xdr, nvlist_t *nvl) in nvlist_xdr_nvlist()
606 nvlist_next_nvpair(nvlist_t *nvl, nvp_header_t *nvh) in nvlist_next_nvpair()
708 nvlist_export(nvlist_t *nvl) in nvlist_export()
737 nvlist_t *nvl; in nvlist_import() local
1355 nvlist_add_int8(nvlist_t *nvl, const char *name, int8_t value) in nvlist_add_int8()
1409 nvlist_add_boolean_array(nvlist_t *nvl, const char *name, in nvlist_add_boolean_array()
1473 nvlist_add_string_array(nvlist_t *nvl, const char *name, in nvlist_add_string_array()
[all …]
/illumos-gate/usr/src/common/mc/imc/
H A Dimc_dump.c34 nvlist_t *nvl; in imc_dump_sad() local
91 nvlist_t *nvl; in imc_dump_tad() local
124 nvlist_t *nvl; in imc_dump_channel() local
198 nvlist_t *nvl; in imc_dump_mc() local
222 nvlist_t *nvl, *sad; in imc_dump_socket() local
256 nvlist_t *nvl, *invl; in imc_dump_decoder() local
281 imc_restore_sad(nvlist_t *nvl, imc_sad_t *sad) in imc_restore_sad()
349 imc_restore_tad(nvlist_t *nvl, imc_tad_t *tad) in imc_restore_tad()
476 imc_restore_mc(nvlist_t *nvl, imc_mc_t *mc) in imc_restore_mc()
502 imc_restore_socket(nvlist_t *nvl, imc_socket_t *sock) in imc_restore_socket()
[all …]
/illumos-gate/usr/src/cmd/fm/schemes/sw/
H A Dscheme.c44 fmd_fmri_nvl2str(nvlist_t *nvl, char *buf, size_t buflen) in fmd_fmri_nvl2str()
72 fmd_fmri_present(nvlist_t *nvl) in fmd_fmri_present()
79 fmd_fmri_replaced(nvlist_t *nvl) in fmd_fmri_replaced()
86 fmd_fmri_service_state(nvlist_t *nvl) in fmd_fmri_service_state()
93 fmd_fmri_unusable(nvlist_t *nvl) in fmd_fmri_unusable()
/illumos-gate/usr/src/common/mc/zen_umc/
H A Dzen_umc_dump.c36 nvlist_t *nvl; in zen_umc_dump_dram_rule() local
57 nvlist_t *nvl = fnvlist_alloc(); in zen_umc_dump_cs() local
95 nvlist_t *nvl = fnvlist_alloc(); in zen_umc_dump_dimm() local
117 nvlist_t *nvl = fnvlist_alloc(); in zen_umc_dump_chan_hash() local
200 nvlist_t *nvl, *hash; in zen_umc_dump_chan() local
256 nvlist_t *nvl; in zen_umc_dump_df() local
303 nvlist_t *nvl, *umc_nvl, *decomp; in zen_umc_dump_decoder() local
367 zen_umc_restore_cs(nvlist_t *nvl, umc_cs_t *cs) in zen_umc_restore_cs()
431 zen_umc_restore_dimm(nvlist_t *nvl, umc_dimm_t *dimm) in zen_umc_restore_dimm()
624 zen_umc_restore_df(nvlist_t *nvl, zen_umc_df_t *df) in zen_umc_restore_df()
[all …]
/illumos-gate/usr/src/lib/scsi/libses/common/
H A Dses_enclosure.c31 enc_parse_td(ses2_td_hdr_impl_t *tip, const char *tp, nvlist_t *nvl) in enc_parse_td()
43 enc_eid(const ses2_ed_impl_t *tp, nvlist_t *nvl, const char *name) in enc_eid()
53 enc_espid(const ses2_ed_impl_t *tp, nvlist_t *nvl, const char *name) in enc_espid()
63 enc_nesp(const ses2_ed_impl_t *tp, nvlist_t *nvl, const char *name) in enc_nesp()
73 enc_lid(const ses2_ed_impl_t *tp, nvlist_t *nvl, const char *name) in enc_lid()
118 enc_vid(const ses2_ed_impl_t *tp, nvlist_t *nvl, in enc_vid()
129 enc_pid(const ses2_ed_impl_t *tp, nvlist_t *nvl, in enc_pid()
140 enc_rev(const ses2_ed_impl_t *tp, nvlist_t *nvl, in enc_rev()
151 enc_vs(const ses2_ed_impl_t *tp, nvlist_t *nvl, const char *name) in enc_vs()
186 enc_parse_ed(ses2_ed_impl_t *tp, nvlist_t *nvl) in enc_parse_ed()
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_protocol.c49 nvlist_t *nvl; in fmd_protocol_authority() local
88 nvlist_t *nvl; in fmd_protocol_fmri_module() local
117 nvlist_t *nvl; in fmd_protocol_fault() local
148 nvlist_t *nvl; in fmd_protocol_list() local
216 nvlist_t *nvl; in fmd_protocol_rsrc_asru() local
265 nvlist_t *nvl; in fmd_protocol_fmderror() local
297 nvlist_t *nvl, *fmri; in fmd_protocol_moderror() local
332 nvlist_t *nvl; in fmd_protocol_xprt_ctl() local
352 nvlist_t *nvl = fmd_protocol_xprt_ctl(mp, class, version); in fmd_protocol_xprt_sub() local
365 nvlist_t *nvl = fmd_protocol_xprt_ctl(mp, class, version); in fmd_protocol_xprt_uuclose() local
[all …]
H A Dfmd_fmri.c134 fmd_fmri_auth2str(nvlist_t *nvl) in fmd_fmri_auth2str()
254 nvl2scheme(nvlist_t *nvl) in nvl2scheme()
267 fmd_fmri_nvl2str(nvlist_t *nvl, char *buf, size_t buflen) in fmd_fmri_nvl2str()
291 fmd_fmri_expand(nvlist_t *nvl) in fmd_fmri_expand()
308 fmd_fmri_present(nvlist_t *nvl) in fmd_fmri_present()
325 fmd_fmri_replaced(nvlist_t *nvl) in fmd_fmri_replaced()
342 fmd_fmri_service_state(nvlist_t *nvl) in fmd_fmri_service_state()
359 fmd_fmri_unusable(nvlist_t *nvl) in fmd_fmri_unusable()
381 fmd_fmri_retire(nvlist_t *nvl) in fmd_fmri_retire()
396 fmd_fmri_unretire(nvlist_t *nvl) in fmd_fmri_unretire()
[all …]
H A Dfmd_ctl.c77 fmd_ctl_addhrt(nvlist_t *nvl) in fmd_ctl_addhrt()
93 fmd_ctl_inval(nvlist_t *nvl) in fmd_ctl_inval()
103 fmd_ctl_pause(nvlist_t *nvl) in fmd_ctl_pause()
114 fmd_ctl_init(nvlist_t *nvl) in fmd_ctl_init()
/illumos-gate/usr/src/cmd/fm/schemes/fmd/
H A Dscheme.c33 fmd_fmri_nvl2str(nvlist_t *nvl, char *buf, size_t buflen) in fmd_fmri_nvl2str()
46 fmd_fmri_present(nvlist_t *nvl) in fmd_fmri_present()
53 fmd_fmri_replaced(nvlist_t *nvl) in fmd_fmri_replaced()
60 fmd_fmri_unusable(nvlist_t *nvl) in fmd_fmri_unusable()
/illumos-gate/usr/src/uts/common/io/comstar/port/pppt/
H A Dalua_ic_if.c328 nvlist_t *nvl = NULL; in stmf_ic_tx_msg() local
433 nvlist_t *nvl = NULL; in stmf_ic_rx_msg() local
1103 nvlist_t *nvl = NULL; in stmf_ic_msg_marshal() local
1402 nvlist_t *nvl = NULL; in stmf_ic_scsi_devid_desc_marshal() local
1437 nvlist_t *nvl = NULL; in stmf_ic_remote_port_marshal() local
1462 stmf_ic_msg_unmarshal(nvlist_t *nvl) in stmf_ic_msg_unmarshal()
1890 stmf_ic_r2t_msg_unmarshal(nvlist_t *nvl) in stmf_ic_r2t_msg_unmarshal()
1999 stmf_ic_status_msg_unmarshal(nvlist_t *nvl) in stmf_ic_status_msg_unmarshal()
2096 stmf_ic_remote_port_unmarshal(nvlist_t *nvl) in stmf_ic_remote_port_unmarshal()
2130 nvlist_t *nvl, in stmf_ic_uint8_array_unmarshal()
[all …]
/illumos-gate/usr/src/cmd/fm/schemes/legacy-hc/
H A Dscheme.c29 fmd_fmri_nvl2str(nvlist_t *nvl, char *buf, size_t buflen) in fmd_fmri_nvl2str()
49 fmd_fmri_present(nvlist_t *nvl) in fmd_fmri_present()
56 fmd_fmri_replaced(nvlist_t *nvl) in fmd_fmri_replaced()
63 fmd_fmri_unusable(nvlist_t *nvl) in fmd_fmri_unusable()
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_reparse.c89 nvlist_t *nvl; in smb_reparse_svcadd() local
114 nvlist_t *nvl; in smb_reparse_svcdel() local
150 nvlist_t *nvl; in smb_reparse_svcget() local
197 smb_reparse_init(const char *path, nvlist_t **nvl) in smb_reparse_init()
226 smb_reparse_free(nvlist_t *nvl) in smb_reparse_free()
237 smb_reparse_set(const char *path, nvlist_t *nvl) in smb_reparse_set()
/illumos-gate/usr/src/cmd/fm/schemes/mod/
H A Dscheme.c31 fmd_fmri_nvl2str(nvlist_t *nvl, char *buf, size_t buflen) in fmd_fmri_nvl2str()
64 fmd_fmri_present(nvlist_t *nvl) in fmd_fmri_present()
71 fmd_fmri_replaced(nvlist_t *nvl) in fmd_fmri_replaced()
85 fmd_fmri_unusable(nvlist_t *nvl) in fmd_fmri_unusable()
/illumos-gate/usr/src/cmd/fm/schemes/pkg/
H A Dscheme.c31 fmd_fmri_nvl2str(nvlist_t *nvl, char *buf, size_t buflen) in fmd_fmri_nvl2str()
64 fmd_fmri_present(nvlist_t *nvl) in fmd_fmri_present()
71 fmd_fmri_replaced(nvlist_t *nvl) in fmd_fmri_replaced()
85 fmd_fmri_unusable(nvlist_t *nvl) in fmd_fmri_unusable()
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Drsrc_info.c131 nvlist_t *nvl = NULL; in ri_pack() local
205 nvlist_t *nvl = NULL; in ap_list_pack() local
258 nvlist_t *nvl = NULL; in dev_list_pack() local
312 nvlist_t *nvl = NULL; in client_list_pack() local
362 nvlist_t *nvl = NULL; in ap_pack() local
617 nvlist_t *nvl; in ap_list_unpack() local
676 nvlist_t *nvl; in dev_list_unpack() local
733 nvlist_t *nvl; in client_list_unpack() local
791 nvlist_t *nvl; in client_unpack() local
832 nvlist_t *nvl; in dev_unpack() local
[all …]
/illumos-gate/usr/src/cmd/fm/modules/common/cpumem-retire/
H A Dcma_cpu.c55 old_topo_fault(nvlist_t *nvl) in old_topo_fault()
87 cma_cpu_hc_retire(fmd_hdl_t *hdl, nvlist_t *nvl, nvlist_t *asru, in cma_cpu_hc_retire()
163 cma_cpu_hc_retire(fmd_hdl_t *hdl, nvlist_t *nvl, nvlist_t *asru, in cma_cpu_hc_retire()
217 cpu_online(fmd_hdl_t *hdl, nvlist_t *nvl, nvlist_t *asru, const char *uuid, in cpu_online()
247 cpu_offline(fmd_hdl_t *hdl, nvlist_t *nvl, nvlist_t *asru, const char *uuid, in cpu_offline()
281 cpu_statechange(fmd_hdl_t *hdl, nvlist_t *nvl, nvlist_t *asru, const char *uuid, in cpu_statechange()
315 cma_cpu_cpu_retire(fmd_hdl_t *hdl, nvlist_t *nvl, nvlist_t *asru, in cma_cpu_cpu_retire()
/illumos-gate/usr/src/common/fsreparse/
H A Dfs_reparse.c62 nvlist_t *nvl; in reparse_init() local
81 reparse_free(nvlist_t *nvl) in reparse_free()
97 reparse_parse(const char *string, nvlist_t *nvl) in reparse_parse()
189 reparse_validate_create_nvlist(const char *string, nvlist_t *nvl) in reparse_validate_create_nvlist()
304 reparse_add_nvpair(char *token, nvlist_t *nvl) in reparse_add_nvpair()
321 reparse_create_nvlist(const char *string, nvlist_t *nvl) in reparse_create_nvlist()
/illumos-gate/usr/src/cmd/fm/schemes/dev/
H A Dscheme.c46 fmd_fmri_nvl2str(nvlist_t *nvl, char *buf, size_t buflen) in fmd_fmri_nvl2str()
73 fmd_fmri_present(nvlist_t *nvl) in fmd_fmri_present()
88 fmd_fmri_replaced(nvlist_t *nvl) in fmd_fmri_replaced()
103 fmd_fmri_unusable(nvlist_t *nvl) in fmd_fmri_unusable()
126 fmd_fmri_service_state(nvlist_t *nvl) in fmd_fmri_service_state()
/illumos-gate/usr/src/common/iscsit/
H A Discsit_common.c186 it_config_to_nv(it_config_t *cfg, nvlist_t **nvl) in it_config_to_nv()
262 it_nv_to_config(nvlist_t *nvl, it_config_t **cfg) in it_nv_to_config()
444 it_tgtlist_to_nv(it_tgt_t *tgtlist, nvlist_t **nvl) in it_tgtlist_to_nv()
498 it_tgt_to_nv(it_tgt_t *tgt, nvlist_t **nvl) in it_tgt_to_nv()
545 it_nv_to_tgt(nvlist_t *nvl, char *name, it_tgt_t **tgt) in it_nv_to_tgt()
602 it_tpgt_to_nv(it_tpgt_t *tpgt, nvlist_t **nvl) in it_tpgt_to_nv()
673 it_tpgtlist_to_nv(it_tpgt_t *tpgtlist, nvlist_t **nvl) in it_tpgtlist_to_nv()
783 it_tpg_to_nv(it_tpg_t *tpg, nvlist_t **nvl) in it_tpg_to_nv()
908 it_tpglist_to_nv(it_tpg_t *tpglist, nvlist_t **nvl) in it_tpglist_to_nv()
1103 it_ini_to_nv(it_ini_t *ini, nvlist_t **nvl) in it_ini_to_nv()
[all …]
/illumos-gate/usr/src/cmd/fm/schemes/svc/
H A Dscheme.c45 fmd_fmri_nvl2str(nvlist_t *nvl, char *buf, size_t buflen) in fmd_fmri_nvl2str()
73 fmd_fmri_present(nvlist_t *nvl) in fmd_fmri_present()
92 fmd_fmri_replaced(nvlist_t *nvl) in fmd_fmri_replaced()
111 fmd_fmri_service_state(nvlist_t *nvl) in fmd_fmri_service_state()
135 fmd_fmri_unusable(nvlist_t *nvl) in fmd_fmri_unusable()

12345678910>>...15