Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/atm/sscfu/
H A Dng_sscfu_cust.h55 #define MEMZALLOC(PTR, CAST, SIZE) \ argument
57 #define MEMFREE(PTR) \ argument
60 #define SIG_ALLOC(PTR) \ argument
62 #define SIG_FREE(PTR) \ argument
72 #define MEMZALLOC(PTR, CAST, SIZE) \ argument
74 #define MEMFREE(PTR) \ argument
77 #define SIG_ALLOC(PTR) \ argument
80 #define SIG_FREE(PTR) \ argument
/f-stack/freebsd/netgraph/atm/sscop/
H A Dng_sscop_cust.h63 #define MEMZALLOC(PTR, CAST, SIZE) \ argument
65 #define MEMFREE(PTR) \ argument
68 #define MSG_ALLOC(PTR) \ argument
70 #define MSG_FREE(PTR) \ argument
73 #define SIG_ALLOC(PTR) \ argument
75 #define SIG_FREE(PTR) \ argument
90 #define MEMFREE(PTR) \ argument
93 #define MSG_ALLOC(PTR) \ argument
96 #define MSG_FREE(PTR) \ argument
99 #define SIG_ALLOC(PTR) \ argument
[all …]
/f-stack/freebsd/contrib/vchiq/interface/compat/
H A Dlist.h201 #define list_entry(PTR, TYPE, FIELD) container_of(PTR, TYPE, FIELD) argument
202 #define list_first_entry(PTR, TYPE, FIELD) \ argument
204 #define list_last_entry(PTR, TYPE, FIELD) \ argument