Lines Matching refs:nobj
183 unsigned int nobj, j, sesid; in sesled() local
246 if (ioctl(fd, ENCIOC_GETNELM, (caddr_t) &nobj) < 0) { in sesled()
251 objp = calloc(nobj, sizeof(encioc_element_t)); in sesled()
264 if (sesid >= nobj) { in sesled()
276 for (j = 0; j < nobj; j++) { in sesled()
419 unsigned int j, nobj; in objmap() local
464 if (ioctl(fd, ENCIOC_GETNELM, (caddr_t) &nobj) < 0) { in objmap()
469 e_ptr = calloc(nobj, sizeof(encioc_element_t)); in objmap()
492 for (j = 0; j < nobj; j++) { in objmap()
726 unsigned int j, nobj; in show() local
767 if (ioctl(fd, ENCIOC_GETNELM, (caddr_t) &nobj) < 0) { in show()
772 e_ptr = calloc(nobj, sizeof(encioc_element_t)); in show()
803 for (j = 0; j < nobj; j++) { in show()