Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libnisdb/
H A Ddb_query.cc84 int objsize = obj->en_cols.en_cols_len; // total num columns in obj */ in db_query() local
101 if (wherein_obj >= objsize) { in db_query()
104 wherein_obj, objsize); in db_query()
/titanic_50/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()
/titanic_50/usr/src/common/ctf/
H A Dctf_create.c290 size_t size, objsize, funcsize, labelsize, plen; in ctf_update() local
383 for (objsize = 0, funcsize = 0, i = 0; i < fp->ctf_nsyms; i++) { in ctf_update()
405 objsize += sizeof (uint16_t); in ctf_update()
424 hdr.cth_funcoff = hdr.cth_objtoff + objsize; in ctf_update()
/titanic_50/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c570 mzap_lookup(mzap_phys_t *zapobj, int objsize, const char *name, in mzap_lookup() argument
576 chunks = objsize / MZAP_ENT_LEN - 1; in mzap_lookup()
/titanic_50/usr/src/uts/common/inet/ip/
H A Dip_if.c5073 size_t objsize, rshift; in th_trace_gethash() local
5087 objsize = MAX(MAX(sizeof (ill_t), sizeof (ipif_t)), in th_trace_gethash()
5089 rshift = highbit(objsize); in th_trace_gethash()