Searched defs:osize (Results 26 - 43 of 43) sorted by relevance

12

/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_inode.c1606 u_offset_t osize = oip->i_size; local
1615 if ((boff = blkoff(udf_vfsp, osize)) != 0) {
1616 pvn_vpzero(ITOV(oip), osize, local
/illumos-gate/usr/src/uts/common/os/
H A Dcallout.c535 size_t max, size, osize; local
545 osize = sizeof (callout_heap_t) * max;
574 bcopy(ct->ct_heap, heap, osize);
575 kmem_free(ct->ct_heap, osize);
H A Dmmapobj.c2076 size_t osize; local
2120 osize = P2ROUNDUP(hdr->a_text, PAGESIZE) + hdr->a_data + hdr->a_bss;
2127 size = MAX(osize, nsize);
2171 osize = size;
2182 (void) as_unmap(as, start_addr, osize);
2187 /* pickup the value of start_addr and osize for libraries */
2189 osize = size;
2216 (void) as_unmap(as, start_addr, osize);
2238 (void) as_unmap(as, start_addr, osize);
2262 (void) as_unmap(as, start_addr, osize);
[all...]
H A Ddumpsubr.c2061 * osize is either csize+data, or the size of a stream header
2069 size_t osize = csize > 0 ? CSIZE + size : size; local
2077 hp->cpout != NULL && hp->out + osize > hp->cpout->size) {
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_map.c1423 int stat, osize, n, numMatches = 0; local
1464 buf = (char *)xdrNisObject(o, ea, numEa, &osize);
1493 sv->length = osize;
/illumos-gate/usr/src/common/ficl/softcore/
H A Dlz4.c44 int osize);
48 int isize, int osize);
50 int isize, int osize);
495 int osize)
508 const BYTE *const oend = (BYTE *) dest + osize;
690 int osize)
703 const BYTE *const oend = (BYTE *) dest + osize;
870 real_LZ4_compress(const char *source, char *dest, int isize, int osize) argument
884 result = LZ4_compress64kCtx(ctx, source, dest, isize, osize);
886 result = LZ4_compressCtx(ctx, source, dest, isize, osize);
494 LZ4_compressCtx(void *ctx, const char *source, char *dest, int isize, int osize) argument
689 LZ4_compress64kCtx(void *ctx, const char *source, char *dest, int isize, int osize) argument
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dlz4.c38 int osize);
39 static int real_LZ4_uncompress(const char *source, char *dest, int osize);
44 int isize, int osize);
46 int isize, int osize);
108 * osize : is the output size, therefore the original size
113 * writes beyond dest + osize, and is therefore protected
518 int osize)
531 const BYTE *const oend = (BYTE *) dest + osize;
713 int osize)
726 const BYTE *const oend = (BYTE *) dest + osize;
517 LZ4_compressCtx(void *ctx, const char *source, char *dest, int isize, int osize) argument
712 LZ4_compress64kCtx(void *ctx, const char *source, char *dest, int isize, int osize) argument
893 real_LZ4_compress(const char *source, char *dest, int isize, int osize) argument
933 real_LZ4_uncompress(const char *source, char *dest, int osize) argument
[all...]
H A Dvdev.c1158 uint64_t osize = 0; local
1191 error = vd->vdev_ops->vdev_op_open(vd, &osize, &max_osize, &ashift);
1248 osize = P2ALIGN(osize, (uint64_t)sizeof (vdev_label_t));
1252 if (osize < SPA_MINDEVSIZE) {
1257 psize = osize;
1258 asize = osize - (VDEV_LABEL_START_SIZE + VDEV_LABEL_END_SIZE);
1262 if (vd->vdev_parent != NULL && osize < SPA_MINDEVSIZE -
1269 asize = osize;
H A Ddbuf.c1388 int osize = db->db.db_size; local
1417 bcopy(obuf->b_data, buf->b_data, MIN(osize, size));
1419 if (size > osize)
1420 bzero((uint8_t *)buf->b_data + osize, size - osize);
1433 dnode_willuse_space(dn, size-osize, tx);
/illumos-gate/usr/src/cmd/dfs.cmds/sharemgr/
H A Dcommands.c131 size_t osize; local
146 osize = iconv(cd, (const char **)&inval, &size,
148 if (osize == (size_t)-1 || size != 0) {
185 size_t osize; local
199 osize = iconv(cd, (const char **)&inval, &size,
201 if (osize == (size_t)-1 || size != 0)
/illumos-gate/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_slice.c100 uint64_t osize,
719 uint64_t osize = 0; /* orig size (bytes) */ local
745 (error = slice_get_size(oslice, &osize)) ||
794 if (osize == nsize) {
798 } else if (osize > nsize) {
816 ostart, osize, bytes_per_sect, nname, nindex, nsize,
833 * uint32_t oindex, uint64_t ostart, uint64_t osize,
841 * osize - existing source slice size in bytes
863 uint64_t osize,
875 uint64_t nstart = (ostart + osize)
858 create_modified_slice( dm_descriptor_t oslice, char *oname, uint32_t oindex, uint64_t ostart, uint64_t osize, uint64_t bytes_per_sect, char *nname, uint32_t nindex, uint64_t nsize, devconfig_t **nslice) argument
[all...]
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dsyms.c2743 static size_t osize = 0; local
2752 if ((osize == 0) || (nsize > osize)) {
2755 osize = nsize;
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dtypegraph.c2964 size_t nlocks, osize, size; local
2970 osize = fl->fl_nlocks * sizeof (foundlock_t);
2976 bcopy(fl->fl_locks, locks, osize);
2977 mdb_free(fl->fl_locks, osize);
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj.c713 int i, lsize, osize, nsize, allocsize; local
780 nsize = osize = 0;
807 bcopy(mp->depends_on, tmp, osize);
812 bcopy(libname, mp->depends_on + osize, lsize);
815 osize = nsize;
1673 int allocsize = 0, osize = 0, nsize = 0; local
1709 bcopy(depstr, tmp, osize);
1715 bcopy(libname, depstr + osize, lsize);
1718 osize = nsize;
/illumos-gate/usr/src/uts/common/fs/
H A Dvnode.c4515 vsd_realloc(void *old, size_t osize, size_t nsize) argument
4521 bcopy(old, new, osize);
4522 kmem_free(old, osize);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c2045 uint32_t osize, size; local
2049 &osize);
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c1018 size_t osize = urpw->urpw_max * sizeof (void *); local
1019 bcopy(urpw->urpw_buf, new, osize);
1020 mdb_free(urpw->urpw_buf, osize);
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c8594 size_t osize = dtrace_nprobes * sizeof (dtrace_probe_t *); local
8595 size_t nsize = osize << 1;
8598 ASSERT(osize == 0);
8606 ASSERT(osize == 0);
8612 bcopy(oprobes, probes, osize);
8622 kmem_free(oprobes, osize);
11942 size_t osize, nsize; local
11956 osize = enab->dten_maxdesc * sizeof (dtrace_enabling_t *);
11968 bcopy(enab->dten_desc, ndesc, osize);
11969 kmem_free(enab->dten_desc, osize);
15857 int osize, nsize; local
[all...]

Completed in 316 milliseconds

12