Lines Matching refs:myslot
285 struct slot myslot; in get_attention_status() local
294 memcpy(&myslot, pslot, sizeof(struct slot)); in get_attention_status()
296 &(myslot.status)); in get_attention_status()
300 &(myslot.ext_status)); in get_attention_status()
302 *value = SLOT_ATTN(myslot.status, in get_attention_status()
303 myslot.ext_status); in get_attention_status()
316 struct slot myslot; in get_latch_status() local
324 memcpy(&myslot, pslot, sizeof(struct slot)); in get_latch_status()
326 &(myslot.status)); in get_latch_status()
328 *value = SLOT_LATCH(myslot.status); in get_latch_status()
343 struct slot myslot; in get_power_status() local
351 memcpy(&myslot, pslot, sizeof(struct slot)); in get_power_status()
353 &(myslot.status)); in get_power_status()
355 *value = SLOT_PWRGD(myslot.status); in get_power_status()
370 struct slot myslot; in get_adapter_present() local
378 memcpy(&myslot, pslot, sizeof(struct slot)); in get_adapter_present()
380 &(myslot.status)); in get_adapter_present()
382 present = SLOT_PRESENT(myslot.status); in get_adapter_present()