Searched defs:af_type (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/nsswitch/dns/common/
H A Ddns_common.c58 dns_netdb_aliases(from_list, to_list, aliaspp, type, count, af_type)
60 int type, *count, af_type;
74 len = (af_type == AF_INET) ? sizeof (struct in_addr)
106 ent2result(he, argp, af_type)
109 int af_type;
124 host->h_addrtype = af_type;
125 host->h_length = (af_type == AF_INET) ? sizeof (struct in_addr)
137 if (af_type == AF_INET) {
142 (char **)&addrp, DNS_ADDRLIST, &count, af_type);
148 (char **)&addrp, DNS_ALIASES, &count, af_type);
193 ent2str( struct hostent *hp, nss_XbyY_args_t *ap, int af_type) argument
[all...]
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_ioctl.h149 * read_sector: af_type, af_sector, af_sector_num
150 * read_quadlet: af_type, af_addr, af_quadlet
151 * write_sector: af_type, af_sector, af_sector_num
152 * write_byte: af_type, af_addr, af_byte
153 * erase_sector: af_type, af_sector_num
154 * erase_chip: af_type
160 uint32_t af_type; member in struct:hermon_flash_ioctl_s
H A Dhermon_misc.h511 uint32_t af_type; member in struct:hermon_flash_ioctl32_s

Completed in 251 milliseconds