| /src/lib/libc/compat-43/ |
| sethostid.c | 47 sethostid(long hostid) 53 value = (int)hostid;
|
| /src/sys/sys/ |
| kernel.h | 47 extern long hostid;
|
| disklabel_rdb.h | 53 uint32_t hostid; /* scsi target of host */ member in struct:rdblock 128 uint32_t hostid; /* scsi target of host */ member in struct:partblock 147 uint32_t hostid; /* scsi target of host */ member in struct:badblock 160 uint32_t hostid; /* scsi target of host */ member in struct:fsblock 185 uint32_t hostid; /* scsi target of host */ member in struct:lsegblock
|
| /src/sys/arch/sun2/sun2/ |
| idprom.c | 65 * set the hostid... 78 hostid = idprom_hostid(); 103 * Construct the hostid from the idprom contents.
|
| /src/sys/arch/sun3/sun3/ |
| idprom.c | 67 * set the hostid... 80 hostid = idprom_hostid(); 105 * Construct the hostid from the idprom contents.
|
| /src/sys/arch/amiga/dev/ |
| drbbc.c | 106 hostid = (rombuf[3] << 24) + (rombuf[2] << 16) + 112 hostid);
|
| /src/sys/arch/sun3/sun3x/ |
| idprom.c | 69 * set the hostid... 82 hostid = idprom_hostid(); 107 * Construct the hostid from the idprom contents.
|
| /src/external/cddl/osnet/dist/lib/libzfs/common/ |
| libzfs_status.c | 206 uint64_t hostid = 0; local 229 (void) nvlist_lookup_uint64(config, ZPOOL_CONFIG_HOSTID, &hostid); 230 if (hostid != 0 && (unsigned long)hostid != gethostid() &&
|
| libzfs_import.c | 463 uint64_t hostid; local 546 * hostid (if available) 575 hostid = 0; 577 ZPOOL_CONFIG_HOSTID, &hostid) == 0) { 579 ZPOOL_CONFIG_HOSTID, hostid); 820 if (hostid != 0) { 822 hostid) == 0);
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| spa_config.c | 383 unsigned long hostid = 0; local 415 hostid = zone_get_hostid(NULL); 418 * We're emulating the system's hostid in userland, so we can't use 421 (void) ddi_strtoul(hw_serial, NULL, 10, &hostid); 423 if (hostid != 0) { 424 fnvlist_add_uint64(config, ZPOOL_CONFIG_HOSTID, hostid);
|
| /src/sys/netinet6/ |
| in6_ifattach.c | 84 * Generate a last-resort interface identifier from hostid. 86 * also, using hostid itself may constitute a privacy threat, much worse 88 * maybe we should use MD5(hostid) instead. 100 if (!hostid) 103 /* get up to 8 bytes from the hostid field - should we get */ 104 len = (sizeof(hostid) > 8) ? 8 : sizeof(hostid); 106 memcpy(&in6->s6_addr[off], &hostid, len); 351 /* get from hostid - only for certain architectures */ 354 "%s: interface identifier generated by hostid\n" [all...] |
| /src/sys/arch/newsmips/newsmips/ |
| news4000.c | 241 hostid = idrom.id_serial;
|
| news5000.c | 294 hostid = idrom.id_serial;
|
| news3400.c | 312 hostid = idrom.id_serial;
|
| /src/sys/compat/common/ |
| kern_info_43.c | 101 *(int32_t *)retval = hostid; 327 uhostid = SCARG(uap, hostid);
|
| /src/dist/pf/sbin/pfctl/ |
| pfctl_parser.h | 94 u_int32_t hostid; member in struct:pfctl
|
| pfctl.c | 1595 /* load hostid */ 1597 if (pfctl_load_hostid(pf, pf->hostid)) 1760 pfctl_set_hostid(struct pfctl *pf, u_int32_t hostid) 1765 HTONL(hostid); 1767 pf->hostid = hostid; 1771 printf("set hostid 0x%08x\n", ntohl(hostid)); 1777 pfctl_load_hostid(struct pfctl *pf, u_int32_t hostid) 1779 if (ioctl(dev, DIOCSETHOSTID, &hostid)) { [all...] |
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/ |
| zfs_context.h | 169 #define zone_get_hostid(a) ((unsigned)hostid)
|
| /src/sys/arch/sparc/sparc/ |
| promlib.c | 1192 long hostid; variable 1236 /* Establish hostid */ 1241 hostid = h;
|
| /src/sys/arch/sparc64/sparc64/ |
| autoconf.c | 701 aprint_normal(": %s (%s): hostid %lx\n", machine_model, 702 machine_banner, hostid); 704 aprint_normal(": %s: hostid %lx\n", machine_model, hostid);
|
| /src/sys/compat/netbsd32/ |
| netbsd32_compat_43.c | 293 syscallarg(int32_t) hostid; 297 NETBSD32TO64_UAP(hostid);
|
| /src/sys/kern/ |
| init_sysctl.c | 179 CTLTYPE_INT, "hostid", 882 * sysctl helper function for kern.hostid. The hostid is a long, but 891 inthostid = hostid; /* XXX assumes sizeof int <= sizeof long */ 898 hostid = (unsigned)inthostid;
|
| /src/sys/dist/pf/net/ |
| pf_ioctl.c | 330 pf_status.hostid = cprng_fast32(); 349 pf_status.hostid = cprng_fast32(); 401 pfsync_clear_states(pf_status.hostid, NULL); 1889 pfsync_clear_states(pf_status.hostid, psk->psk_ifname); 3228 pf_status.hostid = cprng_fast32(); 3230 pf_status.hostid = *hid;
|
| /src/sys/external/bsd/compiler_rt/dist/include/sanitizer/ |
| netbsd_syscall_hooks.h | 749 #define __sanitizer_syscall_pre_compat_43_osethostid(hostid) \ 750 __sanitizer_syscall_pre_impl_compat_43_osethostid((long long)(hostid)) 751 #define __sanitizer_syscall_post_compat_43_osethostid(res, hostid) \ 752 __sanitizer_syscall_post_impl_compat_43_osethostid(res, (long long)(hostid)) 3253 void __sanitizer_syscall_pre_impl_compat_43_osethostid(long long hostid); 3255 long long hostid);
|
| /src/external/cddl/osnet/dist/cmd/zpool/ |
| zpool_main.c | 1876 uint64_t hostid; local 1879 &hostid) == 0) { 1880 if ((unsigned long)hostid != gethostid()) { 1893 "(hostid: 0x%lx) on %s"), name, hostname, 1894 (unsigned long)hostid,
|