Home
last modified time | relevance | path

Searched refs:objsize (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_query.cc82 int objsize = obj->en_cols.en_cols_len; // total num columns in obj */ in db_query() local
99 if (wherein_obj >= objsize) { in db_query()
102 wherein_obj, objsize); in db_query()
/illumos-gate/usr/src/tools/smatch/src/
H A Dallocate.h45 #define __DO_ALLOCATOR(type, objsize, objalign, objname, x) \ argument
52 return allocate(&x##_allocator, objsize+extra); \
/illumos-gate/usr/src/lib/libuutil/common/
H A Duu_avl.c64 uu_avl_pool_create(const char *name, size_t objsize, size_t nodeoffset, in uu_avl_pool_create() argument
71 nodeoffset + sizeof (uu_avl_node_t) > objsize || in uu_avl_pool_create()
90 pp->uap_objsize = objsize; in uu_avl_pool_create()
H A Duu_list.c64 uu_list_pool_create(const char *name, size_t objsize, in uu_list_pool_create() argument
71 nodeoffset + sizeof (uu_list_node_t) > objsize) { in uu_list_pool_create()
89 pp->ulp_objsize = objsize; in uu_list_pool_create()
/illumos-gate/usr/src/lib/libvmmapi/common/
H A Dvmmapi.c538 size_t objsize, len; in vm_setup_memory() local
552 objsize = 4*GB + ctx->highmem; in vm_setup_memory()
556 objsize = ctx->lowmem; in vm_setup_memory()
560 error = vm_alloc_memseg(ctx, VM_SYSMEM, objsize, NULL); in vm_setup_memory()
569 len = VM_MMAP_GUARD_SIZE + objsize + VM_MMAP_GUARD_SIZE; in vm_setup_memory()
/illumos-gate/usr/src/common/ctf/
H A Dctf_create.c300 size_t size, objsize, funcsize, labelsize, plen; in ctf_update() local
393 for (objsize = 0, funcsize = 0, i = 0; i < fp->ctf_nsyms; i++) { in ctf_update()
415 objsize += sizeof (uint16_t); in ctf_update()
434 hdr.cth_funcoff = hdr.cth_objtoff + objsize; in ctf_update()
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c571 mzap_lookup(mzap_phys_t *zapobj, int objsize, const char *name, in mzap_lookup() argument
577 chunks = objsize / MZAP_ENT_LEN - 1; in mzap_lookup()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c5079 size_t objsize, rshift; in th_trace_gethash() local
5093 objsize = MAX(MAX(sizeof (ill_t), sizeof (ipif_t)), in th_trace_gethash()
5095 rshift = highbit(objsize); in th_trace_gethash()