Searched refs:iflagp (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/cmd/sendmail/db/btree/ |
H A D | bt_cursor.c | 616 __bam_dsearch(dbc, cp, data, iflagp) in __bam_dsearch() argument 620 u_int32_t *iflagp; 634 if ((ret = __db_dsearch(dbc, iflagp != NULL, 639 if (iflagp == NULL) { 644 *iflagp = DB_BEFORE; 658 if (iflagp != NULL) 659 *iflagp = DB_AFTER; 669 if (iflagp == NULL) 671 *iflagp = DB_BEFORE; 683 if (iflagp == NULL) [all …]
|
/titanic_50/usr/src/uts/i86pc/io/apix/ |
H A D | apix.c | 2248 struct apic_io_intr *intrp, struct intrspec *ispec, iflag_t *iflagp) in apix_intx_setup() argument 2274 } else if (iflagp != NULL) { /* ACPI */ in apix_intx_setup() 2319 if (iflagp != NULL) in apix_intx_setup() 2320 irqp->airq_iflag = *iflagp; in apix_intx_setup()
|
/titanic_50/usr/src/uts/i86pc/io/psm/ |
H A D | psm_common.c | 93 int ipin, int *pci_irqp, iflag_t *iflagp, acpi_psm_lnk_t *acpipsmlnkp);
|
/titanic_50/usr/src/uts/i86pc/io/ |
H A D | mp_platform_common.c | 1796 iflag_t *iflagp, acpi_prs_private_t *prsprvp) in acpi_insert_prs_irq_ent() argument 1804 newent->intrflags = *iflagp; in acpi_insert_prs_irq_ent()
|