Home
last modified time | relevance | path

Searched refs:io (Results 1 – 25 of 69) sorted by relevance

123

/glibc-2.36/sysdeps/unix/sysv/linux/alpha/
Dioperm.c174 } io; variable
209 return io.base + (port << 5) + ((size - 1) << 3); in port_to_cpu_addr()
211 return port + io.base; in port_to_cpu_addr()
213 return io.base + (port << 7) + ((size - 1) << 5); in port_to_cpu_addr()
225 if (msb && msb != io.hae_cache) in inline_sethae()
227 io.hae_cache = msb; in inline_sethae()
235 if (addr != io.hae_cache) in inline_sethae()
237 io.hae_cache = addr; in inline_sethae()
322 return port + io.base; in dense_port_to_cpu_addr()
547 io.sparse_bus_memory_base in init_iosys()
[all …]
DMakefile6 sysdep_headers += alpha/ptrace.h alpha/regdef.h sys/io.h
/glibc-2.36/sysdeps/unix/sysv/linux/ia64/
Dioperm.c50 io; variable
72 if (!io.base) in _ioperm()
77 io.page_mask = ~(__getpagesize() - 1); in _ioperm()
97 io.base = base; in _ioperm()
102 if (!io.base) in _ioperm()
136 volatile unsigned char *addr = (void *) io.base + io_offset (port); in _inb()
147 volatile unsigned short *addr = (void *) io.base + io_offset (port); in _inw()
158 volatile unsigned int *addr = (void *) io.base + io_offset (port); in _inl()
169 volatile unsigned char *addr = (void *) io.base + io_offset (port); in _outb()
178 volatile unsigned short *addr = (void *) io.base + io_offset (port); in _outw()
[all …]
DMakefile17 sysdep_headers += sys/io.h
/glibc-2.36/sysdeps/mach/hurd/
Dfaccessat.c47 file_t rcrdir, rcwdir, io; in __faccessat_common() local
53 io = __file_name_lookup_at (fd, at_flags &~ AT_EACCESS, file, 0, 0); in __faccessat_common()
54 if (io == MACH_PORT_NULL) in __faccessat_common()
169 file, hurd_flags, 0, &io); in __faccessat_common()
189 err = __file_check_access (io, &allowed); in __faccessat_common()
190 __mach_port_deallocate (__mach_task_self (), io); in __faccessat_common()
DMakefile48 before-compile += $(patsubst %,$(hurd-objpfx)hurd/%.h,auth io fs process)
49 $(patsubst %,$(hurd-objpfx)hurd/%.h,auth io fs process): hurd-before-compile
200 ifeq (io, $(subdir))
/glibc-2.36/sysdeps/unix/sysv/linux/
Dupdate-syscall-lists.py21 import io
73 out = io.StringIO()
87 out = io.StringIO()
/glibc-2.36/mach/
Derr_server.sub115 "(server/io) GENERIC ERROR",
116 "(server/io) invalid offset",
117 "(server/io) invalid size",
118 "(server/io) invalid mode",
119 "(server/io) invalid strategy",
120 "(server/io) operation rejected under current I/O strategy",
309 "(server/io)",
/glibc-2.36/scripts/
Dgen-rrtypes.py38 import io
44 for row in csv.reader(io.TextIOWrapper(urllib.request.urlopen(source))):
/glibc-2.36/localedata/locales/
Dlt_LT23 % Address: P.O Box 1147, Donelaic<io 60
225 "baland<U017E>io";/
229 "rugpj<U016B><U010D>io";/
232 "lapkri<U010D>io";/
233 "gruod<U017E>io"
Dky_KG68 collating-symbol <io>
71 <io>
73 <U0451> <io>;"<BASE><BASE>";"<MIN><MIN>";IGNORE % ё
74 <U0401> <io>;"<BASE><BASE>";"<CAP><MIN>";IGNORE % Ё
Dkk_KZ76 collating-symbol <io>
81 <io>
87 <U0451> <io>;"<BASE><BASE>";"<MIN><MIN>";IGNORE % ё
88 <U0401> <io>;"<BASE><BASE>";"<CAP><MIN>";IGNORE % Ё
Dtg_TJ83 collating-symbol <io>
93 <io>
107 <U0451> <io>;"<BASE><BASE>";"<MIN><MIN>";IGNORE % ё
108 <U0401> <io>;"<BASE><BASE>";"<CAP><MIN>";IGNORE % Ё
Dbe_BY73 collating-symbol <cyrillic-io>
77 <cyrillic-io>
81 <U0451> <cyrillic-io>;"<BASE><BASE>";"<MIN><MIN>";IGNORE % CYRILLIC SMALL LETTER IO
82 <U0401> <cyrillic-io>;"<BASE><BASE>";"<CAP><MIN>";IGNORE % CYRILLIC CAPITAL LETTER IO
Dtt_RU104 collating-symbol <cyrillic-small-io>
129 <cyrillic-small-io>
158 <U0451> <cyrillic-small-io>;"<BASE><BASE>";"<MIN><MIN>";IGNORE % ё
159 <U0401> <cyrillic-small-io>;"<BASE><BASE>";"<CAP><MIN>";IGNORE % Ё
Dtk_TM187 collating-symbol <cyrillic-io>
212 <cyrillic-io>
246 <U0451> <cyrillic-io>;"<BASE><BASE>";"<MIN><MIN>";IGNORE % ё
247 <U0401> <cyrillic-io>;"<BASE><BASE>";"<CAP><MIN>";IGNORE % Ё
Duz_UZ@cyrillic73 <U0451> "<U0079><U006F>" % io -> yo
113 <U0401> "<U0059><U006F>" % io -> yo
/glibc-2.36/ChangeLog.old/
DChangeLog.126 * io/Makefile (routines): Add fchdir.
185 * io/flock.c: #include <sys/file.h>, and not fcntl.h or sys/types.h.
229 * sysdeps/unix/bsd/__tcgetatr.c: Cast sg_[io]speed to (unsigned char)
378 * io/umask.c: Fixed return type in fn alias.
406 * io/umask.c, io/mkdir.c, io/chmod.c: Use mode_t not int in arg decls.
427 (open_memstream): Use it for seek io fn. Call fmemopen with "w+" mode.
451 * stdio/fwrite.c: Cast arg to write io func to const char * (from uns).
528 * io/ftw.h, io/ftw.c: New.
529 * io/Makefile (headers): Added ftw.h.
623 * sysdeps/unix/sysv/Makefile [subdir==io] (sysdep-routines): Removed
[all …]
DChangeLog.16299 * io/readlinkat.c (readlinkat): Likewise.
465 * io/fts.c (fts_build): Call fts_lfree in the two error cases
485 * io/fts.c (fts_build): Comment out dead code [Coverity CID 68].
539 * io/fts.c (fts_open): Don't allocate parent if *argv==NULL
790 * io/readlink.c: Likewise.
791 * io/readlinkat.c: Likewise.
1168 * io/ftw.c (process_entry): If dir->streamfd != -1,
1284 * io/openat.c (__openat): Define instead of openat.
1286 * io/openat64.c (__openat64): Define instead of openat64.
1437 * io/fcntl.h (AT_SYMLINK_FOLLOW): Define.
[all …]
DChangeLog.3201 fileno io functions to null.
235 * sysdeps/mach/hurd/fdopen.c: Include <hurd/io.h> for
549 * io/Makefile (headers): Add poll.h and sys/poll.h.
555 * io/poll.h, io/sys/poll.h: New files.
562 * io/test-utime.c (main): New file.
563 * io/Makefile (tests): New variable.
968 * io/lockf.c: Include fcntl.h and errno.h.
1052 * io/lockf.c: New file.
1053 * io/Makefile (routines): Add lockf.
1054 * io/fcntl.h [__USE_MISC] (F_ULOCK, F_LOCK, F_TLOCK, F_TEST): New
[all …]
/glibc-2.36/sysdeps/unix/sysv/linux/sh/
DMakefile1 ifeq ($(subdir),io)
/glibc-2.36/sysdeps/unix/sysv/linux/i386/
DMakefile15 ifeq ($(subdir),io)
/glibc-2.36/sysdeps/unix/sysv/linux/x86/
DMakefile11 sysdep_headers += sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h sys/io.h
/glibc-2.36/hurd/
DMakefile36 fs fsys io io_reply io_request \
/glibc-2.36/sysdeps/mach/hurd/i386/
DMakefile3 sysdep_headers += sys/io.h

123