Home
last modified time | relevance | path

Searched refs:machine (Results 1 – 25 of 186) sorted by relevance

12345678

/titanic_41/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 …]
H A Dpp.probe27 machine=
843 for i in `sed -e '/^#/d' -e '/:machine:/!d' -e 's/[ ].*//' < $ppdef`
846 *" 2 "*)machine="$machine $i" ;;
892 *) for p in architecture cpu machine system
971 set x $machine
998 case $machine in
1000 ?*:?*) set x $architecture; machine="$2/$model $architecture" ;;
1001 *) machine=$architecture ;;
1004 *) machine="$machine $architecture"
1007 case $machine in
[all …]
/titanic_41/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_elf_access.c103 Dwarf_Small machine; member
143 Dwarf_Half machine = 0; in dwarf_elf_object_access_internals_init() local
169 machine = obj->ehdr64->e_machine; in dwarf_elf_object_access_internals_init()
170 obj->machine = machine; in dwarf_elf_object_access_internals_init()
183 machine = obj->ehdr32->e_machine; in dwarf_elf_object_access_internals_init()
184 obj->machine = machine; in dwarf_elf_object_access_internals_init()
192 if (obj->is_64bit && machine != EM_MIPS) { in dwarf_elf_object_access_internals_init()
359 int machine, struct Dwarf_Elf_Rela *relap) in get_rela_elf32() argument
374 int machine,struct Dwarf_Elf_Rela *relap) in get_rela_elf64() argument
382 if(machine == EM_MIPS && endianness == DW_OBJECT_LSB ) { in get_rela_elf64()
[all …]
/titanic_41/usr/src/cmd/rpcsvc/
H A Drusers.c64 char *machine; member
283 if (strcmp(entryp->machine, host) == 0) in collectnames()
319 entry[curentry].machine = malloc(MACHINELEN + 1); in print_info()
320 if (entry[curentry].machine == NULL) { in print_info()
324 (void) strlcpy(entry[curentry].machine, name, MACHINELEN + 1); in print_info()
330 entry[curentry].machine = malloc(MACHINELEN + 1); in print_info()
331 if (entry[curentry].machine == NULL) { in print_info()
335 (void) strlcpy(entry[curentry].machine, name, MACHINELEN + 1); in print_info()
410 if (strcmp(entryp->machine, host) == 0) in collectnames_3()
442 entry[curentry].machine = malloc(MACHINELEN + 1); in print_info_3()
[all …]
H A Drwall.c134 char *machine, *user, *domain; in main() local
137 while (getnetgrent(&machine, &user, &domain)) { in main()
138 if (machine) in main()
139 doit(machine); in main()
H A Drup.c62 char *machine; member
235 entry[curentry].machine = host;
418 printf("%*.*s ", MACHINELEN, MACHINELEN, ep->machine); in printsinglehosts()
446 if (ep->machine = (char *)malloc(MACHINELENMAX + 1)) in printnames()
447 strcpy(ep->machine, buf); in printnames()
456 return (strcmp(a->machine, b->machine)); in machinecmp()
/titanic_41/usr/src/lib/libbsm/common/
H A Daudit_kadmind.c61 uint32_t *machine) in netbuf2pm() argument
77 if (machine) in netbuf2pm()
78 *machine = sin4.sin_addr.s_addr; in netbuf2pm()
106 uint32_t machine = 0; in common_audit() local
145 netbuf2pm(svc_getrpccaller(xprt), &r_port, &machine); in common_audit()
152 aug_save_tid_ex(port, &machine, AU_IPv4); in common_audit()
H A Daudit_krb5kdc.c68 uint32_t machine; in common_audit() local
104 machine = r_addr ? (uint32_t)r_addr->s_addr : 0; in common_audit()
106 aug_save_tid_ex(port, &machine, AU_IPv4); in common_audit()
H A Daudit_settid.c120 if (ai.ai_termid.port || ai.ai_termid.machine) { in do_ipv4_address()
125 ai.ai_termid.machine = (uint32_t)peer->sin_addr.s_addr; in do_ipv4_address()
H A Dgeneric.c247 aug_save_tid(dev_t port, int machine) in aug_save_tid() argument
251 aug_tid.at_addr[0] = machine; in aug_save_tid()
255 aug_save_tid_ex(dev_t port, uint32_t *machine, uint32_t type) in aug_save_tid_ex() argument
265 aug_tid.at_addr[i] = machine[i]; in aug_save_tid_ex()
/titanic_41/usr/src/lib/libbc/libc/sys/common/
H A Duname.c49 char machine[NEW_SYS_NMLN]; member
86 memcpy(uts->machine, n_uts.machine, SYS_NMLN); in bc_uname()
87 if (strlen(n_uts.machine) > SYS_NMLN) in bc_uname()
88 uts->machine[SYS_NMLN-1] = '\0'; in bc_uname()
/titanic_41/usr/src/cmd/sgs/elfwrap/
H A DMakefile.com34 MACHOBJ = machine.sparc.o machine.sparcv9.o \
35 machine.i386.o machine.amd64.o
73 SRCS = $(COMOBJ:%.o=../common/%.c) ../common/machine.c \
/titanic_41/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
/titanic_41/usr/src/uts/common/syscall/
H A Duname.c58 if (copyout(utsname.machine, buf->machine, strlen(utsname.machine)+1)) { in uname()
/titanic_41/usr/src/cmd/mdb/common/modules/md/
H A Dmetaset.c37 char machine[1024]; in print_set() local
49 if (mdb_readstr(machine, 1024, in print_set()
55 machine, set_db.s_setno, addr); in print_set()
/titanic_41/usr/src/cmd/ssh/doc/
H A DREADME.Ylonen6 network, to execute commands in a remote machine, and to move files
7 from one machine to another. It provides strong authentication and
34 the server machine, and forwards any X11 connections over the
36 generated and forwarded to the remote machine; the local client
39 remote machine the real information).
52 o Client RSA-authenticates the server machine in the beginning of
55 RSA-authenticates the client machine before accepting .rhosts or
61 to a machine (the key obtained on the first connection will be
79 breaking into the server machine at a later time; one hour from
80 the connection even the server machine cannot decipher the session
[all …]
/titanic_41/usr/src/lib/libcmd/common/
H A Duname.c125 #define SYSNAME #(getprd machine)
142 char* machine; member
180 if (!(ut->machine = arch)) in uname()
182 ut->machine = MACHINE; in uname()
394 output(OPT_machine, ut.machine, "machine"); in b_uname()
398 s = ut.machine; in b_uname()
478 extra(machine); in b_uname()
/titanic_41/usr/src/cmd/uname/
H A Duname.c171 (void) fprintf(stdout, fs, sizeof (un->machine), un->machine); in main()
203 (void) fprintf(stdout, "Machine = %.*s\n", sizeof (un->machine), in main()
204 un->machine); in main()
/titanic_41/usr/src/cmd/csh/
H A DREADME3 This directory contains machine independent source codes of csh.
4 Two files are currently machine dependent. These are
22 signal interface so csh will not have any machine dependent
/titanic_41/usr/src/cmd/ast/msgcc/
H A DPROMO.mm11 replacement that generates machine independent binary message
21 are administrative commands that support machine translation
/titanic_41/usr/src/cmd/logadm/
H A Dtester592 $machine = `/bin/uname -m`; chomp $machine;
626 machine $machine
664 $machine = `/bin/uname -m`; chomp $machine;
697 machine $machine
/titanic_41/usr/src/cmd/ldmad/
H A Dldma_system.c103 maclen = strlen(name.machine) + 1; in ldma_sys_get_sysinfo()
130 (void) strcpy(data, name.machine); in ldma_sys_get_sysinfo()
134 name.machine); in ldma_sys_get_sysinfo()
/titanic_41/usr/src/lib/efcode/fcdriver/
H A Dload_node.c76 len = strlen(search_proto) + strlen(platform) + strlen(utsname.machine); in build_default_search_path()
83 utsname.machine, arch, arch); in build_default_search_path()
89 sprintf(p, search_proto, platform, "", utsname.machine, "", ""); in build_default_search_path()
/titanic_41/usr/src/cmd/sulogin/
H A Dsulogin.dfl27 # Uncomment the following line if your machine is physically secure
28 # and you want to let this machine be booted in single user without
/titanic_41/usr/src/cmd/bnu/
H A Duusched.c54 struct m *m, *machine();
140 (void) strncat(machine(f)->jgrade, g, strlen(g));
209 machine(name) in machine() function

12345678