/src/sys/dev/pci/ |
siop_pci_common.h | 36 uint8_t maxoff; /* maximum supported offset */ member in struct:siop_product_desc
|
siop_pci_common.h | 36 uint8_t maxoff; /* maximum supported offset */ member in struct:siop_product_desc
|
/src/usr.bin/crunch/crunchide/ |
exec_elf32.c | 184 Elf_Off stroff, maxoff; local in function:ELFNAMEEND 201 maxoff = stroff = 0; 205 if (shdrp[i].sh_offset > maxoff) { 206 maxoff = shdrp[i].sh_offset; 230 if (!weird && stroff != maxoff) {
|
exec_elf32.c | 184 Elf_Off stroff, maxoff; local in function:ELFNAMEEND 201 maxoff = stroff = 0; 205 if (shdrp[i].sh_offset > maxoff) { 206 maxoff = shdrp[i].sh_offset; 230 if (!weird && stroff != maxoff) {
|
/src/lib/libpuffs/ |
framebuf.c | 64 size_t maxoff; /* maximum offset for data, tellsize() */ member in struct:puffs_framebuf 140 pufbuf->maxoff = 0; 182 if (reservespace(newpb, 0, pb->maxoff) == -1) { 187 memcpy(newpb->buf, pb->buf, pb->maxoff); 213 if (pufbuf->offset > pufbuf->maxoff) 214 pufbuf->maxoff = pufbuf->offset; 229 if (offset + dlen > pufbuf->maxoff) 230 pufbuf->maxoff = offset + dlen; 239 if (pufbuf->maxoff < pufbuf->offset + dlen) { 255 if (pufbuf->maxoff < offset + dlen) [all...] |
framebuf.c | 64 size_t maxoff; /* maximum offset for data, tellsize() */ member in struct:puffs_framebuf 140 pufbuf->maxoff = 0; 182 if (reservespace(newpb, 0, pb->maxoff) == -1) { 187 memcpy(newpb->buf, pb->buf, pb->maxoff); 213 if (pufbuf->offset > pufbuf->maxoff) 214 pufbuf->maxoff = pufbuf->offset; 229 if (offset + dlen > pufbuf->maxoff) 230 pufbuf->maxoff = offset + dlen; 239 if (pufbuf->maxoff < pufbuf->offset + dlen) { 255 if (pufbuf->maxoff < offset + dlen) [all...] |
/src/sys/dev/ic/ |
siopvar_common.h | 133 int maxoff; member in struct:siop_common_softc
|
siopvar_common.h | 133 int maxoff; member in struct:siop_common_softc
|
/src/sys/kern/ |
kern_descrip.c | 224 int i, off, maxoff; local in function:fd_next_zero 243 maxoff = NDLOSLOTS(bits); 244 while (off < maxoff) {
|
kern_descrip.c | 224 int i, off, maxoff; local in function:fd_next_zero 243 maxoff = NDLOSLOTS(bits); 244 while (off < maxoff) {
|