Searched refs:SIG_ALLOC (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/sys/netgraph/atm/sscfu/
H A Dng_sscfu_cust.h60 #define SIG_ALLOC(PTR) \ macro
77 #define SIG_ALLOC(PTR) \ macro
/freebsd-13-stable/contrib/ngatm/libngatm/
H A Dsscfucust.h60 #define SIG_ALLOC(PTR) \ macro
H A Dunicust.h58 #define SIG_ALLOC() mzalloc(sizeof(struct sig)) macro
H A Dsscopcust.h67 #define SIG_ALLOC(PTR) \ macro
/freebsd-13-stable/sys/netgraph/atm/uni/
H A Dng_uni_cust.h71 #define SIG_ALLOC() ng_uni_malloc(UNIMEM_SIG, __FILE__, __LINE__) macro
/freebsd-13-stable/sys/netgraph/atm/sscop/
H A Dng_sscop_cust.h73 #define SIG_ALLOC(PTR) \ macro
99 #define SIG_ALLOC(PTR) \ macro
/freebsd-13-stable/sys/contrib/ngatm/netnatm/saal/
H A Dsaal_sscfu.c537 SIG_ALLOC(s);
H A Dsaal_sscop.c4838 SIG_ALLOC(s);
4910 SIG_ALLOC(s);
/freebsd-13-stable/sys/contrib/ngatm/netnatm/sig/
H A Dsig_uni.c470 if ((s = SIG_ALLOC()) != NULL) {
492 if ((s = SIG_ALLOC()) != NULL) {

Completed in 232 milliseconds