apei_interp.c | 141 unsigned nact; member in struct:apei_interp 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; local in function:apei_interp_destroy 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) [all...] |