Home
last modified time | relevance | path

Searched refs:do_free (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/netpfil/ipfw/test/
H A Dtest_dn_sched.c34 dn_delete_queue(void *_q, void *do_free) in dn_delete_queue() argument
38 (void)do_free; in dn_delete_queue()
/freebsd/lib/libc/db/hash/
H A Dhash_buf.c316 __buf_free(HTAB *hashp, int do_free, int to_disk) in __buf_free() argument
332 if (do_free) { in __buf_free()
/freebsd/usr.bin/fortune/fortune/
H A Dfortune.c122 static void do_free(void *);
547 do_free(fp->datfile); in add_file()
548 do_free(fp->posfile); in add_file()
550 do_free(offensive); in add_file()
857 do_free(void *ptr) in do_free() function
/freebsd/sys/dev/hid/
H A Dhidmap.c449 bool do_free = false; in hidmap_probe_hid_descr() local
454 do_free = true; in hidmap_probe_hid_descr()
493 if (do_free) in hidmap_probe_hid_descr()
/freebsd/sys/kern/
H A Dkern_event.c262 bool do_free; in kn_list_unlock() local
266 do_free = knl->kl_autodestroy && knlist_empty(knl); in kn_list_unlock()
268 if (do_free) { in kn_list_unlock()