Lines Matching refs:action
180 unsigned action, nact = I->nact; in apei_interp_destroy() local
182 for (action = 0; action < nact; action++) { in apei_interp_destroy()
183 struct apei_actinst *const A = &I->actinst[action]; in apei_interp_destroy()
314 unsigned action; in apei_interp_pass3_alloc() local
316 for (action = 0; action < I->nact; action++) { in apei_interp_pass3_alloc()
317 struct apei_actinst *const A = &I->actinst[action]; in apei_interp_pass3_alloc()
363 unsigned action; in apei_interp_pass5_verify() local
365 for (action = 0; action < I->nact; action++) { in apei_interp_pass5_verify()
366 struct apei_actinst *const A = &I->actinst[action]; in apei_interp_pass5_verify()
376 I->actname[action], A->ip, A->ninst); in apei_interp_pass5_verify()
384 KASSERT(E->Action == action); in apei_interp_pass5_verify()
397 I->name, I->actname[action], j, in apei_interp_pass5_verify()
413 apei_interpret(struct apei_interp *I, unsigned action, void *cookie) in apei_interpret() argument
418 if (action > I->nact || I->actname[action] == NULL) in apei_interpret()
420 struct apei_actinst *const A = &I->actinst[action]; in apei_interpret()