Searched defs:fs (Results 1 - 25 of 99) sorted by relevance

1234

/illumos-gate/usr/src/lib/libast/common/features/
H A Dsfinit.c34 char* fs = ""; local
38 char* fs = "F"; local
45 printf("\t1E%d%s,\n", i, fs);
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dstrtod.c41 fp_exception_field_type fs; local
51 decimal_to_double(&x, &mr, &dr, &fs);
52 if (fs & (1 << fp_overflow)) { /* Overflow. */
55 if (fs & (1 << fp_underflow)) { /* underflow */
H A Dfstab.c38 fstabscan(struct fstab *fs) argument
50 fs->fs_spec = mnt->mnt_fsname;
51 fs->fs_file = mnt->mnt_dir;
63 fs->fs_type = mnt->mnt_opts;
64 fs->fs_freq = mnt->mnt_freq;
65 fs->fs_passno = mnt->mnt_passno;
140 struct fstab *fs; local
144 while ((fs = getfsent()) != 0)
145 if (strcmp(fs->fs_type, type) == 0)
146 return (fs);
[all...]
H A Ddouble_decim.c344 char is[_INTEGER_SIZE], fs[DECIMAL_STRING_LENGTH]; local
427 binary_to_decimal_fraction(&fx, nsig, nfrac, fs, &fraczeros, &fracsigs);
465 * fs[0]. */
466 } else { /* Round digit is fs[0]. */
467 round = fs[0];
469 * fs[1]. */
473 for (ids = stickystart; (fs[ids] == '0') && (ids < fracdigs); ids++);
484 for (i = 0; fs[i] == '0'; i++);
503 pd->ds[ids++] = fs[i - fraczeros];
510 round = fs[
[all...]
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dfmtrec.c32 fmtrec(Recfmt_t f, int fs) argument
49 if (fs)
58 if (!fs)
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dstrtod.c48 fp_exception_field_type fs; local
67 __hex_to_double(&dr, mr.rd, &x, &fs);
69 decimal_to_double(&x, &mr, &dr, &fs);
70 if (fs & ((1 << fp_overflow) | (1 << fp_underflow)))
81 fp_exception_field_type fs; local
98 __hex_to_single(&dr, mr.rd, &x, &fs);
100 decimal_to_single(&x, &mr, &dr, &fs);
101 if (fs & ((1 << fp_overflow) | (1 << fp_underflow)))
112 fp_exception_field_type fs; local
124 __hex_to_quadruple(&dr, mr.rd, &x, &fs);
[all...]
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dmnt.h47 char* fs; /* filesystem name */ member in struct:__anon2594
/illumos-gate/usr/src/lib/libast/common/include/
H A Dmnt.h38 char* fs; /* filesystem name */ member in struct:__anon2630
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dmnt.h47 char* fs; /* filesystem name */ member in struct:__anon2694
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dmnt.h47 char* fs; /* filesystem name */ member in struct:__anon2716
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dmnt.h47 char* fs; /* filesystem name */ member in struct:__anon2738
/illumos-gate/usr/src/uts/intel/sys/
H A Dbootregs.h73 uint16_t fs; member in struct:bop_regs
/illumos-gate/usr/src/boot/lib/libstand/
H A Dopen.c94 struct fs_ops *fs; local
113 fs = exclusive_file_system;
114 error = (fs->fo_open)(fname, f);
135 fs = file_system[i];
136 error = (fs->fo_open)(file, f);
156 f->f_ops = fs;
/illumos-gate/usr/src/cmd/awk/
H A Dmain.c58 uchar *fs = NULL; local
103 fs = (uchar *) "\t";
105 fs = (uchar *)&argv[1][2];
112 fs = (uchar *) "\t";
114 fs = (uchar *)&argv[1][0];
117 if (fs == NULL || *fs == '\0')
156 if (fs)
157 *FS = qstring(fs, '\0');
/illumos-gate/usr/src/cmd/fs.d/ufs/fsirand/
H A Dfsirand.c52 #include <sys/fs/ufs_fs.h>
54 #include <sys/fs/ufs_inode.h>
62 struct fs *fs; local
98 fs = (struct fs *)fsbuf;
99 if ((n = read(fd, (char *)fs, SBSIZE)) != SBSIZE) {
105 if ((fs->fs_magic != FS_MAGIC) &&
106 (fs->fs_magic != MTB_UFS_MAGIC)) {
111 if (fs
[all...]
/illumos-gate/usr/src/cmd/uname/
H A Duname.c66 char *fs = &fmt_string[1]; local
154 (void) fprintf(stdout, fs, sizeof (un->sysname),
156 fs = fmt_string;
159 (void) fprintf(stdout, fs, sizeof (un->nodename), un->nodename);
160 fs = fmt_string;
163 (void) fprintf(stdout, fs, sizeof (un->release), un->release);
164 fs = fmt_string;
167 (void) fprintf(stdout, fs, sizeof (un->version), un->version);
168 fs = fmt_string;
171 (void) fprintf(stdout, fs, sizeo
[all...]
/illumos-gate/usr/src/cmd/adbgen/common/
H A Dadbsub.c184 int fs; local
186 fs = do_fmt(fmt);
187 if (fs != size && warnings) {
190 name, size, fmt, fs);
193 last_off += fs;
/illumos-gate/usr/src/boot/sys/boot/i386/btx/lib/
H A Dbtxv86.h35 uint32_t fs; /* V86 FS register */ member in struct:__v86
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dwstod.c60 fp_exception_field_type fs; local
76 __hex_to_double(&dr, mr.rd, &x, &fs);
78 decimal_to_double(&x, &mr, &dr, &fs);
79 if (fs & ((1 << fp_overflow) | (1 << fp_underflow)))
90 fp_exception_field_type fs; local
106 __hex_to_single(&dr, mr.rd, &x, &fs);
108 decimal_to_single(&x, &mr, &dr, &fs);
109 if (fs & ((1 << fp_overflow) | (1 << fp_underflow)))
120 fp_exception_field_type fs; local
131 __hex_to_extended(&dr, mr.rd, (extended *)&x, &fs);
[all...]
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dref_subr.c132 fs_location4 *fs; local
142 fs = &fsl->locations.locations_val[i];
143 for (j = 0; j < fs->server.server_len; j++) {
144 s = utf8_to_str(&fs->server.server_val[j], &l, NULL);
152 for (j = 0; j < fs->rootpath.pathname4_len; j++) {
153 s = utf8_to_str(&fs->rootpath.pathname4_val[j],
159 if (fs->rootpath.pathname4_len == 0)
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_extvnops.c33 #include <sys/fs/ufs_inode.h>
34 #include <sys/fs/ufs_lockfs.h>
35 #include <sys/fs/ufs_log.h>
36 #include <sys/fs/ufs_trans.h>
71 struct fs *fs; local
97 fs = ufsvfsp->vfs_fs;
134 offsetn = blkoff(fs, offset1);
137 (fs->fs_bsize - offsetn));
250 struct fs *f local
[all...]
H A Dufs_snap.c37 #include <sys/fs/ufs_inode.h>
38 #include <sys/fs/ufs_filio.h>
39 #include <sys/fs/ufs_snap.h>
43 #include <sys/fs/ufs_bio.h>
67 struct fs *fs = ufsvfsp->vfs_fs; local
86 if (fs->fs_ronly) {
131 if (fs->fs_clean != FSACTIVE &&
132 fs->fs_clean != FSSTABLE &&
133 fs
283 struct fs *fs = ufsvfsp->vfs_fs; local
361 struct fs *fs = ufsvfsp->vfs_fs; local
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_init.c32 const_profile_filespec_t *fs; local
45 for (fs = files; !PROFILE_LAST_FILESPEC(*fs); fs++) {
46 retval = profile_open_file(*fs, &new_file);
/illumos-gate/usr/src/lib/libgrubmgmt/common/
H A Dlibgrub_fs.c48 #include <sys/fs/ufs_mount.h>
176 get_zfs_root(zfs_handle_t *zfh, grub_fs_t *fs, grub_root_t *root) argument
184 (zph = zpool_open(fs->gf_lzfh, name)) == NULL)
438 grub_current_root(grub_fs_t *fs, grub_root_t *root) argument
473 if ((zfh = zfs_open(fs->gf_lzfh, name, ZFS_TYPE_FILESYSTEM)) ==
480 if (get_zfs_root(zfh, fs, root))
H A Dlibgrub_menu.c308 grub_fs_init(grub_fs_t *fs) argument
310 assert(fs);
311 if ((fs->gf_lzfh = libzfs_init()) == NULL ||
312 (fs->gf_diroot = di_init("/", DINFOCPYALL | DINFOPATH))
314 (fs->gf_dvlh = di_devlink_init(NULL, 0)) == DI_LINK_NIL) {
321 grub_fs_fini(grub_fs_t *fs) argument
323 if (fs == NULL)
326 if (fs->gf_dvlh != DI_LINK_NIL)
327 (void) di_devlink_fini(&fs->gf_dvlh);
328 if (fs
[all...]

Completed in 130 milliseconds

1234