Lines Matching refs:oldlenp
88 iostati_getnames(int disk_only, char *oldp, size_t *oldlenp, const void *newp,
331 return iostati_getnames(1, oldp, oldlenp, newp, namelen);
338 return iostati_getnames(0, oldp, oldlenp, newp, namelen);
342 iostati_getnames(int disk_only, char *oldp, size_t *oldlenp, const void *newp,
359 left = *oldlenp;
395 *oldlenp = needed;
422 *oldlenp = iostat_count * tocopy;
427 left = *oldlenp;
429 *oldlenp = 0;
473 *oldlenp += tocopy;