Home
last modified time | relevance | path

Searched refs:poh (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/drivers/video/fbdev/sis/
H A Dsis_main.c100 static void sisfb_delete_node(struct SIS_OH *poh);
101 static void sisfb_insert_node(struct SIS_OH *pohList, struct SIS_OH *poh);
103 static void sisfb_free_node(struct SIS_HEAP *memheap, struct SIS_OH *poh);
3186 struct SIS_OH *poh; in sisfb_heap_init() local
3210 poh = sisfb_poh_new_node(&ivideo->sisfb_heap); in sisfb_heap_init()
3211 if(poh == NULL) in sisfb_heap_init()
3214 poh->poh_next = &ivideo->sisfb_heap.oh_free; in sisfb_heap_init()
3215 poh->poh_prev = &ivideo->sisfb_heap.oh_free; in sisfb_heap_init()
3216 poh->size = ivideo->sisfb_heap_size; in sisfb_heap_init()
3217 poh->offset = ivideo->heapstart; in sisfb_heap_init()
[all …]
/openbmc/phosphor-state-manager/
H A Dmeson.options28 'poh-counter-persist-path', type: 'string',
H A Dmeson.build27 'POH_COUNTER_PERSIST_PATH', get_option('poh-counter-persist-path'))
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_poh_counter.robot101 # the poh counter reading should not increment.
/openbmc/docs/
H A DIPMITOOL-cheatsheet.md194 $ ipmitool -C 17 -H "$BMC_IP" -I lanplus -U "$BMC_USER" -P "$BMC_PASSWD" chassis poh
/openbmc/linux/drivers/scsi/bfa/
H A Dbfa_defs.h966 u8 poh[3]; /* 155-157: Power On Hours */ member
/openbmc/phosphor-host-ipmid/
H A Dchassishandler.cpp159 namespace poh namespace
2241 return ipmi::responseSuccess(static_cast<uint8_t>(poh::minutesPerCount), in ipmiGetPOHCounter()
/openbmc/ipmitool/control/
H A Dipmitool.spec.in180 - Fix bug in "chassis poh" command.
/openbmc/ipmitool/
H A DChangeLog458 * Fix bug in "chassis poh" command.