HomeSort by: relevance | last modified time | path
    Searched refs:ip_type (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/x86/include/
i82093var.h 44 int ip_type; member in struct:ioapic_pin
  /src/sys/arch/x86/x86/
ioapic.c 352 sc->sc_pins[i].ip_type = IST_NONE;
427 if (pp->ip_type == IST_NONE) {
437 if (pp->ip_type == IST_LEVEL)
443 if (pp->ip_type == IST_LEVEL)
568 pp->ip_type = type;
596 if (ip->ip_type != IST_NONE)
  /src/sys/external/bsd/drm2/dist/include/uapi/drm/
amdgpu_drm.h 421 __u32 ip_type; member in struct:drm_amdgpu_wait_cs_in
439 __u32 ip_type; member in struct:drm_amdgpu_fence
602 __u32 ip_type; member in struct:drm_amdgpu_cs_chunk_ib
610 __u32 ip_type; member in struct:drm_amdgpu_cs_chunk_dep
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_cs.c 898 if (chunk_ib->ip_type == AMDGPU_HW_IP_GFX &&
912 r = amdgpu_ctx_get_entity(parser->ctx, chunk_ib->ip_type,
976 r = amdgpu_ctx_get_entity(ctx, deps[i].ip_type,
1372 r = amdgpu_ctx_get_entity(ctx, wait->in.ip_type, wait->in.ip_instance,
1420 r = amdgpu_ctx_get_entity(ctx, user->ip_type, user->ip_instance,
  /src/external/mpl/bind/dist/lib/ns/
query.c 2995 rpz_get_zbits(ns_client_t *client, dns_rdatatype_t ip_type,
3009 ip_type == dns_rdatatype_aaaa,
3026 if (ip_type == dns_rdatatype_a) {
3028 } else if (ip_type == dns_rdatatype_aaaa) {
3038 if (ip_type == dns_rdatatype_a) {
3040 } else if (ip_type == dns_rdatatype_aaaa) {
3913 dns_rdatatype_t ip_type, dns_db_t **ip_dbp,
3927 zbits = rpz_get_zbits(client, ip_type, rpz_type);
3935 result = rpz_rrset_find(client, name, ip_type, options,

Completed in 27 milliseconds