Home
last modified time | relevance | path

Searched refs:unused (Results 1 – 25 of 944) sorted by relevance

12345678910>>...38

/freebsd/sys/modules/ipfilter/
H A DMakefile18 CWARNFLAGS.fil.c= ${NO_WSELF_ASSIGN} -Wno-unused
19 CWARNFLAGS.ip_auth.c= -Wno-unused
20 CWARNFLAGS.ip_fil_freebsd.c= -Wno-unused
21 CWARNFLAGS.ip_frag.c= -Wno-unused
22 CWARNFLAGS.ip_htable.c= -Wno-unused ${NO_WTAUTOLOGICAL_POINTER_COMPARE}
23 CWARNFLAGS.ip_dstlist.c= -Wno-unused
24 CWARNFLAGS.ip_lookup.c= ${NO_WSELF_ASSIGN} -Wno-unused
25 CWARNFLAGS.ip_nat.c= -Wno-unused
26 CWARNFLAGS.ip_nat6.c= -Wno-unused
27 CWARNFLAGS.ip_pool.c= -Wno-unused
[all …]
/freebsd/crypto/openssh/
H A Dsntrup761.c45 __attribute__((unused))
54 __attribute__((unused))
61 __attribute__((unused))
79 __attribute__((unused))
97 __attribute__((unused))
103 __attribute__((unused))
109 __attribute__((unused))
115 __attribute__((unused))
131 __attribute__((unused))
147 __attribute__((unused))
[all …]
/freebsd/sys/contrib/openzfs/config/
H A Dkernel-vfs-file_range.m426 struct file *src_file __attribute__ ((unused)) = NULL;
27 loff_t src_off __attribute__ ((unused)) = 0;
28 struct file *dst_file __attribute__ ((unused)) = NULL;
29 loff_t dst_off __attribute__ ((unused)) = 0;
30 size_t len __attribute__ ((unused)) = 0;
31 unsigned int flags __attribute__ ((unused)) = 0;
52 struct file *src_file __attribute__ ((unused)) = NULL;
53 loff_t src_off __attribute__ ((unused)) = 0;
54 struct file *dst_file __attribute__ ((unused)) = NULL;
55 loff_t dst_off __attribute__ ((unused)) = 0;
[all …]
H A Dkernel-register_sysctl_table.m414 __attribute((unused)) = register_sysctl_table(dummy_table);
39 struct ctl_table test_table[] __attribute__((unused)) = {{}};
63 const struct ctl_table *ctl __attribute((unused)),
64 int write __attribute((unused)),
65 void *buffer __attribute((unused)),
66 size_t *lenp __attribute((unused)),
67 loff_t *ppos __attribute((unused)))
72 proc_handler *ph __attribute((unused)) =
H A Dkernel-blk-queue.m49 struct blk_plug plug __attribute__ ((unused));
59 struct backing_dev_info bdi __attribute__ ((unused));
124 struct block_device *bdev __attribute__ ((unused)) = NULL;
125 unsigned int error __attribute__ ((unused));
135 int value __attribute__ ((unused));
169 struct block_device *bdev __attribute__ ((unused)) = NULL;
170 unsigned int error __attribute__ ((unused));
180 int value __attribute__ ((unused));
214 struct request_queue *q __attribute__ ((unused)) = NULL;
237 struct request_queue *q __attribute__ ((unused)) = NULL;
H A Dkernel-generic_fadvise.m410 struct file *fp __attribute__ ((unused)) = NULL;
11 loff_t offset __attribute__ ((unused)) = 0;
12 loff_t len __attribute__ ((unused)) = 0;
13 int advise __attribute__ ((unused)) = 0;
H A Dkernel-security-inode-init.m412 struct inode *ip __attribute__ ((unused)) = NULL;
13 struct inode *dip __attribute__ ((unused)) = NULL;
14 const struct qstr *str __attribute__ ((unused)) = NULL;
15 initxattrs func __attribute__ ((unused)) = NULL;
H A Dkernel-acl.m442 iops __attribute__ ((unused)) = {
54 iops __attribute__ ((unused)) = {
66 iops __attribute__ ((unused)) = {
111 iops __attribute__ ((unused)) = {
123 iops __attribute__ ((unused)) = {
135 iops __attribute__ ((unused)) = {
146 iops __attribute__ ((unused)) = {
H A Dkernel-blkdev.m410 struct block_device *bdev __attribute__ ((unused)) = NULL;
28 struct block_device *bdev __attribute__ ((unused)) = NULL;
47 struct bdev_handle *bdh __attribute__ ((unused)) = NULL;
67 struct file *file __attribute__ ((unused)) = NULL;
121 blk_mode_t m __attribute((unused)) = (blk_mode_t)0;
404 int error __attribute__ ((unused));
415 struct block_device *bdev __attribute__ ((unused));
458 struct block_device *bdev __attribute__ ((unused)) = NULL;
480 struct block_device *bdev __attribute__ ((unused)) = NULL;
526 loff_t nr_bytes __attribute__ ((unused)) = 0;
[all …]
H A Dkernel-vfs-iov_iter.m411 int error __attribute__ ((unused));
21 __attribute__((unused)) enum iter_type i = iov_iter_type(&iter);
32 size_t ret __attribute__ ((unused));
42 bool ret __attribute__((unused));
52 __attribute__((unused)) const struct iovec *iov = iter_iov(&iter);
H A Dkernel-access-ok-type.m411 const void __user __attribute__((unused)) *addr =
13 unsigned long __attribute__((unused)) size = 1;
14 int error __attribute__((unused)) = access_ok(0, addr, size);
H A Dkernel-tmpfile.m416 iops __attribute__ ((unused)) = {
29 iops __attribute__ ((unused)) = {
43 iops __attribute__ ((unused)) = {
52 iops __attribute__ ((unused)) = {
/freebsd/contrib/ntp/tests/libntp/data/
H A Dntp.keys
/freebsd/sys/modules/wlan/
H A DMakefile21 CWARNFLAGS.ieee80211_adhoc.c= -Wno-unused-function
22 CWARNFLAGS.ieee80211_crypto.c= -Wno-unused-function
23 CWARNFLAGS.ieee80211_hostap.c= -Wno-unused-function
24 CWARNFLAGS.ieee80211_mesh.c= -Wno-unused-function
25 CWARNFLAGS.ieee80211_sta.c= -Wno-unused-function
/freebsd/contrib/file/magic/Magdir/
H A Darm9 # test for unused flag bits in f_flags
18 # test for unused flag bits in f_flags
27 # test for unused flag bits in f_flags
36 # test for unused flag bits in f_flags
45 # test for unused flag bits in f_flags
54 # test for unused flag bits in f_flags
/freebsd/lib/libc/secure/
H A DMakefile.inc12 CFLAGS.snprintf_chk.c+= -Wno-unused-parameter
13 CFLAGS.sprintf_chk.c+= -Wno-unused-parameter
14 CFLAGS.vsnprintf_chk.c+= -Wno-unused-parameter
15 CFLAGS.vsprintf_chk.c+= -Wno-unused-parameter
/freebsd/crypto/heimdal/lib/krb5/
H A Dk524_err.et13 error_code BADPRINC, "cannot convert V5 principal" #unused
14 error_code BADREALM, "V5 realm name longer than V4 maximum" #unused
17 error_code DECEMPTY, "decoding out of data" #unused
18 error_code NOTRESP, "service not responding" #unused
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/
H A Dsun50i-h616-orangepi-zero2.dts81 /* unused */
85 /* unused */
89 /* unused */
97 /* unused */
101 /* unused */
133 /* unused */
H A Dsun50i-h616-x96-mate.dts138 /* unused */
142 /* unused */
152 /* unused */
156 /* unused */
188 /* unused */
/freebsd/sys/dev/cxgb/
H A Dcxgb_t3fw.c19 cxgb_t3fw_modevent(module_t mod, int type, void *unused) in cxgb_t3fw_modevent() argument
51 cxgb_t3b_protocol_sram_modevent(module_t mod, int type, void *unused) in cxgb_t3b_protocol_sram_modevent() argument
83 cxgb_t3b_tp_eeprom_modevent(module_t mod, int type, void *unused) in cxgb_t3b_tp_eeprom_modevent() argument
115 cxgb_t3c_protocol_sram_modevent(module_t mod, int type, void *unused) in cxgb_t3c_protocol_sram_modevent() argument
147 cxgb_t3c_tp_eeprom_modevent(module_t mod, int type, void *unused) in cxgb_t3c_tp_eeprom_modevent() argument
/freebsd/lib/libssp/
H A DMakefile15 CFLAGS.snprintf_chk.c+= -Wno-unused-parameter
16 CFLAGS.sprintf_chk.c+= -Wno-unused-parameter
17 CFLAGS.vsnprintf_chk.c+= -Wno-unused-parameter
18 CFLAGS.vsprintf_chk.c+= -Wno-unused-parameter
/freebsd/contrib/netbsd-tests/fs/tmpfs/
H A Dt_mount.sh137 mount_tmpfs unused $(pwd)/mnt >out 2>&1
138 atf_check -s eq:1 -o empty -e empty grep unused out
141 mount_tmpfs unused mnt >out 2>&1
142 atf_check -s eq:1 -o empty -e empty grep unused out
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbSymUid.cpp24 uint64_t unused : 44; member
31 uint64_t unused : 12; member
38 uint64_t unused : 27; member
45 uint64_t unused : 27; member
52 uint64_t unused : 12; member
/freebsd/share/mk/
H A Dbsd.sys.mk50 CWARNFLAGS+= -W -Wno-unused-parameter
86 CWARNFLAGS.clang+= -Wno-unused-const-variable
88 CWARNFLAGS.clang+= -Wno-error=unused-but-set-parameter
96 CWARNFLAGS.clang+= -Wno-tautological-compare -Wno-unused-value\
97 -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion
98 CWARNFLAGS.clang+= -Wno-unused-local-typedef
119 NO_WUNUSED_BUT_SET_VARIABLE= -Wno-unused-but-set-variable
130 NO_WUNUSED_BUT_SET_VARIABLE=-Wno-unused-but-set-variable
184 -Wno-error=unused-function \
185 -Wno-error=unused-value
[all …]
/freebsd/contrib/libder/libder/
H A Dlibder_obj.c615 uint8_t rhsunused, unused; in libder_merge_bitstrings() local
621 unused = 0; in libder_merge_bitstrings()
623 unused = buf[0]; in libder_merge_bitstrings()
632 if (unused == 0) { in libder_merge_bitstrings()
666 assert(unused < 8); in libder_merge_bitstrings()
667 bits = next >> (8 - unused); in libder_merge_bitstrings()
670 next <<= unused; in libder_merge_bitstrings()
688 unused += rhsunused; in libder_merge_bitstrings()
689 buf[0] = unused % 8; in libder_merge_bitstrings()
690 if (unused >= 8) in libder_merge_bitstrings()
[all …]

12345678910>>...38