Home
last modified time | relevance | path

Searched refs:system (Results 1 – 25 of 308) sorted by relevance

12345678910>>...13

/linux-2.4.37.9/arch/s390x/kernel/
Dwrapper32.S27 jg sys32_write # branch to system call
34 jg sys_open # branch to system call
39 jg sys_close # branch to system call
45 jg sys_creat # branch to system call
51 jg sys_link # branch to system call
56 jg sys_unlink # branch to system call
61 jg sys_chdir # branch to system call
66 jg sys_time # branch to system call
73 jg sys_mknod # branch to system call
79 jg sys_chmod # branch to system call
[all …]
/linux-2.4.37.9/fs/
DConfig.in2 # File system configuration
17 dep_tristate 'ADFS file system support (EXPERIMENTAL)' CONFIG_ADFS_FS $CONFIG_EXPERIMENTAL
20 dep_tristate 'Amiga FFS file system support (EXPERIMENTAL)' CONFIG_AFFS_FS $CONFIG_EXPERIMENTAL
22 dep_tristate 'Apple HFS file system support (EXPERIMENTAL)' CONFIG_HFS_FS $CONFIG_EXPERIMENTAL
24 dep_tristate 'Apple HFS+ (Extended HFS) file system support (EXPERIMENTAL)' CONFIG_HFSPLUS_FS $CONF…
29 dep_tristate 'BFS file system support (EXPERIMENTAL)' CONFIG_BFS_FS $CONFIG_EXPERIMENTAL
31 tristate 'Ext3 journalling file system support' CONFIG_EXT3_FS
41 dep_tristate ' UMSDOS: Unix-like file system on top of standard MSDOS fs' CONFIG_UMSDOS_FS $CONF…
43 dep_tristate 'EFS file system support (read only) (EXPERIMENTAL)' CONFIG_EFS_FS $CONFIG_EXPERIMENTAL
53 tristate 'Compressed ROM file system support' CONFIG_CRAMFS
[all …]
/linux-2.4.37.9/Documentation/
Dinitrd.txt9 This RAM disk can then be mounted as the root file system and programs
10 can be run from it. Afterwards, a new root file system can be mounted
14 initrd is mainly designed to allow system startup to occur in two phases,
25 When using initrd, the system typically boots as follows:
34 5) linuxrc mounts the "real" root file system
35 6) linuxrc places the root file system at the root directory using the
36 pivot_root system call
38 on the root file system
39 8) the initrd file system is removed
61 the "normal" root file system is mounted. initrd data can be read
[all …]
Dsgi-visws.txt4 main system ASIC which interfaces the 1-4 IA32 cpus, the memory
5 system, and the I/O system in the Lithium ASIC. The Cobalt ASIC
7 system memory -- part of which is used as the frame buffer which
Dpm.txt4 Linux system and how to add power management support to Linux drivers.
8 If you have a relatively recent x86 mobile, desktop, or server system,
12 operating system, allowing for more intelligent power management than
15 The best way to determine which, if either, your system supports is to
32 and be sure that they are started sometime in the system boot process.
34 system the associated daemon will exit gracefully.
43 support, a single driver may prevent a system with power management
61 * type - device type (PCI device, system device, ...)
111 * or when to suspend the entire system
155 * device/system enters a suspend state (ACPI D1-D3) or
[all …]
Dhighuid.txt16 Further investigation is needed to see if the quota system can cope
20 - Decide whether or not to keep backwards compatibility with the system
28 uses the 32-bit UID system calls properly otherwise.
36 (need to support whatever new 32-bit UID system calls are added to
DSAK.txt4 An operating system's Secure Attention Key is a security tool which is
8 this key sequence before they log in to the system.
20 once defined, SAK will kill a running X server. If the system is in
86 delete these lines, but this may cause system management
Dmandatory.txt13 processes. File locks are applied using the flock() and fcntl() system calls
27 with a "mandatory" locking scheme, whereby the operating system kernel would
107 flag in which case the system call will return immediately with the error
113 the system call will return immediately with the error status EAGAIN.
127 5. Which system calls are affected?
141 Note 3: I may have overlooked some system calls that need mandatory lock
143 better still fix the system calls yourself and submit a patch to me or Linus.
151 Of course, that might be a bit tricky if the system is hung :-(
/linux-2.4.37.9/include/asm-sh/
Dmachvec_init.h46 #define ALIAS_MV(system) \
47 struct sh_machine_vector sh_mv __attribute__((alias("mv_"#system)));
49 #define ALIAS_MV(system) \ argument
50 asm(".global sh_mv\nsh_mv = mv_"#system );
/linux-2.4.37.9/drivers/acpi/
Dsystem.c385 struct acpi_system *system = (struct acpi_system *) data; in acpi_system_read_info() local
392 if (!system || (off != 0)) in acpi_system_read_info()
399 if (system->states[i]) { in acpi_system_read_info()
694 struct acpi_system *system = (struct acpi_system *) data; in acpi_system_read_sleep() local
701 if (!system || (off != 0)) in acpi_system_read_sleep()
705 if (system->states[i]) { in acpi_system_read_sleep()
735 struct acpi_system *system = (struct acpi_system *) data; in acpi_system_write_sleep() local
741 if (!system || (count > sizeof(state_string) - 1)) in acpi_system_write_sleep()
751 if (state >= ACPI_S_STATE_COUNT || !system->states[state]) in acpi_system_write_sleep()
1240 struct acpi_system *system = NULL; in acpi_system_add() local
[all …]
/linux-2.4.37.9/Documentation/arm/
DConfigVars10 CONFIG_FOOTBRIDGE - any system with a footbridge chip
14 CONFIG_FOOTBRIDGE_HOST - any system with host mode footbridge support
20 CONFIG_FOOTBRIDGE_ADDIN - any system with addin mode footbridge support
DSetup23 This is the total number of pages of memory in the system. If
25 of pages in the system.
27 If the system contains separate VRAM, this value should not
108 system revision number.
113 system 64-bit serial number
/linux-2.4.37.9/fs/ext2/
DCHANGES4 the system is running at security level > 0.
25 - Full support for O_SYNC flag of the open system call.
53 file system. Currently, ext2fs is only implemented in Linux but
60 of the file system
92 writes and they work but they make the system very slow :-( I have
102 system (thanks to Michael Kraehe <kraehe@bakunin.north.de> for
116 when the file system is mounted. Currently, the kernel code checks
122 can make the file system much slower but can be a big win for files
128 An ext2 file system typically contains backups of the super block
131 now contains the state of the file system. If the kernel code
[all …]
/linux-2.4.37.9/Documentation/networking/
Diphase.txt21 - Multiple adapters in a system are supported.
38 1. Installing the adapters in the system
39 To install the ATM adapters in the system, follow the steps below.
41 b. Shut down the system and power off the system.
42 c. Install one or more ATM adapters in the system.
45 connected to the switch properly when the system is powered up.
46 e. Power on and boot the system.
62 while the driver is loaded in the system.
74 You can also check the system log file /var/log/messages for messages
Dlapb-module.txt8 the Linux operating system that require a LAPB service. This document
214 system. The value of reason is always LAPB_OK.
225 LAPB_NOTCONNECTED The remote system was not connected.
227 system.
233 system or another event has occurred to terminate the link. This may be
235 system refused the request. The values for reason are:
238 system.
239 LAPB_REFUSED The remote system refused the connect request.
240 LAPB_NOTCONNECTED The remote system was not connected.
242 system.
[all …]
/linux-2.4.37.9/drivers/video/matrox/
Dmatroxfb_misc.c783 MINFO->values.pll.system = get_u16(bd->pins + 28) ? get_u16(bd->pins + 28) * 10 : 50000; in parse_pins1()
793 MINFO->values.pll.system = 50000; in default_pins1()
800 MINFO->limits.system.vcomax = (bd->pins[41] == 0xFF) ? 230000 : ((bd->pins[41] + 100) * 1000); in parse_pins2()
805 MINFO->values.pll.system = (bd->pins[43] == 0xFF) ? 50000 : ((bd->pins[43] + 100) * 1000); in parse_pins2()
813 MINFO->limits.system.vcomax = 230000; in default_pins2()
815 MINFO->values.pll.system = 50000; in default_pins2()
821 MINFO->limits.system.vcomax = (bd->pins[36] == 0xFF) ? 230000 : ((bd->pins[36] + 100) * 1000); in parse_pins3()
837 MINFO->limits.system.vcomax = 230000; in default_pins3()
847 …MINFO->limits.system.vcomax = (bd->pins[ 38] == 0xFF) ? MINFO->limits.pixel.vcomax : bd->pins[ 38]… in parse_pins4()
857 MINFO->values.pll.system = (bd->pins[ 65] == 0xFF) ? 200000 : bd->pins[ 65] * 4000; in parse_pins4()
[all …]
/linux-2.4.37.9/arch/mips/dec/prom/
Didentify.c46 static char system[STR_BUF_LEN]; in get_system_type() local
51 snprintf(system, STR_BUF_LEN, "Digital %s", in get_system_type()
55 return system; in get_system_type()
/linux-2.4.37.9/arch/alpha/kernel/
Dmachvec_impl.h155 #define ALIAS_MV(system) \
156 struct alpha_machine_vector alpha_mv __attribute__((alias(#system "_mv")));
158 #define ALIAS_MV(system) \ argument
159 asm(".global alpha_mv\nalpha_mv = " #system "_mv");
/linux-2.4.37.9/Documentation/usb/
Dauerswald.txt7 system to the auerswald usb-enabled devices.
11 b) COMfort system telephones (ISDN)
18 your system. This library is available from
/linux-2.4.37.9/kernel/
Dtimer.c538 unsigned long user, unsigned long system) in do_process_times() argument
543 psecs += (p->times.tms_stime += system); in do_process_times()
582 unsigned long system, int cpu) in update_one_process() argument
585 p->per_cpu_stime[cpu] += system; in update_one_process()
586 do_process_times(p, user, system); in update_one_process()
598 int cpu = smp_processor_id(), system = user_tick ^ 1; in update_process_times() local
600 update_one_process(p, user_tick, system, cpu); in update_process_times()
617 kstat.per_cpu_system[cpu] += system; in update_process_times()
619 kstat.per_cpu_system[cpu] += system; in update_process_times()
/linux-2.4.37.9/drivers/scsi/
DREADME.FlashPoint12 operating system support to its BusLogic brand of FlashPoint Ultra SCSI
14 MultiMaster line, currently support the Linux operating system. Linux
46 and system boards. Through its wide range of RAID controllers and its
51 major distributors, VARs, and system integrators. Mylex Corporation is
77 system like Linux, the FlashPoint LT has been touted by computer system
80 caused grief for many people who inadvertently purchased a system expecting
92 operating system and then later decided to run Linux, or those who had
143 test system provided an ideal environment for testing error recovery
145 are crucial to overall system stability. It was especially convenient
149 embedded system. I am presently working on some performance testing and
/linux-2.4.37.9/Documentation/filesystems/
Dromfs.txt7 file system which doesn't take up useful memory from the router
19 To create such a file system, you'll need a user program named
21 its mirrors, in the /pub/Linux/system/recovery/ directory.
87 The following bytes are now part of the file system; each file header
142 To overcome this limitation, the whole size of the file system must be
145 If you have any problems or suggestions concerning this file system,
148 this file system is the small code. On the other hand, don't be
162 Un*x like system, but romfs does not provide the full possibilities.
165 - The file system is read only, so it can be very small, but in case
166 one would want to write _anything_ to a file system, he still needs
[all …]
Dvfs.txt44 The VFS implements the open(2), stat(2), chmod(2) and similar system
97 All VFS system calls (i.e. open(2), stat(2), read(2), write(2),
116 to see what filesystems are currently available on your system.
269 create: called by the open(2) and creat(2) system calls. Only
282 be done on a real error, otherwise creating inodes with system
289 link: called by the link(2) system call. Only required if you want
293 unlink: called by the unlink(2) system call. Only required if you
296 symlink: called by the symlink(2) system call. Only required if you
300 mkdir: called by the mkdir(2) system call. Only required if you want
304 rmdir: called by the rmdir(2) system call. Only required if you want
[all …]
/linux-2.4.37.9/arch/m68k/ifpsp060/
Dfskeleton.S60 | routine. The operating system can do system dependent clean-up or
71 | is present. The routine below should point to the operating system handler
90 | is present. The routine below should point to the operating system handler
108 | is present. The routine below should point to the operating system handler
127 | is present. The routine below should point to the operating system handler
146 | is present. The routine below should point to the operating system handler
165 | is present. The routine below should point to the operating system handler
184 | is present. The routine below should point to the operating system handler
247 | system handler for the trap exception vector number 7.
/linux-2.4.37.9/Documentation/sysctl/
DREADME25 screwed up your system because of wrong documentation, I won't
28 But of course, if you _do_ manage to screw up your system using
47 - a running Linux system
72 These are the subdirs I have on my system. There might be more

12345678910>>...13