Lines Matching refs:l_path
277 char l_path[PATH_MAX + 1], contents[PATH_MAX + 1], *buf; in display() local
282 (void) strcpy(l_path, "fbs/"); in display()
283 (void) strcat(l_path, mn); in display()
284 (void) devfsadm_mklink(l_path, node, minor, 0); in display()
287 if (devfsadm_enumerate_int(l_path, 0, &buf, rules, 1)) { in display()
290 (void) strcpy(contents, l_path); in display()
291 (void) strcpy(l_path, "fb"); in display()
292 (void) strcat(l_path, buf); in display()
294 (void) devfsadm_secondary_link(l_path, contents, 0); in display()
335 char l_path[PATH_MAX]; in ses_callback() local
357 (void) snprintf(l_path, sizeof (l_path), "es/ses%s", buf); in ses_callback()
359 (void) devfsadm_mklink(l_path, node, minor, 0); in ses_callback()
572 char l_path[PATH_MAX], p_path[PATH_MAX], *buf, *devfspath; in gpio() local
594 (void) snprintf(l_path, sizeof (l_path), "%s%s", "gpio", buf); in gpio()
598 (void) devfsadm_mklink(l_path, node, minor, 0); in gpio()