/titanic_44/usr/src/lib/libast/common/comp/ |
H A D | statvfs.c | 83 strncpy(vfs->f_basetype, FS_default, sizeof(vfs->f_basetype) - 1); 85 strncpy(vfs->f_fstr, vfs->f_basetype, sizeof(vfs->f_fstr) - 1); 134 strncpy(vfs->f_basetype, FS_default, sizeof(vfs->f_basetype) - 1); 136 strncpy(vfs->f_fstr, vfs->f_basetype, sizeof(vfs->f_fstr) - 1);
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | statvfs.h | 63 char f_basetype[_FSTYPSZ]; /* target fs type name, */ member 87 char f_basetype[_FSTYPSZ]; /* target fs type name, */ member 109 char f_basetype[FSTYPSZ]; /* target fs type name, */ member 138 char f_basetype[FSTYPSZ]; /* target fs type name, */ member
|
/titanic_44/usr/src/cmd/abi/spectrans/spec2trace/ |
H A D | trace.c | 720 char f_basetype[BUFSIZ]; in collect_prototype() local 776 decl_GetTraceInfo(pp, f_type, f_basetype, &funargs); in collect_prototype() 779 (void) sprintf(buf, "%s", strnormalize(f_basetype)); in collect_prototype() 780 (void) strcpy(f_basetype, buf); in collect_prototype() 781 levels = to_basetype(f_basetype); in collect_prototype() 788 f_name, f_basetype, f_type); in collect_prototype() 790 symtab_set_function(f_name, line, file, f_type, f_basetype, levels); in collect_prototype() 792 db_add_print_types(f_basetype, in collect_prototype() 795 symtab_add_print_types(f_basetype, q); in collect_prototype()
|
/titanic_44/usr/src/lib/libproc/common/ |
H A D | pr_statvfs.c | 52 (void) memcpy(dest->f_basetype, src->f_basetype, in statvfs_32_to_n() 53 sizeof (dest->f_basetype)); in statvfs_32_to_n()
|
H A D | Pisprocdir.c | 60 strcmp(statvfsb.f_basetype, "proc") == 0); in Pisprocdir()
|
/titanic_44/usr/src/cmd/cmd-inet/sbin/netstrategy/ |
H A D | netstrategy.c | 115 if (strncmp(vfs.f_basetype, "nfs", sizeof ("nfs") - 1) == 0) in get_root_fstype() 116 vfs.f_basetype[sizeof ("nfs") - 1] = '\0'; in get_root_fstype() 117 return (vfs.f_basetype); in get_root_fstype()
|
/titanic_44/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_fs.h | 119 #define f_basetype f_reserved7 macro 136 char f_basetype[16]; /* target fs type name, null-terminated */
|
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_fs.h | 98 #define f_basetype f_reserved7 macro 115 char f_basetype[16]; /* target fs type name, null-terminated */
|
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_fs.h | 119 #define f_basetype f_reserved7 macro 136 char f_basetype[16]; /* target fs type name, null-terminated */
|
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_fs.h | 98 #define f_basetype f_reserved7 macro 115 char f_basetype[16]; /* target fs type name, null-terminated */
|
/titanic_44/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_fs.h | 119 #define f_basetype f_reserved7 macro 136 char f_basetype[16]; /* target fs type name, null-terminated */
|
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_fs.h | 98 #define f_basetype f_reserved7 macro 115 char f_basetype[16]; /* target fs type name, null-terminated */
|
/titanic_44/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_fs.h | 123 #define f_basetype f_reserved7 macro 140 char f_basetype[16]; /* target fs type name, null-terminated */
|
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_fs.h | 102 #define f_basetype f_reserved7 macro 119 char f_basetype[16]; /* target fs type name, null-terminated */
|
/titanic_44/usr/src/lib/libwanboot/common/ |
H A D | bootinfo_aux.c | 351 if (strncmp(vfs.f_basetype, "nfs", sizeof ("nfs") - 1) == 0) { in rootfs_type_init() 352 vfs.f_basetype[sizeof ("nfs") - 1] = '\0'; in rootfs_type_init() 354 rootfs_type = vfs.f_basetype; in rootfs_type_init()
|
/titanic_44/usr/src/uts/common/syscall/ |
H A D | statvfs.c | 68 bcopy((src)->f_basetype, (dst)->f_basetype, \ 69 sizeof ((dst)->f_basetype)); \
|
/titanic_44/usr/src/uts/common/fs/objfs/ |
H A D | objfs_vfs.c | 257 (void) strlcpy(sp->f_basetype, vfssw[vfsp->vfs_fstype].vsw_name, in objfs_statvfs() 258 sizeof (sp->f_basetype)); in objfs_statvfs()
|
/titanic_44/usr/src/uts/common/fs/sharefs/ |
H A D | sharefs_vfsops.c | 289 (void) strlcpy(sp->f_basetype, vfssw[vfsp->vfs_fstype].vsw_name, in sharefs_statvfs() 290 sizeof (sp->f_basetype)); in sharefs_statvfs()
|
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/ |
H A D | fs | 88 #define _mem_f_basetype_statvfs 1 /* f_basetype is a member of struct statvfs */ 98 #define f_basetype f_reserved7 115 char f_basetype[16]; /* target fs type name, null-terminated */
|
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/ |
H A D | fs | 88 #define _mem_f_basetype_statvfs 1 /* f_basetype is a member of struct statvfs */ 98 #define f_basetype f_reserved7 115 char f_basetype[16]; /* target fs type name, null-terminated */
|
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/ |
H A D | fs | 88 #define _mem_f_basetype_statvfs 1 /* f_basetype is a member of struct statvfs */ 98 #define f_basetype f_reserved7 115 char f_basetype[16]; /* target fs type name, null-terminated */
|
/titanic_44/usr/src/lib/libast/common/features/ |
H A D | fs | 141 mem statvfs.f_basetype,statvfs.f_frsize sys/types.h sys/statvfs.h 143 …sys/types.h sys/statvfs.h note{ statvfs.f_reserved7 can double for statvfs.f_basetype }end compile{ 175 #define f_basetype f_reserved7 192 char f_basetype[16]; /* target fs type name, null-terminated */
|
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/FEATURE/ |
H A D | fs | 92 #define _mem_f_basetype_statvfs 1 /* f_basetype is a member of struct statvfs */ 102 #define f_basetype f_reserved7 119 char f_basetype[16]; /* target fs type name, null-terminated */
|
/titanic_44/usr/src/cmd/fs.d/cachefs/cfsfstype/ |
H A D | cfsfstype.c | 126 (void) printf("%s\n", svb.f_basetype); in main()
|
/titanic_44/usr/src/lib/libbc/libc/sys/common/ |
H A D | _statfs.c | 45 char f_basetype[FSTYPSZ]; /* target fs type name, null-terminated */ member
|