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.c3747 int inst_strlen; in flush_path_to_inst() local
3756 inst_strlen = strlen(inst_file); in flush_path_to_inst()
3757 new_inst_file = s_malloc(inst_strlen + PID_STR_LEN + 2); in flush_path_to_inst()
3758 old_inst_file = s_malloc(inst_strlen + PID_STR_LEN + 6); in flush_path_to_inst()
3759 old_inst_file_npid = s_malloc(inst_strlen + in flush_path_to_inst()
3762 (void) snprintf(new_inst_file, inst_strlen + PID_STR_LEN + 2, in flush_path_to_inst()
3798 (void) snprintf(old_inst_file, inst_strlen + PID_STR_LEN + 6, in flush_path_to_inst()
3849 inst_strlen + sizeof (INSTANCE_FILE_SUFFIX), in flush_path_to_inst()