Home
last modified time | relevance | path

Searched refs:free_ptr (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/bus/u4b/
H A Dusb_mbuf.c61 void *free_ptr = NULL; in usb_alloc_mbufs() local
71 free_ptr = kmalloc(alloc_size, type, M_WAITOK | M_ZERO); in usb_alloc_mbufs()
73 if (free_ptr == NULL) { in usb_alloc_mbufs()
76 m_ptr = free_ptr; in usb_alloc_mbufs()
94 return (free_ptr); in usb_alloc_mbufs()
/dragonfly/contrib/gmp/printf/
H A Ddoprntf.c63 char *s, *free_ptr; in __gmp_doprnt_mpf() local
121 free_ptr = s; in __gmp_doprnt_mpf()
379 (*__gmp_free_func) (free_ptr, free_size); in __gmp_doprnt_mpf()
/dragonfly/contrib/tcsh-6/
H A Dsh.proc.c1100 int free_ptr; in pprint() local
1102 free_ptr = 0; in pprint()
1108 free_ptr = 1; in pprint()
1111 if (free_ptr != 0) in pprint()
/dragonfly/crypto/openssh/
H A Dumac.c1186 void *free_ptr; /* Address to free this struct via */ member
1207 ctx = (struct umac_ctx *)ctx->free_ptr; in umac_delete()
1231 ctx->free_ptr = octx; in umac_new()