Searched defs:nsize (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-current/contrib/openpam/lib/libpam/
H A Dpam_set_item.c62 size_t nsize, osize; local
/freebsd-current/sys/contrib/openzfs/module/lua/
H A Dlmem.c73 void *luaM_realloc_ (lua_State *L, void *block, size_t osize, size_t nsize) { argument
[all...]
H A Dltable.c337 int nsize = isdummy(t->node) ? 0 : sizenode(t); local
/freebsd-current/sys/vm/
H A Dvm_unix.c64 char *nsize; member in struct:break_args
H A Dredzone.c77 u_long nsize; local
84 redzone_size_ntor(u_long nsize) argument
101 redzone_setup(caddr_t raddr, u_long nsize) argument
136 u_long nsize; local
[all...]
H A Dvm_mmap.c1035 unsigned long nsize; local
/freebsd-current/contrib/lib9p/
H A Drfuncs.c236 size_t nsize; local
/freebsd-current/tests/sys/fs/fusefs/
H A Dcache.cc150 ssize_t nsize = get<3>(GetParam()); local
/freebsd-current/usr.sbin/makefs/ffs/
H A Dffs_balloc.c86 int osize, nsize, num, i, error; local
343 int osize, nsize, num, i, error; local
[all...]
/freebsd-current/stand/common/
H A Dinterp_lua.c65 interp_lua_realloc(void *ud __unused, void *ptr, size_t osize __unused, size_t nsize) argument
/freebsd-current/contrib/lua/src/
H A Dlstring.c62 static void tablerehash (TString **vect, int osize, int nsize) { argument
85 void luaS_resize (lua_State *L, int nsize) { argument
[all...]
H A Dlmem.c176 void *luaM_realloc_ (lua_State *L, void *block, size_t osize, size_t nsize) { argument
162 tryagain(lua_State *L, void *block, size_t osize, size_t nsize) argument
192 luaM_saferealloc_(lua_State *L, void *block, size_t osize, size_t nsize) argument
[all...]
H A Dloadlib.c180 DWORD nsize = sizeof(buff)/sizeof(char); local
H A Dldo.c306 int nsize = (inuse > LUAI_MAXSTACK / 2) ? LUAI_MAXSTACK : inuse * 2; local
H A Dltable.c591 int nsize = allocsizenode(t); local
H A Dlauxlib.c1017 static void *l_alloc (void *ud, void *ptr, size_t osize, size_t nsize) { argument
H A Dlgc.c486 unsigned int nsize = sizenode(h); local
/freebsd-current/sys/fs/nfsclient/
H A Dnfs_clsubs.c185 u_quad_t nsize; local
H A Dnfs_clbio.c95 u_quad_t nsize; local
483 u_quad_t nsize; local
1803 ncl_meta_setsize(struct vnode *vp, struct thread *td, u_quad_t nsize) argument
[all...]
H A Dnfs_clport.c633 u_quad_t nsize; local
/freebsd-current/sys/ufs/ffs/
H A Dffs_balloc.c101 int deallocated, osize, nsize, num, i, error; local
608 int deallocated, osize, nsize, num, i, error; local
[all...]
/freebsd-current/sys/dev/ofw/
H A Dofw_subr.c86 uint32_t c, nbridge, naddr, nsize; local
/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_map.c73 size_t nsize = new_max * sizeof (void *); local
121 size_t nsize = new_max * sizeof (void *); local
331 size_t nsize = new_max * sizeof (void *); local
[all...]
/freebsd-current/usr.sbin/makefs/msdos/
H A Dmsdosfs_vnops.c437 size_t nsize, offs; local
[all...]
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dzcp.c723 zcp_lua_alloc(void *ud, void *ptr, size_t osize, size_t nsize) argument

Completed in 206 milliseconds

12