Home
last modified time | relevance | path

Searched refs:dtype (Results 1 – 25 of 43) sorted by relevance

12

/dflybsd-src/contrib/binutils-2.27/binutils/
H A Dstabs.c684 debug_type dtype; in parse_stab_string() local
783 dtype = parse_stab_type (dhandle, info, (const char *) NULL, in parse_stab_string()
785 if (dtype == DEBUG_TYPE_NULL) in parse_stab_string()
792 if (! debug_record_typed_const (dhandle, name, dtype, atoi (p))) in parse_stab_string()
804 dtype = parse_stab_type (dhandle, info, (const char *) NULL, in parse_stab_string()
806 if (dtype == DEBUG_TYPE_NULL) in parse_stab_string()
808 if (! debug_record_label (dhandle, name, dtype, value)) in parse_stab_string()
815 dtype = parse_stab_type (dhandle, info, (const char *) NULL, &p, in parse_stab_string()
817 if (dtype == DEBUG_TYPE_NULL) in parse_stab_string()
819 if (! debug_record_function (dhandle, name, dtype, type == 'F', value)) in parse_stab_string()
[all …]
/dflybsd-src/contrib/binutils-2.34/binutils/
H A Dstabs.c704 debug_type dtype; in parse_stab_string() local
808 dtype = parse_stab_type (dhandle, info, (const char *) NULL, in parse_stab_string()
810 if (dtype == DEBUG_TYPE_NULL) in parse_stab_string()
817 if (! debug_record_typed_const (dhandle, name, dtype, atoi (p))) in parse_stab_string()
829 dtype = parse_stab_type (dhandle, info, (const char *) NULL, in parse_stab_string()
831 if (dtype == DEBUG_TYPE_NULL) in parse_stab_string()
833 if (! debug_record_label (dhandle, name, dtype, value)) in parse_stab_string()
840 dtype = parse_stab_type (dhandle, info, (const char *) NULL, &p, in parse_stab_string()
842 if (dtype == DEBUG_TYPE_NULL) in parse_stab_string()
844 if (! debug_record_function (dhandle, name, dtype, type == 'F', value)) in parse_stab_string()
[all …]
/dflybsd-src/contrib/nvi2/common/
H A Drecover.c504 char *dtype, *data; in rcv_list() local
546 if ((st = rcv_dlnread(sp, &dtype, &data, fp))) { in rcv_list()
552 if (dtype == NULL) in rcv_list()
554 if (!strcmp(dtype, "file")) in rcv_list()
556 else if (!strcmp(dtype, "path")) in rcv_list()
612 char *dtype, *data; in rcv_read() local
663 if ((st = rcv_dlnread(sp, &dtype, &data, fp))) { in rcv_read()
669 if (dtype == NULL) in rcv_read()
671 if (!strcmp(dtype, "file")) in rcv_read()
673 else if (!strcmp(dtype, "path")) in rcv_read()
[all …]
/dflybsd-src/contrib/openbsd_libm/src/
H A Ds_lrintl.c38 #define dtype long macro
49 dtype
53 dtype d; in fn()
56 d = (dtype)roundit(x); in fn()
H A Ds_lroundl.c39 #define dtype long macro
58 dtype
64 return ((dtype)x); in fn()
H A Ds_llrintl.c9 #define dtype long long macro
H A Ds_llroundl.c9 #define dtype long long macro
/dflybsd-src/crypto/openssh/
H A Ddns.c310 u_int8_t dtype; in export_dns_rr() local
315 for (dtype = SSHFP_HASH_SHA1; dtype < SSHFP_HASH_MAX; dtype++) { in export_dns_rr()
316 if (alg != -1 && dtype != alg) in export_dns_rr()
318 rdata_digest_type = dtype; in export_dns_rr()
/dflybsd-src/lib/libusb/
H A Dlibusb10_desc.c369 uint8_t dtype; in libusb_parse_ss_endpoint_comp() local
372 dtype = ((const uint8_t *)buf)[1]; in libusb_parse_ss_endpoint_comp()
378 dtype == LIBUSB_DT_SS_ENDPOINT_COMPANION) { in libusb_parse_ss_endpoint_comp()
386 ptr->bDescriptorType = dtype; in libusb_parse_ss_endpoint_comp()
430 uint8_t dtype; in libusb_parse_bos_descriptor() local
433 dtype = ((const uint8_t *)buf)[1]; in libusb_parse_bos_descriptor()
439 dtype == LIBUSB_DT_BOS) { in libusb_parse_bos_descriptor()
450 ptr->bDescriptorType = dtype; in libusb_parse_bos_descriptor()
462 dtype == LIBUSB_DT_DEVICE_CAPABILITY) { in libusb_parse_bos_descriptor()
473 dcap_20->bDescriptorType = dtype; in libusb_parse_bos_descriptor()
[all …]
/dflybsd-src/sys/dev/sound/pcm/
H A Dvchan.c355 char dtype[16]; in sysctl_dev_pcm_vchanmode() local
395 strlcpy(dtype, "passthrough", sizeof(dtype)); in sysctl_dev_pcm_vchanmode()
397 strlcpy(dtype, "adaptive", sizeof(dtype)); in sysctl_dev_pcm_vchanmode()
399 strlcpy(dtype, "fixed", sizeof(dtype)); in sysctl_dev_pcm_vchanmode()
402 ret = sysctl_handle_string(oidp, dtype, sizeof(dtype), req); in sysctl_dev_pcm_vchanmode()
404 if (strcasecmp(dtype, "passthrough") == 0 || in sysctl_dev_pcm_vchanmode()
405 strcmp(dtype, "1") == 0) in sysctl_dev_pcm_vchanmode()
407 else if (strcasecmp(dtype, "adaptive") == 0 || in sysctl_dev_pcm_vchanmode()
408 strcmp(dtype, "2") == 0) in sysctl_dev_pcm_vchanmode()
410 else if (strcasecmp(dtype, "fixed") == 0 || in sysctl_dev_pcm_vchanmode()
[all …]
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dcp-objcp-common.c133 tree dtype = NULL_TREE; in cp_get_debug_type() local
136 dtype = build_offset_type (TYPE_PTRMEMFUNC_OBJECT_TYPE (type), in cp_get_debug_type()
145 if (dtype) in cp_get_debug_type()
152 debug_type_map->put (ktype, dtype); in cp_get_debug_type()
155 return dtype; in cp_get_debug_type()
H A Dcvt.c879 tree dtype = TREE_TYPE (e); in ocp_convert() local
882 dtype = TYPE_MAIN_VARIANT (dtype); in ocp_convert()
899 && ! (CLASS_TYPE_P (dtype) && DERIVED_FROM_P (type, dtype))) in ocp_convert()
/dflybsd-src/crypto/libressl/crypto/rsa/
H A Drsa_sign.c270 RSA_verify(int dtype, const unsigned char *m, unsigned int m_len, in RSA_verify() argument
274 return rsa->meth->rsa_verify(dtype, m, m_len, sigbuf, siglen, in RSA_verify()
277 return int_rsa_verify(dtype, m, m_len, NULL, NULL, sigbuf, siglen, rsa); in RSA_verify()
H A Drsa_locl.h38 int (*rsa_verify)(int dtype, const unsigned char *m,
90 extern int int_rsa_verify(int dtype, const unsigned char *m,
H A Drsa_meth.c264 (*RSA_meth_get_verify(const RSA_METHOD *meth))(int dtype, in RSA_meth_get_verify()
272 RSA_meth_set_verify(RSA_METHOD *meth, int (*verify)(int dtype, in RSA_meth_set_verify() argument
/dflybsd-src/sbin/newfs_msdos/
H A Dnewfs_msdos.c77 const char *fname, *dtype; in main() local
186 dtype = *argv; in main()
187 exit(!!mkfs_msdos(fname, dtype, &o)); in main()
H A Dmkfs_msdos.c230 mkfs_msdos(const char *fname, const char *dtype, const struct msdos_options *op) in mkfs_msdos() argument
330 if (getdiskinfo(fd, fname, dtype, o.hidden_sectors_set, &bpb) == -1) in mkfs_msdos()
912 getdiskinfo(int fd, const char *fname, const char *dtype, __unused int oflag, in getdiskinfo() argument
925 if (dtype != NULL) { in getdiskinfo()
926 lp = getdiskbyname(dtype); in getdiskinfo()
963 (void)dtype; in getdiskinfo()
/dflybsd-src/sys/bus/cam/scsi/
H A Dscsi_all.c3359 char *dtype, *qtype; in scsi_print_inquiry() local
3391 dtype = "Direct Access"; in scsi_print_inquiry()
3394 dtype = "Sequential Access"; in scsi_print_inquiry()
3397 dtype = "Printer"; in scsi_print_inquiry()
3400 dtype = "Processor"; in scsi_print_inquiry()
3403 dtype = "WORM"; in scsi_print_inquiry()
3406 dtype = "CD-ROM"; in scsi_print_inquiry()
3409 dtype = "Scanner"; in scsi_print_inquiry()
3412 dtype = "Optical"; in scsi_print_inquiry()
3415 dtype = "Changer"; in scsi_print_inquiry()
[all …]
/dflybsd-src/sys/netgraph/
H A Dng_message.h77 #define NG_GENERIC_NG_MESG_INFO(dtype) { \ argument
86 { "data", (dtype) }, \
/dflybsd-src/sys/dev/virtual/vmware/vmxnet3/
H A Dif_vmxreg.h97 uint32_t dtype:1; /* Descriptor type */ member
132 uint32_t dtype:1; /* Descriptor type */ member
/dflybsd-src/sys/netgraph7/
H A Dng_message.h90 #define NG_GENERIC_NG_MESG_INFO(dtype) { \ argument
100 { "data", (dtype) }, \
/dflybsd-src/sys/kern/
H A Dvfs_journal.c108 void *buf, int bytes, int dtype);
1072 jrecord_data(struct jrecord *jrec, void *buf, int bytes, int dtype) in jrecord_data() argument
1088 switch (dtype) { in jrecord_data()
1101 if (dtype != JDATA_XIO) in jrecord_data()
1135 switch (dtype) { in jrecord_data()
/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dcvt.c799 tree dtype = TREE_TYPE (e); in ocp_convert() local
802 dtype = TYPE_MAIN_VARIANT (dtype); in ocp_convert()
819 && ! (CLASS_TYPE_P (dtype) && DERIVED_FROM_P (type, dtype))) in ocp_convert()
/dflybsd-src/sbin/disklabel64/
H A Ddisklabel64.c169 const char *dtype = NULL; in main() local
319 dtype = argv[1]; in main()
321 dtype = "auto"; in main()
324 makelabel(dtype, name, &lab); in main()
/dflybsd-src/sys/bus/pccard/
H A Dpccard_cis.c664 u_int reg, dtype, dspeed; in pccard_parse_cis_tuple() local
667 dtype = reg & PCCARD_DTYPE_MASK; in pccard_parse_cis_tuple()
672 switch (dtype) { in pccard_parse_cis_tuple()

12