Home
last modified time | relevance | path

Searched refs:bhnd_nvram_type (Results 1 – 25 of 30) sorted by relevance

12

/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram.h125 } bhnd_nvram_type; typedef
127 bool bhnd_nvram_is_signed_type(bhnd_nvram_type type);
128 bool bhnd_nvram_is_unsigned_type(bhnd_nvram_type type);
129 bool bhnd_nvram_is_int_type(bhnd_nvram_type type);
130 bool bhnd_nvram_is_array_type(bhnd_nvram_type type);
131 bhnd_nvram_type bhnd_nvram_base_type(bhnd_nvram_type type);
132 bhnd_nvram_type bhnd_nvram_raw_type(bhnd_nvram_type type);
133 const char *bhnd_nvram_type_name(bhnd_nvram_type type);
134 size_t bhnd_nvram_type_width(bhnd_nvram_type type);
135 size_t bhnd_nvram_type_host_align(bhnd_nvram_type type);
H A Dbhnd_nvram_value_fmts.c64 size_t ilen, bhnd_nvram_type itype);
67 bhnd_nvram_type otype);
71 size_t ilen, bhnd_nvram_type itype);
75 bhnd_nvram_type otype);
82 size_t ilen, bhnd_nvram_type itype);
84 void *outp, size_t *olen, bhnd_nvram_type otype);
89 bhnd_nvram_type otype);
93 bhnd_nvram_type otype);
97 size_t ilen, bhnd_nvram_type itype);
101 bhnd_nvram_type otype);
[all …]
H A Dbhnd_nvram_value.c58 const void *inp, size_t ilen, bhnd_nvram_type itype);
61 bhnd_nvram_type itype, uint32_t flags);
63 size_t ilen, bhnd_nvram_type itype, uint32_t flags);
65 const void *inp, size_t ilen, bhnd_nvram_type itype);
68 bhnd_nvram_type itype, void *outp, size_t *olen,
69 bhnd_nvram_type otype);
71 bhnd_nvram_type itype, void *outp, size_t *olen,
72 bhnd_nvram_type otype);
74 bhnd_nvram_type itype, void *outp, size_t *olen,
75 bhnd_nvram_type otype);
[all …]
H A Dbhnd_nvram_value.h51 bhnd_nvram_type type);
56 bhnd_nvram_type itype, uint32_t flags);
66 bhnd_nvram_type itype, uint32_t flags);
80 bhnd_nvram_type otype);
85 bhnd_nvram_type otype);
95 size_t *olen, bhnd_nvram_type *otype);
97 bhnd_nvram_type bhnd_nvram_val_type(bhnd_nvram_val *value);
98 bhnd_nvram_type bhnd_nvram_val_elem_type(
221 bhnd_nvram_type data_type; /**< data type */
H A Dbhnd_nvram_valuevar.h37 void *outp, size_t *olen, bhnd_nvram_type otype);
40 bhnd_nvram_type otype);
64 const void *inp, size_t ilen, bhnd_nvram_type itype);
68 size_t *olen, bhnd_nvram_type otype);
73 bhnd_nvram_type otype);
91 bhnd_nvram_type native_type; /**< native value representation */
H A Dbhnd_nvram_plist.h64 bhnd_nvram_type itype);
74 bhnd_nvram_type itype);
92 bhnd_nvram_type otype);
113 bhnd_nvram_type itype);
120 bhnd_nvram_type bhnd_nvram_prop_type(bhnd_nvram_prop *prop);
125 size_t *olen, bhnd_nvram_type *otype);
127 void *outp, size_t *olen, bhnd_nvram_type otype);
H A Dbhnd_nvram_private.h216 size_t ilen, bhnd_nvram_type itype,
218 bhnd_nvram_type otype);
221 size_t ilen, bhnd_nvram_type itype);
224 size_t ilen, bhnd_nvram_type itype,
228 size_t ilen, bhnd_nvram_type itype,
233 bhnd_nvram_type itype, char *outp,
237 bhnd_nvram_type itype, char *outp,
241 size_t ilen, bhnd_nvram_type itype,
252 bhnd_nvram_type otype);
319 bhnd_nvram_type type; /**< variable type */
H A Dbhnd_nvram_value_subr.c62 bhnd_nvram_type itype) in bhnd_nvram_value_check_aligned()
116 bhnd_nvram_value_nelem(const void *inp, size_t ilen, bhnd_nvram_type itype, in bhnd_nvram_value_nelem()
241 bhnd_nvram_value_size(const void *inp, size_t ilen, bhnd_nvram_type itype, in bhnd_nvram_value_size()
393 bhnd_nvram_type itype, char *outp, size_t *olen, ...) in bhnd_nvram_value_printf()
434 bhnd_nvram_type itype, char *outp, size_t *olen, va_list ap) in bhnd_nvram_value_vprintf()
471 bhnd_nvram_value_array_next(const void *inp, size_t ilen, bhnd_nvram_type itype, in bhnd_nvram_value_array_next()
529 bhnd_nvram_value_coerce(const void *inp, size_t ilen, bhnd_nvram_type itype, in bhnd_nvram_value_coerce()
530 void *outp, size_t *olen, bhnd_nvram_type otype) in bhnd_nvram_value_coerce()
H A Dbhnd_nvram_subr.c113 bhnd_nvram_type_name(bhnd_nvram_type type) in bhnd_nvram_type_name()
178 bhnd_nvram_is_signed_type(bhnd_nvram_type type) in bhnd_nvram_is_signed_type()
224 bhnd_nvram_is_unsigned_type(bhnd_nvram_type type) in bhnd_nvram_is_unsigned_type()
240 bhnd_nvram_is_int_type(bhnd_nvram_type type) in bhnd_nvram_is_int_type()
282 bhnd_nvram_is_array_type(bhnd_nvram_type type) in bhnd_nvram_is_array_type()
324 bhnd_nvram_type
325 bhnd_nvram_base_type(bhnd_nvram_type type) in bhnd_nvram_base_type()
366 bhnd_nvram_type
367 bhnd_nvram_raw_type(bhnd_nvram_type type) in bhnd_nvram_raw_type()
423 bhnd_nvram_type_width(bhnd_nvram_type type) in bhnd_nvram_type_width()
[all …]
H A Dbhnd_nvram_data.c256 bhnd_nvram_type type) in bhnd_nvram_data_getvar_direct()
517 size_t *len, bhnd_nvram_type type) in bhnd_nvram_data_getvar()
532 size_t *len, bhnd_nvram_type *type, const bhnd_nvram_val_fmt **fmt) in bhnd_nvram_data_getvar_ptr_info()
587 void *outp, size_t *olen, bhnd_nvram_type otype) in bhnd_nvram_data_generic_rp_getvar()
592 bhnd_nvram_type vtype; in bhnd_nvram_data_generic_rp_getvar()
658 bhnd_nvram_type vtype; in bhnd_nvram_data_generic_rp_copy_val()
695 size_t *len, bhnd_nvram_type *type) in bhnd_nvram_data_getvar_ptr()
H A Dbhnd_nvram_datavar.h49 void *outp, size_t *olen, bhnd_nvram_type otype);
60 void *outp, size_t *olen, bhnd_nvram_type otype);
113 bhnd_nvram_type type);
118 size_t *len, bhnd_nvram_type *type);
H A Dbhnd_nvram_plist.c280 const void *inp, size_t ilen, bhnd_nvram_type itype) in bhnd_nvram_plist_replace_bytes()
489 const void *inp, size_t ilen, bhnd_nvram_type itype) in bhnd_nvram_plist_append_bytes()
627 void *outp, size_t olen, bhnd_nvram_type otype) in bhnd_nvram_plist_get_encoded()
823 bhnd_nvram_type itype) in bhnd_nvram_prop_bytes_new()
915 bhnd_nvram_type
942 bhnd_nvram_type *otype) in bhnd_nvram_prop_bytes()
974 bhnd_nvram_type otype) in bhnd_nvram_prop_encode()
H A Dbhnd_nvram_data.h110 void *buf, size_t *len, bhnd_nvram_type type);
136 bhnd_nvram_type type);
139 void *cookiep, size_t *len, bhnd_nvram_type *type);
H A Dbhnd_nvram_data_bcmvar.h49 bhnd_nvram_type type; /**< value type */
71 const char *name, void *outp, size_t *olen, bhnd_nvram_type otype,
H A Dbhnd_nvram_data_sprom.c87 bhnd_nvram_type type, size_t offset,
94 bhnd_nvram_type type, size_t offset,
304 void *buf, size_t *len, bhnd_nvram_type type) in bhnd_nvram_sprom_getvar_direct()
406 bhnd_nvram_type itype, var_base_type; in bhnd_nvram_sprom_write_var()
460 bhnd_nvram_type var_type, raw_type; in bhnd_nvram_sprom_write_var()
887 struct bhnd_nvram_io *data, bhnd_nvram_type type, size_t offset, in bhnd_nvram_sprom_write_offset()
982 struct bhnd_nvram_io *data, bhnd_nvram_type type, size_t offset, in bhnd_nvram_sprom_read_offset()
1070 bhnd_nvram_type var_btype; in bhnd_nvram_sprom_read_var()
1142 bhnd_nvram_type intv_type; in bhnd_nvram_sprom_read_var()
1318 size_t *len, bhnd_nvram_type otype) in bhnd_nvram_sprom_getvar()
[all …]
H A Dbhnd_nvram_store.h82 void *outp, size_t *olen, bhnd_nvram_type otype);
84 const void *inp, size_t ilen, bhnd_nvram_type itype);
H A Dbhnd_sprom.c213 bhnd_nvram_type type) in bhnd_sprom_getvar_method()
225 size_t len, bhnd_nvram_type type) in bhnd_sprom_setvar_method()
H A Dbhnd_nvram_data_bcmraw.c136 void *buf, size_t *len, bhnd_nvram_type type) in bhnd_nvram_bcmraw_getvar_direct()
423 size_t *len, bhnd_nvram_type type) in bhnd_nvram_bcmraw_getvar()
437 size_t *len, bhnd_nvram_type *type) in bhnd_nvram_bcmraw_getvar_ptr()
H A Dbhnd_nvram_data_tlv.c167 void *buf, size_t *len, bhnd_nvram_type type) in bhnd_nvram_tlv_getvar_direct()
513 size_t *len, bhnd_nvram_type type) in bhnd_nvram_tlv_getvar()
527 size_t *len, bhnd_nvram_type *type) in bhnd_nvram_tlv_getvar_ptr()
574 bhnd_nvram_type itype; in bhnd_nvram_tlv_filter_setvar()
H A Dbhnd_nvram_data_btxt.c139 void *outp, size_t *olen, bhnd_nvram_type otype) in bhnd_nvram_btxt_getvar_direct()
657 size_t *len, bhnd_nvram_type type) in bhnd_nvram_btxt_getvar()
671 size_t *len, bhnd_nvram_type *type) in bhnd_nvram_btxt_getvar_ptr()
922 bhnd_nvram_type itype; in bhnd_nvram_btxt_filter_setvar()
H A Dbhnd_nvram_data_sprom_subr.c53 bhnd_nvram_type type);
592 bhnd_sprom_opcode_set_type(bhnd_sprom_opcode_state *state, bhnd_nvram_type type) in bhnd_sprom_opcode_set_type()
594 bhnd_nvram_type base_type; in bhnd_sprom_opcode_set_type()
1236 (bhnd_nvram_type)immd); in bhnd_sprom_opcode_step()
H A Dbhnd_nvram_data_bcm.c164 void *outp, size_t *olen, bhnd_nvram_type otype) in bhnd_nvram_bcm_getvar_direct()
175 void *outp, size_t *olen, bhnd_nvram_type otype, bool have_header) in bhnd_nvram_bcm_getvar_direct_common()
972 size_t *len, bhnd_nvram_type type) in bhnd_nvram_bcm_getvar()
986 size_t *len, bhnd_nvram_type *type) in bhnd_nvram_bcm_getvar_ptr()
H A Dbhnd_nvram_if.m70 bhnd_nvram_type type;
100 bhnd_nvram_type type;
H A Dbhnd_nvram_data_spromvar.h102 bhnd_nvram_type base_type; /**< current bind input type */
/freebsd/sys/dev/bhnd/
H A Dbhndvar.h113 bhnd_nvram_type type);

12