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

  /src/external/gpl3/gcc/dist/libgfortran/io/
inquire.c 40 inquire_via_unit (st_parameter_inquire *iqp, gfc_unit *u)
43 GFC_INTEGER_4 cf = iqp->common.flags;
45 if (iqp->common.unit == GFC_INTERNAL_UNIT ||
46 iqp->common.unit == GFC_INTERNAL_UNIT4 ||
48 generate_error (&iqp->common, LIBERROR_INQUIRE_INTERNAL_UNIT, NULL);
51 *iqp->exist = (u != NULL &&
52 iqp->common.unit != GFC_INTERNAL_UNIT &&
53 iqp->common.unit != GFC_INTERNAL_UNIT4)
54 || (iqp->common.unit >= 0);
57 *iqp->opened = (u != NULL)
    [all...]
  /src/external/gpl3/gcc.old/dist/libgfortran/io/
inquire.c 40 inquire_via_unit (st_parameter_inquire *iqp, gfc_unit *u)
43 GFC_INTEGER_4 cf = iqp->common.flags;
45 if (iqp->common.unit == GFC_INTERNAL_UNIT ||
46 iqp->common.unit == GFC_INTERNAL_UNIT4 ||
48 generate_error (&iqp->common, LIBERROR_INQUIRE_INTERNAL_UNIT, NULL);
51 *iqp->exist = (u != NULL &&
52 iqp->common.unit != GFC_INTERNAL_UNIT &&
53 iqp->common.unit != GFC_INTERNAL_UNIT4)
54 || (iqp->common.unit >= 0);
57 *iqp->opened = (u != NULL)
    [all...]
  /src/sys/arch/arm/gemini/
gemini_lpchc.c 95 gemini_lpchc_intrq_t *iqp; local
97 iqp = kmem_zalloc(sizeof(*iqp), KM_SLEEP);
98 iqp->iq_func = func;
99 iqp->iq_arg = arg;
100 iqp->iq_bit = bit;
101 iqp->iq_isedge = isedge;
102 SIMPLEQ_INSERT_TAIL(&sc->sc_intrq, iqp, iq_q);
104 return (void *)iqp;
110 gemini_lpchc_intrq_t *iqp; local
125 gemini_lpchc_intrq_t *iqp; local
    [all...]
gemini_ipi.c 104 gemini_ipi_intrq_t *iqp; local
106 iqp = kmem_zalloc(sizeof(*iqp), KM_SLEEP);
107 iqp->iq_func = func;
108 iqp->iq_arg = arg;
109 SIMPLEQ_INSERT_TAIL(&sc->sc_intrq, iqp, iq_q);
111 return (void *)iqp;
117 gemini_ipi_intrq_t *iqp; local
119 SIMPLEQ_FOREACH(iqp, &sc->sc_intrq, iq_q) {
120 if ((void *)iqp == cookie)
132 gemini_ipi_intrq_t *iqp; local
    [all...]
gemini_pci.c 117 struct gemini_pci_intrq *iqp; local
119 iqp = kmem_zalloc(sizeof(*iqp), KM_SLEEP);
120 iqp->iq_func = func;
121 iqp->iq_arg = arg;
122 iqp->iq_ih = ih;
123 SIMPLEQ_INSERT_TAIL(&gemini_pci_intrq, iqp, iq_q);
125 return (void *)iqp;
131 struct gemini_pci_intrq *iqp; local
133 SIMPLEQ_FOREACH(iqp, &gemini_pci_intrq, iq_q)
146 struct gemini_pci_intrq *iqp; local
404 struct gemini_pci_intrq *iqp = (struct gemini_pci_intrq *)cookie; local
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/
config.c 2043 strtok_quote( char *line, char *sep, char **quote_ptr, int *iqp )
2093 *iqp = inquote;
  /src/external/bsd/openldap/dist/servers/lloadd/
config.c 3418 strtok_quote( char *line, char *sep, char **quote_ptr, int *iqp )
3467 *iqp = inquote;

Completed in 117 milliseconds