Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_main.c379 char ctime_buf[CTIME_BUF_LEN]; in autofs_unmount_1_r() local
380 if (ctime_r(&timenow, ctime_buf, CTIME_BUF_LEN) == NULL) in autofs_unmount_1_r()
381 ctime_buf[0] = '\0'; in autofs_unmount_1_r()
383 trace_prt(1, "UNMOUNT REQUEST: %s", ctime_buf); in autofs_unmount_1_r()
411 char ctime_buf[CTIME_BUF_LEN]; in autofs_lookup_1_r() local
412 if (ctime_r(&timenow, ctime_buf, CTIME_BUF_LEN) == NULL) in autofs_lookup_1_r()
413 ctime_buf[0] = '\0'; in autofs_lookup_1_r()
415 trace_prt(1, "LOOKUP REQUEST: %s", ctime_buf); in autofs_lookup_1_r()
453 char ctime_buf[CTIME_BUF_LEN]; in autofs_mntinfo_1_r() local
454 if (ctime_r(&timenow, ctime_buf, CTIME_BUF_LEN) == NULL) in autofs_mntinfo_1_r()
[all …]