Searched refs:objsize (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libnisdb/
H A Ddb_query.cc84 int objsize = obj->en_cols.en_cols_len; // total num columns in obj */ local
101 if (wherein_obj >= objsize) {
104 wherein_obj, objsize);
/osnet-11/usr/src/lib/libuutil/common/
H A Duu_avl.c66 uu_avl_pool_create(const char *name, size_t objsize, size_t nodeoffset, argument
73 nodeoffset + sizeof (uu_avl_node_t) > objsize ||
92 pp->uap_objsize = objsize;
H A Duu_list.c63 uu_list_pool_create(const char *name, size_t objsize, argument
70 nodeoffset + sizeof (uu_list_node_t) > objsize) {
88 pp->ulp_objsize = objsize;
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c507 mzap_lookup(mzap_phys_t *zapobj, int objsize, char *name, argument
513 chunks = objsize/MZAP_ENT_LEN - 1;
/osnet-11/usr/src/grub/grub2/grub-core/fs/zfs/
H A Dzfs.c2204 int objsize, const char *name, grub_uint64_t * value,
2210 chunks = objsize / MZAP_ENT_LEN - 1;
2229 int objsize, char *name, grub_uint64_t *value)
2235 chunks = objsize / MZAP_ENT_LEN - 1;
2252 mzap_iterate (mzap_phys_t * zapobj, grub_zfs_endian_t endian, int objsize, argument
2259 chunks = objsize / MZAP_ENT_LEN - 1;
2203 mzap_lookup(mzap_phys_t * zapobj, grub_zfs_endian_t endian, int objsize, const char *name, grub_uint64_t * value, int case_insensitive) argument
2228 mzap_value_search(mzap_phys_t *zapobj, grub_zfs_endian_t endian, int objsize, char *name, grub_uint64_t *value) argument

Completed in 91 milliseconds