Searched refs:node (Results 1 - 7 of 7) sorted by relevance

/solaris-userland/components/openstack/swift/files/
H A Drsyncd.conf6 path = /srv/node
12 path = /srv/node
18 path = /srv/node
/solaris-userland/components/jansson/doc/html/_static/
H A Ddoctools.js69 function highlight(node) {
70 if (node.nodeType == 3) {
71 var val = node.nodeValue;
73 if (pos >= 0 && !jQuery(node.parentNode).hasClass(className)) {
77 node.parentNode.insertBefore(span, node.parentNode.insertBefore(
79 node.nextSibling));
80 node.nodeValue = val.substr(0, pos);
83 else if (!jQuery(node).is("button, select, textarea")) {
84 jQuery.each(node
[all...]
H A Dwebsupport.js178 * Perform an ajax request to get comments for a node
185 data: {node: id},
217 var node_id = form.find('input[name="node"]').val();
236 node: node_id,
297 var ul = $('#cl' + (comment.node || comment.parent));
718 <input type="hidden" name="node" value="<%id%>" />\
778 <input type="hidden" name="node" value="" />\
/solaris-userland/components/openstack/ironic/files/drivers/modules/
H A Dsolaris_ipmitool.py127 'ipmi_address': _("IP address or hostname of the node. Required."),
225 def _parse_driver_info(node):
226 """Gets the parameters required for ipmitool to access the node.
231 :param node: the Node of interest.
238 info = node.driver_info or {}
243 "Missing the following IPMI credentials in node's"
262 LOG.warning(_LW('ipmi_username is not defined or empty for node %s: '
263 'NULL user will be utilized.') % node.uuid)
265 LOG.warning(_LW('ipmi_password is not defined or empty for node %s: '
266 'NULL password will be utilized.') % node
[all...]
/solaris-userland/components/openvswitch/files/lib/
H A Ddpif-solaris.c97 struct hmap_node node; /* Node in dpif_solaris's 'lowerlinks'. */ member in struct:dpif_solaris_lowerlink
120 struct hmap_node node; /* Node in dpif_solaris's 'bridges'. */ member in struct:dpif_solaris_bridge
126 struct hmap_node node; /* Node in dpif_solaris's 'ports'. */ member in struct:dpif_solaris_port
154 struct hmap_node node; /* Node in dpif_solaris's 'flows'. */ member in struct:dpif_solaris_flow
327 HMAP_FOR_EACH_SAFE(port, next, node, &dpif->ports) {
438 HMAP_FOR_EACH(bridge, node, &dpif->bridges) {
469 HMAP_FOR_EACH(lowerlink, node, &dpif->lowerlinks) {
594 HMAP_FOR_EACH(lowerlink, node, &dpif->lowerlinks) {
647 HMAP_FOR_EACH(bridge, node, &dpif->bridges) {
686 hmap_insert(&dpif->bridges, &bridge->node,
1119 struct hmap_node *node; local
1350 struct hmap_node *node; variable in typeref:struct:hmap_node
1762 struct hmap_node node; member in struct:dpif_solaris_flow_ent
1874 struct hmap_node *node; local
[all...]
/solaris-userland/components/texinfo/
H A Dtexi2html.pl38 $NODERE = '[^@{}:\'`",]+'; # RE for a node name
39 $NODESRE = '[^@{}:\'`"]+'; # RE for a list of node names
416 %node2sec = (); # node to section name
417 %node2href = (); # node to HREF
476 $node = ''; # current node name
482 $in_top = 0; # am I inside the top node
564 # parsing the top node
565 if ($tag eq 'node' || $tag eq 'include' || $sec2level{$tag}) {
602 if ($tag eq 'top' || ($tag eq 'node'
[all...]
/solaris-userland/components/openstack/nova/files/solariszones/
H A Ddriver.py656 """ Return the iSCSI initiator node name IQN for this host """
659 'initiator-node')
661 # Initiator node name: iqn.1986-03.com.sun:01:e00000000000.4f757217
666 LOG.info(_("Failed to get the initiator-node info: %s") % (ex))
1386 # local to this compute node. If it is, then don't use it for
1879 "compute node. %s is missing. Run 'pkg install "
1885 "compute node. %s is missing. Run 'pkg install "
2381 instance.node = evac_from
3261 instance['node'] = instance['launched_on']
3831 node whic
[all...]

Completed in 45 milliseconds