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

123456

/opensolaris-onvv-gate/usr/src/lib/libbc/inc/include/sys/
H A Dutsname.h42 char machine[9]; member in struct:utsname
/opensolaris-onvv-gate/usr/src/lib/libpp/common/
H A Dpp.def11 # machine bundled package name
40 CRAY :machine:
41 CRAY1 :machine:
42 CRAY2 :machine:
43 DATAGENERAL :machine:
68 M68010 :machine:
69 M68020 :machine:
172 alliant :machine:
174 apollo :machine:
176 cpc :machine
[all...]
/opensolaris-onvv-gate/usr/src/lib/libbc/
H A DMakefile66 -$(RM) sparc/inc/machine
67 $(SYMLINK) sparc sparc/inc/machine
68 -$(RM) inc/include/machine
69 $(SYMLINK) sun4 inc/include/machine
/opensolaris-onvv-gate/usr/src/lib/libbc/libc/sys/common/
H A Duname.c51 char machine[NEW_SYS_NMLN]; member in struct:n_utsname
79 memcpy(uts->machine, n_uts.machine, SYS_NMLN);
80 if (strlen(n_uts.machine) > SYS_NMLN)
81 uts->machine[SYS_NMLN-1] = '\0';
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/md/
H A Dmetaset.c37 char machine[1024]; local
49 if (mdb_readstr(machine, 1024,
55 machine, set_db.s_setno, addr);
/opensolaris-onvv-gate/usr/src/uts/common/syscall/
H A Duname.c58 if (copyout(utsname.machine, buf->machine, strlen(utsname.machine)+1)) {
/opensolaris-onvv-gate/usr/src/uts/intel/sys/acpi/platform/
H A Dacfreebsd.h124 #include <machine/acpica_machdep.h>
139 #include <machine/stdarg.h>
H A Dacnetbsd.h137 #include <machine/stdarg.h>
138 #include <machine/acpi_func.h>
/opensolaris-onvv-gate/usr/src/lib/libbc/inc/include/
H A Da.out.h38 #include <machine/a.out.h>
/opensolaris-onvv-gate/usr/src/cmd/sgs/elfwrap/
H A DMakefile.com34 MACHOBJ = machine.sparc.o machine.sparcv9.o \
35 machine.i386.o machine.amd64.o
71 SRCS = $(COMOBJ:%.o=../common/%.c) ../common/machine.c \
/opensolaris-onvv-gate/usr/src/lib/libbsm/common/
H A Daudit_kadmind.c54 * Given an endpt in netbuf form, return the port and machine.
61 uint32_t *machine)
77 if (machine)
78 *machine = sin4.sin_addr.s_addr;
106 uint32_t machine = 0; local
145 netbuf2pm(svc_getrpccaller(xprt), &r_port, &machine); local
152 aug_save_tid_ex(port, &machine, AU_IPv4);
58 netbuf2pm( struct netbuf *addr, in_port_t *port, uint32_t *machine) argument
H A Daudit_krb5kdc.c68 uint32_t machine; local
104 machine = r_addr ? (uint32_t)r_addr->s_addr : 0;
106 aug_save_tid_ex(port, &machine, AU_IPv4);
H A Daudit_settid.c120 if (ai.ai_termid.port || ai.ai_termid.machine) {
125 ai.ai_termid.machine = (uint32_t)peer->sin_addr.s_addr;
/opensolaris-onvv-gate/usr/src/lib/libc/i386/gen/
H A Dbyteorder64.c34 #error Use ISA-dependent byteorder64.c only on a 32-bit little-endian machine.
/opensolaris-onvv-gate/usr/src/lib/libc/sparc/gen/
H A Dbyteorder.c33 #error Use ISA-specific byteorder.s on a little-endian machine.
/opensolaris-onvv-gate/usr/src/lib/libc/sparcv9/gen/
H A Dbyteorder.c33 #error Use ISA-specific byteorder.s on a little-endian machine.
/opensolaris-onvv-gate/usr/src/cmd/rpcsvc/
H A Drusers.c57 #define MACHINELEN 16 /* length of machine name printed out */
64 char *machine; member in struct:entry
71 static int hflag; /* host: sort by machine name */
283 if (strcmp(entryp->machine, host) == 0)
319 entry[curentry].machine = malloc(MACHINELEN + 1);
320 if (entry[curentry].machine == NULL) {
324 (void) strlcpy(entry[curentry].machine, name, MACHINELEN + 1);
330 entry[curentry].machine = malloc(MACHINELEN + 1);
331 if (entry[curentry].machine == NULL) {
335 (void) strlcpy(entry[curentry].machine, nam
[all...]
H A Drwall.c134 char *machine, *user, *domain; local
137 while (getnetgrent(&machine, &user, &domain)) {
138 if (machine)
139 doit(machine);
/opensolaris-onvv-gate/usr/src/psm/promif/ieee1275/
H A DREADME.promif28 The "common" subdirectory contains machine and platform
/opensolaris-onvv-gate/usr/src/psm/promif/ieee1275/common/
H A DREADME.common27 This directory contains the "common" (machine and platform-independent)
/opensolaris-onvv-gate/usr/src/cmd/uname/
H A Duname.c171 (void) fprintf(stdout, fs, sizeof (un->machine), un->machine);
203 (void) fprintf(stdout, "Machine = %.*s\n", sizeof (un->machine),
204 un->machine);
/opensolaris-onvv-gate/usr/src/head/audio/
H A Dau.h129 #error unknown machine type;
/opensolaris-onvv-gate/usr/src/lib/libcmd/common/
H A Duname.c52 "[m:machine?The name of the hardware type the system is running on.]"
125 #define SYSNAME #(getprd machine)
142 char* machine; member in struct:utsname
180 if (!(ut->machine = arch))
182 ut->machine = MACHINE;
394 output(OPT_machine, ut.machine, "machine");
398 s = ut.machine;
478 extra(machine);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DNetrc.pm102 if($tok eq "machine")
105 $mach = bless {machine => $host};
210 $mach = Net::Netrc->lookup('some.machine');
233 =item machine name
235 Identify a remote machine name. The auto-login process searches
236 the .netrc file for a machine token that matches the remote machine
239 other machine or a default token is encountered.
243 This is the same as machine name except that default matches
245 after all machine token
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/t/
H A Dnetrc.t84 machine "foo"
86 machine foo "login" l2
115 'lookup() should use default for unknown machine name' );

Completed in 237 milliseconds

123456