Home
last modified time | relevance | path

Searched refs:rc3 (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/Documentation/
Dapplying-patches.txt329 # first an example of moving from 2.6.12 to 2.6.13-rc3
331 $ patch -p1 < ../patch-2.6.13-rc3 # apply the 2.6.13-rc3 patch
333 $ mv linux-2.6.12 linux-2.6.13-rc3 # rename the source dir
335 # now let's move from 2.6.13-rc3 to 2.6.13-rc5
336 $ cd ~/linux-2.6.13-rc3 # change into the 2.6.13-rc3 dir
337 $ patch -p1 -R < ../patch-2.6.13-rc3 # revert the 2.6.13-rc3 patch
340 $ mv linux-2.6.13-rc3 linux-2.6.13-rc5 # rename the source dir
363 named 2.6.13-rc3-git2 applies to the source of the 2.6.13-rc3 kernel.
436 # moving from 2.6.12-mm1 to 2.6.13-rc3-mm3
440 $ patch -p1 < ../patch-2.6.13-rc3 # apply the 2.6.13-rc3 patch
[all …]
/linux-4.4.14/sound/core/
DKconfig193 Say Y here to support the obsolete ALSA PCM API (ver.0.9.0 rc3
/linux-4.4.14/drivers/s390/net/
Dqeth_l2_main.c1273 int rc = 0, rc2 = 0, rc3 = 0; in __qeth_l2_set_offline() local
1291 rc3 = ccw_device_set_offline(CARD_RDEV(card)); in __qeth_l2_set_offline()
1293 rc = (rc2) ? rc2 : rc3; in __qeth_l2_set_offline()
Dqeth_core_main.c1606 int rc1 = 0, rc2 = 0, rc3 = 0; in qeth_halt_channels() local
1611 rc3 = qeth_halt_channel(&card->data); in qeth_halt_channels()
1616 return rc3; in qeth_halt_channels()
1621 int rc1 = 0, rc2 = 0, rc3 = 0; in qeth_clear_channels() local
1626 rc3 = qeth_clear_channel(&card->data); in qeth_clear_channels()
1631 return rc3; in qeth_clear_channels()
Dqeth_l3_main.c3382 int rc = 0, rc2 = 0, rc3 = 0; in __qeth_l3_set_offline() local
3405 rc3 = ccw_device_set_offline(CARD_RDEV(card)); in __qeth_l3_set_offline()
3407 rc = (rc2) ? rc2 : rc3; in __qeth_l3_set_offline()
/linux-4.4.14/arch/mips/include/asm/octeon/
Dcvmx-lmcx-defs.h1585 uint64_t rc3:4; member
1593 uint64_t rc3:4;
/linux-4.4.14/Documentation/development-process/
D2.Process74 February 1 2.6.38-rc3
/linux-4.4.14/Documentation/locking/
Drt-mutex-design.txt781 This document was originally written for 2.6.17-rc3-mm1
/linux-4.4.14/Documentation/filesystems/
Dproc.txt263 Table 1-3: Contents of the statm files (as of 2.6.8-rc3)