Searched defs:itype (Results 1 - 19 of 19) sorted by relevance

/freebsd-current/contrib/smbfs/smbutil/
H A Ddumptree.c110 int *itype; local
/freebsd-current/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_value_subr.c61 bhnd_nvram_value_check_aligned(const void *inp, size_t ilen, bhnd_nvram_type itype) argument
116 bhnd_nvram_value_nelem(const void *inp, size_t ilen, bhnd_nvram_type itype, size_t *nelem) argument
241 bhnd_nvram_value_size(const void *inp, size_t ilen, bhnd_nvram_type itype, size_t nelem) argument
392 bhnd_nvram_value_printf(const char *fmt, const void *inp, size_t ilen, bhnd_nvram_type itype, char *outp, size_t *olen, ...) argument
433 bhnd_nvram_value_vprintf(const char *fmt, const void *inp, size_t ilen, bhnd_nvram_type itype, char *outp, size_t *olen, va_list ap) argument
471 bhnd_nvram_value_array_next(const void *inp, size_t ilen, bhnd_nvram_type itype, const void *prev, size_t *olen) argument
529 bhnd_nvram_value_coerce(const void *inp, size_t ilen, bhnd_nvram_type itype, void *outp, size_t *olen, bhnd_nvram_type otype) argument
[all...]
H A Dbhnd_nvram_store.c1220 bhnd_nvram_store_setvar(struct bhnd_nvram_store *sc, const char *name, const void *inp, size_t ilen, bhnd_nvram_type itype) argument
H A Dbhnd_nvram_plist.c279 bhnd_nvram_plist_replace_bytes(bhnd_nvram_plist *plist, const char *name, const void *inp, size_t ilen, bhnd_nvram_type itype) argument
488 bhnd_nvram_plist_append_bytes(bhnd_nvram_plist *plist, const char *name, const void *inp, size_t ilen, bhnd_nvram_type itype) argument
822 bhnd_nvram_prop_bytes_new(const char *name, const void *inp, size_t ilen, bhnd_nvram_type itype) argument
[all...]
H A Dbhnd_nvram_value_fmts.c281 bhnd_nvram_type itype; local
233 bhnd_nvram_val_bcm_int_filter(const bhnd_nvram_val_fmt **fmt, const void *inp, size_t ilen, bhnd_nvram_type itype) argument
335 bhnd_nvram_type itype; local
353 bhnd_nvram_val_bcm_leddc_filter(const bhnd_nvram_val_fmt **fmt, const void *inp, size_t ilen, bhnd_nvram_type itype) argument
387 bhnd_nvram_type itype; local
570 bhnd_nvram_type itype; local
616 bhnd_nvram_val_bcmstr_csv_filter(const bhnd_nvram_val_fmt **fmt, const void *inp, size_t ilen, bhnd_nvram_type itype) argument
637 bhnd_nvram_type itype; local
692 bhnd_nvram_val_bcm_macaddr_filter(const bhnd_nvram_val_fmt **fmt, const void *inp, size_t ilen, bhnd_nvram_type itype) argument
715 bhnd_nvram_type itype; local
735 bhnd_nvram_val_bcm_macaddr_string_filter(const bhnd_nvram_val_fmt **fmt, const void *inp, size_t ilen, bhnd_nvram_type itype) argument
[all...]
H A Dbhnd_nvram_data_sprom.c406 bhnd_nvram_type itype, var_base_type; local
H A Dbhnd_nvram_data_btxt.c922 bhnd_nvram_type itype; local
H A Dbhnd_nvram_data_tlv.c574 bhnd_nvram_type itype; local
H A Dbhnd_nvram_value.c229 bhnd_nvram_val_fmt_filter(const bhnd_nvram_val_fmt **fmt, const void *inp, size_t ilen, bhnd_nvram_type itype) argument
273 bhnd_nvram_val_init_common(bhnd_nvram_val *value, bhnd_nvram_val_storage val_storage, const bhnd_nvram_val_fmt *fmt, const void *inp, size_t ilen, bhnd_nvram_type itype, uint32_t flags) argument
354 bhnd_nvram_val_init(bhnd_nvram_val *value, const bhnd_nvram_val_fmt *fmt, const void *inp, size_t ilen, bhnd_nvram_type itype, uint32_t flags) argument
391 bhnd_nvram_val_new(bhnd_nvram_val **value, const bhnd_nvram_val_fmt *fmt, const void *inp, size_t ilen, bhnd_nvram_type itype, uint32_t flags) argument
420 bhnd_nvram_type itype, otype; local
663 bhnd_nvram_val_encode_null(const void *inp, size_t ilen, bhnd_nvram_type itype, void *outp, size_t *olen, bhnd_nvram_type otype) argument
706 bhnd_nvram_val_encode_bool(const void *inp, size_t ilen, bhnd_nvram_type itype, void *outp, size_t *olen, bhnd_nvram_type otype) argument
784 bhnd_nvram_val_encode_data(const void *inp, size_t ilen, bhnd_nvram_type itype, void *outp, size_t *olen, bhnd_nvram_type otype) argument
817 bhnd_nvram_val_encode_string(const void *inp, size_t ilen, bhnd_nvram_type itype, void *outp, size_t *olen, bhnd_nvram_type otype) argument
1047 bhnd_nvram_val_encode_int(const void *inp, size_t ilen, bhnd_nvram_type itype, void *outp, size_t *olen, bhnd_nvram_type otype) argument
1513 bhnd_nvram_type itype; local
1628 bhnd_nvram_type itype; local
1673 bhnd_nvram_type itype; local
1698 bhnd_nvram_val_set(bhnd_nvram_val *value, const void *inp, size_t ilen, bhnd_nvram_type itype, uint32_t flags) argument
1756 bhnd_nvram_val_set_inline(bhnd_nvram_val *value, const void *inp, size_t ilen, bhnd_nvram_type itype) argument
1898 bhnd_nvram_val_alloc_bytes(bhnd_nvram_val *value, size_t ilen, bhnd_nvram_type itype, uint32_t flags) argument
[all...]
/freebsd-current/crypto/openssl/crypto/asn1/
H A Da_int.c327 static int asn1_string_get_int64(int64_t *pr, const ASN1_STRING *a, int itype) argument
340 static int asn1_string_set_int64(ASN1_STRING *a, int64_t r, int itype) argument
379 static int asn1_string_set_uint64(ASN1_STRING *a, uint64_t r, int itype) argument
361 asn1_string_get_uint64(uint64_t *pr, const ASN1_STRING *a, int itype) argument
505 asn1_string_to_bn(const ASN1_INTEGER *ai, BIGNUM *bn, int itype) argument
[all...]
/freebsd-current/crypto/heimdal/lib/asn1/
H A Dgen_template.c489 char *itype = NULL; local
/freebsd-current/sys/dev/cxgbe/
H A Dt4_vf.c322 int itype, iq_avail, navail, rc; local
[all...]
H A Dt4_main.c4261 calculate_iaq(struct adapter *sc, struct intrs_and_queues *iaq, int itype, argument
4403 int rc, itype, navail, nalloc; local
[all...]
/freebsd-current/sys/netsmb/
H A Dsmb_conn.c928 int error, itype; local
H A Dsmb_conn.h133 int itype; member in struct:smb_vc_info
146 int itype; member in struct:smb_share_info
/freebsd-current/contrib/llvm-project/lld/ELF/Arch/
H A DRISCV.cpp87 static uint32_t itype(uint32_t op, uint32_t rd, uint32_t rs1, uint32_t imm) { function
[all...]
/freebsd-current/crypto/openssl/include/openssl/
H A Dasn1t.h602 char itype; /* The item type, primitive, SEQUENCE, CHOICE member in struct:ASN1_ITEM_st
/freebsd-current/sbin/ipf/common/
H A Dipf_y.y1277 itype: seticmptype icmptype label
/freebsd-current/crypto/openssl/test/
H A Dendecode_test.c588 int itype = NID_undef; local

Completed in 371 milliseconds