Home
last modified time | relevance | path

Searched defs:otype (Results 1 – 24 of 24) sorted by relevance

/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_value.c278 bhnd_nvram_type otype; in bhnd_nvram_val_init_common() local
420 bhnd_nvram_type itype, otype; in bhnd_nvram_val_convert_common() local
664 void *outp, size_t *olen, bhnd_nvram_type otype) in bhnd_nvram_val_encode_null()
707 void *outp, size_t *olen, bhnd_nvram_type otype) in bhnd_nvram_val_encode_bool()
785 void *outp, size_t *olen, bhnd_nvram_type otype) in bhnd_nvram_val_encode_data()
1048 void *outp, size_t *olen, bhnd_nvram_type otype) in bhnd_nvram_val_encode_int()
1329 bhnd_nvram_type otype) in bhnd_nvram_val_encode()
1364 size_t ilen, void *outp, size_t *olen, bhnd_nvram_type otype) in bhnd_nvram_val_encode_elem()
1386 bhnd_nvram_type *otype) in bhnd_nvram_val_bytes()
1510 bhnd_nvram_type otype) in bhnd_nvram_val_generic_encode()
[all …]
H A Dbhnd_nvram_value_fmts.c264 bhnd_nvram_type otype) in bhnd_nvram_val_bcm_int_encode()
279 size_t ilen, void *outp, size_t *olen, bhnd_nvram_type otype) in bhnd_nvram_val_bcm_hex_encode_elem()
332 size_t ilen, void *outp, size_t *olen, bhnd_nvram_type otype) in bhnd_nvram_val_bcm_decimal_encode_elem()
385 size_t ilen, void *outp, size_t *olen, bhnd_nvram_type otype) in bhnd_nvram_val_bcm_leddc_encode_elem()
565 bhnd_nvram_type otype) in bhnd_nvram_val_bcmstr_encode()
712 size_t *olen, bhnd_nvram_type otype) in bhnd_nvram_val_bcm_macaddr_encode()
757 bhnd_nvram_type otype) in bhnd_nvram_val_bcm_macaddr_string_encode_elem()
H A Dbhnd_nvram_plist.c627 void *outp, size_t olen, bhnd_nvram_type otype) in bhnd_nvram_plist_get_encoded()
942 bhnd_nvram_type *otype) in bhnd_nvram_prop_bytes()
974 bhnd_nvram_type otype) in bhnd_nvram_prop_encode()
H A Dbhnd_nvram_value_subr.c530 void *outp, size_t *olen, bhnd_nvram_type otype) in bhnd_nvram_value_coerce()
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()
H A Dbhnd_nvram_subr.c709 size_t *nbytes, void *outp, size_t *olen, bhnd_nvram_type otype) in bhnd_nvram_parse_int()
H A Dbhnd_nvram_data.c587 void *outp, size_t *olen, bhnd_nvram_type otype) in bhnd_nvram_data_generic_rp_getvar()
H A Dbhnd_nvram_store.c1100 void *outp, size_t *olen, bhnd_nvram_type otype) in bhnd_nvram_store_getvar()
H A Dbhnd_nvram_data_btxt.c139 void *outp, size_t *olen, bhnd_nvram_type otype) in bhnd_nvram_btxt_getvar_direct()
H A Dbhnd_nvram_data_sprom.c1318 size_t *len, bhnd_nvram_type otype) in bhnd_nvram_sprom_getvar()
/freebsd/contrib/less/
H A Doption.h60 int otype; /* Type of the option */ member
/freebsd/sys/net/route/
H A Droute_ifaddrs.c135 ifa_maintain_loopback_route(int cmd, const char *otype, struct ifaddr *ifa, in ifa_maintain_loopback_route()
/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_types.c289 ctf_id_t prev = type, otype = type; in ctf_type_resolve() local
976 ctf_id_t otype = type; in ctf_type_rvisit() local
/freebsd/crypto/openssh/
H A Dmoduli.c153 qfileout(FILE * ofile, u_int32_t otype, u_int32_t otests, u_int32_t otries, in qfileout()
/freebsd/contrib/tcpdump/
H A Dprint-pim.c760 uint16_t otype, olen; in pimv2_print() local
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_dstlist.c294 ipf_dstlist_iter_deref(ipf_main_softc_t *softc, void *arg, int otype, in ipf_dstlist_iter_deref()
H A Dip_pool.c1326 ipf_pool_iter_deref(ipf_main_softc_t *softc, void *arg, int otype, int unit, in ipf_pool_iter_deref()
H A Dip_htable.c1270 ipf_htable_iter_deref(ipf_main_softc_t *softc, void *arg, int otype, int unit, in ipf_htable_iter_deref()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dddt.c930 ddt_type_t otype = dde->dde_type; in ddt_sync_entry() local
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_acl.c1169 dmu_object_type_t otype; in zfs_aclset_common() local
/freebsd/sys/vm/
H A Dswap_pager.c683 swap_pager_alloc_init(objtype_t otype, void *handle, struct ucred *cred, in swap_pager_alloc_init()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_acl.c1358 dmu_object_type_t otype; in zfs_aclset_common() local
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_parser.c336 dt_type_promote(dt_node_t *lp, dt_node_t *rp, ctf_file_t **ofp, ctf_id_t *otype) in dt_type_promote()
/freebsd/sbin/ipfw/
H A Dipfw2.c3162 pack_object(struct tidx *tstate, const char *name, int otype) in pack_object()