Searched refs:free_ptr (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/usb/
H A Dusb_mbuf.c70 void *free_ptr = NULL; local
79 free_ptr = malloc(alloc_size, type, M_WAITOK | M_ZERO);
80 m_ptr = free_ptr;
96 return (free_ptr);
/freebsd-13-stable/crypto/openssh/
H A Dumac.c1185 void *free_ptr; /* Address to free this struct via */ member in struct:umac_ctx
1206 ctx = (struct umac_ctx *)ctx->free_ptr;
1231 ctx->free_ptr = octx;
/freebsd-13-stable/contrib/tcsh/
H A Dsh.proc.c1100 int free_ptr; local
1102 free_ptr = 0;
1108 free_ptr = 1;
1111 if (free_ptr != 0)

Completed in 125 milliseconds