Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/devfsadm/
H A Ddevfsadm_impl.h92 #define PID_STR_LEN 10 macro
H A Ddevfsadm.c3744 new_inst_file = s_malloc(inst_strlen + PID_STR_LEN + 2); in flush_path_to_inst()
3745 old_inst_file = s_malloc(inst_strlen + PID_STR_LEN + 6); in flush_path_to_inst()
3749 (void) snprintf(new_inst_file, inst_strlen + PID_STR_LEN + 2, in flush_path_to_inst()
3785 (void) snprintf(old_inst_file, inst_strlen + PID_STR_LEN + 6, in flush_path_to_inst()