Lines Matching refs:accessors
149 memset(irs->accessors, 0, sizeof irs->accessors); in irs_gen_acc()
240 if (irs->accessors[n].gr != NULL) in gen_close()
241 (*irs->accessors[n].gr->close)(irs->accessors[n].gr); in gen_close()
242 if (irs->accessors[n].pw != NULL) in gen_close()
243 (*irs->accessors[n].pw->close)(irs->accessors[n].pw); in gen_close()
244 if (irs->accessors[n].sv != NULL) in gen_close()
245 (*irs->accessors[n].sv->close)(irs->accessors[n].sv); in gen_close()
246 if (irs->accessors[n].pr != NULL) in gen_close()
247 (*irs->accessors[n].pr->close)(irs->accessors[n].pr); in gen_close()
248 if (irs->accessors[n].ho != NULL) in gen_close()
249 (*irs->accessors[n].ho->close)(irs->accessors[n].ho); in gen_close()
250 if (irs->accessors[n].nw != NULL) in gen_close()
251 (*irs->accessors[n].nw->close)(irs->accessors[n].nw); in gen_close()
252 if (irs->accessors[n].ng != NULL) in gen_close()
253 (*irs->accessors[n].ng->close)(irs->accessors[n].ng); in gen_close()
255 if (irs->accessors[n].acc != NULL) in gen_close()
256 (*irs->accessors[n].acc->close)(irs->accessors[n].acc); in gen_close()
320 new->inst = &irs->accessors[acc]; in add_rule()
355 inst = &irs->accessors[acc]; in add_rule()