Home | History | Annotate | Download | only in acpi

Lines Matching defs:nact

141 	unsigned		nact;
155 const char *const *actname, unsigned nact,
164 I = kmem_zalloc(offsetof(struct apei_interp, actinst[nact]), KM_SLEEP);
167 I->nact = nact;
180 unsigned action, nact = I->nact;
182 for (action = 0; action < nact; action++) {
201 kmem_free(I, offsetof(struct apei_interp, actinst[nact]));
222 if (E->Action >= I->nact || I->actname[E->Action] == NULL) {
292 if (E->Action > I->nact || I->actname[E->Action] == NULL)
316 for (action = 0; action < I->nact; action++) {
339 if (E->Action >= I->nact || I->actname[E->Action] == NULL)
365 for (action = 0; action < I->nact; action++) {
418 if (action > I->nact || I->actname[action] == NULL)