Home
last modified time | relevance | path

Searched refs:kf_fd (Results 1 – 25 of 57) sorted by relevance

123

/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/libc-0.2.117/src/unix/bsd/freebsdlike/freebsd/x86_64/
H A Dmod.rs100 pub kf_fd: ::c_int,
261 self.kf_fd == other.kf_fd &&
279 .field("kf_fd", &self.kf_fd)
293 self.kf_fd.hash(state);
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/libc/src/unix/bsd/freebsdlike/freebsd/x86_64/
H A Dmod.rs100 pub kf_fd: ::c_int,
261 self.kf_fd == other.kf_fd &&
279 .field("kf_fd", &self.kf_fd)
293 self.kf_fd.hash(state);
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/libc-0.2.113/src/unix/bsd/freebsdlike/freebsd/x86_64/
H A Dmod.rs100 pub kf_fd: ::c_int,
261 self.kf_fd == other.kf_fd &&
279 .field("kf_fd", &self.kf_fd)
293 self.kf_fd.hash(state);
/dports/devel/gdb/gdb-11.1/gdb/
H A Ddfly-tdep.h37 extern void dfly_info_proc_files_entry (int kf_type, int kf_fd, int kf_flags,
H A Dfbsd-tdep.h37 extern void fbsd_info_proc_files_entry (int kf_type, int kf_fd, int kf_flags,
H A Ddfly-tdep.c766 dfly_file_fd (int kf_fd)
768 switch (kf_fd)
783 return int_string (kf_fd, 10, 1, 0, 0);
939 dfly_info_proc_files_entry (int kf_type, int kf_fd, int kf_flags,
946 dfly_file_fd (kf_fd),
H A Dfbsd-tdep.c782 fbsd_file_fd (int kf_fd)
784 switch (kf_fd)
799 return int_string (kf_fd, 10, 1, 0, 0);
949 fbsd_info_proc_files_entry (int kf_type, int kf_fd, int kf_flags,
956 fbsd_file_fd (kf_fd),
H A Dfbsd-nat.c259 if (kf->kf_type == KF_TYPE_VNODE && kf->kf_fd == KF_FD_TYPE_CWD) in info_proc()
276 if (kf->kf_type == KF_TYPE_VNODE && kf->kf_fd == KF_FD_TYPE_TEXT) in info_proc()
297 fbsd_info_proc_files_entry (kf->kf_type, kf->kf_fd, kf->kf_flags, in info_proc()
/dports/devel/gdb/gdb-11.1/gdbsupport/
H A Dfilestuff.cc124 if (fdtbl[i].kf_fd >= 0) in fdwalk()
126 int result = func (arg, fdtbl[i].kf_fd); in fdwalk()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/python/psutil/psutil/arch/freebsd/
H A Dproc_socks.c304 kif->kf_fd,
338 kif->kf_fd,
/dports/sysutils/py-psutil/psutil-5.8.0/psutil/arch/freebsd/
H A Dproc_socks.c307 kif->kf_fd,
341 kif->kf_fd,
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/psutil/psutil/arch/freebsd/
H A Dproc_socks.c307 kif->kf_fd,
341 kif->kf_fd,
/dports/devel/py-ddtrace/ddtrace-0.56.1/ddtrace/vendor/psutil/arch/freebsd/
H A Dproc_socks.c304 kif->kf_fd,
338 kif->kf_fd,
/dports/devel/libgtop/libgtop-2.40.0/sysdeps/freebsd/
H A Dprocopenfiles.c317 if (kif->kf_fd < 0)
389 entry.fd = kif->kf_fd;
H A Dprocwd.c163 switch (kif->kf_fd) {
/dports/sysutils/tmux/tmux-3.2a/
H A Dosdep-freebsd.c151 if (info[i].kf_fd == KF_FD_TYPE_CWD) { in osdep_get_cwd_fallback()
/dports/sysutils/tmux23/tmux-2.3/
H A Dosdep-freebsd.c150 if (info[i].kf_fd == KF_FD_TYPE_CWD) { in osdep_get_cwd_fallback()
/dports/sysutils/tmate-ssh-server/tmate-ssh-server-97d2024/
H A Dosdep-freebsd.c150 if (info[i].kf_fd == KF_FD_TYPE_CWD) { in osdep_get_cwd_fallback()
/dports/sysutils/tmate/tmate-2.4.0/
H A Dosdep-freebsd.c150 if (info[i].kf_fd == KF_FD_TYPE_CWD) { in osdep_get_cwd_fallback()
/dports/devel/radare2/radare2-5.1.1/libr/debug/p/native/bsd/
H A Dbsd_debug.c451 if (kve->kf_fd < 0) continue; // Skip root and cwd. We need it ?? in bsd_desc_list()
504 desc = r_debug_desc_new (kve->kf_fd, str, perm, type, kve->kf_offset); in bsd_desc_list()
/dports/emulators/qemu/qemu-6.2.0/bsd-user/freebsd/
H A Dtarget_os_user.h199 int32_t kf_fd; /* Array index. */ member
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/bsd-user/freebsd/
H A Dtarget_os_user.h232 int32_t kf_fd; /* Array index. */ member
/dports/sysutils/moosefs2-client/moosefs-2.0.91/mfsmount/
H A Dsustained_inodes.c223 if (kif->kf_fd==KF_FD_TYPE_CWD && kif->kf_type==KF_TYPE_VNODE) { in sinodes_pid_inodes()
/dports/sysutils/moosefs2-netdump/moosefs-2.0.91/mfsmount/
H A Dsustained_inodes.c223 if (kif->kf_fd==KF_FD_TYPE_CWD && kif->kf_type==KF_TYPE_VNODE) { in sinodes_pid_inodes()
/dports/sysutils/moosefs2-chunkserver/moosefs-2.0.91/mfsmount/
H A Dsustained_inodes.c223 if (kif->kf_fd==KF_FD_TYPE_CWD && kif->kf_type==KF_TYPE_VNODE) { in sinodes_pid_inodes()

123