OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_hand
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/powerpc/pic/
intr.c
221
if (is->
is_hand
== NULL) {
235
for (p = &is->
is_hand
; (q = *p) != NULL; p = &q->ih_next) {
302
for (p = &is->
is_hand
, q = NULL; (*p) != NULL; p = &(*p)->ih_next) {
323
if (is->
is_hand
== NULL) {
405
for (ih = is->
is_hand
; ih != NULL; ih = ih->ih_next) {
451
if (is->
is_hand
)
485
for (struct intrhand *ih = is->
is_hand
; ih != NULL; ih = ih->ih_next) {
751
struct intrhand *ih = is->
is_hand
;
794
return is->
is_hand
;
873
if (is->
is_hand
!= NULL
[
all
...]
picvar.h
62
struct intrhand *
is_hand
;
member in struct:intr_source
Completed in 13 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025