Lines Matching defs:dir

190  * Add a file history dir entry to the buffer.
324 * its dir entry sent. Therefore, we need to flush Dir entry
503 * Add a file history dir entry to the buffer.
787 * Callback function for file history dir information
790 ndmpd_fhdir_v3_cb(lbr_fhlog_call_backs_t *cbp, char *dir, struct stat64 *stp)
808 } else if (!dir) {
810 NDMP_LOG(LOG_DEBUG, "dir is NULL");
820 NDMP_LOG(LOG_DEBUG, "d(%s)", dir);
839 * always send the dir file history records of it.
854 dirp = opendir(dir);
863 "%d reading pos %u dir \"%s\"", err, pos, dir);
884 if (tlm_is_excluded(dir, nm, ndmp_excl_list)) {
893 NDMP_LOG(LOG_DEBUG, "\"%s\": %d", dir, err);
900 * along with the dir info for all directories leading to a
906 (void) strlcpy(dirpath, dir, PATH_MAX);
921 dir, err);
939 ndmpd_fhnode_v3_cb(lbr_fhlog_call_backs_t *cbp, char *dir, char *file,
953 } else if (!dir) {
955 NDMP_LOG(LOG_DEBUG, "dir is NULL");
972 NDMP_LOG(LOG_DEBUG, "d(%s), f(%s)", dir, file);
990 NDMP_LOG(LOG_DEBUG, "\"%s/%s\" %d", dir, file, err);
1097 * data or what kind of data (path or dir/node), the entry and name
1326 * Action must be determined when the 'dir' and/or 'file'
1378 ndmpd_file_history_dir(lbr_fhlog_call_backs_t *cbp, char *dir,
1397 } else if (!dir) {
1399 NDMP_LOG(LOG_DEBUG, "dir is NULL");
1412 NDMP_LOG(LOG_DEBUG, "dir: \"%s\"", dir);
1431 * always send the dir file history records of it.
1447 dirp = opendir(dir);
1456 "%d reading pos %u dir \"%s\"", err, pos, dir);
1477 NDMP_LOG(LOG_DEBUG, "\"%s/%s\": %d", dir, nm, err);
1484 * along with the dir info for all directories leading to a
1490 (void) strlcpy(dirpath, dir, PATH_MAX);
1505 dir, err);
1524 ndmpd_file_history_node(lbr_fhlog_call_backs_t *cbp, char *dir, char *file,
1538 } else if (!dir) {
1540 NDMP_LOG(LOG_DEBUG, "dir is NULL");
1556 NDMP_LOG(LOG_DEBUG, "d(%s), f(%s)", dir, file);
1573 NDMP_LOG(LOG_DEBUG, "\"%s/\": %d", dir, file, err);
1639 * such as i-number, name, length and saves the dir entry position