Home
last modified time | relevance | path

Searched refs:af_type (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/nsswitch/dns/common/
H A Ddns_common.c60 int *count, int af_type) in dns_netdb_aliases() argument
74 len = (af_type == AF_INET) ? sizeof (struct in_addr) : in dns_netdb_aliases()
122 host->h_addrtype = af_type; 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()
156 DNS_ADDRLIST, &count, af_type); in ent2result()
163 (char **)&addrp6, DNS_ALIASES, &count, af_type); in ent2result()
[all …]
/illumos-gate/usr/src/cmd/fwflash/plugins/transport/common/
H A Dhermon.c507 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()
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()
1543 ioctl_info.af_type = HERMON_FLASH_READ_QUADLET; in cnx_get_log2_chunk_size_f_hdl()
1594 ioctl_info.af_type = HERMON_FLASH_READ_QUADLET; in cnx_get_image_size_f_hdl()
1624 ioctl_info.af_type = HERMON_FLASH_READ_QUADLET; in cnx_get_image_info()
[all …]
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_ioctl.c268 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 Dhermon_ioctl.h160 uint32_t af_type; member
H A Dhermon_misc.h511 uint32_t af_type; member