Home
last modified time | relevance | path

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

12345678910>>...40

/freebsd/sys/modules/ipfilter/
H A DMakefile25 CWARNFLAGS.fil.c= ${NO_WSELF_ASSIGN} -Wno-unused
26 CWARNFLAGS.ip_auth.c= -Wno-unused
27 CWARNFLAGS.ip_fil_freebsd.c= -Wno-unused
28 CWARNFLAGS.ip_frag.c= -Wno-unused
29 CWARNFLAGS.ip_htable.c= -Wno-unused ${NO_WTAUTOLOGICAL_POINTER_COMPARE}
30 CWARNFLAGS.ip_dstlist.c= -Wno-unused
31 CWARNFLAGS.ip_lookup.c= ${NO_WSELF_ASSIGN} -Wno-unused
32 CWARNFLAGS.ip_nat.c= -Wno-unused
33 CWARNFLAGS.ip_nat6.c= -Wno-unused
34 CWARNFLAGS.ip_pool.c= -Wno-unused
[all …]
/freebsd/crypto/openssh/
H A Dsntrup761.c44 __attribute__((unused))
53 __attribute__((unused))
60 __attribute__((unused))
78 __attribute__((unused))
96 __attribute__((unused))
102 __attribute__((unused))
108 __attribute__((unused))
114 __attribute__((unused))
130 __attribute__((unused))
146 __attribute__((unused))
[all …]
/freebsd/sys/contrib/openzfs/config/
H A Dkernel-vfs-file_range.m427 struct file *src_file __attribute__ ((unused)) = NULL;
28 loff_t src_off __attribute__ ((unused)) = 0;
29 struct file *dst_file __attribute__ ((unused)) = NULL;
30 loff_t dst_off __attribute__ ((unused)) = 0;
31 size_t len __attribute__ ((unused)) = 0;
32 unsigned int flags __attribute__ ((unused)) = 0;
53 struct file *src_file __attribute__ ((unused)) = NULL;
54 loff_t src_off __attribute__ ((unused)) = 0;
55 struct file *dst_file __attribute__ ((unused)) = NULL;
56 loff_t dst_off __attribute__ ((unused)) = 0;
[all …]
H A Dkernel-register_sysctl_table.m415 __attribute((unused)) = register_sysctl_table(dummy_table);
40 struct ctl_table test_table[] __attribute__((unused)) = {{}};
64 const struct ctl_table *ctl __attribute((unused)),
65 int write __attribute((unused)),
66 void *buffer __attribute((unused)),
67 size_t *lenp __attribute((unused)),
68 loff_t *ppos __attribute((unused)))
73 proc_handler *ph __attribute((unused)) =
H A Dkernel-blk-queue.m410 struct blk_plug plug __attribute__ ((unused));
60 struct backing_dev_info bdi __attribute__ ((unused));
125 struct block_device *bdev __attribute__ ((unused)) = NULL;
126 unsigned int error __attribute__ ((unused));
136 int value __attribute__ ((unused));
170 struct block_device *bdev __attribute__ ((unused)) = NULL;
171 unsigned int error __attribute__ ((unused));
181 int value __attribute__ ((unused));
215 struct request_queue *q __attribute__ ((unused)) = NULL;
237 struct request_queue *q __attribute__ ((unused)) = NULL;
[all …]
H A Dkernel-generic_fadvise.m411 struct file *fp __attribute__ ((unused)) = NULL;
12 loff_t offset __attribute__ ((unused)) = 0;
13 loff_t len __attribute__ ((unused)) = 0;
14 int advise __attribute__ ((unused)) = 0;
H A Dkernel-security-inode-init.m413 struct inode *ip __attribute__ ((unused)) = NULL;
14 struct inode *dip __attribute__ ((unused)) = NULL;
15 const struct qstr *str __attribute__ ((unused)) = NULL;
16 initxattrs func __attribute__ ((unused)) = NULL;
H A Dkernel-acl.m472 iops __attribute__ ((unused)) = {
84 iops __attribute__ ((unused)) = {
96 iops __attribute__ ((unused)) = {
141 iops __attribute__ ((unused)) = {
153 iops __attribute__ ((unused)) = {
165 iops __attribute__ ((unused)) = {
176 iops __attribute__ ((unused)) = {
H A Dkernel-vfs-iov_iter.m412 int error __attribute__ ((unused));
22 __attribute__((unused)) enum iter_type i = iov_iter_type(&iter);
33 size_t ret __attribute__ ((unused));
43 bool ret __attribute__((unused));
53 __attribute__((unused)) const struct iovec *iov = iter_iov(&iter);
H A Dkernel-blkdev.m411 struct block_device *bdev __attribute__ ((unused)) = NULL;
29 struct block_device *bdev __attribute__ ((unused)) = NULL;
47 struct bdev_handle *bdh __attribute__ ((unused)) = NULL;
66 struct file *file __attribute__ ((unused)) = NULL;
119 blk_mode_t m __attribute((unused)) = (blk_mode_t)0;
402 int error __attribute__ ((unused));
413 struct block_device *bdev __attribute__ ((unused));
456 struct block_device *bdev __attribute__ ((unused)) = NULL;
478 struct block_device *bdev __attribute__ ((unused)) = NULL;
524 loff_t nr_bytes __attribute__ ((unused)) = 0;
[all …]
H A Dkernel-access-ok-type.m412 const void __user __attribute__((unused)) *addr =
14 unsigned long __attribute__((unused)) size = 1;
15 int error __attribute__((unused)) = access_ok(0, addr, size);
H A Dkernel-block-device-operations.m416 bops __attribute__ ((unused)) = {
44 bops __attribute__ ((unused)) = {
66 bops __attribute__ ((unused)) = {
106 bops __attribute__ ((unused)) = {
138 bops __attribute__ ((unused)) = {
H A Dkernel-tmpfile.m417 iops __attribute__ ((unused)) = {
30 iops __attribute__ ((unused)) = {
44 iops __attribute__ ((unused)) = {
53 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.dts85 /* unused */
89 /* unused */
93 /* unused */
101 /* unused */
105 /* unused */
137 /* unused */
H A Dsun50i-a133-liontron-h-a133l.dts193 /* DCDC6 unused */
194 /* DLDO3 unused */
195 /* DLDO4 unused */
203 /* ELDO2 unused */
204 /* ELDO3 unused */
213 /* reg_drivevbus unused */
214 /* dc1sw unused */
/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/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/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.mk52 CWARNFLAGS+= -W -Wno-unused-parameter
88 CWARNFLAGS.clang+= -Wno-unused-const-variable
90 CWARNFLAGS.clang+= -Wno-error=unused-but-set-parameter
103 CWARNFLAGS.clang+= -Wno-tautological-compare -Wno-unused-value\
104 -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion
105 CWARNFLAGS.clang+= -Wno-unused-local-typedef
126 NO_WUNUSED_BUT_SET_VARIABLE= -Wno-unused-but-set-variable
140 NO_WUNUSED_BUT_SET_VARIABLE=-Wno-unused-but-set-variable
194 -Wno-error=unused-function \
195 -Wno-error=unused-value
[all …]

12345678910>>...40