Home
last modified time | relevance | path

Searched defs:osize (Results 1 – 25 of 80) sorted by relevance

1234

/netbsd-src/external/mit/lua/dist/src/
H A Dlmem.c154 void luaM_free_ (lua_State *L, void *block, size_t osize) { in luaM_free_()
167 size_t osize, size_t nsize) { in tryagain()
180 void *luaM_realloc_ (lua_State *L, void *block, size_t osize, size_t nsize) { in luaM_realloc_()
196 void *luaM_saferealloc_ (lua_State *L, void *block, size_t osize, in luaM_saferealloc_()
H A Dlstring.c66 static void tablerehash (TString **vect, int osize, int nsize) { in tablerehash()
91 int osize = tb->size; in luaS_resize() local
/netbsd-src/sys/ufs/ext2fs/
H A Dext2fs_readwrite.c269 off_t osize; ext2fs_write() local
366 off_t osize; ext2fs_bufwr() local
437 ext2fs_post_write_update(struct vnode * vp,struct uio * uio,int ioflag,kauth_cred_t cred,off_t osize,int resid,int oerror) ext2fs_post_write_update() argument
H A Dext2fs_inode.c300 off_t osize; in ext2fs_truncate() local
/netbsd-src/external/bsd/openpam/dist/lib/libpam/
H A Dpam_set_item.c68 size_t nsize, osize; in pam_set_item() local
/netbsd-src/usr.bin/moduli/qsieve/
H A Dqfile.c50 uint32_t osize, uint32_t ogenerator, BIGNUM * omodulus) in qfileout()
/netbsd-src/sys/ufs/lfs/
H A Dulfs_readwrite.c239 off_t osize, origoff, oldoff, preallocoff, endallocoff, nsize; in WRITE() local
422 off_t osize; in BUFWR() local
518 kauth_cred_t cred, off_t osize, int resid, int oerror) in ulfs_post_write_update()
H A Dlfs_balloc.c131 int error, frags, i, nsize, osize, num; in lfs_balloc() local
491 lfs_fragextend(struct vnode *vp, int osize, int nsize, daddr_t lbn, in lfs_fragextend()
/netbsd-src/sys/ufs/ufs/
H A Dufs_readwrite.c245 off_t osize, origoff, oldoff, preallocoff, endallocoff, nsize; WRITE() local
466 off_t osize; BUFWR() local
554 ufs_post_write_update(struct vnode * vp,struct uio * uio,int ioflag,kauth_cred_t cred,off_t osize,int resid,int oerror) ufs_post_write_update() argument
[all...]
/netbsd-src/usr.sbin/makefs/ffs/
H A Dffs_balloc.c95 int osize, nsize, num, i, error; in ffs_balloc_ufs1() local
341 int osize, nsize, num, i, error; in ffs_balloc_ufs2() local
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_map.c74 size_t osize = maxformat * sizeof (void *); in dt_strdata_add() local
135 size_t osize = max * sizeof (void *); local
/netbsd-src/sys/ufs/ffs/
H A Dffs_balloc.c121 int deallocated, osize, nsize, num, i, error; in ffs_balloc_ufs1() local
539 int deallocated, osize, nsize, num, i, error; in ffs_balloc_ufs2() local
/netbsd-src/sys/fs/ptyfs/
H A Dptyfs_subr.c202 int osize, nsize; in ptyfs_set_active() local
/netbsd-src/external/gpl2/libmalloc/dist/
H A Dmcheck.c136 __malloc_size_t osize = hdr->size; local
/netbsd-src/external/bsd/ipf/dist/lib/
H A Dparseipfexpr.c41 int not, items, asize, *oplist, osize, i; local
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dlz4.c466 int osize) in LZ4_compressCtx()
661 int osize) in LZ4_compress64kCtx()
841 real_LZ4_compress(const char *source, char *dest, int isize, int osize) in real_LZ4_compress()
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Ds12z-dis.c344 short osize = -1; in print_insn_s12z() local
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Ds12z-dis.c344 short osize = -1; in print_insn_s12z() local
/netbsd-src/bin/ksh/
H A Dtable.c53 int osize = tp->size; local
/netbsd-src/sys/nfs/
H A Dnfs_kq.c119 u_quad_t osize; in nfs_kqpoll() local
H A Dnfs_vfsops.c495 int osize = nmp->nm_wsize; in nfs_decode_args() local
509 int osize = nmp->nm_rsize; in nfs_decode_args() local
/netbsd-src/sbin/dump/
H A Drcache.c273 int osize = size, idx; in bread() local
/netbsd-src/usr.bin/ul/
H A Dul.c509 size_t osize = *size; in alloc_buf() local
/netbsd-src/sbin/fsck_lfs/
H A Dlfs.c1015 int error, frags, i, nsize, osize, num; in lfs_balloc() local
1219 lfs_fragextend(struct uvnode *vp, int osize, int nsize, daddr_t lbn, in lfs_fragextend()
/netbsd-src/external/gpl3/binutils/dist/ld/emultempl/
H A Dspu_ovl.S87 #define osize save2 macro

1234