Searched refs:UNI_ALLOC (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/ngatm/libngatm/
H A Dunicust.h55 #define UNI_ALLOC() mzalloc(sizeof(struct uni_all)) macro
/freebsd-13-stable/sys/contrib/ngatm/netnatm/sig/
H A Dsig_party.c241 if ((add = UNI_ALLOC()) == NULL) {
275 if ((ack = UNI_ALLOC()) == NULL) {
304 if ((rej = UNI_ALLOC()) == NULL) {
361 if ((alert = UNI_ALLOC()) == NULL) {
677 if ((drop = UNI_ALLOC()) != NULL) {
736 if ((drop = UNI_ALLOC()) != NULL) {
760 if ((drop = UNI_ALLOC()) == NULL) {
793 if ((ack = UNI_ALLOC()) == NULL) {
821 if((enq = UNI_ALLOC()) == NULL) {
H A Dsig_coord.c322 if ((u = UNI_ALLOC()) == NULL) {
474 if ((resp = UNI_ALLOC()) == NULL)
515 if ((resp = UNI_ALLOC()) == NULL)
1113 if ((resp = UNI_ALLOC()) == NULL)
1134 if((resp = UNI_ALLOC()) == NULL)
H A Dsig_reset.c153 if ((resp = UNI_ALLOC()) == NULL) {
225 if ((resp = UNI_ALLOC()) == NULL)
510 if ((resp = UNI_ALLOC()) == NULL)
654 if ((resp = UNI_ALLOC()) == NULL) {
701 if ((resp = UNI_ALLOC()) == NULL) {
H A Dsig_call.c335 if ((rel = UNI_ALLOC()) != NULL) {
420 if ((resp = UNI_ALLOC()) != NULL) {
484 if ((out = UNI_ALLOC()) == NULL) {
650 if ((msg = UNI_ALLOC()) != NULL) {
839 if ((msg = UNI_ALLOC()) == NULL) {
876 if ((msg = UNI_ALLOC()) == NULL) {
926 if ((msg = UNI_ALLOC()) == NULL) {
991 if ((msg = UNI_ALLOC()) == NULL) {
1044 if ((ack = UNI_ALLOC()) == NULL) {
1300 if ((msg = UNI_ALLOC())
[all...]
H A Dsig_verify.c372 if ((resp = UNI_ALLOC()) == NULL)
/freebsd-13-stable/sys/netgraph/atm/uni/
H A Dng_uni_cust.h68 #define UNI_ALLOC() ng_uni_malloc(UNIMEM_ALL, __FILE__, __LINE__) macro

Completed in 137 milliseconds