Home
last modified time | relevance | path

Searched refs:FST (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/Documentation/admin-guide/laptops/
Dlaptop-mode.rst584 cat /etc/mtab | while read DEV MP FST OPTS DUMP PASS ; do
586 if [ "$FST" = 'unknown' ]; then
587 FST=$(deduce_fstype $MP)
589 case "$FST" in
592 mount $DEV -t $FST $MP -o remount,$PARSEDOPTS,commit=$MAX_AGE$NOATIME_OPT
595 mount $DEV -t $FST $MP -o remount,$OPTS$NOATIME_OPT
644 cat /etc/mtab | while read DEV MP FST OPTS DUMP PASS ; do
646 if [ "$FST" = 'unknown' ]; then
647 FST=$(deduce_fstype $MP)
649 case "$FST" in
[all …]
/linux-6.1.9/drivers/net/wan/
Dhd64570.h54 #define FST 0x06 /* Frame Status */ macro
Dhd64572.h76 #define FST 0x11d /* frame Status reg */ macro
Dhd64572.c555 sca_in(get_msci(port) + FST, card), in sca_dump_rings()
Dhd64570.c613 sca_in(get_msci(port) + FST, card), in sca_dump_rings()