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