Lines Matching defs:lenp
3447 cpu_get_mem_sid(char *unum, char *buf, int buflen, int *lenp)
3450 return (plat_get_mem_sid(unum, buf, buflen, lenp));
3480 ushort_t flt_status, char *buf, int buflen, int *lenp)
3501 flt_in_memory, flt_status, buf, buflen, lenp)) != 0) {
3503 *lenp = 0;
3518 char *buf, int buflen, int *lenp)
3529 aflt->flt_status, buf, buflen, lenp));
3568 char *buf, int buflen, int *lenp)
3609 CPU->cpu_id, flt_in_memory, flt_status, unum, UNUM_NAMLEN, lenp);
3613 if (*lenp >= buflen)
3655 cpu_get_cpu_unum(int cpuid, char *buf, int buflen, int *lenp)
3661 if ((ret = plat_get_cpu_unum(cpuid, unum, UNUM_NAMLEN, lenp))
3668 if (*lenp >= buflen)