Searched refs:objsize (Results 1 – 8 of 8) sorted by relevance
| /illumos-gate/usr/src/lib/libnisdb/ |
| H A D | db_query.cc | 82 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 D | allocate.h | 45 #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 D | uu_avl.c | 64 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 D | uu_list.c | 64 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 D | vmmapi.c | 538 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 D | ctf_create.c | 300 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 D | fsys_zfs.c | 571 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 D | ip_if.c | 5079 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()
|