| /freebsd-14.2/usr.sbin/fdread/ |
| H A D | fdutil.c | 90 static struct fd_type fd_types_auto[1] = 94 static struct fd_type fd_types_288m[] = { 108 static struct fd_type fd_types_144m[] = { 119 static struct fd_type fd_types_12m[] = { 132 static struct fd_type fd_types_720k[] = 138 static struct fd_type fd_types_360k[] = 169 struct fd_type in, struct fd_type *out) in parse_fmt() 346 print_fmt(struct fd_type in) in print_fmt() 379 struct fd_type * 383 struct fd_type *fdtp; in get_fmt() [all …]
|
| H A D | fdutil.h | 32 struct fd_type, struct fd_type *); 33 struct fd_type *get_fmt(int, enum fd_drivetype); 34 void print_fmt(struct fd_type);
|
| H A D | fdread.c | 165 struct fd_type fdt; in doread() 308 struct fd_type fdt; in doreadid()
|
| /freebsd-14.2/sys/fs/fdescfs/ |
| H A D | fdesc_vnops.c | 188 fd->fd_type = ftype; in fdesc_allocvp() 310 if (VTOFDESC(dvp)->fd_type != Froot) { in fdesc_lookup() 387 if (VTOFDESC(vp)->fd_type == Froot) in fdesc_open() 413 if (VTOFDESC(vp)->fd_type == Froot) in fdesc_pathconf() 419 if (VTOFDESC(vp)->fd_type == Froot) in fdesc_pathconf() 453 switch (VTOFDESC(vp)->fd_type) { in fdesc_getattr() 493 if (VTOFDESC(ap->a_vp)->fd_type == Froot) in fdesc_setattr() 546 if (VTOFDESC(ap->a_vp)->fd_type != Froot) in fdesc_readdir() 637 if (VTOFDESC(vn)->fd_type != Fdesc) in fdesc_readlink()
|
| H A D | fdesc.h | 62 fdntype fd_type; /* Type of this node */ member
|
| /freebsd-14.2/sys/sys/ |
| H A D | fdcio.h | 83 struct fd_type { struct 127 #define FD_GTYPE _IOR('F', 62, struct fd_type) /* get drive type */ 128 #define FD_STYPE _IOW('F', 63, struct fd_type) /* set drive type */
|
| /freebsd-14.2/sys/ofed/drivers/infiniband/core/ |
| H A D | ib_rdma_core.c | 339 const struct uverbs_obj_fd_type *fd_type; in lookup_get_fd_uobject() local 352 fd_type = in lookup_get_fd_uobject() 365 if (f->f_op != fd_type->fops) { in lookup_get_fd_uobject() 458 const struct uverbs_obj_fd_type *fd_type = in alloc_begin_fd_uobject() local 464 if (WARN_ON(fd_type->fops->release != &uverbs_uobject_fd_release)) in alloc_begin_fd_uobject() 476 filp = alloc_file(fd_type->flags, fd_type->fops); in alloc_begin_fd_uobject() 565 const struct uverbs_obj_fd_type *fd_type = container_of( in destroy_hw_fd_uobject() local 567 int ret = fd_type->destroy_object(uobj, why); in destroy_hw_fd_uobject()
|
| /freebsd-14.2/sbin/ipf/libipf/ |
| H A D | print_toif.c | 16 switch (fdp->fd_type) in print_toif() 42 PRINTF("%s <%d>", tag, fdp->fd_type); in print_toif()
|
| H A D | load_dstlistnode.c | 42 dst->fd_type = node->ipfd_dest.fd_type; in load_dstlistnode()
|
| /freebsd-14.2/sys/dev/fdc/ |
| H A D | fdc.c | 138 static struct fd_type fd_searchlist_360k[] = { 143 static struct fd_type fd_searchlist_12m[] = { 150 static struct fd_type fd_searchlist_720k[] = { 155 static struct fd_type fd_searchlist_144m[] = { 161 static struct fd_type fd_searchlist_288m[] = { 173 static struct fd_type *fd_native_types[] = { 245 struct fd_type fts; /* type descriptors */ 300 fdprinttype(struct fd_type *ft) in fdprinttype() 1321 struct fd_type *fdtp; in fdautoselect() 1501 *(struct fd_type *)data = *fd->ft; in fd_ioctl() [all …]
|
| /freebsd-14.2/contrib/ofed/librdmacm/ |
| H A D | preload.c | 104 enum fd_type { enum 118 enum fd_type type; 285 static void fd_store(int index, int fd, enum fd_type type, enum fd_fork_state state) in fd_store() 295 static inline enum fd_type fd_get(int index, int *fd) in fd_get() 326 static inline enum fd_type fd_gett(int index) in fd_gett() 334 static enum fd_type fd_close(int index, int *fd) in fd_close() 337 enum fd_type type; in fd_close() 479 static int transpose_socket(int socket, enum fd_type new_type) in transpose_socket() 746 static inline enum fd_type fd_fork_get(int index, int *fd) in fd_fork_get()
|
| /freebsd-14.2/usr.sbin/fdcontrol/ |
| H A D | fdcontrol.c | 73 struct fd_type ft, newft, *fdtp; in main()
|
| /freebsd-14.2/usr.sbin/fdwrite/ |
| H A D | fdwrite.c | 72 struct fd_type fdt; in main()
|
| /freebsd-14.2/usr.sbin/fdformat/ |
| H A D | fdformat.c | 142 struct fd_type fdt, newft, *fdtp; in main()
|
| /freebsd-14.2/sbin/ipf/ipftest/ |
| H A D | ip_fil.c | 392 (fdp->fd_type == FRD_DSTLIST)) {
|
| /freebsd-14.2/sbin/ipf/common/ |
| H A D | ipf_y.y | 639 fr->fr_dif.fd_type = FRD_DSTLIST; 669 fr->fr_tif.fd_type = FRD_DSTLIST; 697 fr->fr_rif.fd_type = FRD_DSTLIST;
|
| /freebsd-14.2/sbin/newfs_msdos/ |
| H A D | mkfs_msdos.c | 923 struct fd_type type; in getdiskinfo()
|
| /freebsd-14.2/sys/netpfil/ipfilter/netinet/ |
| H A D | ip_fil_freebsd.c | 740 (fdp->fd_type == FRD_DSTLIST)) { in ipf_fastroute()
|
| H A D | ip_state.c | 1810 if (fdp->fd_type == FRD_DSTLIST) { in ipf_state_add() 1818 if (fdp->fd_type == FRD_DSTLIST) { in ipf_state_add() 1827 if (fdp->fd_type == FRD_DSTLIST) { in ipf_state_add()
|
| H A D | ip_fil.h | 518 fr_dtypes_t fd_type; member
|
| H A D | fil.c | 5422 if (fdp->fd_type == FRD_DSTLIST) in ipf_derefrule() 5426 if (fdp->fd_type == FRD_DSTLIST) in ipf_derefrule() 5430 if (fdp->fd_type == FRD_DSTLIST) in ipf_derefrule() 7286 if (fdp->fd_type == FRD_DSTLIST) {
|