/openbmc/linux/drivers/md/ |
H A D | dm-uevent.c | 34 struct list_head elist; member 52 INIT_LIST_HEAD(&event->elist); in dm_uevent_alloc() 126 list_for_each_entry_safe(event, next, events, elist) { in dm_send_uevents() 127 list_del_init(&event->elist); in dm_send_uevents() 188 dm_uevent_add(md, &event->elist); in dm_path_uevent()
|
H A D | dm.c | 3053 void dm_uevent_add(struct mapped_device *md, struct list_head *elist) in dm_uevent_add() argument 3058 list_add(elist, &md->uevent_list); in dm_uevent_add()
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | qgraph.c | 112 QOSGraphEdgeList *elist = list; in destroy_edges() local 114 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() local 686 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 …]
|
/openbmc/openbmc-test-automation/openpower/ipmi/ |
H A D | test_ipmi_sdr.robot | 67 # Example of IPMI SDR elist output. 85 ${sdr_elist_output}= Run IPMI Standard Command sdr elist 96 [Documentation] Fetch one record ID from SDR elist IPMI cmd response. 98 ${resp}= Run External IPMI Standard Command sdr elist
|
/openbmc/openbmc-test-automation/ipmi/ |
H A D | test_ipmi_sdr.robot | 50 # Get SDR OEM record count from "sdr elist -vvv" command output. 51 ${sdr_data}= Run IPMI Standard Command sdr elist -vvv 55 # Get sensor count from "sdr elist all" command output. 253 [Documentation] Get sensors count using "sdr elist all" command. 254 # Example of "sdr elist all" command output: 275 ${output}= Run IPMI Standard Command sdr elist all 311 # Example of IPMI SDR elist output. 329 ${sdr_elist_output}= Run IPMI Standard Command sdr elist 401 [Documentation] Fetch one record ID from SDR elist IPMI cmd response. 403 ${resp}= Run IPMI Standard Command sdr elist
|
H A D | test_ipmi_inband_sdr.robot | 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=0 102 # 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 all 447 [Documentation] Get Sensor and SDR elist all count via IPMI lanplus. 451 # Get SDR elist all via IPMI lanplus.
|
H A D | test_ipmi_sel.robot | 47 ${resp}= Run IPMI Standard Command sel elist last 1 80 ${resp}= Run IPMI Standard Command sel elist last 1 109 ${resp}= Run IPMI Standard Command sel elist 112 # Output of the Sel elist. 423 [Documentation] Get the time from SEL elist last entry and returns epoch time. 426 ${resp}= Run IPMI Standard Command sel elist last 1
|
H A D | test_ipmi_sensor.robot | 484 ${resp}= Run IPMI Standard Command sdr elist 489 # Example of IPMI sdr elist command.
|
H A D | test_ipmi_watchdog.robot | 306 ${resp}= Run IPMI Standard Command sel elist
|
H A D | test_ipmi_sel_time.robot | 489 ${resp}= Run IPMI Standard Command sel elist
|
/openbmc/ipmitool/lib/ |
H A D | ipmi_sunoem.c | 350 struct sdr_record_list *elist, *e; in sunoem_led_get_byentity() local 362 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() local 405 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()
|
/openbmc/linux/include/acpi/ |
H A D | ghes.h | 31 struct list_head elist; member
|
/openbmc/linux/include/linux/ |
H A D | posix-timers.h | 75 struct list_head elist; member
|
H A D | device-mapper.h | 492 void dm_uevent_add(struct mapped_device *md, struct list_head *elist);
|
/openbmc/linux/drivers/edac/ |
H A D | ghes_edac.c | 554 list_for_each_entry_safe(g, g_tmp, ghes_devs, elist) { in ghes_edac_init() 566 list_for_each_entry_safe(g, g_tmp, ghes_devs, elist) { in ghes_edac_exit()
|
/openbmc/linux/kernel/time/ |
H A D | posix-cpu-timers.c | 852 list_add_tail(&ctmr->elist, firing); in collect_timerqueue() 1402 list_for_each_entry_safe(timer, next, &firing, it.cpu.elist) { in handle_posix_cpu_timers() 1413 list_del_init(&timer->it.cpu.elist); in handle_posix_cpu_timers()
|
/openbmc/ipmitool/ |
H A D | ChangeLog | 96 * ID: 3595199 - ipmi_sdr - Add support for 'ipmitool sdr <list|elist> help' 98 * ID: 3592770 - 'ipmitool sdr list|elist INV_INPUT' return code 571 * Add support for new 'sdr elist' extended output format. 573 * Add support for new 'sel elist' extended output format that
|
/openbmc/linux/drivers/acpi/apei/ |
H A D | ghes.c | 1440 list_add_tail(&ghes->elist, &ghes_devs); in ghes_probe() 1506 list_del(&ghes->elist); in ghes_remove()
|
/openbmc/ipmitool/control/ |
H A D | ipmitool.spec.in | 282 - Add support for new 'sdr elist' extended output format. 284 - Add support for new 'sel elist' extended output format that
|
/openbmc/linux/tools/power/pm-graph/ |
H A D | sleepgraph.py | 6314 elist = dict() 6317 if err[0] not in elist: 6318 elist[err[0]] = 0 6319 elist[err[0]] += 1 6320 for i in elist: 6321 ilist.append('%sx%d' % (i, elist[i]) if elist[i] > 1 else i)
|