Searched defs:PathName (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libtecla/common/
H A Dpathutil.h47 } PathName; typedef in typeref:struct:__anon4095
49 PathName *_new_PathName(void);
50 PathName *_del_PathName(PathName *path);
52 char *_pn_clear_path(PathName *path);
53 char *_pn_append_to_path(PathName *path, const char *string, int slen,
55 char *_pn_prepend_to_path(PathName *path, const char *string, int slen,
57 char *_pn_resize_path(PathName *path, size_t length);
/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dclusters.c672 static char PathName[MAXPATHLEN]; variable
695 PathName[0] = '\0';
708 ignore, &ignorep1, &ignore32, &ignorep2, PathName,
714 &ignorep1, &ignore32, &ignorep2, PathName, &pathlen);
/illumos-gate/usr/src/boot/sys/boot/efi/include/
H A Defidevp.h327 CHAR16 PathName[1]; member in struct:_FILEPATH_DEVICE_PATH
330 #define SIZE_OF_FILEPATH_DEVICE_PATH EFI_FIELD_OFFSET(FILEPATH_DEVICE_PATH,PathName)

Completed in 56 milliseconds