Home
last modified time | relevance | path

Searched defs:nv (Results 1 – 25 of 91) sorted by relevance

1234

/freebsd-13-stable/sys/dev/bhnd/nvram/
HDbhnd_nvram_data.c278 bhnd_nvram_data_new(bhnd_nvram_data_class *cls, struct bhnd_nvram_data **nv, in bhnd_nvram_data_new()
313 bhnd_nvram_data_retain(struct bhnd_nvram_data *nv) in bhnd_nvram_data_retain()
328 bhnd_nvram_data_release(struct bhnd_nvram_data *nv) in bhnd_nvram_data_release()
346 bhnd_nvram_data_get_class(struct bhnd_nvram_data *nv) in bhnd_nvram_data_get_class()
357 bhnd_nvram_data_count(struct bhnd_nvram_data *nv) in bhnd_nvram_data_count()
369 bhnd_nvram_data_options(struct bhnd_nvram_data *nv) in bhnd_nvram_data_options()
380 bhnd_nvram_data_caps(struct bhnd_nvram_data *nv) in bhnd_nvram_data_caps()
397 bhnd_nvram_data_next(struct bhnd_nvram_data *nv, void **cookiep) in bhnd_nvram_data_next()
437 bhnd_nvram_data_find(struct bhnd_nvram_data *nv, const char *name) in bhnd_nvram_data_find()
449 bhnd_nvram_data_generic_find(struct bhnd_nvram_data *nv, const char *name) in bhnd_nvram_data_generic_find()
[all …]
HDbhnd_nvram_data_bcmraw.c67 struct bhnd_nvram_data nv; /**< common instance state */ member
330 bhnd_nvram_bcmraw_new(struct bhnd_nvram_data *nv, struct bhnd_nvram_io *io) in bhnd_nvram_bcmraw_new()
348 bhnd_nvram_bcmraw_free(struct bhnd_nvram_data *nv) in bhnd_nvram_bcmraw_free()
357 bhnd_nvram_bcmraw_options(struct bhnd_nvram_data *nv) in bhnd_nvram_bcmraw_options()
363 bhnd_nvram_bcmraw_count(struct bhnd_nvram_data *nv) in bhnd_nvram_bcmraw_count()
371 bhnd_nvram_bcmraw_caps(struct bhnd_nvram_data *nv) in bhnd_nvram_bcmraw_caps()
377 bhnd_nvram_bcmraw_next(struct bhnd_nvram_data *nv, void **cookiep) in bhnd_nvram_bcmraw_next()
403 bhnd_nvram_bcmraw_find(struct bhnd_nvram_data *nv, const char *name) in bhnd_nvram_bcmraw_find()
409 bhnd_nvram_bcmraw_getvar_order(struct bhnd_nvram_data *nv, void *cookiep1, in bhnd_nvram_bcmraw_getvar_order()
422 bhnd_nvram_bcmraw_getvar(struct bhnd_nvram_data *nv, void *cookiep, void *buf, in bhnd_nvram_bcmraw_getvar()
[all …]
HDbhnd_nvram_data_bcm.c120 struct bhnd_nvram_data nv; /**< common instance state */ member
763 bhnd_nvram_bcm_new(struct bhnd_nvram_data *nv, struct bhnd_nvram_io *io) in bhnd_nvram_bcm_new()
792 bhnd_nvram_bcm_free(struct bhnd_nvram_data *nv) in bhnd_nvram_bcm_free()
804 bhnd_nvram_bcm_count(struct bhnd_nvram_data *nv) in bhnd_nvram_bcm_count()
811 bhnd_nvram_bcm_options(struct bhnd_nvram_data *nv) in bhnd_nvram_bcm_options()
818 bhnd_nvram_bcm_caps(struct bhnd_nvram_data *nv) in bhnd_nvram_bcm_caps()
824 bhnd_nvram_bcm_next(struct bhnd_nvram_data *nv, void **cookiep) in bhnd_nvram_bcm_next()
933 bhnd_nvram_bcm_find(struct bhnd_nvram_data *nv, const char *name) in bhnd_nvram_bcm_find()
939 bhnd_nvram_bcm_getvar_order(struct bhnd_nvram_data *nv, void *cookiep1, in bhnd_nvram_bcm_getvar_order()
972 bhnd_nvram_bcm_getvar(struct bhnd_nvram_data *nv, void *cookiep, void *buf, in bhnd_nvram_bcm_getvar()
[all …]
HDbhnd_nvram_data_btxt.c64 struct bhnd_nvram_data nv; /**< common instance state */ member
535 bhnd_nvram_btxt_new(struct bhnd_nvram_data *nv, struct bhnd_nvram_io *io) in bhnd_nvram_btxt_new()
554 bhnd_nvram_btxt_free(struct bhnd_nvram_data *nv) in bhnd_nvram_btxt_free()
562 bhnd_nvram_btxt_count(struct bhnd_nvram_data *nv) in bhnd_nvram_btxt_count()
569 bhnd_nvram_btxt_options(struct bhnd_nvram_data *nv) in bhnd_nvram_btxt_options()
575 bhnd_nvram_btxt_caps(struct bhnd_nvram_data *nv) in bhnd_nvram_btxt_caps()
581 bhnd_nvram_btxt_find(struct bhnd_nvram_data *nv, const char *name) in bhnd_nvram_btxt_find()
587 bhnd_nvram_btxt_next(struct bhnd_nvram_data *nv, void **cookiep) in bhnd_nvram_btxt_next()
643 bhnd_nvram_btxt_getvar_order(struct bhnd_nvram_data *nv, void *cookiep1, in bhnd_nvram_btxt_getvar_order()
656 bhnd_nvram_btxt_getvar(struct bhnd_nvram_data *nv, void *cookiep, void *buf, in bhnd_nvram_btxt_getvar()
[all …]
HDbhnd_nvram_data_tlv.c59 struct bhnd_nvram_data nv; /**< common instance state */ member
413 bhnd_nvram_tlv_new(struct bhnd_nvram_data *nv, struct bhnd_nvram_io *io) in bhnd_nvram_tlv_new()
433 bhnd_nvram_tlv_free(struct bhnd_nvram_data *nv) in bhnd_nvram_tlv_free()
441 bhnd_nvram_tlv_count(struct bhnd_nvram_data *nv) in bhnd_nvram_tlv_count()
448 bhnd_nvram_tlv_options(struct bhnd_nvram_data *nv) in bhnd_nvram_tlv_options()
454 bhnd_nvram_tlv_caps(struct bhnd_nvram_data *nv) in bhnd_nvram_tlv_caps()
460 bhnd_nvram_tlv_next(struct bhnd_nvram_data *nv, void **cookiep) in bhnd_nvram_tlv_next()
493 bhnd_nvram_tlv_find(struct bhnd_nvram_data *nv, const char *name) in bhnd_nvram_tlv_find()
499 bhnd_nvram_tlv_getvar_order(struct bhnd_nvram_data *nv, void *cookiep1, in bhnd_nvram_tlv_getvar_order()
512 bhnd_nvram_tlv_getvar(struct bhnd_nvram_data *nv, void *cookiep, void *buf, in bhnd_nvram_tlv_getvar()
[all …]
HDbhnd_nvram_data_sprom.c761 bhnd_nvram_sprom_new(struct bhnd_nvram_data *nv, struct bhnd_nvram_io *io) in bhnd_nvram_sprom_new()
791 bhnd_nvram_sprom_free(struct bhnd_nvram_data *nv) in bhnd_nvram_sprom_free()
800 bhnd_nvram_sprom_count(struct bhnd_nvram_data *nv) in bhnd_nvram_sprom_count()
807 bhnd_nvram_sprom_options(struct bhnd_nvram_data *nv) in bhnd_nvram_sprom_options()
813 bhnd_nvram_sprom_caps(struct bhnd_nvram_data *nv) in bhnd_nvram_sprom_caps()
819 bhnd_nvram_sprom_next(struct bhnd_nvram_data *nv, void **cookiep) in bhnd_nvram_sprom_next()
859 bhnd_nvram_sprom_find(struct bhnd_nvram_data *nv, const char *name) in bhnd_nvram_sprom_find()
1277 bhnd_nvram_sprom_getvar_common(struct bhnd_nvram_data *nv, void *cookiep, in bhnd_nvram_sprom_getvar_common()
1298 bhnd_nvram_sprom_getvar_order(struct bhnd_nvram_data *nv, void *cookiep1, in bhnd_nvram_sprom_getvar_order()
1317 bhnd_nvram_sprom_getvar(struct bhnd_nvram_data *nv, void *cookiep, void *buf, in bhnd_nvram_sprom_getvar()
[all …]
/freebsd-13-stable/sbin/hastd/
HDnv.c87 struct nv { struct
88 int nv_magic; argument
89 int nv_error; argument
90 struct ebuf *nv_ebuf; argument
108 #define NV_CHECK(nv) do { \ argument
128 struct nv *nv; in nv_alloc() local
147 nv_free(struct nv *nv) in nv_free()
164 nv_error(const struct nv *nv) in nv_error()
179 nv_set_error(struct nv *nv, int error) in nv_set_error()
198 nv_validate(struct nv *nv, size_t *extrap) in nv_validate()
[all …]
HDmetadata.c50 struct nv *nv; in metadata_read() local
171 struct nv *nv; in metadata_write() local
HDhast_proto.c79 struct nv *nv, const void *data, size_t size) in hast_proto_send()
133 struct nv *nv; in hast_proto_recv_hdr() local
173 struct nv *nv, void *data, size_t size) in hast_proto_recv_data()
HDhast_checksum.c86 checksum_send(const struct hast_resource *res, struct nv *nv, void **datap, in checksum_send()
114 checksum_recv(const struct hast_resource *res __unused, struct nv *nv, in checksum_recv()
HDhast_compression.c203 compression_send(const struct hast_resource *res, struct nv *nv, void **datap, in compression_send()
251 compression_recv(const struct hast_resource *res __unused, struct nv *nv, in compression_recv()
/freebsd-13-stable/sys/dev/nvdimm/
HDnvdimm.c68 read_label_area_size(struct nvdimm_dev *nv) in read_label_area_size()
103 read_label_area(struct nvdimm_dev *nv, uint8_t *dest, off_t offset, in read_label_area()
202 read_label(struct nvdimm_dev *nv, int num) in read_label()
244 read_labels(struct nvdimm_dev *nv) in read_labels()
334 struct nvdimm_dev *nv; in nvdimm_attach() local
429 struct nvdimm_dev *nv; in nvdimm_detach() local
HDnvdimm_ns.c42 struct nvdimm_dev *nv; in nvdimm_create_namespaces() local
/freebsd-13-stable/sys/contrib/openzfs/lib/libzfsbootenv/
HDlzbe_pair.c31 nvlist_t *nv; in lzbe_nvlist_get() local
78 nvlist_t *nv; in lzbe_nvlist_set() local
185 nvlist_t *nv = ptr; in lzbe_add_pair() local
HDlzbe_device.c32 nvlist_t *nv; in lzbe_set_boot_device() local
117 nvlist_t *nv; in lzbe_get_boot_device() local
HDlzbe_util.c26 nvlist_t *nv; in lzbe_bootenv_print() local
/freebsd-13-stable/contrib/libc-vis/
HDunvis.c92 static const struct nv { struct
95 } nv[] = { argument
/freebsd-13-stable/sbin/hastctl/
HDhastctl.c260 control_set_role(struct nv *nv, const char *newrole) in control_set_role()
293 control_list(struct nv *nv) in control_list()
369 control_status(struct nv *nv) in control_status()
408 struct nv *nv; in main() local
/freebsd-13-stable/contrib/netbsd-tests/net/icmp/
HDt_forward.c74 int nv; in sendttl() local
108 int nv; in router() local
/freebsd-13-stable/sys/contrib/openzfs/module/zcommon/
HDzfs_comutil.c46 zfs_allocatable_devs(nvlist_t *nv) in zfs_allocatable_devs()
71 zfs_special_devs(nvlist_t *nv, char *type) in zfs_special_devs()
/freebsd-13-stable/sbin/zfsbootcfg/
HDzfsbootcfg.c48 void *data, *nv; in add_pair() local
165 void *nv; in delete_pair() local
/freebsd-13-stable/contrib/file/src/
HDreadcdf.c44 static const struct nv { struct
45 const char *pattern;
46 const char *mime;
111 cdf_app_to_mime(const char *vbuf, const struct nv *nv) in cdf_app_to_mime()
/freebsd-13-stable/sys/contrib/openzfs/lib/libzutil/os/freebsd/
HDzutil_import_os.c85 update_vdev_config_dev_strs(nvlist_t *nv) in update_vdev_config_dev_strs()
252 update_vdev_config_dev_sysfs_path(nvlist_t *nv, const char *path, in update_vdev_config_dev_sysfs_path()
/freebsd-13-stable/usr.sbin/ctld/
HDkernel.c264 struct cctl_lun_nv *nv; in cctl_end_element() local
390 struct cctl_lun_nv *nv; in cctl_end_pelement() local
619 struct cctl_lun_nv *nv; in conf_new_from_kernel() local
637 struct cctl_lun_nv *nv; in conf_new_from_kernel() local
685 struct cctl_lun_nv *nv; in conf_new_from_kernel() local
/freebsd-13-stable/sys/contrib/openzfs/lib/libzutil/
HDzutil_import.c196 fix_paths(libpc_handle_t *hdl, nvlist_t *nv, name_entry_t *names) in fix_paths()
1495 discover_cached_paths(libpc_handle_t *hdl, nvlist_t *nv, in discover_cached_paths()
1648 nvlist_t *nv = zpool_find_import_impl(hdl, iarg, in zpool_find_import_cached() local
1841 vdev_is_leaf(nvlist_t *nv) in vdev_is_leaf()
1854 vdev_is_real_leaf(nvlist_t *nv) in vdev_is_real_leaf()
1883 __for_each_vdev_macro_helper_func(void *state, nvlist_t *nv, void *last_nv, in __for_each_vdev_macro_helper_func()
1925 for_each_vdev_macro_helper_func(void *state, nvlist_t *nv, void *last_nv) in for_each_vdev_macro_helper_func()
1931 for_each_real_leaf_vdev_macro_helper_func(void *state, nvlist_t *nv, in for_each_real_leaf_vdev_macro_helper_func()
1948 for_each_vdev_cb(void *zhp, nvlist_t *nv, pool_vdev_iter_f func, in for_each_vdev_cb()

1234