Home
last modified time | relevance | path

Searched defs:softcall (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dsoftint.c126 typedef struct softcall { struct
129 struct softcall *sc_next; /* next in list */ argument
313 softcall(void (*func)(void *), void *arg) in softcall() function