Searched refs:ubytes (Results 1 – 1 of 1) sorted by relevance
752 size_t ubytes = sizeof (struct utsname); in note_utsname() local755 if (core->core_uts != NULL || nbytes < ubytes) in note_utsname()758 if ((utsp = malloc(ubytes)) == NULL) in note_utsname()761 if (read(P->asfd, utsp, ubytes) != ubytes) { in note_utsname()