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

/freebsd-9.3-release/sys/dev/usb/
H A Dusb_mbuf.c64 void *free_ptr = NULL; local
74 free_ptr = malloc(alloc_size, type, M_WAITOK | M_ZERO);
76 if (free_ptr == NULL) {
79 m_ptr = free_ptr;
97 return (free_ptr);
/freebsd-9.3-release/crypto/heimdal/kdc/
H A Dkadb.h45 int32_t free_ptr; member in struct:ka_header
/freebsd-9.3-release/contrib/gcclibs/libmudflap/
H A Dmf-hooks1.c240 static unsigned free_ptr = 0; local
265 if (free_queue [free_ptr] != NULL)
267 freeme = free_queue [free_ptr];
270 free_queue [free_ptr] = buf;
271 free_ptr = (free_ptr == (__mf_opts.free_queue_length-1) ? 0 : free_ptr + 1);
/freebsd-9.3-release/crypto/openssh/
H A Dumac.c1192 void *free_ptr; /* Address to free this struct via */ member in struct:umac_ctx
1213 ctx = (struct umac_ctx *)ctx->free_ptr;
1237 ctx->free_ptr = octx;
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.proc.c1072 int free_ptr; local
1074 free_ptr = 0;
1080 free_ptr = 1;
1083 if (free_ptr != 0)

Completed in 69 milliseconds