Home
last modified time | relevance | path

Searched refs:ubytes (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/lib/libproc/common/
H A DPcore.c752 size_t ubytes = sizeof (struct utsname); in note_utsname() local
755 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()