Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/tic/
H A Dtic_parse.c544 char *first_name, *other_names, *cur_name; in dump_structure() local
553 first_name = name_list; in dump_structure()
556 other_names = strchr(first_name, '|'); in dump_structure()
560 if (invalid_term_name(first_name)) in dump_structure()
561 warning("'%s': bad first term name.", first_name); in dump_structure()
564 DEBUG(7, "First name = '%s'\n", first_name); in dump_structure()
567 if ((len = strlen(first_name)) > 128) in dump_structure()
568 warning("'%s': terminal name too long.", first_name); in dump_structure()
570 warning("'%s': terminal name too short.", first_name); in dump_structure()
572 check_dir(first_name[0]); in dump_structure()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/nfs/
H A Dcommon.h52 const char *first_name; member
H A Didmap.c167 arg->first_name = "hq_lru_forw"; in nfs4_idmap_walk_init()
H A Dcommon.c228 mdb_warn("can't read %s", arg->first_name); in hash_table_walk_step()
H A Dnfssrv.c593 arg->first_name = "exportinfo pointer"; in nfs_expinfo_walk_init()
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_tar.c647 char *first_name; /* where the first name is located */ in backup_work() local
689 first_name = np->nr_chkp_nm; in backup_work()
690 (void) strlcpy(first_name, bk_path, TLM_MAX_PATH_NAME); in backup_work()
692 first_name = tlm_build_snapshot_name(bk_path, np->nr_chkp_nm, in backup_work()
697 erc = fs_getstat(first_name, &ret_fh, &ret_attr); in backup_work()
699 NDMP_LOG(LOG_ERR, "Path %s not found.", first_name); in backup_work()
709 (void) strlcpy(dir_info.fd_dir_name, first_name, TLM_MAX_PATH_NAME); in backup_work()