Searched defs:node (Results 526 - 550 of 604) sorted by relevance

<<2122232425

/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_mem.c73 int sbdp_add_nodes_banks(pnode_t node, sbdp_bank_t **banks);
136 sbdp_get_mem_dip(pnode_t node, void *arg, uint_t flags) argument
145 if (node == OBP_BADNODE || node == OBP_NONODE)
152 (void) sbdp_is_mem(node, &mem);
156 if (mem.nmem == 0 || nodeid != node)
527 pnode_t nodeid = cph->busy_mc->node;
589 sbdp_copy_regs(pnode_t node, uint64_t bpa, uint64_t new_base, int inval, argument
596 if (mc_read_regs(node, &regs)) {
643 rsp[m].masr_addr = mc_get_addr(node,
1320 sbdp_get_lowest_addr_in_node(pnode_t node, uint64_t *pa) argument
1354 sbdp_is_mem(pnode_t node, void *arg) argument
1773 sbdp_add_nodes_banks(pnode_t node, sbdp_bank_t **banks) argument
[all...]
/illumos-gate/usr/src/uts/sun4u/serengeti/os/
H A Dserengeti.c121 * out of memory local to the node.
430 int node; local
432 node = slice_to_memnode[PFN_2_SLICE(pfn)];
434 return (node);
624 * find the /chosen SBBC node, prom interface will handle errors
629 * get the 'iosram' property from the /chosen node
991 int node = SG_PORTID_TO_NODEID(mcid); local
1005 SG_SET_FRU_NAME_NODE(new_unum, node);
1011 SG_SET_FRU_NAME_NODE(new_unum, node);
1027 int node local
1362 static pnode_t node; local
[all...]
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw.c92 mde_cookie_t node, uint16_t *pvidp, vsw_vlanid_t **vidspp,
95 mde_cookie_t node, uint64_t *bw);
97 md_t *mdp, mde_cookie_t *node);
99 mde_cookie_t node);
100 static void vsw_mtu_read(vsw_t *vswp, md_t *mdp, mde_cookie_t node,
103 static void vsw_linkprop_read(vsw_t *vswp, md_t *mdp, mde_cookie_t node,
105 static void vsw_bandwidth_read(vsw_t *vswp, md_t *mdp, mde_cookie_t node,
141 extern int vsw_port_add(vsw_t *vswp, md_t *mdp, mde_cookie_t *node);
203 * property is not present in the MD device node. Therefore, this should not be
483 * Specification of an MD node passe
947 vsw_get_md_physname(vsw_t *vswp, md_t *mdp, mde_cookie_t node, char *name) argument
1020 vsw_get_md_smodes(vsw_t *vswp, md_t *mdp, mde_cookie_t node, uint8_t *mode) argument
1477 mde_cookie_t node; local
1576 mde_cookie_t node; local
1744 vsw_get_initial_md_properties(vsw_t *vswp, md_t *mdp, mde_cookie_t node) argument
1814 vsw_vlan_read_ids(void *arg, int type, md_t *mdp, mde_cookie_t node, uint16_t *pvidp, vsw_vlanid_t **vidspp, uint16_t *nvidsp, uint16_t *default_idp) argument
1901 vsw_port_read_bandwidth(vsw_port_t *portp, md_t *mdp, mde_cookie_t node, uint64_t *bw) argument
1937 vsw_read_pri_eth_types(vsw_t *vswp, md_t *mdp, mde_cookie_t node) argument
1986 vsw_mtu_read(vsw_t *vswp, md_t *mdp, mde_cookie_t node, uint32_t *mtu) argument
2056 vsw_linkprop_read(vsw_t *vswp, md_t *mdp, mde_cookie_t node, boolean_t *pls) argument
2099 vsw_bandwidth_read(vsw_t *vswp, md_t *mdp, mde_cookie_t node, uint64_t *bw) argument
2130 vsw_update_md_prop(vsw_t *vswp, md_t *mdp, mde_cookie_t node) argument
2451 vsw_port_read_props(vsw_port_t *portp, vsw_t *vswp, md_t *mdp, mde_cookie_t *node) argument
2576 vsw_port_add(vsw_t *vswp, md_t *mdp, mde_cookie_t *node) argument
[all...]
/illumos-gate/usr/src/uts/sun4v/os/
H A Dfillsysinfo.c171 * If "Cache" node exists, then set L2 cache properties
173 * If node does not exists, then set the L2 cache properties
214 * Use L2 cache node to derive the chip mapping.
220 mde_cookie_t *node, *cachelist; local
229 * The "cache" node is optional in MD, therefore ncaches can be 0.
246 * Found a l2 cache node. Find out the cpu nodes it
250 "back", &node);
256 if (md_get_prop_val(mdp, node[j], "id", &lcpuid))
263 md_free_scan_dag(mdp, &node);
276 mde_cookie_t *node, *euni local
[all...]
H A Dmach_cpu_states.c120 pnode_t node; local
180 node = prom_optionsnode();
181 if ((node == OBP_NONODE) || (node == OBP_BADNODE) ||
182 prom_setprop(node, "reboot-command", cmd_buf, len) == -1)
706 getintprop(pnode_t node, char *name, int deflt) argument
710 switch (prom_getproplen(node, name)) {
716 (void) prom_getprop(node, name, (caddr_t)&value);
1353 * on the value of the 'inter-cpu-latency' property of the platform node.
1401 * platform node o
[all...]
H A Dmpo.c239 get_int(md_t md, mde_cookie_t node, char *propname, uint64_t *val) argument
241 int err = md_get_prop_val(md, node, propname, val);
354 /* Find the lgroup node with the smallest latency */
439 MPO_STATUS("md_get_root: No nodes in node count\n");
446 MPO_STATUS("md_get_root: Root node is missing\n");
477 mpo_lgroup[i].node = lgrpnodes[i];
532 j = md_alloc_scan_dag(md, mpo_lgroup[i].node,
547 mpo_lgroup[i].node = MDE_INVAL_ELEM_COOKIE;
630 * Use the address mask from the first lgroup node
/illumos-gate/usr/src/uts/sun4u/io/
H A Dmc-us3.c154 static void mc_node_add(mc_dlist_t *node, mc_dlist_t **head, mc_dlist_t **tail);
155 static void mc_node_del(mc_dlist_t *node, mc_dlist_t **head, mc_dlist_t **tail);
239 /* get the soft state pointer for this device node */
296 * Basically every memory-controller node on every machine should
400 /* get the soft state pointer for this device node */
913 * Create the logical bank property for this mc node. This
1858 /* node is at the tail of list */
1866 /* node is at the head of list */
1931 * The new node is added at the tail and is not sorted.
1933 * Input: The pointer of node t
1937 mc_node_add(mc_dlist_t *node, mc_dlist_t **head, mc_dlist_t **tail) argument
1964 mc_node_del(mc_dlist_t *node, mc_dlist_t **head, mc_dlist_t **tail) argument
1989 mc_dlist_t *node; local
[all...]
H A Dopl_cfg.c440 * This function walks the child nodes of a given node, extracts
441 * the "name" property, if it exists, and passes the node to a
442 * callback init function. The callback determines if this node is
443 * interesting or not. If it is, then a pointer to the node is
452 dev_info_t *node; local
460 * Hold parent node busy to walk its child list
463 node = ddi_get_child(parent);
465 while (node != NULL) {
467 ret = OPL_GET_PROP(string, node, "name", &name, &len);
470 * The property does not exist for this node
507 opl_init_root_nodes(dev_info_t *node, char *name, int len) argument
660 opl_set_node(dev_info_t *node, void *arg, uint_t flags) argument
720 opl_destroy_node(dev_info_t *node) argument
739 opl_create_cpu(dev_info_t *node, void *arg, uint_t flags) argument
807 opl_create_core(dev_info_t *node, void *arg, uint_t flags) argument
873 dev_info_t *parent, *node; local
913 opl_create_cpu_chip(dev_info_t *node, void *arg, uint_t flags) argument
955 dev_info_t *node; local
1000 opl_create_pseudo_mc(dev_info_t *node, void *arg, uint_t flags) argument
1118 dev_info_t *node; local
2338 opl_create_leaf(dev_info_t *node, void *arg, uint_t flags) argument
2516 dev_info_t *parent, *node; local
2699 dev_info_t **node; local
[all...]
/illumos-gate/usr/src/uts/sun4u/lw8/os/
H A Dlw8_platmod.c121 * out of memory local to the node.
437 int node; local
439 node = slice_to_memnode[PFN_2_SLICE(pfn)];
441 return (node);
632 * find the /chosen SBBC node, prom interface will handle errors
636 * get the 'iosram' property from the /chosen node
1001 int node = SG_PORTID_TO_NODEID(mcid); local
1015 SG_SET_FRU_NAME_NODE(new_unum, node);
1021 SG_SET_FRU_NAME_NODE(new_unum, node);
1037 int node local
1374 static pnode_t node; local
[all...]
/illumos-gate/usr/src/uts/sun4u/os/
H A Dcpr_impl.c536 scip->node = cpunodes[cp->cpu_id].nodeid;
1767 pnode_t node; local
1789 node = prom_rootnode();
1790 if (prom_getproplen(node, es_prop) != -1)
1794 return (prom_getproplen(node, es_prop) != -1);
/illumos-gate/usr/src/uts/intel/io/mc-amd/
H A Dmcamd_drv.c241 mc_nvl_add_prop(nvlist_t *nvl, void *node, mcamd_propcode_t code, int reqval) argument
247 valfound = mcamd_get_numprop(NULL, (mcamd_node_t *)node, code, &value);
668 * Read the Function 1 Address Map for each potential DRAM node. The Base
669 * Address for a node gives the starting system address mapped at that node,
670 * and the limit gives the last valid address mapped at that node. Regions for
671 * different nodes should not overlap, unless node-interleaving is enabled.
672 * The base register also indicates the node-interleaving settings (IntlvEn).
674 * be routed to this node and the destination node I
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli3.c148 NODELIST *node, emlxs_buf_t *sbp,
926 /* Set the max node count */
2004 * This determines how many node objects we preallocate in the pool
2924 if (sbp && sbp->node && sbp->node->io_throttle) {
2925 node_throttle = sbp->node->io_throttle -
2926 sbp->node->io_active;
2933 marked_node = sbp->node;
3616 ndlp = cmd_sbp->node;
3621 iocbq->node
7022 NODELIST *node; local
7054 emlxs_sli3_unreg_node(emlxs_port_t *port, NODELIST *node, emlxs_buf_t *sbp, fc_unsol_buf_t *ubp, IOCBQ *iocbq) argument
[all...]
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_kutil.c1223 void *node; local
1240 while ((node = avl_destroy_nodes(&avl->avl_tree, &cookie)) != NULL)
1241 avl->avl_nops->avln_destroy(node);
1333 void *node = NULL; local
1342 node = avl_find(&avl->avl_tree, item, NULL);
1343 if (node != NULL)
1344 avl->avl_nops->avln_hold(node);
1347 if (node == NULL)
1350 return (node);
1404 void *node; local
[all...]
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Dri_init.c116 di_node_t node; /* associated devinfo node */ member in struct:__anon16
130 di_node_t node; member in struct:__anon18
478 * Libdevinfo node walk callback for reading ecache size
483 find_cpu_nodes(di_node_t node, void *arg) argument
492 if (node == DI_NODE_NIL) {
496 if (node == di_arg->root) {
500 if (di_nodeid(node) == DI_PSEUDO_NODEID) {
504 name = di_node_name(node);
508 * cpu nodes will be under the ssm node
556 prop_lookup_int(di_node_t node, di_prom_handle_t ph, char *propname, int **ival) argument
1184 di_node_t node = DI_NODE_NIL; local
1393 ident_leaf(di_node_t node) argument
1403 mk_drv_inst(di_node_t node, char drv_inst[], char *devfs_path) argument
1438 devinfo_node_walk(di_node_t node, void *arg) argument
1496 devinfo_minor_walk(di_node_t node, di_minor_t minor, void *arg) argument
1930 add_lookup_entry(lookup_table_t *table, const char *name, di_node_t node) argument
[all...]
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dhc.c248 hc_prop_set(tnode_t *node, nvlist_t *auth) argument
258 if (topo_pgroup_create(node, &auth_pgroup, &err) != 0) {
266 if ((topo_prop_inherit(node, FM_FMRI_AUTHORITY, FM_FMRI_AUTH_PRODUCT,
270 (void) topo_prop_set_string(node, FM_FMRI_AUTHORITY,
274 if ((topo_prop_inherit(node, FM_FMRI_AUTHORITY, FM_FMRI_AUTH_PRODUCT_SN,
278 (void) topo_prop_set_string(node, FM_FMRI_AUTHORITY,
282 if ((topo_prop_inherit(node, FM_FMRI_AUTHORITY, FM_FMRI_AUTH_CHASSIS,
285 (void) topo_prop_set_string(node, FM_FMRI_AUTHORITY,
289 if ((topo_prop_inherit(node, FM_FMRI_AUTHORITY, FM_FMRI_AUTH_SERVER,
293 (void) topo_prop_set_string(node, FM_FMRI_AUTHORIT
319 tnode_t *node; local
372 hc_release(topo_mod_t *mp, tnode_t *node) argument
445 hc_compare(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
606 hc_fmri_nvl2str(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *nvl, nvlist_t **out) argument
949 hc_fmri_str2nvl(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
1189 hc_fmri_create_meth(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
1257 hc_match(topo_mod_t *mod, tnode_t *node, nvlist_t *fmri, const char *name, topo_instance_t inst, boolean_t *result) argument
1311 hc_walk_sibling(topo_mod_t *mod, tnode_t *node, struct hc_walk *hwp, const char *name, topo_instance_t inst) argument
1351 hc_walker(topo_mod_t *mod, tnode_t *node, void *pdata) argument
1458 hc_walk_init(topo_mod_t *mod, tnode_t *node, nvlist_t *rsrc, topo_mod_walk_cb_t cb, void *pdata) argument
1522 hc_prop_get(topo_mod_t *mod, tnode_t *node, void *pdata) argument
1535 hc_fmri_prop_get(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
1595 hc_pgrp_get(topo_mod_t *mod, tnode_t *node, void *pdata) argument
1607 hc_fmri_pgrp_get(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
1652 hc_prop_setprop(topo_mod_t *mod, tnode_t *node, void *pdata) argument
1666 hc_fmri_prop_set(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
1741 hc_is_present(topo_mod_t *mod, tnode_t *node, void *pdata) argument
1796 hc_fmri_present(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
1833 hc_is_replaced(topo_mod_t *mod, tnode_t *node, void *pdata) argument
1914 hc_fmri_replaced(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
1951 hc_unusable(topo_mod_t *mod, tnode_t *node, void *pdata) argument
1979 hc_fmri_unusable(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
2030 hc_fac_get(topo_mod_t *mod, tnode_t *node, void *pdata) argument
2073 hc_fmri_facility(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
2136 hc_expand(topo_mod_t *mod, tnode_t *node, void *pdata) argument
2177 hc_fmri_expand(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
2215 hc_retire_subr(topo_mod_t *mod, tnode_t *node, void *pdata) argument
2236 hc_fmri_retire_subr(topo_mod_t *mod, tnode_t *node, char *method_name, topo_version_t builtin_version, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
2277 hc_fmri_retire(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
2285 hc_fmri_unretire(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
2293 hc_fmri_service_state(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
[all...]
H A Dtopo_xml.c830 "propmethod %s for property \"%s\" in propgrp %s on node "
956 * Otherwise, if the propgroup element is under a node element
957 * then we'll simply register the method for this node.
1135 * psn: pointer to a "set" XML node
1196 * to post-process a statically defined node
1258 * node element, then we invoke the enumerator so that it can do
1259 * post-processing of the node.
1308 * If there is no "node" element under the "range"
1309 * element, then we need to attach the facility node to
1310 * each node i
1650 fac_enum_run(topo_mod_t *mp, tnode_t *node, const char *name) argument
[all...]
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_kernel.c892 pool_knl_put_xml_property(pool_elem_t *pe, xmlNodePtr node, const char *name, argument
901 return (pool_xml_set_attr(node, BAD_CAST name,
905 if (pool_xml_set_attr(node,
907 return (pool_xml_set_prop(node, BAD_CAST name,
910 return (pool_xml_set_prop(node, BAD_CAST name, val));
/illumos-gate/usr/src/uts/common/xen/os/
H A Dxvdi.c325 * of the xenstore node containing the device configuration
738 char *type, *node = NULL, *xsname = NULL; local
753 node = xdcp->node_fe;
758 node = xdcp->node_be;
761 node = xdcp->node_fe;
765 if (node == NULL)
777 ndi_devi_alloc_sleep(parent, node, DEVI_SID_NODEID, &dip);
781 * node name, so we set the node name to the 'model' of the
786 * binding based on the node nam
1276 xvdi_add_xb_watch_handler(dev_info_t *dip, const char *dir, const char *node, xvdi_xb_watch_cb_t cb, void *arg) argument
[all...]
/illumos-gate/usr/src/common/acl/
H A Dacl_common.c1225 acevals_t *node; local
1232 while ((node = avl_destroy_nodes(&al->user, &cookie)) != NULL)
1233 cacl_free(node, sizeof (acevals_t));
1235 while ((node = avl_destroy_nodes(&al->group, &cookie)) != NULL)
1236 cacl_free(node, sizeof (acevals_t));
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_import.c964 rdsk_node_t *node; local
978 (node = avl_find(r, &tmpnode, NULL)))
979 node->rn_nozpool = B_TRUE;
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_utils.c113 be_node_list_t *node, *be_nodes = NULL; local
153 for (node = be_nodes; node != NULL; node = node->be_next_node) {
154 if (strcmp(node->be_rpool, bt.obe_zpool) != 0)
157 node->be_active_on_boot == B_TRUE)
163 if (node == NULL) {
170 if (node->be_active == B_FALSE) {
171 ret = _be_mount(node
[all...]
/illumos-gate/usr/src/boot/sys/boot/i386/libfirewire/
H A Dfwohcireg.h280 fwohcireg_t node; /* Node ID 0xe8 */ member in struct:ohci_registers
/illumos-gate/usr/src/uts/common/os/
H A Dpolicy.c1364 * node for reading. A three argument function should be defined
1366 * A pointer to the internal "node" type (inode *)
1389 void *node)
1407 error = unlocked_access(node, VWRITE, cr);
1484 error = unlocked_access(node, VWRITE, cr);
2184 * Traditionally, a device has specific permissions on the node in
1386 secpolicy_vnode_setattr(cred_t *cr, struct vnode *vp, struct vattr *vap, const struct vattr *ovap, int flags, int unlocked_access(void *, int, cred_t *), void *node) argument
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo.c197 * read-only minor node if we don't have privileges to open the full
199 * node can't perform. (Setgid processes would fail an access() test,
208 * privileged node isn't available. Don't modify errno
317 di_parent_node(di_node_t node) argument
321 if (node == DI_NODE_NIL) {
326 DPRINTF((DI_TRACE, "Get parent of node %s\n", di_node_name(node)));
328 pa = (caddr_t)node - DI_NODE(node)->self;
330 if (DI_NODE(node)
348 di_sibling_node(di_node_t node) argument
380 di_child_node(di_node_t node) argument
450 di_drv_next_node(di_node_t node) argument
484 di_node_t node; member in struct:node_list
543 is_descendant(di_node_t node, di_node_t parent) argument
600 get_children(di_node_t node) argument
825 di_node_t node = (*headp)->node; local
892 di_node_name(di_node_t node) argument
899 di_bus_addr(di_node_t node) argument
910 di_binding_name(di_node_t node) argument
921 di_compatible_names(di_node_t node, char **names) argument
947 di_instance(di_node_t node) argument
957 di_nodeid(di_node_t node) argument
969 di_state(di_node_t node) argument
992 di_node_state(di_node_t node) argument
998 di_flags(di_node_t node) argument
1004 di_retired(di_node_t node) argument
1010 di_devid(di_node_t node) argument
1020 di_driver_major(di_node_t node) argument
1031 di_driver_name(di_node_t node) argument
1051 di_driver_ops(di_node_t node) argument
1071 di_devfs_path(di_node_t node) argument
1134 di_node_t node; local
1346 di_minor_next(di_node_t node, di_minor_t minor) argument
1447 di_prop_next(di_node_t node, di_prop_t prop) argument
1659 di_prop_search(dev_t match_dev, di_node_t node, const char *name, int type) argument
1686 di_prop_find(dev_t match_dev, di_node_t node, const char *name) argument
1711 di_prop_lookup_ints(dev_t dev, di_node_t node, const char *prop_name, int **prop_data) argument
1724 di_prop_lookup_int64(dev_t dev, di_node_t node, const char *prop_name, int64_t **prop_data) argument
1737 di_prop_lookup_strings(dev_t dev, di_node_t node, const char *prop_name, char **prop_data) argument
1750 di_prop_lookup_bytes(dev_t dev, di_node_t node, const char *prop_name, uchar_t **prop_data) argument
1773 di_prop_next_common(di_node_t node, di_prop_t prop, int prop_type) argument
1833 di_prop_drv_next(di_node_t node, di_prop_t prop) argument
1839 di_prop_sys_next(di_node_t node, di_prop_t prop) argument
1845 di_prop_global_next(di_node_t node, di_prop_t prop) argument
1851 di_prop_hw_next(di_node_t node, di_prop_t prop) argument
1891 di_path_phci_next_path(di_node_t node, di_path_t path) argument
1933 di_path_client_next_path(di_node_t node, di_path_t path) argument
1991 di_path_next(di_node_t node, di_path_t path) argument
2012 di_path_next_phci(di_node_t node, di_path_t path) argument
2017 di_path_next_client(di_node_t node, di_path_t path) argument
2388 di_vhci_next_node(di_node_t node) argument
2437 di_phci_next_node(di_node_t node) argument
2463 di_parent_private_data(di_node_t node) argument
2494 di_driver_private_data(di_node_t node) argument
2536 di_walk_hp_callback(di_node_t node, void *argp) argument
2570 di_walk_hp(di_node_t node, const char *type, uint_t flag, void *arg, int (*hp_callback)(di_node_t node, di_hp_t hp, void *arg)) argument
2605 di_hp_next(di_node_t node, di_hp_t hp) argument
2974 di_prom_prop_next(di_prom_handle_t ph, di_node_t node, di_prom_prop_t prom_prop) argument
3044 di_prom_prop_lookup_common(di_prom_handle_t ph, di_node_t node, const char *prom_prop_name) argument
3144 di_prom_prop_lookup_ints(di_prom_handle_t ph, di_node_t node, const char *prom_prop_name, int **prom_prop_data) argument
3170 di_prom_prop_lookup_strings(di_prom_handle_t ph, di_node_t node, const char *prom_prop_name, char **prom_prop_data) argument
3213 di_prom_prop_lookup_bytes(di_prom_handle_t ph, di_node_t node, const char *prom_prop_name, uchar_t **prom_prop_data) argument
3270 di_prop_lookup_slot_names(dev_t dev, di_node_t node, di_slot_name_t **prop_data) argument
3316 di_prom_prop_lookup_slot_names(di_prom_handle_t ph, di_node_t node, di_slot_name_t **prop_data) argument
3400 di_node_private_set(di_node_t node, void *data) argument
3406 di_node_private_get(di_node_t node) argument
3448 di_lnode_next(di_node_t node, di_lnode_t lnode) argument
3481 di_link_next_by_node(di_node_t node, di_link_t link, uint_t endpoint) argument
3584 di_node_t node = (*headp)->node; local
3649 di_node_t node = (*headp)->node; local
3704 di_node_t node; local
3748 di_node_t node; local
3836 di_node_t node; local
[all...]
/illumos-gate/usr/src/lib/libstmf/common/
H A Dstmf.c497 * Open control node for stmf
572 * Open control node for stmf
795 * Open control node for stmf
887 * Open control node for stmf
1002 * Open control node for stmf
1135 * Open control node for sbd
1381 * Open control node for sbd
1594 * Open control node for sbd
1684 * Open control node for sbd
1858 * Open control node fo
5196 stmfGetAluaState(boolean_t *enabled, uint32_t *node) argument
5258 stmfSetAluaState(boolean_t enabled, uint32_t node) argument
[all...]

Completed in 209 milliseconds

<<2122232425