Searched refs:fs_fd (Results 1 – 9 of 9) sorted by relevance
| /freebsd/stand/libsa/ |
| H A D | ext2fs.c | 227 struct ext2fs_disk fs_fd; member 231 #define fs_magic fs_fd.fd_magic 232 #define fs_revision fs_fd.fd_revision 233 #define fs_blocks fs_fd.fd_blocks 234 #define fs_firstblk fs_fd.fd_firstblk 235 #define fs_bpg fs_fd.fd_bpg 236 #define fs_ipg fs_fd.fd_ipg 368 fs->fs_bshift = EXT2_MINBSHIFT + fs->fs_fd.fd_bsize; in ext2fs_open() 372 fs->fs_fshift = EXT2_MINFSHIFT + fs->fs_fd.fd_fsize; in ext2fs_open() 380 fs->fs_isize = fs->fs_fd.fd_isize; in ext2fs_open() [all …]
|
| /freebsd/crypto/krb5/src/util/verto/ |
| H A D | ev_wrap.h | 37 #define fs_fd ((loop)->fs_fd) macro 136 #undef fs_fd
|
| H A D | ev.c | 2892 fs_fd = flags & EVFLAG_NOINOTIFY ? -1 : -2; in loop_init() 2973 if (fs_fd >= 0) in ev_loop_destroy() 2974 close (fs_fd); in ev_loop_destroy() 4219 w->wd = inotify_add_watch (fs_fd, w->path, in infy_add() 4275 w->wd = inotify_add_watch (fs_fd, path, mask); in infy_add() 4304 inotify_rm_watch (fs_fd, wd); in infy_del() 4343 int len = read (fs_fd, buf, sizeof (buf)); in infy_cb() 4379 if (fs_fd != -2) in infy_init() 4382 fs_fd = -1; in infy_init() 4386 fs_fd = infy_newfd (); in infy_init() [all …]
|
| H A D | ev_vars.h | 177 VARx(int, fs_fd)
|
| /freebsd/usr.bin/procstat/ |
| H A D | procstat_kqueue.c | 314 xo_emit("{ek:kqueue/%d}", f->fs_fd); in procstat_kqueues() 316 procstat_kqueue(procstat, kipp, f->fs_fd, verbose); in procstat_kqueues()
|
| H A D | procstat_files.c | 360 xo_emit("{:fd/%5d} ", fst->fs_fd); in procstat_files()
|
| /freebsd/usr.bin/fstat/ |
| H A D | fstat.c | 283 printf(" %4d", fst->fs_fd); in print_file_info() 326 fst->fs_type, fst->fs_fd, pid); in print_file_info()
|
| /freebsd/lib/libprocstat/ |
| H A D | libprocstat.h | 123 int fs_fd; /* File descriptor number. */ member
|
| H A D | libprocstat.c | 395 entry->fs_fd = fd; in filestat_new_entry()
|