| /src/sys/arch/i386/pci/ |
| via8231reg.h | 135 #define VIA8231_TRIG_LEGAL(trig) \ 136 ((trig) == IST_LEVEL || (trig) == IST_EDGE)
|
| /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/broadcom/northstar2/ |
| ns2-svk.dts | 119 pl022,rx-level-trig = <1>; 120 pl022,tx-level-trig = <1>; 142 pl022,rx-level-trig = <1>; 143 pl022,tx-level-trig = <1>;
|
| /src/external/mpl/bind/dist/bin/tests/system/rpz/testlib/ |
| dummylib.c | 158 librpz_trig_t trig, librpz_result_id_t hit_id, bool recursed, 162 librpz_trig_t trig, librpz_result_id_t hit_id, bool recursed, 168 trpz_have_trig(librpz_trig_t trig, bool ipv6, const librpz_rsp_t *rsp); 969 switch (trsp->rstack[0].result.trig) { 1234 if (new->result.trig < old->result.trig) { 1236 } else if (new->result.trig > old->result.trig) { 1257 if (new->result.trig < old->result.trig) { [all...] |
| test-data.h | 108 #define DECL_NODE(canon, name, policy, znum, trig) \ 109 { canon, name, { 0, 0, policy, policy, znum, znum, trig, true } },
|
| test-data.c | 345 if (rptr->result.trig == trigger && 351 rptr->result.trig = trigger; 372 (*results)[*pnresults - 1].result.trig = trigger; 692 librpz_trig_t trig = LIBRPZ_TRIG_QNAME; local 964 trig = LIBRPZ_TRIG_IP; 966 trig = LIBRPZ_TRIG_NSIP; 968 trig = LIBRPZ_TRIG_CLIENT_IP; 970 trig = LIBRPZ_TRIG_NSDNAME; 1025 ttl, trig, policy, &zupd, flags, errp);
|
| /src/sys/arch/arm/s3c2xx0/ |
| s3c2800_intr.c | 158 u_int trig; local 160 trig = s3c2800_ist[type]; 167 reg |= trig << (4*irqno);
|
| s3c2410_intr.c | 349 u_int trig; local 354 trig = s3c24x0_ist[type]; 363 reg |= trig << (4*i);
|
| s3c2440_intr.c | 381 u_int trig; local 388 trig = s3c24x0_ist[type]; 397 reg |= trig << (4*i);
|
| /src/external/mpl/bind/dist/lib/dns/include/dns/ |
| dnsrps.h | 73 dns_dnsrps_trig2type(librpz_trig_t trig);
|
| librpz.h | 175 librpz_trig_t trig : LIBRPZ_TRIG_SIZE; member in struct:librpz_result 469 * @param trig: look for this type of trigger 470 * @param ipv6: true if trig is LIBRPZ_TRIG_CLIENT_IP, LIBRPZ_TRIG_IP, 474 typedef bool(librpz_have_trig_t)(librpz_trig_t trig, bool ipv6, 606 * @param trig LIBRPZ_TRIG_CLIENT_IP, LIBRPZ_TRIG_IP, or LIBRPZ_TRIG_NSIP 613 librpz_trig_t trig, librpz_result_id_t hit_id, 622 * @param trig LIBRPZ_TRIG_QNAME or LIBRPZ_TRIG_NSDNAME 629 size_t domain_size, librpz_trig_t trig, 722 typedef const char *(librpz_trig2str_t)(librpz_trig_t trig);
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/ |
| dnsrps.h | 73 dns_dnsrps_trig2type(librpz_trig_t trig);
|
| librpz.h | 175 librpz_trig_t trig : LIBRPZ_TRIG_SIZE; member in struct:librpz_result 477 * @param trig: look for this type of trigger 478 * @param ipv6: true if trig is LIBRPZ_TRIG_CLIENT_IP, LIBRPZ_TRIG_IP, 482 typedef bool(librpz_have_trig_t)(librpz_trig_t trig, bool ipv6, 614 * @param trig LIBRPZ_TRIG_CLIENT_IP, LIBRPZ_TRIG_IP, or LIBRPZ_TRIG_NSIP 621 librpz_trig_t trig, librpz_result_id_t hit_id, 630 * @param trig LIBRPZ_TRIG_QNAME or LIBRPZ_TRIG_NSDNAME 637 size_t domain_size, librpz_trig_t trig, 730 typedef const char *(librpz_trig2str_t)(librpz_trig_t trig);
|
| /src/sys/arch/arm/nxp/ |
| imx_gpio.c | 232 const u_int trig = be32toh(specifier[1]) & 0xf; local 235 if ((trig & 0x1) && (trig & 0x2)) 237 else if (trig & 0x1) 239 else if (trig & 0x2) 241 else if (trig & 0x4)
|
| imx6_gpc.c | 130 const u_int trig = be32toh(specifier[2]) & 0xf; local 131 const u_int level = (trig & 0x3) ? IST_EDGE : IST_LEVEL;
|
| imx7_gpc.c | 217 const u_int trig = be32toh(specifier[2]) & 0xf; local 218 const u_int level = (trig & 0x3) ? IST_EDGE : IST_LEVEL;
|
| /src/sys/arch/arm/nvidia/ |
| tegra_lic.c | 145 const u_int trig = be32toh(specifier[2]) & 0xf; local 146 const u_int level = (trig & FDT_INTR_TYPE_DOUBLE_EDGE)
|
| /src/sys/dev/acpi/ |
| acpi_event.c | 61 acpi_event_create(device_t dev, ACPI_HANDLE handle, UINT16 data, UINT8 trig, struct acpi_event **pev) 66 const char trigchar = trig == ACPI_LEVEL_SENSITIVE ? 'L' : 'E'; 83 aprint_error_dev(dev, "%s is missing a control method for event %#x (trig %c)\n",
|
| acpi_pci_link.c | 897 int *trig) 934 *trig = is_ext ? 1027 int *irq, int *pol, int *trig) 1048 *trig = link->l_trig; 1055 *trig = link->l_trig; 1068 acpi_pci_link_route_irqs(sc, irq, pol, trig); 1075 link->l_trig = *trig;
|
| /src/sys/arch/x86/x86/ |
| mpacpi.c | 842 "f\2\2trig\0" "=\1Edge\0" "=\3Level\0"; 1074 int irq, line, pol, trig; local 1082 mip->sourceindex, &line, &pol, &trig); 1103 if (trig == ACPI_EDGE_SENSITIVE) 1104 trig = MPS_INTTR_EDGE; 1106 trig = MPS_INTTR_LEVEL; 1108 mip->flags = pol | (trig << 2); 1121 if (trig == MPS_INTTR_LEVEL)
|
| /src/sys/arch/arm/fdt/ |
| gic_fdt.c | 258 const u_int trig = be32toh(specifier[2]) & 0xf; local 259 const u_int level = (trig & FDT_INTR_TYPE_DOUBLE_EDGE)
|
| gicv3_fdt.c | 358 const u_int trig = be32toh(specifier[2]) & 0xf; local 359 const u_int level = (trig & FDT_INTR_TYPE_DOUBLE_EDGE)
|
| /src/external/bsd/wpa/dist/wpa_supplicant/ |
| p2p_supplicant.h | 196 enum wpas_p2p_channel_update_trig trig); 265 enum wpas_p2p_channel_update_trig trig)
|
| /src/external/gpl3/gcc/dist/libgfortran/intrinsics/ |
| trigd.inc | 54 Names for the degree-valued trig functions defined by this module. 57 Whether the degree-valued trig functions can be enabled.
|
| /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/ |
| trigd.inc | 54 Names for the degree-valued trig functions defined by this module. 57 Whether the degree-valued trig functions can be enabled.
|
| /src/sys/arch/arm/acpi/ |
| acpi_pci_machdep.c | 383 int line, pol, trig, error; local 428 &line, &pol, &trig);
|