/freebsd/sys/modules/ipfilter/ |
H A D | Makefile | 18 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 D | compat.h | 33 /* #define unused 0x00000008 */ 35 /* #define unused 0x00000020 */ 37 /* #define unused 0x00000080 */ 38 /* #define unused 0x00000100 */ 39 /* #define unused 0x00000200 */ 40 /* #define unused 0x00000400 */ 42 /* #define unused 0x00001000 */ 43 /* #define unused 0x00002000 */ 46 /* #define unused 0x00010000 */ 47 /* #define unused 0x00020000 */ [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | trusty.cpp | 35 UNUSED MapPlatformData *Data) { in map() 62 void unmap(UNUSED void *Addr, UNUSED uptr Size, UNUSED uptr Flags, in unmap() 63 UNUSED MapPlatformData *Data) { in unmap() 68 void setMemoryPermission(UNUSED uptr Addr, UNUSED uptr Size, UNUSED uptr Flags, 69 UNUSED MapPlatformData *Data) {} in releasePagesToOS() 71 void releasePagesToOS(UNUSED upt in releasePagesToOS() [all...] |
/freebsd/sys/contrib/openzfs/config/ |
H A D | kernel-vfs-file_range.m4 | 26 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 D | kernel-register_sysctl_table.m4 | 14 __attribute((unused)) = register_sysctl_table(dummy_table); 39 struct ctl_table test_table[] __attribute__((unused)) = {0}; 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 D | kernel-blk-queue.m4 | 9 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 D | kernel-acl.m4 | 42 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 D | kernel-blkdev.m4 | 10 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 …]
|
/freebsd/libexec/getty/ |
H A D | gettytab.5 | 72 .It "ac str unused expect-send chat script for modem answer" 73 .It "al str unused user to auto-login instead of prompting" 76 .It "c0 num unused tty control flags to write messages" 77 .It "c1 num unused tty control flags to read login name" 78 .It "c2 num unused tty control flags to leave terminal as" 119 .It "i0 num unused tty input flags to write messages" 120 .It "i1 num unused tty input flags to read login name" 121 .It "i2 num unused tty input flags to leave terminal as" 122 .It "ic str unused expect-send chat script for modem initialization" 123 .It "if str unused display named file before prompt, like /etc/issue" [all …]
|
/freebsd/share/doc/smm/12.timed/ |
H A D | timed.ms | 164 values, a one byte hop count, or may be unused depending on the type 195 .so unused 207 .so unused 218 .so unused 244 .so unused 255 .so unused 266 .so unused 277 .so unused 289 .so unused 301 .so unused [all …]
|
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_archive_read_open2.c | 30 (void)a; /* UNUSED */ in open_cb() 31 (void)client; /* UNUSED */ in open_cb() 37 (void)a; /* UNUSED */ in read_cb() 38 (void)client; /* UNUSED */ in read_cb() 39 (void)buff; /* UNUSED */ in read_cb() 45 (void)a; /* UNUSED */ in skip_cb() 46 (void)client; /* UNUSED */ in skip_cb() 47 (void)request; /* UNUSED */ in skip_cb() 53 (void)a; /* UNUSED */ in close_cb() 54 (void)client; /* UNUSED */ in close_cb() [all...] |
/freebsd/sys/dev/clk/rockchip/ |
H A D | rk3328_cru.c | 106 #define SCLK_HDMI_CEC 71 /* Unused ? */ 147 #define ACLK_AXISRAM 130 /* Unused */ 151 #define ACLK_DMAC 134 /* Unused */ 194 #define PCLK_PERI_PRE 217 /* Unused */ 195 #define PCLK_HDMI_CTRL 218 /* Unused */ 196 #define PCLK_HDMI_PHY 219 /* Unused */ 218 #define HCLK_GMAC 310 /* Unused */ 224 #define HCLK_NANDC 316 /* Unused */ 237 #define HCLK_PERI_PRE 329 /* Unused */ 260 /* Bit 7-8 unused */ [all …]
|
H A D | rk3399_cru.c | 57 /* 15-8 unused */ 68 /* 15 - 8 unused */ 79 /* 15 - 11 unused */ 93 /* 15 - 8 unused */ 95 /* 6 unused */ 96 /* 5 unused */ 104 /* 15 - 12 unused */ 119 /* 15 - 10 unused */ 132 /* 15 unused */ 140 /* 7 unused */ [all …]
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_digest.c | 344 (void)ctx; /* UNUSED */ in __archive_md5init() 352 (void)ctx; /* UNUSED */ in __archive_md5update() 353 (void)indata; /* UNUSED */ in __archive_md5update() 354 (void)insize; /* UNUSED */ in __archive_md5update() 361 (void)ctx; /* UNUSED */ in __archive_md5final() 362 (void)md; /* UNUSED */ in __archive_md5final() 511 (void)ctx; /* UNUSED */ in __archive_ripemd160init() 519 (void)ctx; /* UNUSED */ in __archive_ripemd160update() 520 (void)indata; /* UNUSED */ in __archive_ripemd160update() 521 (void)insize; /* UNUSED */ in __archive_ripemd160update() [all...] |
H A D | archive_cryptor.c | 147 (void)pw; /* UNUSED */ in pbkdf2_sha1() 148 (void)pw_len; /* UNUSED */ in pbkdf2_sha1() 149 (void)salt; /* UNUSED */ in pbkdf2_sha1() 150 (void)salt_len; /* UNUSED */ in pbkdf2_sha1() 151 (void)rounds; /* UNUSED */ in pbkdf2_sha1() 152 (void)derived_key; /* UNUSED */ in pbkdf2_sha1() 153 (void)derived_key_len; /* UNUSED */ in pbkdf2_sha1() 439 (void)ctx; /* UNUSED */ in aes_ctr_init() 440 (void)key; /* UNUSED */ in aes_ctr_init() 441 (void)key_len; /* UNUSED */ in aes_ctr_init() [all …]
|
H A D | archive_hmac.c | 189 (void)out_len; /* UNUSED */ in __hmac_sha1_final() 303 (void)ctx;/* UNUSED */ in __hmac_sha1_init() 304 (void)key;/* UNUSED */ in __hmac_sha1_init() 305 (void)key_len;/* UNUSED */ in __hmac_sha1_init() 313 (void)ctx;/* UNUSED */ in __hmac_sha1_update() 314 (void)data;/* UNUSED */ in __hmac_sha1_update() 315 (void)data_len;/* UNUSED */ in __hmac_sha1_update() 321 (void)ctx;/* UNUSED */ in __hmac_sha1_final() 322 (void)out;/* UNUSED */ in __hmac_sha1_final() 323 (void)out_len;/* UNUSED */ in __hmac_sha1_final() [all …]
|
H A D | archive_read_support_format_empty.c | 76 (void)a; /* UNUSED */ in archive_read_format_empty_read_header() 77 (void)entry; /* UNUSED */ in archive_read_format_empty_read_header() 89 (void)a; /* UNUSED */ in archive_read_format_empty_read_data() 90 (void)buff; /* UNUSED */ in archive_read_format_empty_read_data() 91 (void)size; /* UNUSED */ in archive_read_format_empty_read_data() 92 (void)offset; /* UNUSED */ in archive_read_format_empty_read_data()
|
/freebsd/contrib/ntp/tests/libntp/data/ |
H A D | ntp.keys |
|
/freebsd/sys/modules/wlan/ |
H A D | Makefile | 21 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/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ObjCUnusedIVarsChecker.cpp | 1 //==- ObjCUnusedIVarsChecker.cpp - Check for unused ivars --------*- C++ -*-==// 30 enum IVarState { Unused, Used }; enumerator 116 // (b) explicitly marked unused in checkObjCUnusedIvar() 124 M[Ivar] = Unused; in checkObjCUnusedIvar() 133 // Any potentially unused ivars? in checkObjCUnusedIvar() 136 if (State == Unused) { in checkObjCUnusedIvar() 144 // We found some potentially unused ivars. Scan the entire translation unit in checkObjCUnusedIvar() 152 // Find ivars that are unused. in checkObjCUnusedIvar() 154 if (State == Unused) { in checkObjCUnusedIvar() 163 BR.EmitBasicReport(ID, Checker, "Unused instance variable", in checkObjCUnusedIvar()
|
/freebsd/sys/netinet/ |
H A D | tcp.h | 212 /* unused 69 */ 234 /* unused 1051 */ 236 /* unused 1053 */ 239 /* unused 1056 */ 242 /* unused 1059 */ 248 /* unused 1065 */ 249 /* unused 1066 */ 251 /* unused 1068 */ 254 /* unused 1071 */ 256 /* unused 1073 */ [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_trace.h | 52 "unused bits in EventAccess"); 73 // Note: precisely specifying the unused parts of the bitfield is critical for 75 // the old value and shuffle it to extract the unused bits to apply to the new 76 // value. If we specify the unused part and store 0 in there, all that 81 "unused bits in EventAccessExt"); 99 "unused bits in EventAccessRange"); 120 "unused bits in EventLock"); 122 "unused bits in EventLock"); 139 "unused bits in EventUnlock"); 153 "unused bits in EventTime");
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | k524_err.et | 13 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/contrib/file/magic/Magdir/ |
H A D | arm | 9 # 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
|
/freebsd/lib/libc/secure/ |
H A D | Makefile.inc | 12 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
|