Searched refs:osize (Results 1 - 25 of 47) sorted by relevance

12

/freebsd-10.0-release/contrib/openpam/lib/libpam/
H A Dpam_set_item.c64 size_t nsize, osize; local
70 osize = nsize = 0;
88 osize = strlen(*slot) + 1;
93 osize = nsize = sizeof(struct pam_repository);
96 osize = nsize = sizeof(struct pam_conv);
102 memset(*slot, 0xd0, osize);
/freebsd-10.0-release/contrib/ipfilter/lib/
H A Dparseipfexpr.c39 int not, items, asize, *oplist, osize, i; local
120 * osize will mark the end of where we have filled up to
123 osize = asize;
133 ipfe = (ipfexp_t *)(oplist + osize);
134 osize += 4;
141 for (s = arg; (*s != '\0') && (osize < asize); s = t) {
173 oplist[osize++] = addr.in4.s_addr;
174 oplist[osize++] = mask.in4.s_addr;
202 oplist[osize++] = addr.i6[0];
203 oplist[osize
[all...]
/freebsd-10.0-release/sys/dev/dcons/
H A Ddcons.c133 int osize; local
138 osize = size * 3 / 4;
140 dc->o.size = osize;
141 dc->i.size = size - osize;
143 dc->i.buf = dc->o.buf + osize;
149 buf->osize[port] = htonl(osize);
150 buf->isize[port] = htonl(size - osize);
152 buf->ioffset[port] = htonl(offset + osize);
171 dc->o.size = ntohl(buf->osize[por
[all...]
H A Ddcons.h53 V u_int32_t osize[DCONS_NPORT]; member in struct:dcons_buf
/freebsd-10.0-release/contrib/binutils/ld/emultempl/
H A Dspu_ovl.S65 #define osize $7 define
224 rotqbyi osize, vma, 4
239 cgt cmp, osize, maxsize
240 selb sz, osize, maxsize, cmp
252 sf osize, sz, osize
253 brnz osize, __ovly_xfer_loop
/freebsd-10.0-release/sys/ufs/ffs/
H A Dffs_balloc.c101 int deallocated, osize, nsize, num, i, error; local
138 osize = blksize(fs, ip, nb);
139 if (osize < fs->fs_bsize && osize > 0) {
143 &dp->di_db[0]), osize, (int)fs->fs_bsize, flags,
150 fs->fs_bsize, osize, bp);
182 osize = fragroundup(fs, blkoff(fs, ip->i_size));
184 if (nsize <= osize) {
185 error = bread(vp, lbn, osize, NOCRED, &bp);
195 &dp->di_db[0]), osize, nsiz
552 int deallocated, osize, nsize, num, i, error; local
[all...]
H A Dffs_inode.c192 off_t osize; local
254 osize = ip->i_din2->di_extsize;
268 sblksize(fs, osize, i), ip->i_number,
301 osize = ip->i_size;
305 * value of osize is 0, length will be at least 1.
307 if (osize < length) {
312 vnode_pager_setsize(vp, osize);
449 ip->i_size = osize;
450 DIP_SET(ip, i_size, osize);
H A Dffs_alloc.c243 ffs_realloccg(ip, lbprev, bprev, bpref, osize, nsize, flags, cred, bpp)
248 int osize, nsize, flags;
274 if ((u_int)osize > fs->fs_bsize || fragoff(fs, osize) != 0 ||
277 "dev = %s, bsize = %ld, osize = %d, nsize = %d, fs = %s\n",
278 devtoname(ip->i_dev), (long)fs->fs_bsize, osize,
288 freespace(fs, fs->fs_minfree) - numfrags(fs, nsize - osize) < 0) {
301 error = bread_gb(vp, lbprev, osize, NOCRED, gbflags, &bp);
314 error = chkdq(ip, btodb(nsize - osize), cred, 0);
325 bno = ffs_fragextend(ip, cg, bprev, osize, nsiz
[all...]
/freebsd-10.0-release/usr.sbin/makefs/ffs/
H A Dffs_balloc.c88 int osize, nsize, num, i, error; local
112 osize = blksize(fs, ip, nb);
113 if (osize < fs->fs_bsize && osize > 0) {
150 osize = fragroundup(fs, blkoff(fs, ip->i_ffs1_size));
152 if (nsize <= osize) {
162 osize, bpp);
339 int osize, nsize, num, i, error; local
363 osize = blksize(fs, ip, nb);
364 if (osize < f
[all...]
/freebsd-10.0-release/sys/boot/i386/libi386/
H A Dsmbios.c189 int proc, size, osize, type; local
265 osize = SMBIOS_GET8(addr, 0x0a) & 0x7f;
266 if (osize > 0 && osize < 22)
267 smbios_old_enabled_memory += 1 << (osize + 10);
/freebsd-10.0-release/sys/fs/ext2fs/
H A Dext2_balloc.c70 int osize, nsize, num, i, error; local
109 osize = fragroundup(fs, blkoff(fs, ip->i_size));
111 if (nsize <= osize) {
112 error = bread(vp, lbn, osize, NOCRED, &bp);
120 printf("nsize %d(%d) > osize %d(%d) nb %d\n",
121 (int)nsize, (int)size, (int)osize,
H A Dext2_inode.c124 off_t osize; local
150 osize = oip->i_size;
154 * value of osize is 0, length will be at least 1.
156 if (osize < length) {
165 vnode_pager_setsize(vp, osize);
246 oip->i_size = osize;
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dlz4.c38 int osize);
43 int isize, int osize);
45 int isize, int osize);
465 int osize)
478 const BYTE *const oend = (BYTE *) dest + osize;
660 int osize)
673 const BYTE *const oend = (BYTE *) dest + osize;
840 real_LZ4_compress(const char *source, char *dest, int isize, int osize) argument
854 result = LZ4_compress64kCtx(ctx, source, dest, isize, osize);
856 result = LZ4_compressCtx(ctx, source, dest, isize, osize);
464 LZ4_compressCtx(void *ctx, const char *source, char *dest, int isize, int osize) argument
659 LZ4_compress64kCtx(void *ctx, const char *source, char *dest, int isize, int osize) argument
[all...]
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dprintcmd.c195 decode_format (char **string_ptr, int oformat, int osize)
232 val.size = osize;
246 val.size = osize ? 'g' : osize;
248 val.size = osize ? 'w' : osize;
250 val.size = osize ? 'h' : osize;
257 if (osize == 'w' || osize
194 decode_format(char **string_ptr, int oformat, int osize) argument
[all...]
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_map.c73 size_t osize = maxformat * sizeof (void *); local
81 bcopy(*data, new_data, osize);
134 size_t osize = max * sizeof (void *); local
136 bcopy(dtp->dt_pdesc, new_pdesc, osize);
139 bcopy(dtp->dt_edesc, new_edesc, osize);
/freebsd-10.0-release/contrib/binutils/libiberty/
H A Dhashtab.c498 size_t nsize, osize, elts; local
503 osize = htab->size;
504 olimit = oentries + osize;
509 if (elts * 2 > osize || (elts * 8 < osize && osize > 32))
517 nsize = osize;
/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A Dhashtab.c498 size_t nsize, osize, elts; local
503 osize = htab->size;
504 olimit = oentries + osize;
509 if (elts * 2 > osize || (elts * 8 < osize && osize > 32))
517 nsize = osize;
/freebsd-10.0-release/sbin/fsck_ffs/
H A Dgjournal.c359 off_t osize; local
367 osize = dino->di_extsize;
373 blkfree(dino->di_extb[i], sblksize(fs, osize, i));
/freebsd-10.0-release/sys/dev/snc/
H A Ddp83932subr.c617 size_t osize = size; local
644 bus_space_barrier(memt, memh, onoffset, osize,
657 size_t osize = size; local
679 bus_space_barrier(memt, memh, onoffset, osize,
/freebsd-10.0-release/contrib/openbsm/bin/auditdistd/
H A Dreceiver.c367 size_t osize; local
375 osize = size;
391 osize, adhost->adh_directory, adhost->adh_trail_name);
/freebsd-10.0-release/lib/libkvm/
H A Dkvm_proc.c479 size_t size, osize; local
529 osize = size;
533 } while (st == -1 && errno == ENOMEM && size == osize);
/freebsd-10.0-release/crypto/openssh/
H A Dmoduli.c151 u_int32_t osize, u_int32_t ogenerator, BIGNUM * omodulus)
163 otype, otests, otries, osize, ogenerator);
150 qfileout(FILE * ofile, u_int32_t otype, u_int32_t otests, u_int32_t otries, u_int32_t osize, u_int32_t ogenerator, BIGNUM * omodulus) argument
/freebsd-10.0-release/contrib/binutils/include/
H A Dbfdlink.h499 bfd *obfd, enum bfd_link_hash_type otype, bfd_vma osize,
/freebsd-10.0-release/contrib/gdb/include/
H A Dbfdlink.h431 bfd *obfd, enum bfd_link_hash_type otype, bfd_vma osize,
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-mixx-defs.h1243 uint64_t osize : 20; /**< Represents the Outbound Ring Buffer's Size(in 8B member in struct:cvmx_mixx_oring1::cvmx_mixx_oring1_s
1255 uint64_t osize : 20;
1262 uint64_t osize : 20; /**< Represents the Outbound Ring Buffer's Size(in 8B member in struct:cvmx_mixx_oring1::cvmx_mixx_oring1_cn52xx
1276 uint64_t osize : 20;

Completed in 243 milliseconds

12