Searched refs:poh (Results 1 – 9 of 9) sorted by relevance
100 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() local3210 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 …]
28 'poh-counter-persist-path', type: 'string',
27 'POH_COUNTER_PERSIST_PATH', get_option('poh-counter-persist-path'))
101 # the poh counter reading should not increment.
194 $ ipmitool -C 17 -H "$BMC_IP" -I lanplus -U "$BMC_USER" -P "$BMC_PASSWD" chassis poh
966 u8 poh[3]; /* 155-157: Power On Hours */ member
159 namespace poh namespace2241 return ipmi::responseSuccess(static_cast<uint8_t>(poh::minutesPerCount), in ipmiGetPOHCounter()
180 - Fix bug in "chassis poh" command.
458 * Fix bug in "chassis poh" command.