/freebsd-src/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-src/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-src/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, in setMemoryPermission() 69 UNUSED MapPlatformData *Data) {} in setMemoryPermission() 71 void releasePagesToOS(UNUSED uptr BaseAddress, UNUSED uptr Offset, in releasePagesToOS() 72 UNUSED uptr Size, UNUSED MapPlatformData *Data) {} in releasePagesToOS() 108 bool getRandom(UNUSED void *Buffer, UNUSED uptr Length, UNUSED bool Blocking) { in getRandom() 114 void setAbortMessage(UNUSED const char *Message) {} in setAbortMessage()
|
/freebsd-src/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)) [all...] |
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)) [all...] |
H A D | kernel-xattr-handler.m4 | 21 const struct super_block sb __attribute__ ((unused)) = { 50 xops __attribute__ ((unused)) = { 82 xops __attribute__ ((unused)) = { 97 xops __attribute__ ((unused)) = { 111 xops __attribute__ ((unused)) = { 168 iops __attribute__ ((unused)) = {
|
H A D | kernel-bio.m4 | 12 struct bio *bio __attribute__ ((unused)) = NULL; 122 struct blkcg_gq blkg __attribute__ ((unused)) = {}; 123 bool rc __attribute__ ((unused)); 185 __attribute__((unused)) void(*f)(struct bio *) = bdev->submit_bio; 222 struct bio *__attribute__((unused)) allocated = bio_alloc(bdev, nr_iovecs, opf, gfp_mask);
|
H A D | kernel-vfs-iov_iter.m4 | 11 int error __attribute__ ((unused)); 21 __attribute__((unused)) enum iter_type i = iov_iter_type(&iter); 28 bool ret __attribute__((unused)); 38 __attribute__((unused)) const struct iovec *iov = iter_iov(&iter);
|
/freebsd-src/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-src/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-src/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()
|
/freebsd-src/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-src/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-src/lib/libpmc/pmu-events/arch/x86/amdzen4/ |
H A D | pipeline.json | 9 …"BriefDescription": "Fraction of dispatch slots that remained unused because the frontend did not … 23 … "BriefDescription": "Fraction of dispatch slots that remained unused because of backend stalls.", 30 …"BriefDescription": "Fraction of dispatch slots that remained unused because the other thread was … 44 …"BriefDescription": "Fraction of dispatch slots that remained unused because of a latency bottlene… 51 …"BriefDescription": "Fraction of dispatch slots that remained unused because of a bandwidth bottle… 72 …"BriefDescription": "Fraction of dispatch slots that remained unused because of stalls due to the … 79 …"BriefDescription": "Fraction of dispatch slots that remained unused because of stalls not related…
|
/freebsd-src/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-src/sys/contrib/device-tree/src/arm64/freescale/ |
H A D | imx8-ss-audio.dtsi | 286 <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>, /* 10 unused */ 287 <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>, /* 11 unused */ 294 <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>, /* 18 unused */ 295 <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>, /* 19 unused */ 296 <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>, /* 20 unused */ 298 <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>, /* 22 unused */ 299 <GIC_SPI 393 IRQ_TYPE_LEVEL_HIGH>; /* 23 unused */ 560 <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>, /* 6 unused */ 561 <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>, /* 7 unused */
|
/freebsd-src/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 instanc in checkObjCUnusedIvar() [all...] |
/freebsd-src/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-src/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-src/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 54 # test for unused flag bits in f_flags
|
/freebsd-src/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
|