Searched defs:ei_width (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fminject/common/
H A Dinj_defn.c49 uchar_t ei_width; member in struct:intr
214 if (inj_strtoll(dfm->dfm_str, intr->ei_width, &val) < 0)
250 if (inj_strtoull(dfm->dfm_str, intr->ei_width, &val) < 0)
321 arrsz = (nelems + 1) * (cont->ei_width / NBBY);
324 cont->ei_width / NBBY);
327 unsigned_adders)[cont->ei_width / NBBY];
343 if (inj_strtoll(elem->dfm_str, cont->ei_width,
352 switch (cont->ei_width) {
369 if (inj_strtoull(elem->dfm_str, cont->ei_width,
378 switch (cont->ei_width) {
[all...]

Completed in 45 milliseconds