Home
last modified time | relevance | path

Searched refs:UNI (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/ngatm/netnatm/sig/
H A Dunipriv.h471 #define MANDATE_IE(UNI,MSG,IE) \ argument
474 uni_mandate_ie(UNI, IE); \
502 #define FOREACH_ERR(E, UNI) \ argument
503 for ((E) = (UNI)->cx.err; (E) < (UNI)->cx.err + (UNI)->cx.errcnt; (E)++)
520 if ((UNI)->debug[(FAC)] >= (LEVEL)) { \
521 (UNI)->funcs->verbose((UNI), (UNI)->arg, (FAC) ,\
527 (UNI)->funcs->verbose((UNI), (UNI)->arg, (FAC) , \
534 if ((UNI)->debug[(FAC)] >= (LEVEL)) { \
535 (UNI)->funcs->verbose((UNI), (UNI)->arg, (FAC), \
540 #define VERBOSE0(UNI, FAC, ...) do { \ argument
[all …]
/f-stack/freebsd/netgraph/atm/uni/
H A Dng_uni_cust.h88 #define _TIMER_DESTROY(UNI,FIELD) _TIMER_STOP(UNI,FIELD) argument
89 #define _TIMER_STOP(UNI,FIELD) do { \ argument
90 ng_uncallout(&FIELD.c, (UNI)->arg); \
92 #define TIMER_ISACT(UNI,T) (callout_active(&(UNI)->T.c) || \ argument
93 callout_pending(&(UNI)->T.c))
94 #define _TIMER_START(UNI,ARG,FIELD,DUE,FUNC) do { \ argument
95 _TIMER_STOP(UNI, FIELD); \
96 ng_callout(&FIELD.c, (UNI)->arg, NULL, \