Searched refs:fd (Results 126 - 150 of 4952) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/rx/
H A Dshar.d14 8: fd 61 00 shar r0, r0
15 b: fd 61 0f shar r0, r15
16 e: fd 61 f0 shar r15, r0
17 11: fd 61 ff shar r15, r15
18 14: fd a0 00 shar #0, r0, r0
19 17: fd a0 0f shar #0, r0, r15
20 1a: fd a0 f0 shar #0, r15, r0
21 1d: fd a0 ff shar #0, r15, r15
22 20: fd bf 00 shar #31, r0, r0
23 23: fd b
[all...]
H A Dshll.d14 8: fd 62 00 shll r0, r0
15 b: fd 62 0f shll r0, r15
16 e: fd 62 f0 shll r15, r0
17 11: fd 62 ff shll r15, r15
18 14: fd c0 00 shll #0, r0, r0
19 17: fd c0 0f shll #0, r0, r15
20 1a: fd c0 f0 shll #0, r15, r0
21 1d: fd c0 ff shll #0, r15, r15
22 20: fd df 00 shll #31, r0, r0
23 23: fd d
[all...]
H A Dshlr.d14 8: fd 60 00 shlr r0, r0
15 b: fd 60 0f shlr r0, r15
16 e: fd 60 f0 shlr r15, r0
17 11: fd 60 ff shlr r15, r15
18 14: fd 80 00 shlr #0, r0, r0
19 17: fd 80 0f shlr #0, r0, r15
20 1a: fd 80 f0 shlr #0, r15, r0
21 1d: fd 80 ff shlr #0, r15, r15
22 20: fd 9f 00 shlr #31, r0, r0
23 23: fd
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/include/
H A Dbinary-io.h51 # define SET_BINARY(fd) (!isatty (fd) ? (setmode (fd, O_BINARY), 0) : 0)
53 # define SET_BINARY(fd) setmode (fd, O_BINARY)
59 # define SET_BINARY(fd) /* nothing */
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dclose.c24 #include "fd-hook.h"
34 close_nothrow (int fd) argument
40 result = _close (fd);
61 rpl_close (int fd) argument
64 int retval = execute_all_close_hooks (close_nothrow, fd);
66 int retval = close_nothrow (fd);
71 _gl_unregister_fd (fd);
H A Dopenat.h36 int openat_permissive (int fd, char const *file, int flags, mode_t mode,
62 chownat (int fd, char const *file, uid_t owner, gid_t group) argument
64 return fchownat (fd, file, owner, group, 0);
68 lchownat (int fd, char const *file, uid_t owner, gid_t group) argument
70 return fchownat (fd, file, owner, group, AT_SYMLINK_NOFOLLOW);
82 chmodat (int fd, char const *file, mode_t mode) argument
84 return fchmodat (fd, file, mode, 0);
88 lchmodat (int fd, char const *file, mode_t mode) argument
90 return fchmodat (fd, file, mode, AT_SYMLINK_NOFOLLOW);
103 statat (int fd, cha argument
110 lstatat(int fd, char const *name, struct stat *st) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/include/
H A Dbinary-io.h51 # define SET_BINARY(fd) (!isatty (fd) ? (setmode (fd, O_BINARY), 0) : 0)
53 # define SET_BINARY(fd) setmode (fd, O_BINARY)
59 # define SET_BINARY(fd) /* nothing */
/netbsd-current/sys/arch/mac68k/obio/
H A Diwm_fd.c224 CFATTACH_DECL_NEW(fd, sizeof(fd_softc_t),
371 iwm->fd[ia.unit] = NULL;
434 fd_softc_t *fd; local
439 fd = device_private(self);
440 fd->sc_dev = self;
445 fd->currentType = ia->driveType;
446 fd->unit = ia->unit;
447 fd->defaultType = &fdTypes[IWM_800K_GCR];
448 fd->stepDirection = 0;
450 iwm->fd[i
523 fd_softc_t *fd; local
658 fd_softc_t *fd; local
703 fd_softc_t *fd; local
853 fd_softc_t *fd; local
1004 fdstart(fd_softc_t *fd) argument
1052 fdstart_Init(fd_softc_t *fd) argument
1091 fdstart_Seek(fd_softc_t *fd) argument
1140 fdstart_Read(fd_softc_t *fd) argument
1225 fdstart_Write(fd_softc_t *fd) argument
1253 fdstart_Flush(fd_softc_t *fd) argument
1327 fdstart_IOFinish(fd_softc_t *fd) argument
1385 fdstart_IOErr(fd_softc_t *fd) argument
1412 fdstart_Fault(fd_softc_t *fd) argument
1433 fdstart_Exit(fd_softc_t *fd) argument
1534 fd_softc_t *fd; local
1555 fdGetDiskLabel(fd_softc_t *fd, dev_t dev) argument
1627 initCylinderCache(fd_softc_t *fd) argument
1658 invalidateCylinderCache(fd_softc_t *fd) argument
1717 fdDeviceToType(fd_softc_t *fd, dev_t dev) argument
1742 seek(fd_softc_t *fd, int style) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dopenat.h36 int openat_permissive (int fd, char const *file, int flags, mode_t mode,
62 chownat (int fd, char const *file, uid_t owner, gid_t group) argument
64 return fchownat (fd, file, owner, group, 0);
68 lchownat (int fd, char const *file, uid_t owner, gid_t group) argument
70 return fchownat (fd, file, owner, group, AT_SYMLINK_NOFOLLOW);
82 chmodat (int fd, char const *file, mode_t mode) argument
84 return fchmodat (fd, file, mode, 0);
88 lchmodat (int fd, char const *file, mode_t mode) argument
90 return fchmodat (fd, file, mode, AT_SYMLINK_NOFOLLOW);
102 statat (int fd, cha argument
108 lstatat(int fd, char const *name, struct stat *st) argument
[all...]
/netbsd-current/games/hack/
H A Dhack.save.c101 int fd, ofd; local
106 if ((fd = creat(SAVEF, FMASK)) < 0) {
114 savelev(fd, dlevel);
115 saveobjchn(fd, invent);
116 saveobjchn(fd, fcobj);
117 savemonchn(fd, fallen_down);
119 bwrite(fd, &tmp, sizeof tmp);
120 bwrite(fd, &flags, sizeof(struct flag));
121 bwrite(fd, &dlevel, sizeof dlevel);
122 bwrite(fd,
160 dorecover(int fd) argument
244 restobjchn(int fd) argument
271 restmonchn(int fd) argument
[all...]
/netbsd-current/crypto/dist/ipsec-tools/src/racoon/
H A Dsession.h40 extern void monitor_fd __P((int fd, int (*callback)(void *, int), void *ctx, int priority));
41 extern void unmonitor_fd __P((int fd));
/netbsd-current/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcs_key_ps.c33 int fd; local
38 if ((fd = get_file()) < 0)
41 if ((rc = init_disk_cache(fd)))
46 if ((rc = clean_disk_cache(fd)))
49 put_file(fd);
56 int fd; local
58 if ((fd = get_file()) < 0) {
63 close_disk_cache(fd);
65 put_file(fd);
72 int fd; local
165 int fd = -1; local
213 clean_disk_cache(int fd) argument
251 int fd = -1; local
266 int fd = -1; local
281 int fd = -1; local
296 int fd = -1; local
314 int fd = -1; local
329 int fd = -1; local
345 int fd = -1; local
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Ddummy_read.c11 /* ssize_t dummy_read(fd, buf, buf_len, timeout, context)
12 /* int fd;
21 /* .IP fd
57 ssize_t dummy_read(int fd, void *unused_buf, size_t len, argument
61 msg_info("dummy_read: fd %d, len %lu", fd, (unsigned long) len);
H A Ddummy_write.c11 /* ssize_t dummy_write(fd, buf, buf_len, timeout, context)
12 /* int fd;
21 /* .IP fd
57 ssize_t dummy_write(int fd, void *unused_buf, size_t len, argument
61 msg_info("dummy_write: fd %d, len %lu", fd, (unsigned long) len);
H A Diostuff.h38 #define readable(fd) poll_fd((fd), POLL_FD_READ, 0, 1, 0)
39 #define writable(fd) poll_fd((fd), POLL_FD_WRITE, 0, 1, 0)
41 #define read_wait(fd, timeout) poll_fd((fd), POLL_FD_READ, (timeout), 0, -1)
42 #define write_wait(fd, timeout) poll_fd((fd), POLL_FD_WRITE, (timeout), 0, -1)
/netbsd-current/lib/libutil/compat/
H A Dcompat_login.c62 int fd; local
69 if (tty > 0 && (fd = open(_PATH_UTMP, O_WRONLY|O_CREAT, 0644)) >= 0) {
70 (void)lseek(fd, (off_t)(tty * sizeof(struct utmp)), SEEK_SET);
71 (void)write(fd, &ut, sizeof(ut));
72 (void)close(fd);
74 if ((fd = open(_PATH_WTMP, O_WRONLY|O_APPEND, 0)) >= 0) {
75 (void)write(fd, &ut, sizeof(ut));
76 (void)close(fd);
/netbsd-current/lib/libutil/
H A Dlogin.c55 int fd; local
61 if (tty > 0 && (fd = open(_PATH_UTMP, O_WRONLY|O_CREAT, 0644)) >= 0) {
62 (void)lseek(fd, (off_t)(tty * sizeof(struct utmp)), SEEK_SET);
63 (void)write(fd, ut, sizeof(struct utmp));
64 (void)close(fd);
66 if ((fd = open(_PATH_WTMP, O_WRONLY|O_APPEND, 0)) >= 0) {
67 (void)write(fd, ut, sizeof(struct utmp));
68 (void)close(fd);
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dfull-write.h30 extern size_t full_write (int fd, const void *buf, size_t count);
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dnet_read.c53 krb5_socket_t fd = *((krb5_socket_t *)p_fd); local
54 return net_read(fd, buf, len);
/netbsd-current/lib/libc/gen/
H A Dclosefrom.c41 closefrom(int fd) argument
44 return (fcntl(fd, F_CLOSEM));
/netbsd-current/external/bsd/ntp/dist/include/
H A Dlibntp.h11 * if we have no idea about the max fd value set up things
17 extern void make_socket_nonblocking( SOCKET fd );
18 extern SOCKET move_fd( SOCKET fd );
/netbsd-current/external/bsd/tmux/dist/
H A Dosdep-unknown.c24 osdep_get_name(__unused int fd, __unused char *tty) argument
30 osdep_get_cwd(int fd) argument
H A Dosdep-hpux.c24 osdep_get_name(__unused int fd, __unused char *tty) argument
30 osdep_get_cwd(__unused int fd) argument
/netbsd-current/external/bsd/openldap/dist/include/ac/
H A Dtermios.h31 #define GETATTR( fd, tiop ) tcgetattr((fd), (tiop))
32 #define SETATTR( fd, tiop ) tcsetattr((fd), TCSANOW /* 0 */, (tiop))
45 #define GETATTR( fd, tiop ) ioctl((fd), TIOCGETP, (caddr_t)(tiop))
46 #define SETATTR( fd, tiop ) ioctl((fd), TIOCSETP, (caddr_t)(tiop))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/
H A Dhost-darwin.h20 extern void * darwin_gt_pch_get_address (size_t sz, int fd);
21 extern int darwin_gt_pch_use_address (void *addr, size_t sz, int fd,

Completed in 337 milliseconds

1234567891011>>