Lines Matching refs:acc
57 struct irs_acc *acc;
62 if (!(acc = memget(sizeof *acc))) {
66 memset(acc, 0x5e, sizeof *acc);
69 free(acc);
75 acc->private = lcl;
77 acc->gr_map = irs_lcl_gr;
79 acc->gr_map = NULL;
82 acc->pw_map = irs_lcl_pw;
84 acc->pw_map = NULL;
86 acc->sv_map = irs_lcl_sv;
87 acc->pr_map = irs_lcl_pr;
88 acc->ho_map = irs_lcl_ho;
89 acc->nw_map = irs_lcl_nw;
90 acc->ng_map = irs_lcl_ng;
91 acc->res_get = lcl_res_get;
92 acc->res_set = lcl_res_set;
93 acc->close = lcl_close;
94 return (acc);