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

/freebsd-11.0-release/sys/netgraph/atm/sscfu/
H A Dng_sscfu_cust.h58 #define SIG_ALLOC(PTR) \ macro
75 #define SIG_ALLOC(PTR) \ macro
/freebsd-11.0-release/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-11.0-release/sys/netgraph/atm/uni/
H A Dng_uni_cust.h69 #define SIG_ALLOC() ng_uni_malloc(UNIMEM_SIG, __FILE__, __LINE__) macro
/freebsd-11.0-release/sys/netgraph/atm/sscop/
H A Dng_sscop_cust.h71 #define SIG_ALLOC(PTR) \ macro
97 #define SIG_ALLOC(PTR) \ macro
/freebsd-11.0-release/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-11.0-release/sys/contrib/ngatm/netnatm/sig/
H A Dsig_uni.c470 if ((s = SIG_ALLOC()) != NULL) {
492 if ((s = SIG_ALLOC()) != NULL) {

Completed in 50 milliseconds