Home
last modified time | relevance | path

Searched refs:ost (Results 1 – 25 of 46) sorted by relevance

12

/netbsd/lib/libc/compat/sys/
H A Dcompat___stat13.c78 ost->st_mode = st->st_mode; in cvtstat()
79 ost->st_nlink = st->st_nlink; in cvtstat()
80 ost->st_uid = st->st_uid; in cvtstat()
81 ost->st_gid = st->st_gid; in cvtstat()
91 ost->st_size = st->st_size; in cvtstat()
94 ost->st_flags = st->st_flags; in cvtstat()
95 ost->st_gen = st->st_gen; in cvtstat()
106 cvtstat(ost, &nst); in __compat___stat13()
118 cvtstat(ost, &nst); in __compat___fstat13()
130 cvtstat(ost, &nst); in __compat___lstat13()
[all …]
H A Dcompat_stat.c71 ost->st_mode = st->st_mode; in __strong_alias()
73 ost->st_nlink = (1 << 15) - 1; in __strong_alias()
75 ost->st_nlink = st->st_nlink; in __strong_alias()
76 ost->st_uid = st->st_uid; in __strong_alias()
77 ost->st_gid = st->st_gid; in __strong_alias()
85 ost->st_size = st->st_size; in __strong_alias()
88 ost->st_flags = st->st_flags; in __strong_alias()
89 ost->st_gen = st->st_gen; in __strong_alias()
100 cvtstat(&nst, ost); in __compat_stat()
112 cvtstat(&nst, ost); in __compat_fstat()
[all …]
H A Dcompat___stat30.c78 ost->st_ino = st->st_ino; in cvtstat()
79 ost->st_mode = st->st_mode; in cvtstat()
80 ost->st_nlink = st->st_nlink; in cvtstat()
81 ost->st_uid = st->st_uid; in cvtstat()
82 ost->st_gid = st->st_gid; in cvtstat()
88 ost->st_size = st->st_size; in cvtstat()
92 ost->st_gen = st->st_gen; in cvtstat()
103 cvtstat(ost, &nst); in __compat___stat30()
115 cvtstat(ost, &nst); in __compat___fstat30()
127 cvtstat(ost, &nst); in __compat___lstat30()
[all …]
H A Dcompat_statfs.c67 __compat_statfs(const char *file, struct statfs12 *ost) in __strong_alias()
74 statvfs_to_statfs12(&nst, ost); in __strong_alias()
79 __compat_fstatfs(int f, struct statfs12 *ost) in __compat_fstatfs() argument
86 statvfs_to_statfs12(&nst, ost); in __compat_fstatfs()
91 __compat_fhstatfs(const struct compat_30_fhandle *fh, struct statfs12 *ost) in __compat_fhstatfs() argument
98 statvfs_to_statfs12(&nst, ost); in __compat_fhstatfs()
103 __compat_getfsstat(struct statfs12 *ost, long size, int flags) in __compat_getfsstat() argument
107 size_t bsize = (size_t)(size / sizeof(*ost)) * sizeof(*nst); in __compat_getfsstat()
109 if (ost != NULL) { in __compat_getfsstat()
119 statvfs_to_statfs12(&nst[i], &ost[i]); in __compat_getfsstat()
/netbsd/sys/compat/common/
H A Dvfs_syscalls_50.c94 memset(ost, 0, sizeof(*ost)); in cvtstat()
95 ost->st_dev = st->st_dev; in cvtstat()
96 ost->st_ino = st->st_ino; in cvtstat()
97 ost->st_mode = st->st_mode; in cvtstat()
98 ost->st_nlink = st->st_nlink; in cvtstat()
99 ost->st_uid = st->st_uid; in cvtstat()
100 ost->st_gid = st->st_gid; in cvtstat()
101 ost->st_rdev = st->st_rdev; in cvtstat()
106 ost->st_size = st->st_size; in cvtstat()
110 ost->st_gen = st->st_gen; in cvtstat()
[all …]
H A Dvfs_syscalls_12.c85 memset(ost, 0, sizeof(*ost)); in compat_12_stat_conv()
86 ost->st_dev = st->st_dev; in compat_12_stat_conv()
87 ost->st_ino = st->st_ino; in compat_12_stat_conv()
90 ost->st_nlink = (1 << 15) - 1; in compat_12_stat_conv()
92 ost->st_nlink = st->st_nlink; in compat_12_stat_conv()
93 ost->st_uid = st->st_uid; in compat_12_stat_conv()
94 ost->st_gid = st->st_gid; in compat_12_stat_conv()
95 ost->st_rdev = st->st_rdev; in compat_12_stat_conv()
99 ost->st_size = st->st_size; in compat_12_stat_conv()
102 ost->st_flags = st->st_flags; in compat_12_stat_conv()
[all …]
H A Dvfs_syscalls_43.c124 memset(ost, 0, sizeof(*ost)); in cvtstat()
125 ost->st_dev = st->st_dev; in cvtstat()
126 ost->st_ino = st->st_ino; in cvtstat()
128 ost->st_nlink = st->st_nlink; in cvtstat()
129 ost->st_uid = st->st_uid; in cvtstat()
130 ost->st_gid = st->st_gid; in cvtstat()
131 ost->st_rdev = st->st_rdev; in cvtstat()
133 ost->st_size = st->st_size; in cvtstat()
135 ost->st_size = -2; in cvtstat()
141 ost->st_flags = st->st_flags; in cvtstat()
[all …]
H A Dvfs_syscalls_30.c87 memset(ost, 0, sizeof(*ost)); in cvtstat()
88 ost->st_dev = st->st_dev; in cvtstat()
90 ost->st_mode = st->st_mode; in cvtstat()
91 ost->st_nlink = st->st_nlink; in cvtstat()
92 ost->st_uid = st->st_uid; in cvtstat()
93 ost->st_gid = st->st_gid; in cvtstat()
94 ost->st_rdev = st->st_rdev; in cvtstat()
99 ost->st_size = st->st_size; in cvtstat()
100 ost->st_blocks = st->st_blocks; in cvtstat()
102 ost->st_flags = st->st_flags; in cvtstat()
[all …]
/netbsd/tests/lib/libc/c063/
H A Dt_linkat.c64 struct stat ost, nst; in ATF_TC_BODY() local
77 ATF_REQUIRE(stat(FILE, &ost) == 0); in ATF_TC_BODY()
79 ATF_REQUIRE(ost.st_ino == nst.st_ino); in ATF_TC_BODY()
91 struct stat ost, nst; in ATF_TC_BODY() local
100 ATF_REQUIRE(stat(FILE, &ost) == 0); in ATF_TC_BODY()
150 struct stat ost, nst; in ATF_TC_BODY() local
165 ATF_REQUIRE(lstat(LINK, &ost) == 0); in ATF_TC_BODY()
169 ATF_REQUIRE(lstat(FILE, &ost) == 0); in ATF_TC_BODY()
183 struct stat ost, nst; in ATF_TC_BODY() local
197 ATF_REQUIRE(lstat(LINK, &ost) == 0); in ATF_TC_BODY()
[all …]
H A Dt_renameat.c62 struct stat ost, nst; in ATF_TC_BODY() local
69 ATF_REQUIRE(stat(FILE, &ost) == 0); in ATF_TC_BODY()
78 ATF_REQUIRE(ost.st_ino == nst.st_ino); in ATF_TC_BODY()
91 struct stat ost, nst; in ATF_TC_BODY() local
98 ATF_REQUIRE(stat(FILE, &ost) == 0); in ATF_TC_BODY()
103 ATF_REQUIRE(ost.st_ino == nst.st_ino); in ATF_TC_BODY()
H A Dt_symlinkat.c62 struct stat ost, nst; in ATF_TC_BODY() local
73 ATF_REQUIRE(stat(FILE, &ost) == 0); in ATF_TC_BODY()
75 ATF_REQUIRE(ost.st_ino == nst.st_ino); in ATF_TC_BODY()
87 struct stat ost, nst; in ATF_TC_BODY() local
96 ATF_REQUIRE(stat(FILE, &ost) == 0); in ATF_TC_BODY()
98 ATF_REQUIRE(ost.st_ino == nst.st_ino); in ATF_TC_BODY()
/netbsd/sys/conf/
H A Dnewvers.sh229 ost="NetBSD"
232 fullversion="${ost} ${osr} (${id})${reproversion}\n"
255 const char ostype[] = "${ost}";
/netbsd/external/bsd/ntp/dist/sntp/libopts/
H A Dconfigfile.c41 handle_cfg(tOptions * opts, tOptState * ost, char * txt, int dir);
65 handle_struct(tOptions * opts, tOptState * ost, char * txt, int dir);
518 handle_cfg(tOptions * opts, tOptState * ost, char * txt, int dir) in handle_cfg() argument
531 load_opt_line(opts, ost, pzName, dir, OPTION_LOAD_UNCOOKED); in handle_cfg()
587 load_opt_line(opts, ost, pzName, dir, OPTION_LOAD_UNCOOKED); in handle_cfg()
920 handle_struct(tOptions * opts, tOptState * ost, char * txt, int dir) in handle_struct() argument
951 load_opt_line(opts, ost, pzName, dir, mode); in handle_struct()
992 load_opt_line(opts, ost, pzName, dir, mode); in handle_struct()
/netbsd/sys/external/gpl2/dts/dist/arch/mips/boot/dts/ingenic/
H A Dcu1830-neo.dts91 &ost {
93 assigned-clocks = <&ost OST_CLK_PERCPU_TIMER>, <&ost OST_CLK_GLOBAL_TIMER>;
H A Dcu1000-neo.dts91 &ost {
93 assigned-clocks = <&ost OST_CLK_PERCPU_TIMER>, <&ost OST_CLK_GLOBAL_TIMER>;
H A Dx1830.dtsi83 ost: timer@12000000 { label
84 compatible = "ingenic,x1830-ost", "ingenic,x1000-ost";
90 clock-names = "ost";
H A Djz4780.dtsi138 ost: timer@e0 { label
139 compatible = "ingenic,jz4780-ost", "ingenic,jz4770-ost";
143 clock-names = "ost";
H A Dx1000.dtsi90 ost: timer@12000000 { label
91 compatible = "ingenic,x1000-ost";
97 clock-names = "ost";
H A Djz4725b.dtsi105 ost: timer@e0 { label
106 compatible = "ingenic,jz4725b-ost";
110 clock-names = "ost";
H A Djz4770.dtsi118 ost: timer@e0 { label
119 compatible = "ingenic,jz4770-ost";
123 clock-names = "ost";
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dremote-fileio.c725 struct stat ost, nst; in remote_fileio_func_rename() local
758 of = stat (oldpath, &ost); in remote_fileio_func_rename()
760 if ((!of && !S_ISREG (ost.st_mode) && !S_ISDIR (ost.st_mode)) in remote_fileio_func_rename()
782 if (S_ISREG (ost.st_mode)) in remote_fileio_func_rename()
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dremote-fileio.c725 struct stat ost, nst; in remote_fileio_func_rename() local
758 of = stat (oldpath, &ost); in remote_fileio_func_rename()
760 if ((!of && !S_ISREG (ost.st_mode) && !S_ISDIR (ost.st_mode)) in remote_fileio_func_rename()
782 if (S_ISREG (ost.st_mode)) in remote_fileio_func_rename()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dtree-object-size.c1328 tree ost = gimple_call_arg (call, 1); in execute() local
1329 if (tree_fits_uhwi_p (ost)) in execute()
1331 unsigned HOST_WIDE_INT object_size_type = tree_to_uhwi (ost); in execute()
1367 tree ost = gimple_call_arg (call, 1); in execute() local
1369 if (tree_fits_uhwi_p (ost)) in execute()
1371 unsigned HOST_WIDE_INT object_size_type = tree_to_uhwi (ost); in execute()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dtree-object-size.c1328 tree ost = gimple_call_arg (call, 1); in execute() local
1329 if (tree_fits_uhwi_p (ost)) in execute()
1331 unsigned HOST_WIDE_INT object_size_type = tree_to_uhwi (ost); in execute()
1367 tree ost = gimple_call_arg (call, 1); in execute() local
1369 if (tree_fits_uhwi_p (ost)) in execute()
1371 unsigned HOST_WIDE_INT object_size_type = tree_to_uhwi (ost); in execute()
/netbsd/bin/csh/
H A Dexec.c271 Char *lastsh[2], **vp, *st0, **ost; in texec() local
326 ost = st; in texec()
328 ost[0] = st0; in texec()

12