Home
last modified time | relevance | path

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

123456789

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
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 …]
/illumos-gate/usr/src/cmd/rpcsvc/
H A Drusers.c61 char *machine; member
280 if (strcmp(entryp->machine, host) == 0) in collectnames()
316 entry[curentry].machine = malloc(MACHINELEN + 1); in print_info()
317 if (entry[curentry].machine == NULL) { in print_info()
321 (void) strlcpy(entry[curentry].machine, name, MACHINELEN + 1); in print_info()
327 entry[curentry].machine = malloc(MACHINELEN + 1); in print_info()
328 if (entry[curentry].machine == NULL) { in print_info()
332 (void) strlcpy(entry[curentry].machine, name, MACHINELEN + 1); in print_info()
407 if (strcmp(entryp->machine, host) == 0) in collectnames_3()
439 entry[curentry].machine = malloc(MACHINELEN + 1); in print_info_3()
[all …]
H A Drwall.c132 char *machine, *user, *domain; in main() local
135 while (getnetgrent(&machine, &user, &domain)) { in main()
136 if (machine) in main()
137 doit(machine); in main()
H A Drup.c61 char *machine; member
222 entry[curentry].machine = host;
405 printf("%*.*s ", MACHINELEN, MACHINELEN, ep->machine); in printsinglehosts()
433 if (ep->machine = (char *)malloc(MACHINELENMAX + 1)) in printnames()
434 strcpy(ep->machine, buf); in printnames()
443 return (strcmp(a->machine, b->machine)); in machinecmp()
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_elf_access.c115 Dwarf_Small machine; member
161 Dwarf_Half machine = 0; in dwarf_elf_object_access_internals_init() local
186 machine = obj->ehdr64->e_machine; in dwarf_elf_object_access_internals_init()
187 obj->machine = machine; in dwarf_elf_object_access_internals_init()
199 machine = obj->ehdr32->e_machine; in dwarf_elf_object_access_internals_init()
200 obj->machine = machine; in dwarf_elf_object_access_internals_init()
211 if (obj->is_64bit && machine == EM_PPC64) { in dwarf_elf_object_access_internals_init()
218 if (obj->is_64bit && machine != EM_MIPS) { in dwarf_elf_object_access_internals_init()
462 UNUSEDARG int machine, in get_rela_elf32() argument
478 UNUSEDARG int machine, in get_rel_elf32() argument
[all …]
H A Ddwarf_elf_rel_detector.c39 _dwarf_is_32bit_abs_reloc(unsigned int type, unsigned machine) in _dwarf_is_32bit_abs_reloc() argument
43 switch (machine) { in _dwarf_is_32bit_abs_reloc()
235 _dwarf_is_64bit_abs_reloc(unsigned int type, unsigned machine) in _dwarf_is_64bit_abs_reloc() argument
239 switch (machine) { in _dwarf_is_64bit_abs_reloc()
H A Ddwarf_elf_rel_detector.h40 unsigned _dwarf_is_32bit_abs_reloc(unsigned int type, unsigned machine);
41 unsigned _dwarf_is_64bit_abs_reloc(unsigned int type, unsigned machine);
/illumos-gate/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 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()
/illumos-gate/usr/src/cmd/sgs/elfwrap/
H A DMakefile.com36 MACHOBJ = machine.sparc.o machine.sparcv9.o \
37 machine.i386.o machine.amd64.o
72 SRCS = $(COMOBJ:%.o=../common/%.c) ../common/machine.c \
/illumos-gate/usr/src/boot/i386/libi386/
H A DMakefile27 $(RM) machine x86 $(OBJS) libi386.a
132 CLEANFILES += machine x86
139 machine: target
140 $(RM) machine
141 $(SYMLINK) ../../sys/i386/include machine
147 $(OBJS): machine x86
/illumos-gate/usr/src/boot/libsa/
H A DMakefile.com35 machine:
36 $(RM) machine
37 $(SYMLINK) ../../sys/$(MACHINE)/include machine
66 $(RM) $(CLEANFILES) machine x86
/illumos-gate/usr/src/boot/libficl/
H A DMakefile.com43 machine:
44 $(RM) machine
45 $(SYMLINK) ../../sys/$(MACHINE)/include machine
64 $(RM) $(CLEANFILES) machine x86
/illumos-gate/usr/src/uts/common/syscall/
H A Duname.c55 if (copyout(utsname.machine, buf->machine, strlen(utsname.machine)+1)) { in uname()
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
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()
/illumos-gate/usr/src/boot/i386/loader/
H A DMakefile132 CLEANFILES += machine x86
134 machine: target
135 $(RM) machine
136 $(SYMLINK) ../../sys/i386/include machine
144 $(OBJS): machine x86
/illumos-gate/usr/src/cmd/uname/
H A Duname.c177 (void) fprintf(stdout, fs, sizeof (un->machine), un->machine); in main()
213 (void) fprintf(stdout, "Machine = %.*s\n", sizeof (un->machine), in main()
214 un->machine); in main()
/illumos-gate/usr/src/boot/efi/libefi/
H A DMakefile.com69 machine:
70 $(RM) machine
71 $(SYMLINK) ../../../sys/$(MACHINE)/include machine
/illumos-gate/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
/illumos-gate/usr/src/boot/efi/libefi/i386/
H A DMakefile27 CLEANFILES += machine x86
29 $(OBJS): machine x86
/illumos-gate/usr/src/boot/efi/libefi/amd64/
H A DMakefile26 CLEANFILES += machine x86
28 $(OBJS): machine x86
/illumos-gate/usr/src/boot/efi/loader/
H A DMakefile.com139 machine:
140 $(RM) machine
141 $(SYMLINK) ../../../sys/$(MACHINE)/include machine
148 $(RM) $(CLEANFILES) $(OBJS) machine x86
/illumos-gate/usr/src/contrib/ast/src/cmd/msgcc/
H A DPROMO.mm11 replacement that generates machine independent binary message
21 are administrative commands that support machine translation
/illumos-gate/usr/src/cmd/logadm/
H A Dtester596 $machine = `/bin/uname -m`; chomp $machine;
630 machine $machine
668 $machine = `/bin/uname -m`; chomp $machine;
701 machine $machine

123456789