Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/init/
H A Dinit.c2627 char fail_buf[UT_LINE_SZ]; in account() local
2693 (void) strcpy(fail_buf, "INIT_PROCESS"); in account()
2697 (void) strlcpy(fail_buf, u->ut_id, sizeof (u->ut_id) + 1); in account()
2706 fail_buf, strerror(errno)); in account()