/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_fmri.c | 108 tnode_t *rnode; in topo_fmri_nvl2str() local 114 if ((rnode = topo_hdl_root(thp, scheme)) == NULL) in topo_fmri_nvl2str() 118 if (topo_method_invoke(rnode, TOPO_METH_NVL2STR, in topo_fmri_nvl2str() 141 tnode_t *rnode; in topo_fmri_str2nvl() local 184 rnode = tdg->tdg_rootnode; in topo_fmri_str2nvl() 185 } else if ((rnode = topo_hdl_root(thp, buf)) == NULL) { in topo_fmri_str2nvl() 198 if (topo_method_invoke(rnode, method, TOPO_METH_STR2NVL_VERSION, in, in topo_fmri_str2nvl() 220 tnode_t *rnode; in topo_fmri_present() local 226 if ((rnode = topo_hdl_root(thp, scheme)) == NULL) in topo_fmri_present() 230 if (topo_method_invoke(rnode, TOPO_METH_PRESENT, in topo_fmri_present() [all …]
|
H A D | topo_builtin.c | 109 tnode_t *rnode; in topo_builtin_create() local 139 rnode = tp->tt_root; in topo_builtin_create() 151 rnode = tdg->tdg_rootnode; in topo_builtin_create() 158 if (topo_mod_enumerate(mod, rnode, mod->tm_name, in topo_builtin_create() 159 rnode->tn_name, rnode->tn_instance, rnode->tn_instance, in topo_builtin_create()
|
H A D | cpu.c | 159 cpu_create(topo_mod_t *mod, tnode_t *rnode, const char *name, in cpu_create() argument 183 (void) topo_node_bind(mod, rnode, name, cpu_id, fmri); in cpu_create()
|
/illumos-gate/usr/src/uts/common/nfs/ |
H A D | rnode.h | 57 struct rnode *rnode; member 182 struct rnode *r_hashf; 183 struct rnode *r_hashb; 259 typedef struct rnode { struct 261 struct rnode *r_hashf; /* hash queue forward pointer */ argument 262 struct rnode *r_hashb; /* hash queue back pointer */ argument 263 struct rnode *r_freef; /* free list forward pointer */ argument 264 struct rnode *r_freeb; /* free list back pointer */ argument
|
H A D | Makefile | 34 nfs4_attr.h nfs4_clnt.h rnode.h rnode4.h \
|
H A D | rnode4.h | 68 struct rnode4 *rnode; member
|
H A D | nfs_clnt.h | 552 struct rnode *rp = VTOR(vp); \
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/fac_prov_ahci/ |
H A D | fac_prov_ahci.c | 270 fac_prov_ahci_enum(topo_mod_t *mod, tnode_t *rnode, const char *name, in fac_prov_ahci_enum() argument 274 if (topo_node_flags(rnode) == TOPO_NODE_FACILITY) { in fac_prov_ahci_enum() 275 if (topo_method_register(mod, rnode, ahci_fac_methods) != 0) { in fac_prov_ahci_enum() 284 topo_node_flags(rnode)); in fac_prov_ahci_enum()
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/fac_prov_mptsas/ |
H A D | fac_prov_mptsas.c | 229 fac_prov_mptsas_enum(topo_mod_t *mod, tnode_t *rnode, const char *name, in fac_prov_mptsas_enum() argument 232 if (topo_node_flags(rnode) == TOPO_NODE_FACILITY) { in fac_prov_mptsas_enum() 233 if (topo_method_register(mod, rnode, mptsas_fac_methods) != 0) { in fac_prov_mptsas_enum() 242 topo_node_flags(rnode)); in fac_prov_mptsas_enum()
|
/illumos-gate/usr/src/lib/libcfgadm/common/ |
H A D | config_admin.c | 1930 di_node_t rnode, wnode; in find_ap_common() local 1970 rnode = di_init("/", DINFOSUBTREE | DINFOHP); in find_ap_common() 1971 if (rnode) in find_ap_common() 1972 wnode = di_lookup_node(rnode, rpath); in find_ap_common() 1977 if (rnode == DI_NODE_NIL) { in find_ap_common() 1989 di_fini(rnode); in find_ap_common() 2000 di_fini(rnode); in find_ap_common() 2007 rnode = di_init("/", DINFOCACHE); in find_ap_common() 2008 if (rnode) in find_ap_common() 2009 wnode = di_lookup_node(rnode, rpath); in find_ap_common() [all …]
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/ipmi/ |
H A D | ipmi_enum.c | 608 ipmi_enum(topo_mod_t *mod, tnode_t *rnode, const char *name, in ipmi_enum() argument 619 if (strcmp(topo_node_name(rnode), CHASSIS) != 0) { in ipmi_enum() 620 if (ipmi_post_process(mod, rnode) != 0) { in ipmi_enum() 622 PRIu64 " failed!", topo_node_name(rnode), in ipmi_enum() 623 topo_node_instance(rnode)); in ipmi_enum() 647 data.ed_pnode = rnode; in ipmi_enum()
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_acache.c | 80 if (crcmp(ap->cred, cr) == 0 && ap->rnode == rp) { in nfs4_access_check() 127 nap->rnode = rp; in nfs4_access_cache() 138 if (crcmp(ap->cred, cr) == 0 && ap->rnode == rp) { in nfs4_access_cache()
|
H A D | nfs_subr.c | 3217 if (crcmp(ap->cred, cr) == 0 && ap->rnode == rp) { in nfs_access_check() 3264 nap->rnode = rp; in nfs_access_cache() 3275 if (crcmp(ap->cred, cr) == 0 && ap->rnode == rp) { in nfs_access_cache() 3513 nrnode_max = (ulong_t)((kmem_maxavail() >> 2) / sizeof (struct rnode)); in nfs_subrinit()
|
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/ |
H A D | chip_intel.c | 127 tnode_t *rnode; in mc_add_ranks() local 151 if ((rnode = topo_node_bind(mod, dnode, RANK, rank, in mc_add_ranks() 158 (void) topo_node_fru_set(rnode, NULL, 0, &err); in mc_add_ranks() 160 if (topo_method_register(mod, rnode, rank_methods) < 0) in mc_add_ranks() 164 if (! is_xpv() && topo_method_register(mod, rnode, in mc_add_ranks() 169 (void) topo_node_asru_set(rnode, fmri, TOPO_ASRU_COMPUTE, &err); in mc_add_ranks() 172 (void) topo_node_label_set(rnode, NULL, &err); in mc_add_ranks() 176 (void) topo_pgroup_create(rnode, &rank_pgroup, &err); in mc_add_ranks() 179 (void) nvprop_add(mod, nvp, PGNAME(RANK), rnode); in mc_add_ranks()
|
/illumos-gate/usr/src/lib/libdevinfo/ |
H A D | devinfo_retire.c | 333 di_node_t rnode = rp->rcm_node; in retire_supported() local 340 RIO_ASSERT(dp, rnode != DI_NODE_NIL); in retire_supported() 353 if (di_walk_node(rnode, DI_WALK_CLDFIRST, rp, node_select) != 0) { in retire_supported() 581 di_node_t rnode; in rcm_notify() local 591 rnode = rp->rcm_node; in rcm_notify() 592 if (rnode == DI_NODE_NIL) { in rcm_notify() 601 if (di_walk_node(rnode, DI_WALK_CLDFIRST, rp, offline_one) != 0) { in rcm_notify()
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/xfp/ |
H A D | xfp.c | 203 xfp_enum(topo_mod_t *mod, tnode_t *rnode, const char *name, in xfp_enum() argument 212 if (xfp_declare(rnode, name, min, data, mod) == NULL) in xfp_enum()
|
/illumos-gate/usr/src/lib/libpicl/ |
H A D | picl2door.h | 119 picl_nodehdl_t rnode; /* root handle */ member
|
H A D | picl.c | 343 *rooth = ret->ret_root.rnode; in picl_get_root()
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/smbios/ |
H A D | smbios_enum.c | 615 smbios_enum(topo_mod_t *mod, tnode_t *rnode, const char *name, in smbios_enum() argument 626 smed.sme_pnode = rnode; in smbios_enum()
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/fac_prov_ipmi/ |
H A D | fac_prov_ipmi.c | 2072 fac_prov_ipmi_enum(topo_mod_t *mod, tnode_t *rnode, const char *name, in fac_prov_ipmi_enum() argument 2078 if (topo_node_flags(rnode) == TOPO_NODE_DEFAULT) { in fac_prov_ipmi_enum() 2083 if (topo_pgroup_create(rnode, &pgi, &err) != 0) { in fac_prov_ipmi_enum() 2091 if (topo_method_register(mod, rnode, ipmi_node_methods) != 0) { in fac_prov_ipmi_enum() 2098 if (topo_method_register(mod, rnode, ipmi_fac_methods) != 0) { in fac_prov_ipmi_enum()
|
/illumos-gate/usr/src/cmd/picl/picld/ |
H A D | picld.c | 291 err = ptree_get_root(&ret.rnode); in picld_getroot() 294 cvt_ptree2picl(&ret.rnode); in picld_getroot()
|
/illumos-gate/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_libscf.c | 9785 xmlNodePtr rnode, sfnode; in export_svc_general() local 9787 rnode = xmlNewNode(NULL, (xmlChar *)"restarter"); in export_svc_general() 9788 if (rnode == NULL) in export_svc_general() 9791 sfnode = xmlNewChild(rnode, NULL, in export_svc_general() 9798 selts->restarter = rnode; in export_svc_general() 9802 xmlFreeNode(rnode); in export_svc_general() 10544 xmlNodePtr rnode, sfnode; in export_inst_general() local 10546 rnode = xmlNewNode(NULL, (xmlChar *)"restarter"); in export_inst_general() 10547 if (rnode == NULL) in export_inst_general() 10550 sfnode = xmlNewChild(rnode, NULL, in export_inst_general() [all …]
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/ses/ |
H A D | ses.c | 3779 ses_enum(topo_mod_t *mod, tnode_t *rnode, const char *name, in ses_enum() argument 3825 if (ses_create_chassis(data, rnode, cp) != 0) in ses_enum() 3833 if (ses_create_bays(data, rnode) != 0) in ses_enum()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/nfs/ |
H A D | nfs_clnt.c | 1701 OFFSETOF(struct rnode, r_hashf)
|
/illumos-gate/usr/src/uts/common/io/rsm/ |
H A D | rsm.c | 2764 rsmsegacl_validate(rsmipc_request_t *req, rsm_node_id_t rnode, in rsmsegacl_validate() argument 2805 if (seg->s_acl[i].ae_node == rnode) { in rsmsegacl_validate() 2837 importer_list_add(rnode, key, req->rsmipc_adapter_hwaddr, in rsmsegacl_validate()
|