Searched defs:machine (Results 1 - 8 of 8) sorted by relevance
/osnet-11/usr/src/lib/libbsm/common/ |
H A D | audit_kadmind.c | 54 * 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 D | audit_krb5kdc.c | 68 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 D | generic.c | 246 aug_save_tid(dev_t port, int machine) argument 250 aug_tid.at_addr[0] = machine; 254 aug_save_tid_ex(dev_t port, uint32_t *machine, uint32_t type) argument 264 aug_tid.at_addr[i] = machine[i];
|
/osnet-11/usr/src/cmd/hal/hald/solaris/ |
H A D | devinfo_cpu.c | 76 char machine[MAXNAMELEN]; local 86 if (sysinfo (SI_MACHINE, machine, sizeof (machine)) == -1) { 92 if (strncmp (machine, "sun4v", MAXNAMELEN) == 0) 108 * On a sun4v architecture machine, the index to lookup
|
/osnet-11/usr/src/lib/libcmd/common/ |
H A D | uname.c | 52 "[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);
|
/osnet-11/usr/src/grub/grub2/include/grub/efi/ |
H A D | pe32.h | 57 grub_uint16_t machine; member in struct:grub_pe32_coff_header
|
/osnet-11/usr/src/lib/auditd_plugins/syslog/ |
H A D | systoken.c | 841 int32_t port, machine; local 846 adrm_int32(&(ctx->adr), &machine, 1); 899 int32_t machine; local 904 adrm_int32(&(ctx->adr), &machine, 1);
|
/osnet-11/usr/src/lib/libprtdiag/common/ |
H A D | display_sun4v.c | 213 char machine[MAXSTRLEN]; local 216 if (sysinfo(SI_MACHINE, machine, sizeof (machine)) == -1) 218 if (strncmp(machine, SUN4V_MACHINE, strlen(SUN4V_MACHINE)) != 0) 224 * Now display the machine's configuration. We do this if we 236 "Oracle Corporation %s %s\n"), uts_buf.machine,
|
Completed in 76 milliseconds