tag | line | file | source code |
---|---|---|---|
p_busy_new | 968 | drivers/block/sbpcd.c | if (st&p_busy_old) DriveStruct[d].status_byte |= p_busy_new; |
p_busy_new | 977 | drivers/block/sbpcd.c | if (st&p_busy_old) DriveStruct[d].status_byte |= p_busy_new; |
p_busy_new | 222 | include/linux/sbpcd.h | #define st_busy (DriveStruct[d].status_byte&p_busy_new) |