Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_lib.c652 char chk_name[PATH_MAX]; in tlm_get_chkpnt_time() local
667 (void) snprintf(chk_name, PATH_MAX, "%s", jname); in tlm_get_chkpnt_time()
668 return (chkpnt_creationtime_bypattern(volname, chk_name, tp)); in tlm_get_chkpnt_time()
1198 char chk_name[PATH_MAX]; in chkpnt_creationtime_bypattern() local
1212 (void) strlcpy(chk_name, p, PATH_MAX); in chkpnt_creationtime_bypattern()
1213 (void) strlcat(chk_name, "@", PATH_MAX); in chkpnt_creationtime_bypattern()
1214 (void) strlcat(chk_name, pattern, PATH_MAX); in chkpnt_creationtime_bypattern()
1217 if ((zhp = zfs_open(zlibh, chk_name, ZFS_TYPE_DATASET)) == NULL) { in chkpnt_creationtime_bypattern()
1219 chk_name); in chkpnt_creationtime_bypattern()