Searched defs:pobj (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dvfs.c567 sctp_saddr_ipif_t *pobj; local
591 pobj = list_object(&sctp->sctp_saddrs[i].sctp_ipif_list,
594 (uintptr_t)pobj) == -1) {
622 sctp_ipif_list, pobj);
628 pobj = list_object(&sctp->sctp_saddrs[i].
631 (uintptr_t)pobj) == -1) {
685 pobj);
691 pobj = list_object(&sctp->sctp_saddrs[i].
694 (uintptr_t)pobj) == -1) {
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_znode.c2021 uint64_t pobj; local
2029 if ((error = zfs_obj_to_pobj(osp, sa_hdl, sa_table, &pobj,
2033 if (pobj == obj) {
2043 error = zap_value_search(osp, pobj, obj,
2053 obj = pobj;
/illumos-gate/usr/src/lib/libpicltree/
H A Dpicltree.c473 hash_add_newobj(hash_t *htbl, picl_hdl_t hdl, void *pobj) argument
479 n = hash_newobj(hash_val, pobj);
678 alloc_and_add_to_ptree(picl_obj_t *pobj) argument
680 pobj->ptree_hdl = alloc_ptreehdl();
682 (void) hash_add_newobj(&ptreetbl, pobj->ptree_hdl, pobj);
721 picl_obj_t *pobj; local
724 pobj = hash_lookup_obj(&ptreetbl, proph);
725 if (pobj == NULL)
732 if (pobj
758 picl_obj_t *pobj; local
790 picl_obj_t *pobj; local
898 picl_obj_t *pobj; local
914 piclize_obj(picl_obj_t *pobj) argument
977 unpiclize_obj(picl_obj_t *pobj) argument
1207 picl_obj_t *pobj; local
1265 picl_obj_t *pobj; local
1341 destroy_table(picl_obj_t *pobj) argument
1600 picl_obj_t *pobj; local
1633 picl_obj_t *pobj; local
1791 picl_obj_t *pobj; local
2492 picl_obj_t *pobj; local
3300 picl_obj_t *pobj; local
[all...]
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dutil.c778 Rt_map **pobj; local
782 for (APLIST_TRAVERSE(pending, idx, pobj)) {
784 call_init(pobj, DBG_INIT_PEND);

Completed in 79 milliseconds