| /freebsd-14-stable/sys/dev/bhnd/nvram/ |
| HD | bhnd_nvram_value.c | 70 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 …]
|
| HD | bhnd_nvram_value_fmts.c | 68 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 …]
|
| HD | bhnd_nvram_valuevar.h | 37 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);
|
| HD | bhnd_nvram_plist.c | 628 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()
|
| HD | bhnd_nvram_subr.c | 710 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()
|
| HD | bhnd_nvram_plist.h | 92 bhnd_nvram_type otype); 125 size_t *olen, bhnd_nvram_type *otype); 127 void *outp, size_t *olen, bhnd_nvram_type otype);
|
| HD | bhnd_nvram_value.h | 80 bhnd_nvram_type otype); 85 bhnd_nvram_type otype); 95 size_t *olen, bhnd_nvram_type *otype);
|
| HD | bhnd_nvram_datavar.h | 49 void *outp, size_t *olen, bhnd_nvram_type otype); 60 void *outp, size_t *olen, bhnd_nvram_type otype);
|
| HD | bhnd_nvram_data_bcmvar.h | 71 const char *name, void *outp, size_t *olen, bhnd_nvram_type otype,
|
| HD | bhnd_nvram_value_subr.c | 531 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()
|
| HD | bhnd_nvram_store.h | 82 void *outp, size_t *olen, bhnd_nvram_type otype);
|
| HD | bhnd_nvram_data.c | 587 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()
|
| HD | bhnd_nvram_data_bcm.c | 165 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()
|
| HD | bhnd_nvram_private.h | 218 bhnd_nvram_type otype); 252 bhnd_nvram_type otype);
|
| HD | bhnd_nvram_store.c | 1101 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/ |
| HD | option.c | 87 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 …]
|
| HD | option.h | 61 int otype; /* Type of the option */ member
|
| HD | opttbl.c | 761 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/ |
| HD | zinject_002_pos.ksh | 82 typeset otype="file" 83 [[ -d $object ]] && otype="dir" 88 trigger_inject $etype $object $otype
|
| HD | zinject_001_pos.ksh | 81 typeset otype="file" 82 [[ -d $object ]] && otype="dir" 87 trigger_inject $etype $object $otype
|
| HD | zinject_003_pos.ksh | 77 typeset otype="file" 78 [[ -d $object ]] && otype="dir"
|
| /freebsd-14-stable/sys/net/route/ |
| HD | route_ifaddrs.c | 137 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/ |
| HD | print-pim.c | 756 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/ |
| HD | ddt.c | 1010 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/ |
| HD | moduli.c | 153 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()
|