Lines Matching refs:l_path
262 char l_path[PATH_MAX + 1], contents[PATH_MAX + 1], *buf; in display() local
267 (void) strcpy(l_path, "fbs/"); in display()
268 (void) strcat(l_path, mn); in display()
269 (void) devfsadm_mklink(l_path, node, minor, 0); in display()
272 if (devfsadm_enumerate_int(l_path, 0, &buf, rules, 1)) { in display()
275 (void) strcpy(contents, l_path); in display()
276 (void) strcpy(l_path, "fb"); in display()
277 (void) strcat(l_path, buf); in display()
279 (void) devfsadm_secondary_link(l_path, contents, 0); in display()
320 char l_path[PATH_MAX]; in ses_callback() local
342 (void) snprintf(l_path, sizeof (l_path), "es/ses%s", buf); in ses_callback()
344 (void) devfsadm_mklink(l_path, node, minor, 0); in ses_callback()
557 char l_path[PATH_MAX], p_path[PATH_MAX], *buf, *devfspath; in gpio() local
579 (void) snprintf(l_path, sizeof (l_path), "%s%s", "gpio", buf); in gpio()
583 (void) devfsadm_mklink(l_path, node, minor, 0); in gpio()