Searched refs:e_ptr (Results 1 – 1 of 1) sorted by relevance
416 encioc_element_t *e_ptr; in objmap() local469 e_ptr = calloc(nobj, sizeof(encioc_element_t)); in objmap()470 if (e_ptr == NULL) { in objmap()475 if (ioctl(fd, ENCIOC_GETELMMAP, (caddr_t) e_ptr) < 0) { in objmap()495 e_status.elm_idx = e_ptr[j].elm_idx; in objmap()502 e_desc.elm_idx = e_ptr[j].elm_idx; in objmap()511 e_devname.elm_idx = e_ptr[j].elm_idx; in objmap()518 xo_emit("\tElement {:id/%u}, Type: {:type/%s}\n", e_ptr[j].elm_idx, in objmap()519 geteltnm(e_ptr[j].elm_type)); in objmap()532 print_extra_status(e_ptr[j].elm_type, e_status.cstat, PRINT_STYLE_DASHED); in objmap()[all …]