Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c3748 int inst_strlen; in flush_path_to_inst() local
3757 inst_strlen = strlen(inst_file); in flush_path_to_inst()
3758 new_inst_file = s_malloc(inst_strlen + PID_STR_LEN + 2); in flush_path_to_inst()
3759 old_inst_file = s_malloc(inst_strlen + PID_STR_LEN + 6); in flush_path_to_inst()
3760 old_inst_file_npid = s_malloc(inst_strlen + in flush_path_to_inst()
3763 (void) snprintf(new_inst_file, inst_strlen + PID_STR_LEN + 2, in flush_path_to_inst()
3799 (void) snprintf(old_inst_file, inst_strlen + PID_STR_LEN + 6, in flush_path_to_inst()
3850 inst_strlen + sizeof (INSTANCE_FILE_SUFFIX), in flush_path_to_inst()