Lines Matching refs:myslot
258 struct slot myslot; in get_attention_status() local
266 memcpy(&myslot, pslot, sizeof(struct slot)); in get_attention_status()
268 &myslot.status); in get_attention_status()
271 &myslot.ext_status); in get_attention_status()
273 *value = SLOT_ATTN(myslot.status, myslot.ext_status); in get_attention_status()
285 struct slot myslot; in get_latch_status() local
292 memcpy(&myslot, pslot, sizeof(struct slot)); in get_latch_status()
294 &myslot.status); in get_latch_status()
296 *value = SLOT_LATCH(myslot.status); in get_latch_status()
310 struct slot myslot; in get_power_status() local
317 memcpy(&myslot, pslot, sizeof(struct slot)); in get_power_status()
319 &myslot.status); in get_power_status()
321 *value = SLOT_PWRGD(myslot.status); in get_power_status()
335 struct slot myslot; in get_adapter_present() local
342 memcpy(&myslot, pslot, sizeof(struct slot)); in get_adapter_present()
344 &myslot.status); in get_adapter_present()
346 present = SLOT_PRESENT(myslot.status); in get_adapter_present()