Searched defs:path_buf (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/ |
H A D | dapl_tavor_hca.c | 176 char path_buf[MAXPATHLEN]; local 220 (void) dapl_os_strcpy(path_buf, "/devices"); 221 (void) dapl_os_strcat(path_buf, dev_path); 222 (void) dapl_os_strcat(path_buf, ":devctl"); 234 fd = open(path_buf, O_RDWR); 238 path_buf, strerror(errno));
|
/illumos-gate/usr/src/cmd/svr4pkg/libinst/ |
H A D | fixpath.c | 680 char path_buf[PATH_MAX]; local 685 (void) strlcpy(path_buf, path, sizeof (path_buf)); 686 mappath(getmapmode(), path_buf); local 687 canonize(path_buf); 689 return (qstrdup(path_buf));
|
/illumos-gate/usr/src/cmd/sgs/elfedit/common/ |
H A D | elfedit.c | 1733 char path_buf[PATH_MAX + 1]; local 1785 path = path_buf; 1787 if (snprintf(path_buf, sizeof (path_buf), 1789 name) > sizeof (path_buf))
|
/illumos-gate/usr/src/cmd/picl/plugins/common/devtree/ |
H A D | picldevtree.c | 1593 char *path_buf; local 1604 path_buf = di_devfs_path(cnode); 1605 if (path_buf == NULL) 1610 di_devfs_path_free(path_buf); 1617 di_devfs_path_free(path_buf); 1622 * this is quite complicated - both path_buf and any nodes 1625 * take path_buf and work out what the device path would 1629 if (((strp = strrchr(path_buf, '/')) != NULL) && 1650 path_buf, unitaddr); 1652 path_buf); [all...] |
Completed in 2996 milliseconds