Searched refs:type (Results 176 - 200 of 6116) sorted by last modified time

1234567891011>>

/freebsd-11-stable/contrib/unbound/services/cache/
H A Ddns.c63 * This makes rrsets (other than type NS) timeout sooner so they get
84 env->alloc, now + ((ntohs(rep->ref[i].key->rk.type)==
212 /* snip off front part of qname until the type is found */
583 if(r->an_numrrsets > 0 && (r->rrsets[0]->rk.type == htons(
584 LDNS_RR_TYPE_CNAME) || r->rrsets[0]->rk.type == htons(
700 ck->rk.type = htons(LDNS_RR_TYPE_CNAME);
762 /* look up this RR for inclusion in type ANY response */
941 ntohs(data->rrsets[0]->rk.type) != LDNS_RR_TYPE_CNAME)
992 ((ntohs(ref.key->rk.type)==LDNS_RR_TYPE_NS
/freebsd-11-stable/contrib/unbound/iterator/
H A Diterator.c385 if(sets[i]->rk.type == dup->rk.type &&
555 if(ntohs(r->rk.type) == LDNS_RR_TYPE_DNAME &&
563 if(ntohs(r->rk.type) == LDNS_RR_TYPE_CNAME &&
579 if(ntohs(r->rk.type) == LDNS_RR_TYPE_NSEC ||
580 ntohs(r->rk.type) == LDNS_RR_TYPE_NSEC3) {
664 * @param qtype The query type for this request.
1040 if( !(ntohs(s->rk.type)==LDNS_RR_TYPE_A ||
1041 ntohs(s->rk.type)==LDNS_RR_TYPE_AAAA)) {
1045 if(qstate->qinfo.qtype == ntohs(s->rk.type)
1320 enum response_type type = response_type_from_cache(msg, local
2662 enum response_type type; local
3176 enum response_type type; local
[all...]
/freebsd-11-stable/contrib/unbound/daemon/
H A Dstats.c357 if(lp->com->type == comm_tcp_accept)
485 if(c->type != comm_udp) {
493 if(c->type == comm_http)
/freebsd-11-stable/sys/contrib/ena-com/
H A Dena_plat.h113 #define container_of(ptr, type, member) \
115 const __typeof(((type *)0)->member) *__p = (ptr); \
116 (type *)((uintptr_t)__p - offsetof(type, member)); \
202 #define min_t(type, _x, _y) ((type)(_x) < (type)(_y) ? (type)(_x) : (type)(_y))
203 #define max_t(type, _
[all...]
H A Dena_com.c2266 enum ena_admin_get_stats_type type)
2277 get_cmd->type = type;
2264 ena_get_dev_stats(struct ena_com_dev *ena_dev, struct ena_com_stats_ctx *ctx, enum ena_admin_get_stats_type type) argument
/freebsd-11-stable/sys/contrib/ena-com/ena_defs/
H A Dena_admin_defs.h379 /* stats type as defined in enum ena_admin_get_stats_type */
380 uint8_t type; member in struct:ena_admin_aq_get_stats_cmd
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DInputSection.h75 uint32_t type; member in class:lld::elf::SectionBase
96 uint64_t entsize, uint64_t alignment, uint32_t type,
100 entsize(entsize), type(type), link(link), info(info) {}
110 InputSectionBase(InputFile *file, uint64_t flags, uint32_t type,
122 // The file which contains this section. Its dynamic type is always
124 // its static type.
187 // The native ELF reloc data type is not very convenient to handle.
242 MergeInputSection(uint64_t flags, uint32_t type, uint64_t entsize,
318 InputSection(InputFile *f, uint64_t flags, uint32_t type, uint32_
95 SectionBase(Kind sectionKind, StringRef name, uint64_t flags, uint64_t entsize, uint64_t alignment, uint32_t type, uint32_t info, uint32_t link) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp535 // We cannot do this with Promote because i64 is not a legal type.
1729 * are always of type v16i8, thus each vector will contain 16 elements of size
1771 * \param[in] ShuffleKind Identify the type of merge:
2238 assert(CN->getValueType(0) == MVT::f32 && "Only one legal FP vector type!");
3045 // Equality can be handled by casting to the legal type for Altivec
3392 // needs to be aligned to the size of the full type. (Except for
3624 // Get the extended size of the argument type in stack
3626 // Get the actual size of the argument type
3962 default: llvm_unreachable("Unhandled argument type!");
3977 // These can be scalar arguments or elements of an integer array type
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp64 // If the function has a deduced return type, and we can't deduce it,
268 // Check this before deducing the return type, as it might instantiate the
285 // If the function has a deduced return type, and we can't deduce it,
390 QualType type = cast<ValueDecl>(D)->getType(); local
392 if (const PointerType *ptr = type->getAs<PointerType>()) {
396 } else if (const BlockPointerType *ptr = type->getAs<BlockPointerType>()) {
479 assert(!Ty.isNull() && "DefaultFunctionArrayConversion - missing type");
492 // type 'array of type' is converted to an expression that has type 'pointe
3121 QualType type = VD->getType(); local
5444 isPlaceholderToRemoveAsArg(QualType type) argument
6380 QualType type = E.get()->getType(); local
6603 breakDownVectorType(QualType type, uint64_t &len, QualType &eltType) argument
[all...]
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_cmd.c3174 ib_spec->type = kern_spec->type;
3185 switch (ib_spec->type) {
3720 ((cmd.flow_attr.type == IB_FLOW_ATTR_ALL_DEFAULT) ||
3721 (cmd.flow_attr.type == IB_FLOW_ATTR_MC_DEFAULT)))
3772 flow_attr->type = kern_flow_attr->type;
/freebsd-11-stable/sys/dev/usb/
H A Dusb_generic.c180 uint8_t type; local
198 type = ed->bmAttributes & UE_XFERTYPE;
199 if (type == UE_INTERRUPT) {
248 usb_config[1].type = UE_CONTROL;
257 usb_config[0].type = ed->bmAttributes & UE_XFERTYPE;
317 usb_config[1].type = UE_CONTROL;
326 usb_config[0].type = ed->bmAttributes & UE_XFERTYPE;
1548 usb_config[0].type = ed->bmAttributes & UE_XFERTYPE;
1563 if (usb_config[0].type == UE_CONTROL) {
/freebsd-11-stable/sys/dev/usb/serial/
H A Duftdi.c216 .type = UE_BULK,
225 .type = UE_BULK,
977 * Set up softc fields whose value depends on the device type.
1044 "device type, bcdDevice=0x%04x, assuming 232R\n",
/freebsd-11-stable/sys/dev/usb/input/
H A Duhid.c240 uint8_t type, uint8_t id, uint16_t size)
244 USETW2(req->wValue, type, id);
252 uint8_t type, uint8_t id, uint16_t size)
256 USETW2(req->wValue, type, id);
365 .type = UE_INTERRUPT,
374 .type = UE_INTERRUPT,
383 .type = UE_CONTROL,
392 .type = UE_CONTROL,
445 uhid_get_report(struct uhid_softc *sc, uint8_t type, argument
457 len, sc->sc_iface_index, type, i
239 uhid_fill_set_report(struct usb_device_request *req, uint8_t iface_no, uint8_t type, uint8_t id, uint16_t size) argument
251 uhid_fill_get_report(struct usb_device_request *req, uint8_t iface_no, uint8_t type, uint8_t id, uint16_t size) argument
477 uhid_set_report(struct uhid_softc *sc, uint8_t type, uint8_t id, void *kern_data, void *user_data, uint16_t len) argument
[all...]
/freebsd-11-stable/sys/dev/arcmsr/
H A Darcmsr.h69 #define offsetof(type, member) ((size_t)(&((type *)0)->member))
942 ** bit31 : must be 0 (for this type of reply)
1473 #define SCSI_NODEV 0x1F /* Unknown or no device type */
1651 ** 15:08 04h Sub Class Code (SCC): Indicates this is of type PCI-to-PCI bridge.
1696 ** 0x0e : (header type,single function )
2646 ** Access type is Read/Write to allow the 80331 to configure the register as a different vendor ID
2796 ** 06:00 000000 2 PCI Header Type - This bit field indicates the type of PCI header implemented. The ATU interface
3071 ** The required address size and type can be determined by writing ones to a base address register and
3978 ** Revision 2.3. This register in the PCI Extended Capability header identifies the type o
[all...]
/freebsd-11-stable/sys/x86/x86/
H A Dmptable_pci.c102 mptable_hostb_alloc_resource(device_t dev, device_t child, int type, int *rid, argument
108 if (type == PCI_RES_BUS)
113 if (type == SYS_RES_IOPORT && start + count - 1 == end) {
120 type, rid, start, end, count, flags));
131 type, rid, start, end, count, flags));
137 start = hostb_alloc_start(type, start, end, count);
138 return (pcib_host_res_alloc(&sc->sc_host_res, child, type, rid, start,
143 mptable_hostb_adjust_resource(device_t dev, device_t child, int type, argument
149 if (type == PCI_RES_BUS)
153 return (pcib_host_res_adjust(&sc->sc_host_res, child, type,
[all...]
H A Dmptable.c83 uint8_t type; member in struct:BASETABLE_ENTRY
113 u_char type; member in struct:BUSTYPENAME
241 return (bus_type_table[x].type);
535 panic("Unknown pre-defined MP Table config type %d",
560 printf("MPTable: Unknown bus %d type \"", bus->bus_id);
609 * Determine conforming polarity for a given bus type.
623 panic("%s: unknown bus type %d", __func__,
629 * Determine conforming trigger for a given bus type.
653 panic("%s: unknown bus type %d", __func__,
770 panic("%s: invalid interrupt entry type
1126 int error, *flagp, flags, type; local
[all...]
/freebsd-11-stable/sys/kern/
H A Dvfs_aio.c207 * for example, BIO belongs to this type, in this case, proc lock is
319 struct aioliojob *lio, int type, struct aiocb_ops *ops);
746 * type of file, including pipes, sockets, fifos, and regular files.
1451 int type, struct aiocb_ops *ops)
1517 if (type != LIO_NOP)
1518 job->uaiocb.aio_lio_opcode = type;
1450 aio_aqueue(struct thread *td, struct aiocb *ujob, struct aioliojob *lj, int type, struct aiocb_ops *ops) argument
H A Dsubr_smp.c217 generic_stop_cpus(cpuset_t map, u_int type) argument
227 type == IPI_STOP || type == IPI_STOP_HARD
229 || type == IPI_SUSPEND
231 , ("%s: invalid stop type", __func__));
236 CTR2(KTR_SMP, "stop_cpus(%s) with %u type",
237 cpusetobj_strprint(cpusetbuf, &map), type);
247 if (type == IPI_SUSPEND)
261 ipi_selected(map, type);
267 if (type
330 generic_restart_cpus(cpuset_t map, u_int type) argument
927 topo_add_node_by_hwid(struct topo_node *parent, int hwid, topo_node_type type, uintptr_t subtype) argument
956 topo_find_node_by_hwid(struct topo_node *parent, int hwid, topo_node_type type, uintptr_t subtype) argument
[all...]
H A Dsubr_sleepqueue.c126 int sq_type; /* (c) Queue type. */
654 * type-stable, the callout will use the correct
762 * Returns the type of sleepqueue given a waitchannel.
768 int type; local
778 type = sq->sq_type;
780 return (type);
1455 db_printf("Queue type: %d\n", sq->sq_type);
H A Dsubr_lock.c75 const char *type, int flags)
95 WITNESS_INIT(lock, (type != NULL) ? type : name);
223 * Array of objects and profs for each type of object for each cpu. Spinlocks
267 lock_prof_init_type(struct lock_prof_type *type) argument
271 SLIST_INIT(&type->lpt_lpalloc);
272 LIST_INIT(&type->lpt_lpoalloc);
274 SLIST_INSERT_HEAD(&type->lpt_lpalloc, &type->lpt_prof[i],
276 LIST_INSERT_HEAD(&type
74 lock_init(struct lock_object *lock, struct lock_class *class, const char *name, const char *type, int flags) argument
368 struct lock_prof_type *type; local
402 lock_prof_type_stats(struct lock_prof_type *type, struct sbuf *sb, int spin, int t) argument
496 struct lock_prof_type *type; local
534 struct lock_prof_type *type; local
627 struct lock_prof_type *type; local
[all...]
/freebsd-11-stable/sys/dev/pci/
H A Dvga_pci.c70 int type, int *rid, rman_res_t start, rman_res_t end, rman_res_t count,
72 static int vga_pci_release_resource(device_t dev, device_t child, int type,
335 vga_pci_alloc_resource(device_t dev, device_t child, int type, int *rid, argument
340 switch (type) {
351 vr->vr_res = bus_alloc_resource(dev, type, rid, start,
357 return (bus_alloc_resource(dev, type, rid, start, end, count, flags));
361 vga_pci_release_resource(device_t dev, device_t child, int type, int rid, argument
367 switch (type) {
386 error = bus_release_resource(dev, type, rid, r);
394 return (bus_release_resource(dev, type, ri
[all...]
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_cam.c389 * The ocs_node_t structure has and elment of type ocs_scsi_tgt_node_t named
518 * The IO context (ocs_io_t) structure has and element of type
645 * The IO context (ocs_io_t) structure has and element of type ocs_scsi_tgt_io_t named
1146 * The ocs_node_t structure has and elment of type ocs_scsi_ini_node_t named
2685 ocs_scsi_ini_ddump(ocs_textbuf_t *textbuf, ocs_scsi_ddump_type_e type, void *obj) argument
2687 switch(type) {
2715 ocs_scsi_tgt_ddump(ocs_textbuf_t *textbuf, ocs_scsi_ddump_type_e type, void *obj) argument
2717 switch(type) {
/freebsd-11-stable/contrib/elftoolchain/size/
H A Dsize.c216 Elf_Type type, size_t size)
221 src.d_type = type;
215 xlatetom(Elf *elf, GElf_Ehdr *elfhdr, void *_src, void *_dst, Elf_Type type, size_t size) argument
/freebsd-11-stable/contrib/elftoolchain/nm/
H A Dnm.c117 /* output numric type */
124 /* output symbol type, PRINT_SYM_DYN for dynamic symbol only */
130 /* output name type */
629 char type; local
664 type = get_sym_type(&sym, type_table);
667 if (!fep->fn(type, &sym, sym_name)) {
1206 /* type_table for type determine */
1239 * Cannot test by type and attribute for dynstr, strtab
1612 sym_elem_print_all(char type, const char *sec, const GElf_Sym *sym, argument
1620 if (IS_UNDEF_SYM_TYPE(type)) {
1660 sym_elem_print_all_portable(char type, const char *sec, const GElf_Sym *sym, const char *name) argument
1680 sym_elem_print_all_sysv(char type, const char *sec, const GElf_Sym *sym, const char *name) argument
1735 sym_elem_def(char type, const GElf_Sym *sym, const char *name) argument
1747 sym_elem_global(char type, const GElf_Sym *sym, const char *name) argument
1760 sym_elem_global_static(char type, const GElf_Sym *sym, const char *name) argument
1777 sym_elem_nondebug(char type, const GElf_Sym *sym, const char *name) argument
1794 sym_elem_nonzero_size(char type, const GElf_Sym *sym, const char *name) argument
1806 sym_elem_undef(char type, const GElf_Sym *sym, const char *name) argument
1901 char type; local
[all...]
/freebsd-11-stable/contrib/elftoolchain/libelftc/
H A Dlibelftc_dem_gnu3.c97 bool is_functype; /* function type */
99 enum type_qualifier ref_qualifier_type; /* ref qualifier type */
250 * The first type is a return type if we just demangled template
270 /* Read return type */
274 /* Read function arg type */
280 /* Push return type to the beginning */
428 * is_tmpl is used to check if the type (function arg) is right next
1320 /* Return type */
1409 /* Release type qualifie
1441 char *name, *type, *num_str; local
3026 char *type; local
[all...]

Completed in 352 milliseconds

1234567891011>>