Searched refs:dtype (Results 26 - 50 of 52) sorted by relevance

123

/freebsd-current/sys/dev/ixl/
H A Di40e_lan_hmc.h58 u8 dtype; member in struct:i40e_hmc_obj_rxq
H A Dixl_pf_iflib.c582 rctx.dtype = 0;
H A Di40e_lan_hmc.c740 { I40E_HMC_STORE(i40e_hmc_obj_rxq, dtype), 2, 114 },
H A Dixl_pf_iov.c634 rxq.dtype = 2;
/freebsd-current/sys/dev/dpaa2/
H A Ddpaa2_mc.h149 * dtype: Type of the DPAA2 object.
161 enum dpaa2_dev_type dtype; member in struct:dpaa2_devinfo
H A Ddpaa2_rc.c157 dinfo->dtype = DPAA2_DEV_RC;
389 rid, dpaa2_ttos(dinfo->dtype),
455 retval += printf(" at %s (id=%u)", dpaa2_ttos(dinfo->dtype), dinfo->id);
486 if (rcinfo->dtype != DPAA2_DEV_RC)
580 if (rcinfo->dtype != DPAA2_DEV_RC)
628 if (rcinfo->dtype != DPAA2_DEV_RC)
795 struct dpaa2_cmd *cmd, uint32_t obj_id, enum dpaa2_dev_type dtype,
818 const char *type = dpaa2_ttos(dtype);
880 uint32_t obj_id, uint8_t reg_idx, enum dpaa2_dev_type dtype,
903 const char *type = dpaa2_ttos(dtype);
794 dpaa2_rc_get_obj_descriptor(device_t dev, device_t child, struct dpaa2_cmd *cmd, uint32_t obj_id, enum dpaa2_dev_type dtype, struct dpaa2_obj *obj) argument
879 dpaa2_rc_get_obj_region(device_t dev, device_t child, struct dpaa2_cmd *cmd, uint32_t obj_id, uint8_t reg_idx, enum dpaa2_dev_type dtype, struct dpaa2_rc_obj_region *reg) argument
997 dpaa2_rc_set_obj_irq(device_t dev, device_t child, struct dpaa2_cmd *cmd, uint8_t irq_idx, uint64_t addr, uint32_t data, uint32_t irq_usr, uint32_t obj_id, enum dpaa2_dev_type dtype) argument
[all...]
H A Ddpaa2_mc.c479 rm = dpaa2_mc_rman(mcdev, dinfo->dtype, 0);
539 if (dinfo->dtype == devtype && dinfo->id == obj_id) {
573 if ((dinfo->dtype == devtype) &&
H A Ddpaa2_ni.c805 ep1_desc.type = dinfo->dtype;
/freebsd-current/contrib/lib9p/pytest/
H A Dprotocol.py542 for dtype in pfods:
543 name = dtype.__name__
550 assert dtype == proto_tuple[0]
551 packinfo = pfods[dtype]
555 def builder(constructor=dtype, packinfo=packinfo):
/freebsd-current/sbin/newfs_msdos/
H A Dmkfs_msdos.c233 mkfs_msdos(const char *fname, const char *dtype, const struct msdos_options *op) argument
333 if (getdiskinfo(fd, fname, dtype, o.hidden_sectors_set, &bpb) == -1)
923 getdiskinfo(int fd, const char *fname, const char *dtype, __unused int oflag, argument
935 if (dtype != NULL) {
936 lp = getdiskbyname(dtype);
984 (void)dtype;
/freebsd-current/crypto/openssl/crypto/rsa/
H A Drsa_local.h136 int (*rsa_verify) (int dtype, const unsigned char *m,
/freebsd-current/contrib/netbsd-tests/lib/libc/db/
H A Dh_db.c629 setinfo(DBTYPE dtype, char *s) argument
642 switch (dtype) {
/freebsd-current/crypto/openssl/include/openssl/
H A Drsa.h569 int (*RSA_meth_get_verify(const RSA_METHOD *meth)) (int dtype,
577 int (*verify) (int dtype, const unsigned char *m,
/freebsd-current/usr.sbin/bhyve/
H A Dpci_e82545.c1088 int desc, dtype, ntype, iovcnt, tcp, tso, paylen, seg, tiovcnt, pv; local
1111 dtype = e82545_txdesc_type(dsc->td.lower.data);
1114 switch (dtype) {
1129 ntype = dtype;
1135 ntype = dtype;
1142 assert(dtype == ntype);
1147 len = (dtype == E1000_TXD_TYP_L) ? dsc->td.lower.flags.length :
1174 if (dtype == E1000_TXD_TYP_L) {
/freebsd-current/contrib/unbound/services/
H A Dlocalzone.c300 uint16_t* dtype)
314 *dtype = sldns_wirerr_get_type(rr, len, dname_len);
1221 uint8_t* name, size_t len, int labs, uint16_t dclass, uint16_t dtype)
1224 dclass, dtype, NULL, 0, 1);
1229 uint8_t* name, size_t len, int labs, uint16_t dclass, uint16_t dtype,
1237 if(dtype == LDNS_RR_TYPE_DS && !dname_is_root(name)) {
2142 del_local_rrset(struct local_data* d, uint16_t dtype) argument
2145 while(p && ntohs(p->rrset->rk.type) != dtype) {
299 get_rr_nameclass(const char* str, uint8_t** nm, uint16_t* dclass, uint16_t* dtype) argument
1220 local_zones_lookup(struct local_zones* zones, uint8_t* name, size_t len, int labs, uint16_t dclass, uint16_t dtype) argument
1228 local_zones_tags_lookup(struct local_zones* zones, uint8_t* name, size_t len, int labs, uint16_t dclass, uint16_t dtype, uint8_t* taglist, size_t taglen, int ignoretags) argument
H A Drpz.c1422 del_local_rrset_from_list(struct local_rrset** list_head, uint16_t dtype) argument
1425 while(p && ntohs(p->rrset->rk.type) != dtype) {
/freebsd-current/sys/cam/scsi/
H A Dscsi_all.c5450 char *dtype, *qtype; local
5481 dtype = "Direct Access";
5484 dtype = "Sequential Access";
5487 dtype = "Printer";
5490 dtype = "Processor";
5493 dtype = "WORM";
5496 dtype = "CD-ROM";
5499 dtype = "Scanner";
5502 dtype = "Optical";
5505 dtype
[all...]
H A Dscsi_enc_ses.c2618 int dtype, err; local
2631 dtype = ses_elm_sas_descr_type(hdr);
2632 switch(dtype) {
2669 ses_cache->ses_types[tidx].hdr->etype_elm_type, dtype);
/freebsd-current/contrib/sendmail/src/
H A Dmain.c2385 char dtype[200]; local
2419 dtype[0] = '\0';
2422 (void) sm_strlcat(dtype, "+SMTP", sizeof(dtype));
2427 (void) sm_strlcat2(dtype,
2432 sizeof(dtype));
2435 (void) sm_strlcat(dtype, "+debugging", sizeof(dtype));
2438 "starting daemon (%s): %s", Version, dtype + 1);
2445 macid("{daemon_info}"), dtype
[all...]
/freebsd-current/crypto/openssl/engines/
H A De_capi.c128 static int capi_rsa_sign(int dtype, const unsigned char *m,
831 int capi_rsa_sign(int dtype, const unsigned char *m, unsigned int m_len, argument
852 switch (dtype) {
879 BIO_snprintf(algstr, 10, "%x", dtype);
/freebsd-current/contrib/elftoolchain/readelf/
H A Dreadelf.c293 static const char *dt_type(unsigned int mach, unsigned int dtype);
829 dt_type(unsigned int mach, unsigned int dtype) argument
833 switch (dtype) {
908 if (dtype >= DT_LOPROC && dtype <= DT_HIPROC) {
911 switch (dtype) {
920 switch (dtype) {
1018 switch (dtype) {
1030 snprintf(s_dtype, sizeof(s_dtype), "<unknown: %#x>", dtype);
/freebsd-current/contrib/elftoolchain/elfcopy/
H A Dsections.c1291 void *buf, uint64_t size, uint64_t off, uint64_t stype, Elf_Type dtype,
1337 od->d_type = dtype;
1290 create_external_section(struct elfcopy *ecp, const char *name, char *newname, void *buf, uint64_t size, uint64_t off, uint64_t stype, Elf_Type dtype, uint64_t flags, uint64_t align, uint64_t vma, int loadable) argument
/freebsd-current/sys/dev/ice/
H A Dice_lan_tx_rx.h828 u8 dtype; member in struct:ice_rlan_ctx
/freebsd-current/sys/netpfil/ipfw/
H A Dip_fw_dynamic.c915 #define print_dyn_rule(id, dtype, prefix, postfix) \
916 print_dyn_rule_flags(id, dtype, LOG_DEBUG, prefix, postfix)
/freebsd-current/sys/dev/vmware/vmxnet3/
H A Dif_vmx.c1326 txd->dtype = 0;

Completed in 715 milliseconds

123