Home
last modified time | relevance | path

Searched refs:sv (Results 1 – 5 of 5) sorted by relevance

/sysdeps/posix/
A Dpathconf.c68 struct statvfs64 sv; in __pathconf() local
71 if (__statvfs64 (path, &sv) < 0) in __pathconf()
82 return sv.f_namemax; in __pathconf()
181 struct statvfs64 sv; in __pathconf() local
183 if (__statvfs64 (path, &sv) < 0) in __pathconf()
185 return sv.f_bsize; in __pathconf()
193 struct statvfs64 sv; in __pathconf() local
195 if (__statvfs64 (path, &sv) < 0) in __pathconf()
197 return sv.f_frsize; in __pathconf()
205 struct statvfs64 sv; in __pathconf() local
[all …]
A Dfpathconf.c67 struct statvfs64 sv; in __fpathconf() local
70 if (__fstatvfs64 (fd, &sv) < 0) in __fpathconf()
84 return sv.f_namemax; in __fpathconf()
183 struct statvfs64 sv; in __fpathconf() local
185 if (__fstatvfs64 (fd, &sv) < 0) in __fpathconf()
187 return sv.f_bsize; in __fpathconf()
195 struct statvfs64 sv; in __fpathconf() local
197 if (__fstatvfs64 (fd, &sv) < 0) in __fpathconf()
199 return sv.f_frsize; in __fpathconf()
207 struct statvfs64 sv; in __fpathconf() local
[all …]
/sysdeps/unix/sysv/linux/
A Dsocketpair.c27 __socketpair (int domain, int type, int protocol, int sv[2]) in __socketpair()
30 return INLINE_SYSCALL (socketpair, 4, domain, type, protocol, &sv[0]); in __socketpair()
32 return SOCKETCALL (socketpair, domain, type, protocol, sv); in __socketpair()
/sysdeps/pthread/
A Dtst-cancel28.c40 thread_handler (union sigval sv) in thread_handler() argument
/sysdeps/hppa/
A Dudiv_qrnnd.S192 L$odd: addib,sv,n 1,%r22,L$FF.. ;! r22 = (d / 2 + 1)

Completed in 5 milliseconds