Searched refs:ONLINE (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/scripts/ |
D | coccicheck | 6 ONLINE=1 17 ONLINE=0 28 if [ "$ONLINE" = "0" ] ; then 38 if [ "$ONLINE" = "0" ] ; then 54 if [ "$ONLINE" = "0" ] ; then
|
/linux-2.6.39/Documentation/filesystems/ |
D | gfs2-uevents.txt | 15 is successful, an ONLINE uevent will follow. If it is not successful 23 2. ONLINE 25 The ONLINE uevent is generated after a successful mount or remount. It 26 has the same environment variables as the ADD uevent. The ONLINE 51 cluster. For this reason the ONLINE uevent was used when adding a new
|
/linux-2.6.39/drivers/ata/ |
D | sata_fsl.c | 104 ONLINE = (1 << 31), enumerator 688 ata_wait_register(ap, hcr_base + HSTATUS, ONLINE, ONLINE, 1, 1); in sata_fsl_port_stop() 739 temp = ata_wait_register(ap, hcr_base + HSTATUS, ONLINE, ONLINE, in sata_fsl_hardreset() 742 if (temp & ONLINE) { in sata_fsl_hardreset() 777 temp = ata_wait_register(ap, hcr_base + HSTATUS, ONLINE, 0, 1, 500); in sata_fsl_hardreset() 779 if (!(temp & ONLINE)) { in sata_fsl_hardreset()
|
/linux-2.6.39/Documentation/blockdev/ |
D | README.DAC960 | 372 from status DEAD to status ONLINE. In cases where multiple physical drives 557 DAC960#0: Physical Drive 1:1 is now ONLINE 558 DAC960#0: Logical Drive 0 (/dev/rd/c0d0) is now ONLINE 559 DAC960#0: Logical Drive 1 (/dev/rd/c0d1) is now ONLINE 692 DAC960#0: Physical Drive 1:3 is now ONLINE 693 DAC960#0: Logical Drive 0 (/dev/rd/c0d0) is now ONLINE 694 DAC960#0: Logical Drive 1 (/dev/rd/c0d1) is now ONLINE
|