Searched refs:path_buf (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/cmd/svr4pkg/libinst/ |
H A D | fixpath.c | 680 char path_buf[PATH_MAX]; in expand_path() local 685 (void) strlcpy(path_buf, path, sizeof (path_buf)); in expand_path() 686 mappath(getmapmode(), path_buf); in expand_path() 687 canonize(path_buf); in expand_path() 689 return (qstrdup(path_buf)); in expand_path()
|
/titanic_41/usr/src/lib/udapl/udapl_tavor/tavor/ |
H A D | dapl_tavor_hca.c | 176 char path_buf[MAXPATHLEN]; in dapli_process_tavor_node() local 220 (void) dapl_os_strcpy(path_buf, "/devices"); in dapli_process_tavor_node() 221 (void) dapl_os_strcat(path_buf, dev_path); in dapli_process_tavor_node() 222 (void) dapl_os_strcat(path_buf, ":devctl"); in dapli_process_tavor_node() 234 fd = open(path_buf, O_RDWR); in dapli_process_tavor_node() 238 path_buf, strerror(errno)); in dapli_process_tavor_node()
|
/titanic_41/usr/src/cmd/picl/plugins/common/devtree/ |
H A D | picldevtree.c | 1593 char *path_buf; in update_subtree() local 1604 path_buf = di_devfs_path(cnode); in update_subtree() 1605 if (path_buf == NULL) in update_subtree() 1610 di_devfs_path_free(path_buf); in update_subtree() 1617 di_devfs_path_free(path_buf); in update_subtree() 1629 if (((strp = strrchr(path_buf, '/')) != NULL) && in update_subtree() 1650 path_buf, unitaddr); in update_subtree() 1652 path_buf); in update_subtree() 1658 path_buf); in update_subtree() 1660 path_buf); in update_subtree() [all …]
|
/titanic_41/usr/src/cmd/ssh/sftp/ |
H A D | sftp.c | 1050 char path_buf[MAXPATHLEN]; in parse_dispatch_command() local 1222 if (!getcwd(path_buf, sizeof(path_buf))) { in parse_dispatch_command() 1227 printf(gettext("Local working directory: %s\n"), path_buf); in parse_dispatch_command()
|
/titanic_41/usr/src/cmd/sgs/elfedit/common/ |
H A D | elfedit.c | 1733 char path_buf[PATH_MAX + 1]; in elfedit_load_module() local 1785 path = path_buf; in elfedit_load_module() 1787 if (snprintf(path_buf, sizeof (path_buf), in elfedit_load_module() 1789 name) > sizeof (path_buf)) in elfedit_load_module()
|
/titanic_41/usr/src/lib/libdevinfo/ |
H A D | libdevinfo.h | 188 extern void di_devfs_path_free(char *path_buf);
|