Home
last modified time | relevance | path

Searched defs:fd_type (Results 1 – 8 of 8) sorted by relevance

/third_party/FreeBSD/sbin/newfs_msdos/
Dmkfs_define.h178 struct fd_type { struct
179 int sectrac; /* sectors per track */
180 int secsize; /* size code for sectors */
181 int datalen; /* data len when secsize = 0 */
182 int gap; /* gap len between sectors */
183 int tracks; /* total number of cylinders */
184 int size; /* size of disk in sectors */
185 int trans; /* transfer speed code */
186 int heads; /* number of heads */
187 int f_gap; /* format gap len */
[all …]
/third_party/pulseaudio/src/modules/
Dstdin-util.h58 int fd_type; member
Dmodule-mmkbd-evdev.c60 int fd, fd_type; member
/third_party/pulseaudio/src/utils/
Dpacmd.c104 int stdin_type = 0, stdout_type = 0, fd_type = 0; in main() local
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_tests.c532 enum pipe_fd_type fd_type = PIPE_FD_TYPE_NATIVE_SYNC; in test_sync_file_fences() local
/third_party/libbpf/src/
Dbpf.c1234 __u32 *prog_id, __u32 *fd_type, __u64 *probe_offset, in bpf_task_fd_query()
/third_party/ltp/include/lapi/
Dbpf.h322 uint32_t fd_type; /* output: BPF_FD_TYPE_* */ member
/third_party/libbpf/include/uapi/linux/
Dbpf.h1598 __u32 fd_type; /* output: BPF_FD_TYPE_* */ member