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

1 2 3

  /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
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mmu/
nouveau_nvkm_subdev_mmu_ummu.c 167 u8 unused = 0; local
170 mmu->func->kind(mmu, &kinds, &unused);
  /src/distrib/utils/libhack/
yplib.c 142 char *unused; local
145 if (yp_get_default_domain(&unused))
  /src/sys/arch/i386/stand/bootxx/
boot1.c 168 const struct uuid unused = GPT_ENT_TYPE_UNUSED; local
170 return (memcmp(ent->ent_type, &unused, sizeof(unused)) == 0);
  /src/sys/dev/scsipi/
scsi_all.h 48 u_int8_t unused[4]; member in struct:scsi_changedef
scsipi_disk.h 103 u_int8_t unused[3]; member in struct:scsipi_read_capacity_10
scsi_ctron_ether.h 85 u_int8_t unused[2]; /* 0, 0 */ member in struct:scsi_ctron_ether_inquiry_data
  /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/common/dist/zlib/contrib/minizip/
zip.h 66 typedef struct TagzipFile__ { int unused; } zipFile__; member in struct:TagzipFile__
unzip.h 67 typedef struct TagunzFile__ { int unused; } unzFile__; member in struct:TagunzFile__
  /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/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/arch/sparc/sparc/
emul.c 145 unsigned unused:26; /* padding */ member in struct:__anon1983::__anon1984
229 unsigned unused:26; /* 26 padding */ member in struct:__anon1985::__anon1986
  /src/sys/arch/sparc64/sparc64/
emul.c 144 unsigned unused:26; /* padding */ member in struct:__anon2065::__anon2066
226 unsigned unused:26; /* 26 padding */ member in struct:__anon2067::__anon2068
  /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/usr.sbin/autofs/
autounmountd.c 233 struct kevent unused; local
243 nevents = kevent(kq, NULL, 0, &unused, 1, &timeout);
246 nevents = kevent(kq, NULL, 0, &unused, 1, NULL);
  /src/lib/libc/yp/
yplib.c 342 char *unused; local
348 if (yp_get_default_domain(&unused)) {
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_symbolizer.h 100 uptr unused; local
101 if (GetModuleNameAndOffsetForPC(pc, &module_name, &unused))
  /src/sys/ufs/chfs/
media.h 128 uint8_t unused[2]; /* just for padding */ member in struct:chfs_flash_dirent_node
  /src/sbin/fsck_ffs/
dir.c 317 int size, spaceleft, modified, unused, i; local
340 * Special case of an unused directory entry. Normally
341 * the kernel would coalesce unused space with the previous
381 * Clear unused directory entry space, including the d_name
385 unused = UFS_NAMEPAD(namlen);
388 unused += iswap16(dp->d_reclen) - size;
391 * Now clear out the unused space, keeping track if we actually
394 for (cp = &dp->d_name[namlen]; unused > 0; unused--, cp++) {
  /src/sys/arch/mips/adm5120/dev/
ahcireg.h 87 uint32_t unused[4]; member in struct:admhcd_ed
107 uint32_t unused[3]; member in struct:admhcd_td
  /src/sys/arch/sun3/include/
mc68851.h 71 * | TABLE PHYSICAL ADDRESS (15-4) | UNUSED |
75 * Note: keep the unused bits set to zero so that no masking of the
107 char unused:4; * of the table pointed to
126 * | UNUSED |
132 * |TABLE PHYS. ADDRESS (15-8) | UNUSED |
139 int unused:16; /* Unused */ member in struct:mmu_long_pte_struct::__anon2120::__anon2121
169 char unused:8; * of page this entry
  /src/sys/dev/pci/
oboereg.h 121 uint8_t unused; member in struct:OboeTask

Completed in 875 milliseconds

1 2 3