Searched refs:ft_path (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/cmd/ndmpd/tlm/ |
H A D | tlm_traverse.c | 340 if (!ftp || !ftp->ft_path || !*ftp->ft_path || !ftp->ft_callbk) { in traverse_post() 349 NDMP_LOG(LOG_DEBUG, "Log to system log \"%s\"", ftp->ft_path); in traverse_post() 355 "report the same paths: \"%s\"", ftp->ft_path); in traverse_post() 356 ftp->ft_lpath = ftp->ft_path; in traverse_post() 361 NDMP_LOG(LOG_DEBUG, "lpath too long \"%s\"", ftp->ft_path); in traverse_post() 371 "Error %d on fs_getstat(%s)", rv, ftp->ft_path); in traverse_post() 760 if (!ftp || !ftp->ft_path || !*ftp->ft_path || !ftp->ft_callbk) { in traverse_level() 768 NDMP_LOG(LOG_DEBUG, "Log to system log \"%s\"", ftp->ft_path); in traverse_level() 772 "report the same paths \"%s\"", ftp->ft_path); in traverse_level() 773 ftp->ft_lpath = ftp->ft_path; in traverse_level() [all …]
|
/titanic_44/usr/src/cmd/ndmpd/include/ |
H A D | traverse.h | 263 char *ft_path; member
|
/titanic_44/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmpd_mark.c | 424 ft.ft_path = path; in mark_inodes_v2() 704 ft.ft_path = path; in mark_tokv3() 860 ft.ft_path = path; in mark_lbrv3() 920 ft.ft_path = path; in mark_levelv3()
|
H A D | ndmpd_tar3.c | 2291 ft.ft_path = nlp->nlp_backup_path; in backup_reader_v3() 2294 NDMP_LOG(LOG_DEBUG, "path %s lpath %s", ft.ft_path, ft.ft_lpath); in backup_reader_v3() 2525 ft.ft_path = sarg->bs_path; in get_backup_size() 2529 ft.ft_path = spath; in get_backup_size() 2532 ft.ft_lpath = ft.ft_path; in get_backup_size()
|