Searched refs:fs (Results 51 - 75 of 110) sorted by relevance

12345

/haiku-fatelf/src/libs/ncurses/tack/
H A Dcolor.c258 int fh, fl, fs, bh, bl, bs; local
261 rgb_2_hls(fr, fg, fb, &fh, &fl, &fs);
263 tc_putp(tparm(initialize_pair, p, fh, fl, fs, bh, bl, bs));
/haiku-fatelf/src/system/kernel/arch/x86/32/
H A Ddescriptors.cpp124 frame->fs = tss->fs;
191 tss->fs = KERNEL_DATA_SEG;
/haiku-fatelf/src/system/kernel/
H A Dsyscalls.cpp27 #include <fs/fd.h>
28 #include <fs/node_monitor.h>
/haiku-fatelf/src/add-ons/kernel/drivers/tty/
H A Dtty_private.h14 #include <fs/select_sync_pool.h>
/haiku-fatelf/src/bin/coreutils/lib/
H A Dfsusage.c44 # include <sys/fs/s5param.h>
/haiku-fatelf/src/bin/findutils/find/
H A Dfind.c740 fs_likely_to_be_automounted(const char *fs)
742 return ( (0==strcmp(fs, "nfs")) || (0==strcmp(fs, "autofs")) || (0==strcmp(fs, "subfs")));
727 fs_likely_to_be_automounted(const char *fs) argument
/haiku-fatelf/src/bin/gdb/gdb/
H A Di386gnu-nat.c58 REG_OFFSET (ds), REG_OFFSET (es), REG_OFFSET (fs), REG_OFFSET (gs)
/haiku-fatelf/src/system/boot/platform/bios_ia32/
H A Dshell.S291 mov %ax, %fs
/haiku-fatelf/src/system/kernel/fs/
H A DKPath.cpp8 #include <fs/KPath.h>
H A Dvfs_tracing.h10 #include <fs/fd.h>
H A Dvfs_boot.cpp25 #include <fs/KPath.h>
/haiku-fatelf/src/tests/system/kernel/device_manager/playground/
H A DKPath.cpp8 #include <fs/KPath.h>
/haiku-fatelf/src/add-ons/media/media-add-ons/firewire_dv/
H A DFireWireCard.cpp302 system = ciph->fdf.dv.fs;
/haiku-fatelf/src/tools/fs_shell/
H A Dunistd.cpp36 # include <linux/fs.h>
/haiku-fatelf/src/system/kernel/arch/x86/
H A Darch_user_debugger.cpp106 __asm__ volatile ("movw %%fs, %0" : "=r" (seg));
107 cpuState->fs = seg;
145 cpuState->fs = frame->fs;
170 // frame->fs = cpuState->fs;
/haiku-fatelf/src/libs/termcap/
H A Dtermcap.src2161 :ds=\E7\E[1;24r\E8:eA=\E(B\E)0:fs=\E8:ho=\E[2;1H:\
2181 :ds=\E7\E[1;24r\E8:eA=\E(B\E)0:fs=\E8:ho=\E[H:\
2528 # (vt320: uncommented :fs:, comnmmented out <kslt> to avoid a conflict --esr)
2542 :fs=\E[0$}:ho=\E[H:im=\E[4h:\
2567 :fs=\E[0$}:ho=\E[H:im=\E[4h:\
2593 :fs=\E[0$}:ho=\E[H:im=\E[4h:\
2618 :fs=\E[0$}:ho=\E[H:im=\E[4h:\
2660 :fs=\E[$}:ho=\E[H:im=\E[4h:\
2701 :fs=\E[$}:ho=\E[H:ic=\E[@:im=\E[4h:\
3053 :fs
[all...]
/haiku-fatelf/src/system/kernel/device_manager/
H A Dlegacy_drivers.cpp21 #include <fs/devfs.h>
22 #include <fs/KPath.h>
23 #include <fs/node_monitor.h>
/haiku-fatelf/src/add-ons/kernel/bus_managers/ps2/
H A Dps2_dev.cpp21 #include <fs/devfs.h>
/haiku-fatelf/src/add-ons/kernel/bus_managers/usb/
H A DStack.cpp17 #include <fs/devfs.h>
/haiku-fatelf/src/add-ons/kernel/file_cache/
H A Dlog.cpp12 #include <fs/fd.h>
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A Dhaiku_kernel_emu.cpp17 #include <fs/node_monitor.h>
/haiku-fatelf/src/add-ons/kernel/network/protocols/unix/
H A Dunix.cpp14 #include <fs/fd.h>
/haiku-fatelf/src/bin/fwcontrol/
H A Dfwdv.c205 system = ciph->fdf.dv.fs;
/haiku-fatelf/src/bin/makebootable/platform/bios_ia32/
H A Dmakebootable.cpp26 # include <linux/fs.h>
/haiku-fatelf/src/system/kernel/debug/
H A Dframe_buffer_console.cpp19 #include <fs/devfs.h>

Completed in 303 milliseconds

12345