Searched defs:path_buf (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_hca.c177 char path_buf[MAXPATHLEN]; local
221 (void) dapl_os_strcpy(path_buf, "/devices");
222 (void) dapl_os_strcat(path_buf, dev_path);
223 (void) dapl_os_strcat(path_buf, ":devctl");
235 fd = open(path_buf, O_RDWR);
239 path_buf, strerror(errno));
/osnet-11/usr/src/grub/grub2/grub-core/fs/zfs/
H A Dzfs.c2912 char *path, *path_buf; local
2971 path = path_buf = grub_strdup (path_in);
2972 if (!path_buf)
3015 grub_free (path_buf);
3044 char *oldpath = path, *oldpathbuf = path_buf;
3078 path = path_buf = grub_malloc (sym_sz + grub_strlen (oldpath) + 1);
3079 if (!path_buf)
3140 char *oldpath = path, *oldpathbuf = path_buf;
3141 path = path_buf = grub_malloc (sym_sz + grub_strlen (oldpath) + 1);
3142 if (!path_buf)
[all...]

Completed in 32 milliseconds