/illumos-gate/usr/src/contrib/ast/src/lib/libpp/ |
H A D | pp.def | 11 # 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 D | rusers.c | 61 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 D | rwall.c | 132 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 D | rup.c | 61 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 D | dwarf_elf_access.c | 115 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 D | dwarf_elf_rel_detector.c | 39 _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 D | dwarf_elf_rel_detector.h | 40 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 D | audit_kadmind.c | 61 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 D | audit_krb5kdc.c | 68 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 D | generic.c | 247 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 D | Makefile.com | 36 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 D | Makefile | 27 $(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 D | Makefile.com | 35 machine: 36 $(RM) machine 37 $(SYMLINK) ../../sys/$(MACHINE)/include machine 66 $(RM) $(CLEANFILES) machine x86
|
/illumos-gate/usr/src/boot/libficl/ |
H A D | Makefile.com | 43 machine: 44 $(RM) machine 45 $(SYMLINK) ../../sys/$(MACHINE)/include machine 64 $(RM) $(CLEANFILES) machine x86
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | uname.c | 55 if (copyout(utsname.machine, buf->machine, strlen(utsname.machine)+1)) { in uname()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | uname.c | 125 #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 D | Makefile | 132 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 D | uname.c | 177 (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 D | Makefile.com | 69 machine: 70 $(RM) machine 71 $(SYMLINK) ../../../sys/$(MACHINE)/include machine
|
/illumos-gate/usr/src/cmd/csh/ |
H A D | README | 3 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 D | Makefile | 27 CLEANFILES += machine x86 29 $(OBJS): machine x86
|
/illumos-gate/usr/src/boot/efi/libefi/amd64/ |
H A D | Makefile | 26 CLEANFILES += machine x86 28 $(OBJS): machine x86
|
/illumos-gate/usr/src/boot/efi/loader/ |
H A D | Makefile.com | 139 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 D | PROMO.mm | 11 replacement that generates machine independent binary message 21 are administrative commands that support machine translation
|
/illumos-gate/usr/src/cmd/logadm/ |
H A D | tester | 596 $machine = `/bin/uname -m`; chomp $machine; 630 machine $machine 668 $machine = `/bin/uname -m`; chomp $machine; 701 machine $machine
|