Lines Matching refs:myslot
287 struct slot myslot; in get_attention_status() local
296 memcpy(&myslot, pslot, sizeof(struct slot)); in get_attention_status()
298 &(myslot.status)); in get_attention_status()
302 &(myslot.ext_status)); in get_attention_status()
304 *value = SLOT_ATTN(myslot.status, in get_attention_status()
305 myslot.ext_status); in get_attention_status()
318 struct slot myslot; in get_latch_status() local
326 memcpy(&myslot, pslot, sizeof(struct slot)); in get_latch_status()
328 &(myslot.status)); in get_latch_status()
330 *value = SLOT_LATCH(myslot.status); in get_latch_status()
345 struct slot myslot; in get_power_status() local
353 memcpy(&myslot, pslot, sizeof(struct slot)); in get_power_status()
355 &(myslot.status)); in get_power_status()
357 *value = SLOT_PWRGD(myslot.status); in get_power_status()
372 struct slot myslot; in get_adapter_present() local
380 memcpy(&myslot, pslot, sizeof(struct slot)); in get_adapter_present()
382 &(myslot.status)); in get_adapter_present()
384 present = SLOT_PRESENT(myslot.status); in get_adapter_present()