Home
last modified time | relevance | path

Searched refs:extent (Results 26 – 50 of 91) sorted by relevance

1234

/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dfake_shdr.c787 Off highwater, extent; in verdefneed_size() local
826 extent = offset + size_main; in verdefneed_size()
827 if (extent > highwater) in verdefneed_size()
828 highwater = extent; in verdefneed_size()
840 extent = aux_offset + size_aux; in verdefneed_size()
841 if (extent > highwater) in verdefneed_size()
842 highwater = extent; in verdefneed_size()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsftell.c54 if(f->extent >= 0 && (f->flags&(SF_SHARE|SF_APPENDWR)) )
H A Dsfpurge.c83 if(f->extent >= 0 && f->endb > f->next)
H A Dsfmode.c458 f->extent = ((f->flags&SF_READ) || (f->bits&SF_BOTH)) ?
486 f->endb = f->data+f->extent;
556 if(f->extent >= 0 && (n > 0 || (f->data && (f->bits&SF_MMAP))) )
H A Dsftmp.c351 if(savf.extent > 0)
352 (void)sfwrite(f,(Void_t*)savf.data,(size_t)savf.extent);
H A Dsfsk.c72 else s = (ssize_t)(addr + f->extent);
H A Dsfputr.c123 if(f->extent < 0 && (f->flags&SF_SHARE) )
H A Dsfnew.c112 f->here = f->extent = 0;
H A Dsffilbuf.c95 { if(r > n && f->extent < 0 && (f->flags&SF_SHARE) )
H A Dsfread.c109 ((f->flags&SF_SHARE) && f->extent < 0) )
H A Dsfclose.c137 f->extent = -1;
H A Dsfsync.c144 if((f->mode&SF_READ) && f->extent >= 0 &&
H A Dsfwrite.c148 if(f->extent < 0 && (f->flags&SF_SHARE) && !(f->flags&SF_PUBLIC) )
/illumos-gate/usr/src/boot/i386/isoboot/
H A Dcd9660read.c257 bno = isonum_733(rec.extent) + isonum_711(rec.ext_attr_length); in cd9660_lookup()
312 cookie = isonum_733(rec.extent) + isonum_711(rec.ext_attr_length); in cd9660_lookup()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dvmmopen.c163 ssize_t extent, size = 0; in mminit() local
183 if((extent = (ssize_t)lseek(fd, (off_t)0, SEEK_END)) < 0) in mminit()
185 if(extent < size) /* make the file size large enough */ in mminit()
/illumos-gate/usr/src/uts/intel/sys/
H A Dbootconf.h90 uint_t extent; /* number of bytes in the space */ member
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dvmstate.c76 *pn = state->vs.extent; in key()
/illumos-gate/usr/src/uts/common/io/wpi/fw-wpi/
H A DLICENSE20 sell ("Utilize") this software, but solely to the extent that any
/illumos-gate/usr/src/uts/common/io/mwl/mwl_fw/
H A DLICENSE26 # ("Utilize") this software, but solely to the extent that any such patent
/illumos-gate/usr/src/uts/common/io/iwh/fw-iw/fw_5000/
H A DLICENSE20 sell ("Utilize") this software, but solely to the extent that any
/illumos-gate/usr/src/uts/common/io/iwh/fw-iw/fw_5150/
H A DLICENSE20 sell ("Utilize") this software, but solely to the extent that any
/illumos-gate/usr/src/uts/common/io/iwk/fw-iw/
H A DLICENSE20 sell ("Utilize") this software, but solely to the extent that any
/illumos-gate/usr/src/uts/common/io/iwn/fw-iw/
H A DTHIRDPARTYLICENSE20 sell ("Utilize") this software, but solely to the extent that any
/illumos-gate/usr/src/uts/common/io/iwp/fw-iw/
H A DLICENSE20 sell ("Utilize") this software, but solely to the extent that any
/illumos-gate/usr/src/uts/sun/sys/
H A Dbootconf.h64 uint_t extent; /* number of bytes in the space */ member

1234