Searched defs:free (Results 76 - 100 of 121) sorted by relevance

12345

/freebsd-11-stable/lib/libc/isc/
H A Deventlib_p.h177 struct { struct evEvent_p *next; } free; member in union:evEvent_p::__anon6644
/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Deap_i.h58 void (*free)(struct eap_method *method); member in struct:eap_method
/freebsd-11-stable/stand/libsa/
H A Dstand.h439 #define free(x) Free(x, __FILE__, __LINE__) macro
444 #define free(x) Free(x, NULL, 0) macro
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dqp.c1434 int free = 0; local
/freebsd-11-stable/sys/ufs/ffs/
H A Dffs_alloc.c2414 int i, error, frags, free; local
[all...]
/freebsd-11-stable/crypto/heimdal/lib/sl/
H A Dslc-gram.c1927 void (*free)(const char*); member in struct:type_handler
[all...]
/freebsd-11-stable/sys/dev/mwl/
H A Dif_mwlvar.h127 mwl_txbufhead free; /* queue of free buffers */ member in struct:mwl_txq
/freebsd-11-stable/sys/dev/wds/
H A Dwd7000.c695 u_int32_t free; local
[all...]
/freebsd-11-stable/sys/dev/sound/pci/
H A Denvy24.c112 u_int8_t free; member in struct:cfg_info
H A Denvy24ht.c121 u_int8_t cif, type, free; member in struct:cfg_info
[all...]
/freebsd-11-stable/crypto/openssl/crypto/x509/
H A Dx509_vfy.h143 void (*free) (X509_LOOKUP *ctx); member in struct:x509_lookup_method_st
/freebsd-11-stable/sys/dev/en/
H A Dmidway.c530 u_int free; /* free queue entries on card */ local
1988 u_int free; /* number of free DRQ entries */ local
[all...]
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_port.c187 int free = -1; local
582 int free = -1; local
[all...]
/freebsd-11-stable/sys/dev/de/
H A Dif_de.c3898 int segcnt, free; local
[all...]
/freebsd-11-stable/sys/vm/
H A Dvm_page.c2280 struct spglist free; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h82 uint64_t free; member in struct:llvm::sys::fs::space_info
/freebsd-11-stable/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp551 hold(::realpath(p.c_str(), nullptr), &::free); local
/freebsd-11-stable/contrib/apr/memory/unix/
H A Dapr_pools.c153 apr_memnode_t *free[MAX_INDEX]; member in struct:apr_allocator_t
1248 apr_memnode_t *free; member in struct:psprintf_data
[all...]
/freebsd-11-stable/usr.sbin/unbound/
H A Dconfig.h1374 # define free(p) unbound_stat_free_log(p, __FILE__, __LINE__, __func__) macro
/freebsd-11-stable/contrib/gcclibs/libdecnumber/
H A DdecNumber.c268 #define free(a) decFree(a) macro
5890 #undef free macro
[all...]
/freebsd-11-stable/sys/dev/rp/
H A Drpreg.h366 int free; member in struct:CONTROLLER_str
/freebsd-11-stable/sys/dev/malo/
H A Dif_malo.h490 malo_txbufhead free; /* queue of free buffers */ member in struct:malo_txq
/freebsd-11-stable/sys/dev/ath/
H A Dif_ath.c1431 u_int slot, free; local
[all...]
/freebsd-11-stable/stand/kshim/
H A Dbsd_kernel.h493 #undef free macro
494 #define free(p,x) usb_free(p) macro
/freebsd-11-stable/sys/riscv/riscv/
H A Dpmap.c1049 pmap_free_zero_pages(struct spglist *free) argument
1066 pmap_add_delayed_free_list(vm_page_t m, struct spglist *free, argument
1084 pmap_unwire_l3(pmap_t pmap, vm_offset_t va, vm_page_t m, struct spglist *free) argument
1097 _pmap_unwire_l3(pmap_t pmap, vm_offset_t va, vm_page_t m, struct spglist *free) argument
1151 pmap_unuse_l3(pmap_t pmap, vm_offset_t va, pd_entry_t ptepde, struct spglist *free) argument
1736 pmap_remove_l3(pmap_t pmap, pt_entry_t *l3, vm_offset_t va, pd_entry_t l2e, struct spglist *free, struct rwlock **lockp) argument
1779 struct spglist free; local
1888 struct spglist free; local
2296 struct spglist free; local
2704 struct spglist free; local
3019 struct spglist free; local
[all...]

Completed in 434 milliseconds

12345