Searched refs:af_type (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/nsswitch/dns/common/ |
H A D | dns_common.c | 60 int *count, int af_type) in dns_netdb_aliases() argument 74 len = (af_type == AF_INET) ? sizeof (struct in_addr) : in dns_netdb_aliases() 107 ent2result(struct hostent *he, nss_XbyY_args_t *argp, int af_type) in ent2result() argument 122 host->h_addrtype = af_type; in ent2result() 123 host->h_length = (af_type == AF_INET) ? sizeof (struct in_addr) : in ent2result() 135 if (af_type == AF_INET) { in ent2result() 139 (char **)&addrp, DNS_ADDRLIST, &count, af_type); in ent2result() 145 (char **)&addrp, DNS_ALIASES, &count, af_type); in ent2result() 149 if (he->h_addrtype == AF_INET && af_type == AF_INET6) { in ent2result() 152 DNS_MAPDLIST, &count, af_type); in ent2result() [all …]
|
/illumos-gate/usr/src/cmd/fwflash/plugins/transport/common/ |
H A D | hermon.c | 507 ioctl_info.af_type = HERMON_FLASH_READ_QUADLET; in cnx_read_image() 687 ioctl_info.af_type = HERMON_FLASH_ERASE_SECTOR; in cnx_write_image() 699 ioctl_info.af_type = HERMON_FLASH_WRITE_BYTE; in cnx_write_image() 1141 "af_sector_num(0x%x)\n", hdl->fd, info->af_type, in cnx_read_ioctl() 1162 hdl->fd, info->af_type, info->af_addr, info->af_sector_num, in cnx_write_ioctl() 1181 "af_sector_num(0x%x)\n", hdl->fd, info->af_type, in cnx_erase_sector_ioctl() 1311 ioctl_info.af_type = HERMON_FLASH_READ_QUADLET; in cnx_read_guids() 1330 ioctl_info.af_type = HERMON_FLASH_READ_QUADLET; in cnx_read_guids() 1362 ioctl_info.af_type = HERMON_FLASH_READ_QUADLET; in cnx_read_guids() 1477 ioctl_info.af_type = HERMON_FLASH_READ_QUADLET; in cnx_check_for_magic_pattern() [all …]
|
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_ioctl.c | 268 ioctl_info.af_type = info32.af_type; in hermon_ioctl_flash_read() 283 switch (ioctl_info.af_type) { in hermon_ioctl_flash_read() 336 info32.af_type = ioctl_info.af_type; in hermon_ioctl_flash_read() 389 ioctl_info.af_type = info32.af_type; in hermon_ioctl_flash_write() 405 switch (ioctl_info.af_type) { in hermon_ioctl_flash_write() 491 ioctl_info.af_type = info32.af_type; in hermon_ioctl_flash_erase() 504 switch (ioctl_info.af_type) { in hermon_ioctl_flash_erase() 1391 ioctl_info.af_type = info32.af_type; in hermon_ioctl_write_boot_addr()
|
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/ |
H A D | hermon_ioctl.h | 160 uint32_t af_type; member
|
H A D | hermon_misc.h | 511 uint32_t af_type; member
|