OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:intq
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/arm/ep93xx/
epgpio.c
432
struct intr_req *
intq
;
local in function:epgpio_intr_establish
442
intq
= &sc->sc_ireq_combine;
445
intq
= &sc->sc_ireq_f[bit];
451
if (
intq
->ireq_func)
454
intq
->ireq_func = ireq_func;
455
intq
->ireq_arg = arg;
477
if (!
intq
->cookie)
478
intq
->cookie = ep93xx_intr_establish(
intq
->irq, ipl,
479
intq
->ih_func, pi)
489
struct intr_req *
intq
;
local in function:epgpio_intr_disestablish
524
struct intr_req *
intq
= &sc->sc_ireq_combine;
local in function:epgpio_intr_combine
540
struct intr_req *
intq
= &sc->sc_ireq_f[bit];
local in function:epgpio_intr_f
[
all
...]
epgpio.c
432
struct intr_req *
intq
;
local in function:epgpio_intr_establish
442
intq
= &sc->sc_ireq_combine;
445
intq
= &sc->sc_ireq_f[bit];
451
if (
intq
->ireq_func)
454
intq
->ireq_func = ireq_func;
455
intq
->ireq_arg = arg;
477
if (!
intq
->cookie)
478
intq
->cookie = ep93xx_intr_establish(
intq
->irq, ipl,
479
intq
->ih_func, pi)
489
struct intr_req *
intq
;
local in function:epgpio_intr_disestablish
524
struct intr_req *
intq
= &sc->sc_ireq_combine;
local in function:epgpio_intr_combine
540
struct intr_req *
intq
= &sc->sc_ireq_f[bit];
local in function:epgpio_intr_f
[
all
...]
/src/sbin/fsck_udf/
main.c
1533
struct udf_lvintq *
intq
, *nintq;
local in function:udf_writeout_lvint
1572
intq
= &context.lvint_trace[i];
1576
if (
intq
->start ==
intq
->end)
1578
num_avail =
intq
->end -
intq
->start;
1579
location =
intq
->start;
main.c
1533
struct udf_lvintq *
intq
, *nintq;
local in function:udf_writeout_lvint
1572
intq
= &context.lvint_trace[i];
1576
if (
intq
->start ==
intq
->end)
1578
num_avail =
intq
->end -
intq
->start;
1579
location =
intq
->start;
Completed in 33 milliseconds
Indexes created Wed Oct 01 15:09:59 GMT 2025