Searched refs:unused (Results 376 - 400 of 478) sorted by relevance

<<11121314151617181920

/freebsd-current/contrib/llvm-project/libunwind/src/
H A DUnwind-EHABI.cpp890 [[gnu::unused]] static uint64_t
/freebsd-current/sys/vm/
H A Dvm_kern.c772 kva_import(void *unused, vmem_size_t size, int flags, vmem_addr_t *addrp) argument
/freebsd-current/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_inode.c652 zpl_put_link(struct inode *unused, void *cookie) argument
/freebsd-current/sys/net/
H A Dpfil.c531 pfil_init(const void *unused __unused)
H A Dif_vlan.c994 vnet_vlan_init(const void *unused __unused)
1003 vnet_vlan_uninit(const void *unused __unused)
H A Dif_lagg.c299 vnet_lagg_init(const void *unused __unused)
315 vnet_lagg_uninit(const void *unused __unused)
/freebsd-current/sys/netinet/
H A Draw_ip.c192 rip_destroy(void *unused __unused)
/freebsd-current/sys/dev/hid/
H A Dbcm5974.c186 uint16_t unused[2]; /* zeros */ member in struct:tp_finger
/freebsd-current/contrib/libcxxrt/
H A Dexception.cc266 * Itanium C++ ABI. This is currently unused, but should be used in the future
1420 char unused;
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp1732 bool unused; local
1733 APF.convert(Ty->getFltSemantics(), APFloat::rmNearestTiesToEven, &unused);
1879 bool unused;
1881 APF.convert(APFloat::IEEEdouble(), APFloat::rmNearestTiesToEven, &unused); local
/freebsd-current/sys/dev/xen/bus/
H A Dxen_intr.c344 * \param unused
347 xen_intr_handle_upcall(void *unused __unused)
474 "is_valid_evtchn(0) fails (unused by Xen, but valid by interface");
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dzil.c3747 zil_lwb_cons(void *vbuf, void *unused, int kmflag) argument
3749 (void) unused, (void) kmflag;
3761 zil_lwb_dest(void *vbuf, void *unused) argument
3763 (void) unused;
/freebsd-current/sys/netgraph/
H A Dng_pipe.c994 ngp_modevent(module_t mod, int type, void *unused) argument
H A Dng_base.c3141 vnet_netgraph_init(const void *unused __unused)
3153 vnet_netgraph_uninit(const void *unused __unused)
/freebsd-current/sys/dev/bnxt/bnxt_re/
H A Dbnxt_re.h299 u8 unused; member in struct:bnxt_re_cos2bw_cfg
/freebsd-current/sys/dev/wg/
H A Dif_wg.c371 static void wg_reassign(if_t, struct vnet *, char *unused);
3047 char *unused __unused)
3065 vnet_wg_init(const void *unused __unused)
3078 vnet_wg_uninit(const void *unused __unused)
/freebsd-current/sys/i386/i386/
H A Dpmap.c610 pt_entry_t *pte, *unused __unused;
631 * Preferably, pmap_cold() would provide a first unused
684 SYSMAP(caddr_t, unused, crashdumpmap, MAXDUMPPGS)
689 SYSMAP(caddr_t, unused, ptvmmap, 1)
694 SYSMAP(struct msgbuf *, unused, msgbufp, atop(round_page(msgbufsize)))
1900 * Schedule the specified unused page table page to be freed. Specifically,
4522 ("pmap_copy: source page table page is unused"));
5972 pmap_trm_import(void *unused __unused, vmem_size_t size, int flags,
/freebsd-current/contrib/sendmail/src/
H A Dmap.c158 ** unused -- unused variable
168 map_reset_chged(s, unused)
170 int unused;
702 ** unused -- unused variable
713 map_init(s, unused)
715 int unused;
5633 ph_timeout(unused)
5634 int unused;
[all...]
/freebsd-current/sys/contrib/zstd/lib/legacy/
H A Dzstd_v03.c79 # define MEM_STATIC static __attribute__((unused))
85 # define MEM_STATIC static /* this version may generate warnings for unused static functions; disable the relevant warning */
560 # define ERR_STATIC static __attribute__((unused))
562 # define ERR_STATIC static /* this version may generate warnings for unused static functions; disable the relevant warning */
/freebsd-current/crypto/openssh/
H A Dmux.c192 mux_master_session_cleanup_cb(struct ssh *ssh, int cid, int force, void *unused) argument
213 mux_master_control_cleanup_cb(struct ssh *ssh, int cid, int force, void *unused) argument
/freebsd-current/share/mk/
H A Dbsd.lib.mk50 # XXX: shouldn't we ensure that !asserts marks potentially unused variables as
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp393 RAW_METHOD_DUMP(OS, unused);
/freebsd-current/contrib/ofed/opensm/opensm/
H A Dosm_ucast_lash.c184 int __attribute__((unused)) found;
/freebsd-current/sys/dev/smartpqi/
H A Dsmartpqi_structures.h786 uint8_t unused[6]; /* Bytes 10-15. */ member in struct:pqisrc_raid_request::__anon48::__anon49
/freebsd-current/sys/netpfil/ipfw/
H A Dip_fw_nat.c1201 ipfw_nat_modevent(module_t mod, int type, void *unused) argument

Completed in 603 milliseconds

<<11121314151617181920