Lines Matching refs:l_path
253 char l_path[PATH_MAX + 1], contents[PATH_MAX + 1], *buf; in display() local
258 (void) strcpy(l_path, "fbs/"); in display()
259 (void) strcat(l_path, mn); in display()
260 (void) devfsadm_mklink(l_path, node, minor, 0); in display()
263 if (devfsadm_enumerate_int(l_path, 0, &buf, rules, 1)) { in display()
266 (void) strcpy(contents, l_path); in display()
267 (void) strcpy(l_path, "fb"); in display()
268 (void) strcat(l_path, buf); in display()
270 (void) devfsadm_secondary_link(l_path, contents, 0); in display()
311 char l_path[PATH_MAX]; in ses_callback() local
333 (void) snprintf(l_path, sizeof (l_path), "es/ses%s", buf); in ses_callback()
335 (void) devfsadm_mklink(l_path, node, minor, 0); in ses_callback()
548 char l_path[PATH_MAX], p_path[PATH_MAX], *buf, *devfspath; in gpio() local
570 (void) snprintf(l_path, sizeof (l_path), "%s%s", "gpio", buf); in gpio()
574 (void) devfsadm_mklink(l_path, node, minor, 0); in gpio()