Lines Matching refs:myslot
266 struct slot myslot; in get_attention_status() local
274 memcpy(&myslot, pslot, sizeof(struct slot)); in get_attention_status()
276 &myslot.status); in get_attention_status()
279 &myslot.ext_status); in get_attention_status()
281 *value = SLOT_ATTN(myslot.status, myslot.ext_status); in get_attention_status()
293 struct slot myslot; in get_latch_status() local
300 memcpy(&myslot, pslot, sizeof(struct slot)); in get_latch_status()
302 &myslot.status); in get_latch_status()
304 *value = SLOT_LATCH(myslot.status); in get_latch_status()
318 struct slot myslot; in get_power_status() local
325 memcpy(&myslot, pslot, sizeof(struct slot)); in get_power_status()
327 &myslot.status); in get_power_status()
329 *value = SLOT_PWRGD(myslot.status); in get_power_status()
343 struct slot myslot; in get_adapter_present() local
350 memcpy(&myslot, pslot, sizeof(struct slot)); in get_adapter_present()
352 &myslot.status); in get_adapter_present()
354 present = SLOT_PRESENT(myslot.status); in get_adapter_present()