HomeSort by: relevance | last modified time | path
    Searched refs:unused (Results 1 - 25 of 191) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/tests/usr.bin/xlint/lint1/
msg_226.c 4 // Test for message: static variable '%s' unused [226]
6 /* expect+1: warning: static variable 'unused' unused [226] */
7 static int unused; variable
queries_schar.c 49 /* expect+1: warning: static variable 'unused' unused [226] */
50 static int unused; variable
queries_uchar.c 57 /* expect+1: warning: static variable 'unused' unused [226] */
58 static int unused; variable
gcc_attribute_var.c 38 __attribute__((unused)) _Bool var1;
43 __attribute__((unused)) _Bool var2;
decl.c 99 __attribute__((unused)) _Bool unused_var;
101 __attribute__((unused))
102 __attribute__((unused)) _Bool unused_twice;
114 /* expect+2: warning: static function 'unused' unused [236] */
116 unused(void) function
173 /* expect+1: warning: static function 'cover_func_declarator' unused [236] */
  /src/sys/arch/x68k/stand/common/
exec_image.S 83 movq #0,%d0 | reg arg (unused)
84 movq #0,%d1 | reg arg (unused)
85 movq #0,%d2 | reg arg (unused)
86 movq #0,%d3 | reg arg (unused)
87 movq #0,%d4 | reg arg (unused)
88 movq #0,%d5 | reg arg (unused)
92 moval %d0,%a1 | reg arg (unused)
93 moval %d0,%a2 | reg arg (unused)
94 moval %d0,%a3 | reg arg (unused)
95 moval %d0,%a4 | reg arg (unused)
    [all...]
  /src/sys/modules/gpio/
Makefile 11 CWARNFLAGS+= -Wno-unused
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
asan_mac_test.h 2 void *CFAllocatorDefaultDoubleFree(void *unused);
asan_racy_double_free_test.cc 8 void *Thread1(void *unused) {
16 void *Thread2(void *unused) {
  /src/sys/arch/mips/include/
profile.h 66 void __attribute__((unused)) __mcount
  /src/sbin/mbrlabel/
mbrlabel.c 123 int i, j, unused, changed; local
169 unused = -1; /* flag as no free slot */
190 unused = -2; /* flag as existing */
194 if (unused == -1 && lpe->p_size == 0 &&
196 unused = j;
198 if (unused == -1) {
214 unused = -2; /* flag as existing */
219 if (unused == -2)
221 if (unused == -1) {
223 unused = label.d_npartitions
    [all...]
  /src/sys/dev/scsipi/
scsipi_cd.h 44 u_int8_t unused[6]; member in struct:scsipi_pause
55 u_int8_t unused; member in struct:scsipi_play_msf
70 u_int8_t unused; member in struct:scsipi_play
80 u_int8_t unused; member in struct:scsipi_read_header
92 u_int8_t unused[2]; member in struct:scsipi_read_subchannel
103 u_int8_t unused[3]; member in struct:scsipi_read_toc
142 uint8_t zero; /* zero/unused */
156 uint8_t unused[3]; member in struct:scsipi_get_configuration
163 uint8_t unused[2]; member in struct:scsipi_get_conf_data
181 uint8_t unused[6] member in struct:scsipi_read_discinfo
281 u_int8_t unused[3]; member in struct:scsipi_read_cd_capacity
299 u_int8_t unused[2]; member in struct:cd_audio_page
    [all...]
scsi_all.h 48 u_int8_t unused[4]; member in struct:scsi_changedef
scsi_tape.h 93 u_int8_t unused[3]; member in struct:scsi_rewind
102 u_int8_t unused[2]; member in struct:scsi_load
116 u_int8_t unused[3]; member in struct:scsi_erase
124 u_int8_t unused[3]; member in struct:scsi_block_limits
  /src/sbin/apmlabel/
apmlabel.c 109 int i, j, unused, changed; local
182 unused = -1; /* flag as no free slot */
206 unused = -2; /* flag as existing */
209 if (unused == -1 && lpe->p_size == 0 &&
211 unused = j;
213 if (unused == -2)
215 if (unused == -1) {
217 unused = label.d_npartitions;
229 fstypenames[npe.p_fstype], unused + 'a');
231 label.d_partitions[unused] = npe
    [all...]
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/io/
tpmif.h 42 uint16_t unused; member in struct:tpmif_tx_request
  /src/sys/modules/dtrace/dtrace/
Makefile 47 -Wno-unused-variable \
48 -Wno-unused-function
61 COPTS.dtrace.c+= ${${ACTIVE_CC} == "gcc" :? -Wno-unused-but-set-variable :}
64 -Wno-unused-value
  /src/sys/modules/examples/readhappy_mpsafe/
test_readhappy.c 50 read_happy(void *unused)
  /src/tests/fs/tmpfs/
t_mount.sh 118 "unused parameter"
121 mount_tmpfs unused $(pwd)/mnt >out 2>&1
122 atf_check -s exit:1 -o empty -e empty grep unused out
125 mount_tmpfs unused mnt >out 2>&1
126 atf_check -s exit:1 -o empty -e empty grep unused out
  /src/tests/lib/libc/locale/
Makefile 34 COPTS.t_btowc.c += -Wno-unused-variable
35 COPTS.t_digittoint.c += -Wno-unused-variable
  /src/sys/arch/sun3/sun3x/
iommu.h 74 * | | UNUSED | CI| BX| M | U | WP| DT |
99 u_int unused:6; /* Unused bits */ member in struct:iommu_pde_struct::__anon2136::__anon2137
  /src/sys/dev/pci/
pciide_cy693_reg.h 63 #ifdef unused
  /src/sys/external/bsd/acpica/dist/include/platform/
acgcc.h 80 * Some compilers complain about unused variables. Sometimes we don't want to
83 * is unused.
85 #define ACPI_UNUSED_VAR __attribute__ ((unused))
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/benchmarks/
start_many_threads.cc 19 void* Thread(void *unused) {
  /src/usr.sbin/timed/SMM.doc/timed/
Makefile 8 DEPSRCS=time date unused loop # spell.ok?

Completed in 349 milliseconds

1 2 3 4 5 6 7 8