Searched refs:elist (Results 1 – 11 of 11) sorted by relevance
112 QOSGraphEdgeList *elist = list; in destroy_edges() local114 while (!QSLIST_EMPTY(elist)) { in destroy_edges()115 temp = QSLIST_FIRST(elist); in destroy_edges()116 QSLIST_REMOVE_HEAD(elist, edge_list); in destroy_edges()125 g_free(elist); in destroy_edges()679 QOSGraphEdgeList *elist; in qos_graph_node_set_availability_explicit() local686 elist = get_edgelist(node); in qos_graph_node_set_availability_explicit()687 if (!elist) { in qos_graph_node_set_availability_explicit()690 QSLIST_FOREACH_SAFE(e, elist, edge_list, next) { in qos_graph_node_set_availability_explicit()705 QOSGraphEdgeList *elist; in qos_graph_node_set_availability() local[all …]
67 # Example of IPMI SDR elist output.85 ${sdr_elist_output}= Run IPMI Standard Command sdr elist96 [Documentation] Fetch one record ID from SDR elist IPMI cmd response.98 ${resp}= Run External IPMI Standard Command sdr elist
50 # Get SDR OEM record count from "sdr elist -vvv" command output.51 ${sdr_data}= Run IPMI Standard Command sdr elist -vvv55 # Get sensor count from "sdr elist all" command output.255 [Documentation] Get sensors count using "sdr elist all" command.256 # Example of "sdr elist all" command output:277 ${output}= Run IPMI Standard Command sdr elist all313 # Example of IPMI SDR elist output.331 ${sdr_elist_output}= Run IPMI Standard Command sdr elist405 [Documentation] Fetch one record ID from SDR elist IPMI cmd response.407 ${resp}= Run IPMI Standard Command sdr elist[all...]
81 # Get Sensor count and SDR elist all count from IPMI LAN interface.91 # Get sdr oem record count from "sdr elist -vvv" command output.92 ${sdr_data}= Run Inband IPMI Standard Command sdr elist -vvv fail_on_err=0102 # Get Sensor count and SDR elist all count from IPMI lanplus interface.343 [Documentation] Get sensors count using "SDR elist all" command.344 # Example of "SDR elist all" command output:365 ${output}= Run IPMI Standard Command sdr elist all447 [Documentation] Get Sensor and SDR elist all count via IPMI lanplus.451 # Get SDR elist all via IPMI lanplus.
47 ${resp}= Run IPMI Standard Command sel elist last 180 ${resp}= Run IPMI Standard Command sel elist last 1109 ${resp}= Run IPMI Standard Command sel elist112 # Output of the Sel elist.454 [Documentation] Get the time from SEL elist last entry and returns epoch time.457 ${resp}= Run IPMI Standard Command sel elist last 1
496 ${resp}= Run IPMI Standard Command sdr elist501 # Example of IPMI sdr elist command.
308 ${resp}= Run IPMI Standard Command sel elist
481 ${resp}= Run IPMI Standard Command sel elist
350 struct sdr_record_list *elist, *e; in sunoem_led_get_byentity() local362 elist = ipmi_sdr_find_sdr_byentity(intf, &entity); in sunoem_led_get_byentity()364 if (elist == NULL) in sunoem_led_get_byentity()368 for (e = elist; e != NULL; e = e->next) { in sunoem_led_get_byentity()386 __sdr_list_empty(elist); in sunoem_led_get_byentity()394 struct sdr_record_list *elist, *e; in sunoem_led_set_byentity() local405 elist = ipmi_sdr_find_sdr_byentity(intf, &entity); in sunoem_led_set_byentity()407 if (elist == NULL) in sunoem_led_set_byentity()411 for (e = elist; e != NULL; e = e->next) { in sunoem_led_set_byentity()425 __sdr_list_empty(elist); in sunoem_led_set_byentity()
96 * ID: 3595199 - ipmi_sdr - Add support for 'ipmitool sdr <list|elist> help'98 * ID: 3592770 - 'ipmitool sdr list|elist INV_INPUT' return code571 * Add support for new 'sdr elist' extended output format.573 * Add support for new 'sel elist' extended output format that
282 - Add support for new 'sdr elist' extended output format.284 - Add support for new 'sel elist' extended output format that