Searched refs:e_ptr (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/usr.sbin/sesutil/
H A Dsesutil.c417 encioc_element_t *e_ptr; local
470 e_ptr = calloc(nobj, sizeof(encioc_element_t));
471 if (e_ptr == NULL) {
476 if (ioctl(fd, ENCIOC_GETELMMAP, (caddr_t) e_ptr) < 0) {
496 e_status.elm_idx = e_ptr[j].elm_idx;
503 e_desc.elm_idx = e_ptr[j].elm_idx;
512 e_devname.elm_idx = e_ptr[j].elm_idx;
519 xo_emit("\tElement {:id/%u}, Type: {:type/%s}\n", e_ptr[j].elm_idx,
520 geteltnm(e_ptr[j].elm_type));
533 print_extra_status(e_ptr[
722 encioc_element_t *e_ptr; local
[all...]

Completed in 135 milliseconds