Home
last modified time | relevance | path

Searched refs:aih (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/arcwatch/
H A Darcwatch.c539 arc_info_hdr_t *aih; in get_arc() local
573 aih = buf; in get_arc()
574 ai = buf + sizeof(aih); in get_arc()
581 ach.ach_buckets = aih->aih_buckets; in get_arc()
582 ach.ach_buf_locks = aih->aih_buf_locks; in get_arc()
591 for (i = 0; i < aih->aih_entries; ++i) { in get_arc()
592 ai = ((arc_info_t *)(aih + 1)) + i; in get_arc()
636 cmd.zc_obj = aih->aih_next; in get_arc()
/titanic_41/usr/src/cmd/fm/modules/common/ip-transport/
H A Dip.c723 struct addrinfo aih; in ip_create_cinfo() local
740 bzero(&aih, sizeof (aih)); in ip_create_cinfo()
741 aih.ai_flags = AI_ADDRCONFIG; in ip_create_cinfo()
742 aih.ai_family = AF_UNSPEC; in ip_create_cinfo()
743 aih.ai_socktype = SOCK_STREAM; in ip_create_cinfo()
747 aih.ai_flags |= AI_PASSIVE; in ip_create_cinfo()
756 err = getaddrinfo(server, ip_port, &aih, &cinfo->ipc_addr); in ip_create_cinfo()
/titanic_41/usr/src/uts/common/fs/zfs/
H A Darc.c7906 arc_info_hdr_t *aih = buf; in arc_dump() local
7914 aih->aih_buckets = nbuckets; in arc_dump()
7915 aih->aih_buf_locks = BUF_LOCKS; in arc_dump()
7960 aih->aih_entries = (*returned_bytes - sizeof(*aih)) / sizeof(*outp); in arc_dump()
7963 aih->aih_next = i; in arc_dump()
7965 aih->aih_next = 0; in arc_dump()