Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/autofs/
H A Dautod_main.c378 char ctime_buf[CTIME_BUF_LEN]; in autofs_unmount_1_r() local
379 if (ctime_r(&timenow, ctime_buf, CTIME_BUF_LEN) == NULL) in autofs_unmount_1_r()
380 ctime_buf[0] = '\0'; in autofs_unmount_1_r()
382 trace_prt(1, "UNMOUNT REQUEST: %s", ctime_buf); in autofs_unmount_1_r()
410 char ctime_buf[CTIME_BUF_LEN]; in autofs_lookup_1_r() local
411 if (ctime_r(&timenow, ctime_buf, CTIME_BUF_LEN) == NULL) in autofs_lookup_1_r()
412 ctime_buf[0] = '\0'; in autofs_lookup_1_r()
414 trace_prt(1, "LOOKUP REQUEST: %s", ctime_buf); in autofs_lookup_1_r()
452 char ctime_buf[CTIME_BUF_LEN]; in autofs_mntinfo_1_r() local
453 if (ctime_r(&timenow, ctime_buf, CTIME_BUF_LEN) == NULL) in autofs_mntinfo_1_r()
[all …]