Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm_impl.h92 #define PID_STR_LEN 10 macro
H A Ddevfsadm.c3757 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()
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()