Home
last modified time | relevance | path

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

12345678910>>...36

/freebsd-13-stable/sys/modules/ipfilter/
HDMakefile19 CWARNFLAGS.fil.c= ${NO_WSELF_ASSIGN} -Wno-unused
20 CWARNFLAGS.ip_auth.c= -Wno-unused
21 CWARNFLAGS.ip_fil_freebsd.c= -Wno-unused
22 CWARNFLAGS.ip_frag.c= -Wno-unused
23 CWARNFLAGS.ip_htable.c= -Wno-unused ${NO_WTAUTOLOGICAL_POINTER_COMPARE}
24 CWARNFLAGS.ip_dstlist.c= -Wno-unused
25 CWARNFLAGS.ip_lookup.c= ${NO_WSELF_ASSIGN} -Wno-unused
26 CWARNFLAGS.ip_nat.c= -Wno-unused
27 CWARNFLAGS.ip_nat6.c= -Wno-unused
28 CWARNFLAGS.ip_pool.c= -Wno-unused
[all …]
/freebsd-13-stable/crypto/openssh/
HDsntrup761.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-13-stable/sys/modules/wlan/
HDMakefile22 CWARNFLAGS.ieee80211_adhoc.c= -Wno-unused-function
23 CWARNFLAGS.ieee80211_crypto.c= -Wno-unused-function
24 CWARNFLAGS.ieee80211_hostap.c= -Wno-unused-function
25 CWARNFLAGS.ieee80211_mesh.c= -Wno-unused-function
26 CWARNFLAGS.ieee80211_sta.c= -Wno-unused-function
/freebsd-13-stable/contrib/file/magic/Magdir/
HDarm9 # 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-13-stable/sys/contrib/openzfs/config/
HDkernel-lseek-execute.m49 struct file *fp __attribute__ ((unused)) = NULL;
10 struct inode *ip __attribute__ ((unused)) = NULL;
11 loff_t offset __attribute__ ((unused)) = 0;
12 loff_t maxsize __attribute__ ((unused)) = 0;
HDkernel-blk-queue.m49 struct blk_plug plug __attribute__ ((unused));
98 struct block_device *bdev __attribute__ ((unused)) = NULL;
99 unsigned int error __attribute__ ((unused));
109 int value __attribute__ ((unused));
144 struct block_device *bdev __attribute__ ((unused)) = NULL;
145 unsigned int error __attribute__ ((unused));
155 int value __attribute__ ((unused));
165 int value __attribute__ ((unused));
262 struct request_queue *q __attribute__ ((unused)) = NULL;
270 struct request_queue *q __attribute__ ((unused)) = NULL;
[all …]
HDkernel-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;
HDkernel-bio.m414 int flags __attribute__ ((unused));
21 int flags __attribute__ ((unused));
28 int flags __attribute__ ((unused));
35 int flags __attribute__ ((unused));
90 int op __attribute__ ((unused)) = REQ_OP_DISCARD;
96 int op __attribute__ ((unused)) = REQ_OP_SECURE_ERASE;
102 int op __attribute__ ((unused)) = REQ_OP_FLUSH;
108 struct bio bio __attribute__ ((unused));
115 struct bio *bio __attribute__ ((unused)) = NULL;
251 bio_end_io_t *end_io __attribute__ ((unused)) = wanted_end_io;
[all …]
HDkernel-vfs-iov_iter.m49 int type __attribute__ ((unused)) = ITER_KVEC;
38 int error __attribute__ ((unused));
49 int error __attribute__ ((unused));
59 size_t bytes __attribute__ ((unused));
71 size_t bytes __attribute__ ((unused));
83 size_t bytes __attribute__ ((unused));
93 __attribute__((unused)) enum iter_type i = iov_iter_type(&iter);
101 __attribute__((unused)) const struct iovec *iov = iter_iov(&iter);
HDkernel-xattr-handler.m421 const struct super_block sb __attribute__ ((unused)) = {
47 xops __attribute__ ((unused)) = {
75 xops __attribute__ ((unused)) = {
87 xops __attribute__ ((unused)) = {
99 xops __attribute__ ((unused)) = {
112 xops __attribute__ ((unused)) = {
192 xops __attribute__ ((unused)) = {
207 xops __attribute__ ((unused)) = {
221 xops __attribute__ ((unused)) = {
234 xops __attribute__ ((unused)) = {
[all …]
HDkernel-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);
HDkernel-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;
92 blk_mode_t m __attribute((unused)) = (blk_mode_t)0;
367 int error __attribute__ ((unused));
378 struct block_device *bdev __attribute__ ((unused));
387 struct block_device *bdev __attribute__ ((unused));
440 struct block_device *bdev __attribute__ ((unused)) = NULL;
462 struct block_device *bdev __attribute__ ((unused)) = NULL;
508 struct block_device *bdev __attribute__ ((unused)) = NULL;
[all …]
HDkernel-genhd-flags.m412 int flags __attribute__ ((unused)) = GENHD_FL_EXT_DEVT;
18 int flags __attribute__ ((unused)) = GENHD_FL_NO_PART;
24 int flags __attribute__ ((unused)) = GENHD_FL_NO_PART_SCAN;
HDkernel-tmpfile.m416 iops __attribute__ ((unused)) = {
29 iops __attribute__ ((unused)) = {
43 iops __attribute__ ((unused)) = {
52 iops __attribute__ ((unused)) = {
HDkernel-vfs-direct_IO.m412 aops __attribute__ ((unused)) = {
24 aops __attribute__ ((unused)) = {
36 aops __attribute__ ((unused)) = {
49 aops __attribute__ ((unused)) = {
HDkernel-block-device-operations.m415 bops __attribute__ ((unused)) = {
43 bops __attribute__ ((unused)) = {
65 bops __attribute__ ((unused)) = {
105 bops __attribute__ ((unused)) = {
/freebsd-13-stable/crypto/heimdal/lib/krb5/
HDk524_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-13-stable/sys/contrib/octeon-sdk/
HDcvmx-hfa.h247 uint64_t unused:24; member
251 uint64_t unused:24;
261 uint64_t unused:2; member
267 uint64_t unused:2;
275 uint64_t unused:4; member
281 uint64_t unused:4;
289 uint64_t unused:2; member
295 uint64_t unused:2;
HDcvmx-wqe.h267 uint64_t unused : 8; member
322 uint64_t unused : 8; member
377 uint64_t unused : 8; member
441 uint8_t unused; member
467 uint64_t unused:24; member
694 len = work->word0.pip.cn38xx.unused; in cvmx_wqe_get_unused8()
704 work->word0.pip.cn38xx.unused = v; in cvmx_wqe_set_unused8()
/freebsd-13-stable/sys/dev/cxgb/
HDcxgb_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-13-stable/contrib/netbsd-tests/fs/tmpfs/
HDt_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-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDPdbSymUid.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-13-stable/share/mk/
HDbsd.sys.mk51 CWARNFLAGS+= -W -Wno-unused-parameter
89 CWARNFLAGS.clang+= -Wno-unused-const-variable
91 CWARNFLAGS.clang+= -Wno-error=unused-but-set-variable
96 CWARNFLAGS.clang+= -Wno-error=unused-but-set-parameter
104 CWARNFLAGS.clang+= -Wno-tautological-compare -Wno-unused-value\
105 -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion
106 CWARNFLAGS.clang+= -Wno-unused-local-typedef
188 -Wno-error=unused-but-set-variable \
189 -Wno-error=unused-function \
190 -Wno-error=unused-value
[all …]
/freebsd-13-stable/contrib/ofed/opensm/include/complib/
HDcl_passivelock.h237 cl_status_t __attribute__((unused)) status; in cl_plock_acquire()
269 cl_status_t __attribute__((unused)) status; in cl_plock_excl_acquire()
302 cl_status_t __attribute__((unused)) status; in cl_plock_release()
/freebsd-13-stable/contrib/diff/lib/
HDc-stack.c171 void *context __attribute__ ((unused))) in segv_handler()
214 null_action (int signo __attribute__ ((unused))) in null_action()
269 c_stack_action (void (*action) (int) __attribute__ ((unused))) in c_stack_action()
294 main (int argc __attribute__ ((unused)), char **argv) in main()

12345678910>>...36