Searched refs:machine (Results 1 - 25 of 109) sorted by relevance

12345

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dutsname.h11 char machine[9]; member in struct:oldold_utsname
21 char machine[65]; member in struct:old_utsname
29 char machine[65]; member in struct:new_utsname
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dutsname.h11 char machine[9]; member in struct:oldold_utsname
21 char machine[65]; member in struct:old_utsname
29 char machine[65]; member in struct:new_utsname
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sh/kernel/
H A DMakefile40 machine-specific-objs += mach_hp600.o
43 machine-specific-objs += mach_se.o setup_se.o io_se.o led_se.o
47 machine-specific-objs += mach_7751se.o 7751setup_se.o \
51 machine-specific-objs += mach_bigsur.o setup_bigsur.o io_bigsur.o led_bigsur.o
54 machine-specific-objs += setup_sh2000.o io_sh2000.o
57 machine-specific-objs += mach_cat68701.o io_cat68701.o
60 machine-specific-objs += setup_cqreek.o
63 machine-specific-objs += mach_unknown.o io_unknown.o
66 machine-specific-objs += setup_hd64461.o io_hd64461.o
71 machine
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sh/
H A Dbugs.h20 char *p= &system_utsname.machine[2]; /* "sh" */
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sh/
H A Dbugs.h20 char *p= &system_utsname.machine[2]; /* "sh" */
/asus-wl-520gu-7.0.1.45/src/router/samba/examples/ntlogon/
H A Dntlogon.py56 [-m | --machine=netbiosname]
78 def buildScript(buf, sections, group, user, ostype, machine, debug, pause):
108 'm': machine
136 hdrstring = '\[ *' + s + ' *- *' + machine + ' *\]'
244 machine = '' # Default machine type
262 'machine=',
293 # define the machine
294 elif (i[0] == '-m') or (i[0] == '--machine'):
295 machine
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sh/stboards/
H A Dsetup.c41 #error Undefined machine
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Duname.c25 -m, --machine sun
133 || fake_sparc[0] == 'Y')) strcpy(name.machine, "sparc");
140 print_element(PRINT_MACHINE, name.machine);
/asus-wl-520gu-7.0.1.45/src/router/samba/examples/printer-accounting/
H A Dacct-sum4 ($date, $user, $machine, $size, $pages) = split(' ');
/asus-wl-520gu-7.0.1.45/src/router/samba/source/web/
H A Dstatuspage.c32 char *machine; variable
43 /* show machine name rather PID on table "Open Files"? */
49 SAFE_FREE(p->machine);
58 static void addPid2Machine (pid_t pid, char *machine) argument
60 /* show machine name rather PID on table "Open Files"? */
71 newmap->machine = strdup (machine);
83 /* show machine name rather PID on table "Open Files"? */
87 if (map->machine == NULL) /* no machine nam
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/kernel/
H A Dirq_alpha.c114 * machine error checks
130 struct pt_regs *regs, const char *machine,
137 * See if the machine check is due to a badaddr() and if so,
142 printk(KERN_CRIT "%s machine check %s\n", machine,
155 printk(KERN_CRIT "%s machine check: vector=0x%lx pc=0x%lx code=0x%lx\n",
156 machine, vector, regs->pc, mchk_header->code);
194 printk(KERN_CRIT "machine check type: %s%s\n",
129 process_mcheck_info(unsigned long vector, unsigned long la_ptr, struct pt_regs *regs, const char *machine, int expected) argument
/asus-wl-520gu-7.0.1.45/src/router/samba/packaging/RedHat/
H A Dmakerpms.sh27 echo The RPM Version on this machine is: $RPMVER
H A Dmakerpms.sh.tmpl27 echo The RPM Version on this machine is: $RPMVER
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-i386/
H A Delf.h98 #define ELF_PLATFORM (system_utsname.machine)
H A Dbugs.h126 * machine even from user space.
153 * - In order to support the local APIC on a buggy Pentium machine,
219 system_utsname.machine[1] = '0' + (boot_cpu_data.x86 > 6 ? 6 : boot_cpu_data.x86);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-i386/
H A Delf.h98 #define ELF_PLATFORM (system_utsname.machine)
H A Dbugs.h126 * machine even from user space.
153 * - In order to support the local APIC on a buggy Pentium machine,
219 system_utsname.machine[1] = '0' + (boot_cpu_data.x86 > 6 ? 6 : boot_cpu_data.x86);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/tests/
H A Dsysquotas.c47 #include <machine/param.h>
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/platforms/
H A Dchrp_pci.c228 char *model, *machine; local
235 * look at what sort of machine this is as well.
237 machine = get_property(root, "model", NULL);
238 if (machine != NULL) {
239 is_longtrail = strncmp(machine, "IBM,LongTrail", 13) == 0;
240 is_mot = strncmp(machine, "MOT", 3) == 0;
/asus-wl-520gu-7.0.1.45/src/router/samba/source/nmbd/
H A Dnmbd_processlogon.c102 char *machine = q; local
103 char *user = skip_string(machine,1);
111 pull_ascii_fstring(mach_str, machine);
146 char *machine = q; local
153 getdc = skip_string(machine,1);
212 pull_ascii_fstring(mach_str, machine);
281 * we respond regadless of whether the machine is in our password
/asus-wl-520gu-7.0.1.45/src/router/ppp/
H A Dconfigure9 machine=`uname -p`
/asus-wl-520gu-7.0.1.45/src/router/samba/packaging/Mandrake/
H A Dmakerpms.sh26 echo The RPM Version on this machine is: $RPMVER
H A Dmakerpms.sh.tmpl26 echo The RPM Version on this machine is: $RPMVER
/asus-wl-520gu-7.0.1.45/src/router/samba/testsuite/build_farm/template/
H A Dbasicsmb.smb.conf16 add machine script = useradd %u -d /dev/null -s /bin/false
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/parisc/hpux/
H A Dsys_hpux.c84 char machine[HPUX_UTSLEN]; member in struct:hpux_utsname
235 error |= __copy_to_user(&name->machine,&system_utsname.machine,HPUX_UTSLEN-1);
236 error |= __put_user(0,name->machine+HPUX_UTSLEN-1);

Completed in 136 milliseconds

12345