Searched refs:unused (Results 101 - 125 of 478) sorted by relevance

1234567891011>>

/freebsd-current/sys/dev/bnxt/bnxt_en/
H A Dbnxt_dcb.h62 uint8_t unused; member in struct:bnxt_cos2bw_cfg
H A Dbnxt_mgmt.h86 uint8_t unused; member in struct:dma_info
/freebsd-current/crypto/heimdal/include/
H A Dbits.c71 try_signed(FILE *f, int len) __attribute__ ((unused));
74 try_unsigned(FILE *f, int len) __attribute__ ((unused));
77 print_bt(FILE *f, int flag) __attribute__ ((unused));
286 fprintf(f, "#define HEIMDAL_UNUSED_ATTRIBUTE __attribute__((unused))\n");
/freebsd-current/usr.sbin/autofs/
H A Dautounmountd.c231 struct kevent unused; local
241 nevents = kevent(kq, NULL, 0, &unused, 1, &timeout);
244 nevents = kevent(kq, NULL, 0, &unused, 1, NULL);
/freebsd-current/sys/contrib/openzfs/module/icp/algs/sha2/
H A Dsha256_impl.c225 sha256_param_get(char *buffer, zfs_kernel_param_t *unused) argument
251 sha256_param_set(const char *val, zfs_kernel_param_t *unused) argument
253 (void) unused;
H A Dsha512_impl.c193 sha512_param_get(char *buffer, zfs_kernel_param_t *unused) argument
219 sha512_param_set(const char *val, zfs_kernel_param_t *unused) argument
221 (void) unused;
/freebsd-current/contrib/bsddialog/lib/
H A Dmessagebox.c74 int unused; local
89 getmaxyx(d->textpad, s->htextpad, unused);
90 (void)unused; /* fix unused error */
/freebsd-current/crypto/heimdal/kdc/
H A Dannounce.c207 dnsCallback(DNSServiceRef sdRef __attribute__((unused)),
208 DNSRecordRef RecordRef __attribute__((unused)),
209 DNSServiceFlags flags __attribute__((unused)),
210 DNSServiceErrorType errorCode __attribute__((unused)),
211 void *context __attribute__((unused)))
/freebsd-current/sys/fs/fuse/
H A Dfuse_kernel.h564 uint32_t unused; member in struct:fuse_open_in
589 uint32_t unused; member in struct:fuse_flush_in
696 uint32_t unused[8]; member in struct:fuse_init_out
705 uint32_t unused; member in struct:cuse_init_in
712 uint32_t unused; member in struct:cuse_init_out
/freebsd-current/contrib/kyua/cli/
H A Dcommon_test.cpp355 std::set< engine::test_filter > unused; local
358 ATF_REQUIRE(!cli::report_unused_filters(unused, &ui));
367 std::set< engine::test_filter > unused; local
368 unused.insert(mkfilter("a/b", ""));
369 unused.insert(mkfilter("hey/d", "yes"));
373 ATF_REQUIRE(cli::report_unused_filters(unused, &ui));
421 "mock", fs::path("foo/bar/baz"), fs::path("unused-root"),
422 "unused-suite-name")
/freebsd-current/contrib/kyua/engine/
H A Dscanner.cpp215 return _pimpl->filters.unused();
/freebsd-current/sys/contrib/openzfs/module/zstd/lib/common/
H A Dcompiler.h64 /* UNUSED_ATTR tells the compiler it is okay if the function is unused. */
66 # define UNUSED_ATTR __attribute__((unused))
/freebsd-current/sys/dev/enic/
H A Dvnic_rq.h46 u32 unused; /* 0x58 */ member in struct:vnic_rq_ctrl
/freebsd-current/cddl/sbin/zfs/
H A DMakefile80 CWARNFLAGS.zfs_main.c+= -Wno-unused-variable
/freebsd-current/sys/dev/bxe/
H A Decore_mfw_req.h75 uint32_t unused[3]; member in struct:glob_ncsi_oem_data
/freebsd-current/sys/modules/dtrace/dtrace/
H A DMakefile65 CWARNFLAGS+= -Wno-unused
/freebsd-current/sys/contrib/dev/athk/ath10k/
H A Dcoredump.h88 u8 unused[128]; member in struct:ath10k_dump_file_data
/freebsd-current/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_ioctl_os.c94 zfs_ioc_nextboot(const char *unused, nvlist_t *innvl, nvlist_t *outnvl) argument
/freebsd-current/sys/security/audit/
H A Daudit_trigger.c168 audit_trigger_cdev_init(void *unused) argument
/freebsd-current/sys/powerpc/mambo/
H A Dmambo_console.c77 cn_drvinit(void *unused) argument
/freebsd-current/sys/netpfil/ipfw/nat64/
H A Dip_fw_nat64.c118 ipfw_nat64_modevent(module_t mod, int type, void *unused) argument
/freebsd-current/sys/dev/random/
H A Divy.c159 rdrand_modevent(module_t mod, int type, void *unused) argument
/freebsd-current/tests/sys/fs/fusefs/
H A DMakefile82 # Suppress false warning about set but unused DNAME in inval_entry_below_root
83 CXXWARNFLAGS.gcc+= -Wno-unused-but-set-variable
/freebsd-current/sys/dev/qcom_gcc/
H A Dqcom_gcc_ipq4018.c64 qcom_gcc_ipq4018_modevent(module_t mod, int type, void *unused) argument
/freebsd-current/sys/sys/
H A Dkerneldump.h103 char unused[4]; member in struct:kerneldumpheader

Completed in 504 milliseconds

1234567891011>>