/linux-2.4.37.9/arch/sh/kernel/ |
D | Makefile | 45 machine-specific-objs += mach_hp600.o 48 machine-specific-objs += mach_hs7729pci.o setup_hs7729pci.o io_hs7729pci.o 51 machine-specific-objs += mach_se.o setup_se.o io_se.o led_se.o 55 machine-specific-objs += mach_7751se.o 7751setup_se.o \ 60 machine-specific-objs += mach_shmse.o setup_shmse.o \ 64 machine-specific-objs += mach_bigsur.o setup_bigsur.o io_bigsur.o led_bigsur.o 67 machine-specific-objs += setup_sh2000.o io_sh2000.o 70 machine-specific-objs += mach_cat68701.o io_cat68701.o 73 machine-specific-objs += setup_cqreek.o 76 machine-specific-objs += mach_unknown.o io_unknown.o [all …]
|
/linux-2.4.37.9/arch/sh64/ |
D | Makefile | 46 machine-$(CONFIG_SH_CAYMAN) := cayman 47 machine-$(CONFIG_SH_SIMULATOR) := sim 48 machine-$(CONFIG_SH_HARP) := harp 53 SUBDIRS += $(addprefix arch/$(ARCH)/, kernel mm lib mach-$(machine-y)) 55 arch/$(ARCH)/mach-$(machine-y)/$(machine-y).o \
|
/linux-2.4.37.9/include/linux/ |
D | utsname.h | 11 char machine[9]; member 21 char machine[65]; member 29 char machine[65]; member
|
/linux-2.4.37.9/Documentation/isdn/ |
D | syncPPP.FAQ | 10 Q07: A SunISDN machine can't connect to my i4l system 33 If you login into a remote machine using the 39 syncPPP machine .. use the network device part 112 Q07: A SunISDN machine tries to connect my i4l system, 130 to the second machine. 173 from the remote machine. With 'useifip' it gets the 176 Note: the IP address of the remote machine must be configured 177 locally or the remote machine must send it in an IPCP request. 188 where REMOTE must be the address of the remote machine (the 189 machine, which gives you your address) [all …]
|
/linux-2.4.37.9/drivers/char/ |
D | briq_panel.c | 189 char *machine; in briq_panel_init() local 192 machine = get_property(root, "model", NULL); in briq_panel_init() 193 if (!machine || strncmp(machine, "TotalImpact,BRIQ-1", 18) != 0) in briq_panel_init()
|
/linux-2.4.37.9/Documentation/arm/ |
D | Booting | 19 3. Detect the machine type. 32 this in a machine dependent manner. (It may use internal algorithms 34 the RAM in the machine, or any other method the boot loader designer 56 3. Detect the machine type 62 The boot loader should detect the machine type its running on by some 123 r1 = machine type number discovered in (3) above.
|
D | README | 61 arch-* machine/platform specific header files 63 mach descriptions of generic ARM to specific machine interfaces 71 The ARM tree contains support for a lot of different machine types. To 73 machine-specific parts by directory. For this, the machine category is 78 designed to house the non-driver files for a particular machine (eg, PCI, 88 each module on an ARM2/ARM250/ARM3 machine when is loaded will take
|
/linux-2.4.37.9/arch/alpha/kernel/ |
D | irq_alpha.c | 130 struct pt_regs *regs, const char *machine, in process_mcheck_info() argument 142 printk(KERN_CRIT "%s machine check %s\n", machine, in process_mcheck_info() 156 machine, vector, regs->pc, mchk_header->code); in process_mcheck_info()
|
/linux-2.4.37.9/arch/ppc/platforms/ |
D | chrp_pci.c | 293 char *model, *machine; in chrp_find_bridges() local 302 machine = get_property(root, "model", NULL); in chrp_find_bridges() 303 if (machine != NULL) { in chrp_find_bridges() 304 is_longtrail = strncmp(machine, "IBM,LongTrail", 13) == 0; in chrp_find_bridges() 305 is_mot = strncmp(machine, "MOT", 3) == 0; in chrp_find_bridges()
|
D | chrp_setup.c | 546 char *machine; in chrp_init() local 563 machine = get_property(root, "model", NULL); in chrp_init() 564 chrp_is_briq = machine && strncmp(machine, "TotalImpact,BRIQ-1", 18) == 0; in chrp_init()
|
/linux-2.4.37.9/Documentation/crypto/ |
D | descore-readme.txt | 74 compiler machine desCore libdes ALT_ECB slower by 102 to use only 128k. his tables and code are machine independent. 108 the tables used seem to be machine-independent; 111 when the machine's architecture allows it. 125 machine-independent. 128 UC Berkeley code (depends on machine-endedness): 172 which depended on endedness and other machine quirks, 176 obfuscate the code and in the end were slower than a simpler machine 200 whichever one is closest to the capabilities of your machine. 205 ROR and ROL macros to use machine rotate instructions if you have them. [all …]
|
/linux-2.4.37.9/Documentation/networking/ |
D | PLIP.txt | 80 There is a performance drop on the machine hosting the driver. 100 in which case a long timeout would stall the machine when, for whatever 127 data bit outputs of the first port (machine T) connected to the 128 status bit inputs of the second port (machine R). There are five 161 ``printer'' (as opposed to ``parallel'') ports or when the machine 203 To start a transfer the transmitting machine outputs a nibble 0x08. 205 machine. The receiving machine disables interrupts and raises its own ACK
|
/linux-2.4.37.9/arch/sparc64/solaris/ |
D | misc.c | 157 char machine[9]; member 165 char machine[257]; member 168 static char *machine(void) in machine() function 231 set_utsfield(((struct sol_uname *)A(buf))->machine, in solaris_utssys() 232 machine(), 0, 0); in solaris_utssys() 255 set_utsfield(((struct sol_utsname *)A(buf))->machine, in solaris_utsname() 256 machine(), 0, 0); in solaris_utsname() 291 case SI_MACHINE: r = machine(); break; in solaris_sysinfo()
|
/linux-2.4.37.9/arch/mips/kernel/ |
D | syscall.c | 235 error -= __copy_to_user(&name->machine,&system_utsname.machine,__OLD_UTS_LEN); in sys_olduname() 236 error = __put_user(0,name->machine+__OLD_UTS_LEN); in sys_olduname()
|
/linux-2.4.37.9/arch/s390/kernel/ |
D | sys_s390.c | 234 error |= __copy_to_user(&name->machine,&system_utsname.machine,__OLD_UTS_LEN); in sys_olduname() 235 error |= __put_user(0,name->machine+__OLD_UTS_LEN); in sys_olduname()
|
/linux-2.4.37.9/arch/i386/kernel/ |
D | sys_i386.c | 243 error |= __copy_to_user(&name->machine,&system_utsname.machine,__OLD_UTS_LEN); in sys_olduname() 244 error |= __put_user(0,name->machine+__OLD_UTS_LEN); in sys_olduname()
|
/linux-2.4.37.9/arch/parisc/hpux/ |
D | sys_hpux.c | 84 char machine[HPUX_UTSLEN]; member 235 error |= __copy_to_user(&name->machine,&system_utsname.machine,HPUX_UTSLEN-1); in hpux_uname() 236 error |= __put_user(0,name->machine+HPUX_UTSLEN-1); in hpux_uname()
|
/linux-2.4.37.9/Documentation/powerpc/ |
D | smp.txt | 16 The second processor on this machine boots up just fine and 18 on this machine will be done shortly.
|
/linux-2.4.37.9/arch/ppc/kernel/ |
D | syscalls.c | 296 error -= __copy_to_user(&name->machine,&system_utsname.machine,__OLD_UTS_LEN); in sys_olduname() 297 error = __put_user(0,name->machine+__OLD_UTS_LEN); in sys_olduname()
|
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | syscalls.c | 266 error -= __copy_to_user(&name->machine,&system_utsname.machine,__OLD_UTS_LEN); in sys_olduname() 267 error = __put_user(0,name->machine+__OLD_UTS_LEN); in sys_olduname()
|
/linux-2.4.37.9/arch/m68k/fpsp040/ |
D | kernel_ex.S | 55 | frestore the frame into the machine (done by unimp_hd) 61 | frestore the frame into the machine (done by unimp_hd) 109 | frestore the frame into the machine (done by unimp_hd) 114 | frestore the frame into the machine (done by unimp_hd)
|
/linux-2.4.37.9/Documentation/ |
D | watchdog.txt | 19 to within a timeout or the machine will reboot. Each write delays the reboot 22 boards physically pull the machine down off their own onboard timers and 26 and some Berkshire cards. This provides /dev/temperature. This is the machine
|
/linux-2.4.37.9/include/asm-sh/ |
D | bugs.h | 20 char *p= &system_utsname.machine[2]; /* "sh" */ in check_bugs()
|
/linux-2.4.37.9/arch/sh/stboards/ |
D | setup.c | 41 #error Undefined machine in setup_harp()
|
/linux-2.4.37.9/arch/s390/boot/ |
D | ipldump.S | 23 .long 0x00000000,0x00000000 # machine check old psw 31 .long 0x000a0000,0x00000070 # machine check new psw
|