Searched refs:af_type (Results 1 - 5 of 5) 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/cmd/fwflash/plugins/transport/common/
H A Dhermon.c507 ioctl_info.af_type = HERMON_FLASH_READ_QUADLET;
687 ioctl_info.af_type = HERMON_FLASH_ERASE_SECTOR;
699 ioctl_info.af_type = HERMON_FLASH_WRITE_BYTE;
1140 logmsg(MSG_INFO, "cnx_read_ioctl: fd %d af_type 0x%x af_addr 0x%x "
1141 "af_sector_num(0x%x)\n", hdl->fd, info->af_type,
1160 logmsg(MSG_INFO, "cnx_write_ioctl: fd(%d) af_type(0x%x) "
1162 hdl->fd, info->af_type, info->af_addr, info->af_sector_num,
1180 logmsg(MSG_INFO, "cnx_erase_sector_ioctl: fd(%d) af_type(0x%x) "
1181 "af_sector_num(0x%x)\n", hdl->fd, info->af_type,
1311 ioctl_info.af_type
[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
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_ioctl.c268 ioctl_info.af_type = info32.af_type;
283 switch (ioctl_info.af_type) {
336 info32.af_type = ioctl_info.af_type;
389 ioctl_info.af_type = info32.af_type;
405 switch (ioctl_info.af_type) {
491 ioctl_info.af_type = info32.af_type;
[all...]

Completed in 90 milliseconds