Home | History | Annotate | Download | only in irs

Lines Matching refs:acc

62 	struct irs_acc *acc;
67 if (!(acc = memget(sizeof *acc))) {
71 memset(acc, 0x5e, sizeof *acc);
74 memput(acc, sizeof *acc);
88 acc->private = dns;
90 acc->gr_map = irs_dns_gr;
92 acc->gr_map = NULL;
95 acc->pw_map = irs_dns_pw;
97 acc->pw_map = NULL;
99 acc->sv_map = irs_dns_sv;
100 acc->pr_map = irs_dns_pr;
101 acc->ho_map = irs_dns_ho;
102 acc->nw_map = irs_dns_nw;
103 acc->ng_map = irs_nul_ng;
104 acc->res_get = dns_res_get;
105 acc->res_set = dns_res_set;
106 acc->close = dns_close;
107 return (acc);