Home
last modified time | relevance | path

Searched refs:otype (Results 1 – 25 of 34) sorted by relevance

12

/freebsd-14-stable/sys/dev/bhnd/nvram/
HDbhnd_nvram_value.c70 bhnd_nvram_type otype);
73 bhnd_nvram_type otype);
76 bhnd_nvram_type otype);
79 bhnd_nvram_type otype);
82 bhnd_nvram_type otype);
279 bhnd_nvram_type otype; in bhnd_nvram_val_init_common() local
294 otype = fmt->native_type; in bhnd_nvram_val_init_common()
297 otype = itype; in bhnd_nvram_val_init_common()
304 if (otype == itype) { in bhnd_nvram_val_init_common()
313 error = bhnd_nvram_value_coerce(inp, ilen, itype, NULL, &olen, otype); in bhnd_nvram_val_init_common()
[all …]
HDbhnd_nvram_value_fmts.c68 bhnd_nvram_type otype);
76 bhnd_nvram_type otype);
85 void *outp, size_t *olen, bhnd_nvram_type otype);
90 bhnd_nvram_type otype);
94 bhnd_nvram_type otype);
102 bhnd_nvram_type otype);
105 void *outp, size_t *olen, bhnd_nvram_type otype);
265 bhnd_nvram_type otype) in bhnd_nvram_val_bcm_int_encode() argument
269 if (otype == BHND_NVRAM_TYPE_STRING) in bhnd_nvram_val_bcm_int_encode()
272 return (bhnd_nvram_val_generic_encode(value, outp, olen, otype)); in bhnd_nvram_val_bcm_int_encode()
[all …]
HDbhnd_nvram_valuevar.h37 void *outp, size_t *olen, bhnd_nvram_type otype);
40 bhnd_nvram_type otype);
68 size_t *olen, bhnd_nvram_type otype);
73 bhnd_nvram_type otype);
HDbhnd_nvram_plist.c628 void *outp, size_t olen, bhnd_nvram_type otype) in bhnd_nvram_plist_get_encoded() argument
635 return (bhnd_nvram_prop_encode(prop, outp, &olen, otype)); in bhnd_nvram_plist_get_encoded()
943 bhnd_nvram_type *otype) in bhnd_nvram_prop_bytes() argument
947 bytes = bhnd_nvram_val_bytes(prop->val, olen, otype); in bhnd_nvram_prop_bytes()
948 BHND_NV_ASSERT(*otype == bhnd_nvram_prop_type(prop), ("type mismatch")); in bhnd_nvram_prop_bytes()
975 bhnd_nvram_type otype) in bhnd_nvram_prop_encode() argument
977 return (bhnd_nvram_val_encode(prop->val, outp, olen, otype)); in bhnd_nvram_prop_encode()
HDbhnd_nvram_subr.c710 size_t *nbytes, void *outp, size_t *olen, bhnd_nvram_type otype) in bhnd_nvram_parse_int() argument
720 if (!bhnd_nvram_is_int_type(otype)) in bhnd_nvram_parse_int()
800 switch (otype) { in bhnd_nvram_parse_int()
852 BHND_NV_LOG("unsupported integer type: %d\n", otype); in bhnd_nvram_parse_int()
911 *olen = bhnd_nvram_type_width(otype); in bhnd_nvram_parse_int()
918 switch (otype) { in bhnd_nvram_parse_int()
947 BHND_NV_PANIC("unhandled type %d\n", otype); in bhnd_nvram_parse_int()
HDbhnd_nvram_plist.h92 bhnd_nvram_type otype);
125 size_t *olen, bhnd_nvram_type *otype);
127 void *outp, size_t *olen, bhnd_nvram_type otype);
HDbhnd_nvram_value.h80 bhnd_nvram_type otype);
85 bhnd_nvram_type otype);
95 size_t *olen, bhnd_nvram_type *otype);
HDbhnd_nvram_datavar.h49 void *outp, size_t *olen, bhnd_nvram_type otype);
60 void *outp, size_t *olen, bhnd_nvram_type otype);
HDbhnd_nvram_data_bcmvar.h71 const char *name, void *outp, size_t *olen, bhnd_nvram_type otype,
HDbhnd_nvram_value_subr.c531 void *outp, size_t *olen, bhnd_nvram_type otype) in bhnd_nvram_value_coerce() argument
543 error = bhnd_nvram_val_encode(&val, outp, olen, otype); in bhnd_nvram_value_coerce()
HDbhnd_nvram_store.h82 void *outp, size_t *olen, bhnd_nvram_type otype);
HDbhnd_nvram_data.c587 void *outp, size_t *olen, bhnd_nvram_type otype) in bhnd_nvram_data_generic_rp_getvar() argument
611 error = bhnd_nvram_val_encode(&val, outp, olen, otype); in bhnd_nvram_data_generic_rp_getvar()
HDbhnd_nvram_data_bcm.c165 void *outp, size_t *olen, bhnd_nvram_type otype) in bhnd_nvram_bcm_getvar_direct() argument
167 return (bhnd_nvram_bcm_getvar_direct_common(io, name, outp, olen, otype, in bhnd_nvram_bcm_getvar_direct()
176 void *outp, size_t *olen, bhnd_nvram_type otype, bool have_header) in bhnd_nvram_bcm_getvar_direct_common() argument
360 BHND_NVRAM_TYPE_STRING, outp, olen, otype)); in bhnd_nvram_bcm_getvar_direct_common()
HDbhnd_nvram_private.h218 bhnd_nvram_type otype);
252 bhnd_nvram_type otype);
HDbhnd_nvram_store.c1101 void *outp, size_t *olen, bhnd_nvram_type otype) in bhnd_nvram_store_getvar() argument
1130 error = bhnd_nvram_prop_encode(prop, outp, olen, otype); in bhnd_nvram_store_getvar()
1140 otype); in bhnd_nvram_store_getvar()
/freebsd-14-stable/contrib/less/
HDoption.c87 if (!(pendopt->otype & UNSUPPORTED)) in scan_option()
89 switch (pendopt->otype & OTYPE) in scan_option()
206 (o->otype & OTYPE) != STRING && in scan_option()
207 (o->otype & OTYPE) != NUMBER) in scan_option()
237 switch (o->otype & OTYPE) in scan_option()
240 if (o->otype & UNSUPPORTED) in scan_option()
251 if (o->otype & UNSUPPORTED) in scan_option()
289 if (o->otype & UNSUPPORTED) in scan_option()
297 if (o->ofunc != NULL && !(o->otype & UNSUPPORTED)) in scan_option()
329 if (how_toggle == OPT_TOGGLE && (o->otype & NO_TOGGLE)) in toggle_option()
[all …]
HDoption.h61 int otype; /* Type of the option */ member
HDopttbl.c761 if (o->otype & INIT_HANDLER) in init_option()
777 if ((o->otype & TRIPLE) && ASCII_TO_UPPER(o->oletter) == c) in findopt()
860 if (!(o->otype & TRIPLE)) in findopt_name()
/freebsd-14-stable/tests/sys/cddl/zfs/tests/zinject/
HDzinject_002_pos.ksh82 typeset otype="file"
83 [[ -d $object ]] && otype="dir"
88 trigger_inject $etype $object $otype
HDzinject_001_pos.ksh81 typeset otype="file"
82 [[ -d $object ]] && otype="dir"
87 trigger_inject $etype $object $otype
HDzinject_003_pos.ksh77 typeset otype="file"
78 [[ -d $object ]] && otype="dir"
/freebsd-14-stable/sys/net/route/
HDroute_ifaddrs.c137 ifa_maintain_loopback_route(int cmd, const char *otype, struct ifaddr *ifa, in ifa_maintain_loopback_route() argument
172 __func__, otype, if_name(ifp), error); in ifa_maintain_loopback_route()
/freebsd-14-stable/contrib/tcpdump/
HDprint-pim.c756 uint16_t otype, olen; in pimv2_print() local
760 otype = GET_BE_U_2(bp); in pimv2_print()
763 tok2str(pimv2_hello_option_values, "Unknown", otype), in pimv2_print()
764 otype, in pimv2_print()
772 switch (otype) { in pimv2_print()
/freebsd-14-stable/sys/contrib/openzfs/module/zfs/
HDddt.c1010 enum ddt_type otype = dde->dde_type; in ddt_sync_entry() local
1045 if (otype != DDT_TYPES && in ddt_sync_entry()
1046 (otype != ntype || oclass != nclass || total_refcnt == 0)) { in ddt_sync_entry()
1047 VERIFY(ddt_object_remove(ddt, otype, oclass, dde, tx) == 0); in ddt_sync_entry()
1048 ASSERT(ddt_object_lookup(ddt, otype, oclass, dde) == ENOENT); in ddt_sync_entry()
/freebsd-14-stable/crypto/openssh/
HDmoduli.c153 qfileout(FILE * ofile, u_int32_t otype, u_int32_t otests, u_int32_t otries, in qfileout() argument
168 otype, otests, otries, osize, ogenerator); in qfileout()

12