| /freebsd-13.1/usr.sbin/fdread/ |
| H A D | fdutil.c | 92 static struct fd_type fd_types_auto[1] = 96 static struct fd_type fd_types_288m[] = { 110 static struct fd_type fd_types_144m[] = { 121 static struct fd_type fd_types_12m[] = { 134 static struct fd_type fd_types_720k[] = 140 static struct fd_type fd_types_360k[] = 171 struct fd_type in, struct fd_type *out) in parse_fmt() 348 print_fmt(struct fd_type in) in print_fmt() 381 struct fd_type * 385 struct fd_type *fdtp; in get_fmt() [all …]
|
| H A D | fdutil.h | 34 struct fd_type, struct fd_type *); 35 struct fd_type *get_fmt(int, enum fd_drivetype); 36 void print_fmt(struct fd_type);
|
| H A D | fdread.c | 167 struct fd_type fdt; in doread() 310 struct fd_type fdt; in doreadid()
|
| /freebsd-13.1/sys/fs/fdescfs/ |
| H A D | fdesc_vnops.c | 203 fd->fd_type = ftype; in fdesc_allocvp() 316 if (VTOFDESC(dvp)->fd_type != Froot) { in fdesc_lookup() 395 if (VTOFDESC(vp)->fd_type == Froot) in fdesc_open() 421 if (VTOFDESC(vp)->fd_type == Froot) in fdesc_pathconf() 427 if (VTOFDESC(vp)->fd_type == Froot) in fdesc_pathconf() 461 switch (VTOFDESC(vp)->fd_type) { in fdesc_getattr() 500 if (VTOFDESC(ap->a_vp)->fd_type == Froot) in fdesc_setattr() 547 if (VTOFDESC(ap->a_vp)->fd_type != Froot) in fdesc_readdir() 638 if (VTOFDESC(vn)->fd_type != Fdesc) in fdesc_readlink()
|
| H A D | fdesc.h | 63 fdntype fd_type; /* Type of this node */ member
|
| /freebsd-13.1/sys/sys/ |
| H A D | fdcio.h | 85 struct fd_type { struct 129 #define FD_GTYPE _IOR('F', 62, struct fd_type) /* get drive type */ 130 #define FD_STYPE _IOW('F', 63, struct fd_type) /* set drive type */
|
| /freebsd-13.1/sbin/ipf/libipf/ |
| H A D | print_toif.c | 17 switch (fdp->fd_type) in print_toif() 43 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-13.1/sys/dev/fdc/ |
| H A D | fdc.c | 140 static struct fd_type fd_searchlist_360k[] = { 145 static struct fd_type fd_searchlist_12m[] = { 152 static struct fd_type fd_searchlist_720k[] = { 157 static struct fd_type fd_searchlist_144m[] = { 163 static struct fd_type fd_searchlist_288m[] = { 175 static struct fd_type *fd_native_types[] = { 247 struct fd_type fts; /* type descriptors */ 301 fdprinttype(struct fd_type *ft) in fdprinttype() 1324 struct fd_type *fdtp; in fdautoselect() 1511 *(struct fd_type *)data = *fd->ft; in fd_ioctl() [all …]
|
| /freebsd-13.1/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-13.1/usr.sbin/fdcontrol/ |
| H A D | fdcontrol.c | 75 struct fd_type ft, newft, *fdtp; in main()
|
| /freebsd-13.1/usr.sbin/fdwrite/ |
| H A D | fdwrite.c | 74 struct fd_type fdt; in main()
|
| /freebsd-13.1/usr.sbin/fdformat/ |
| H A D | fdformat.c | 144 struct fd_type fdt, newft, *fdtp; in main()
|
| /freebsd-13.1/contrib/ipfilter/ |
| H A D | ip_fil_compat.c | 1915 fr->fr_tifs[0].fd_type = FRD_NORMAL; 1917 fr->fr_tifs[1].fd_type = FRD_NORMAL; 1919 fr->fr_dif.fd_type = FRD_NORMAL; 2047 fr->fr_tifs[0].fd_type = FRD_NORMAL; 2049 fr->fr_tifs[1].fd_type = FRD_NORMAL; 2051 fr->fr_dif.fd_type = FRD_NORMAL; 2180 fr->fr_tifs[0].fd_type = FRD_NORMAL; 2182 fr->fr_tifs[1].fd_type = FRD_NORMAL; 2184 fr->fr_dif.fd_type = FRD_NORMAL;
|
| /freebsd-13.1/sbin/ipf/ipftest/ |
| H A D | ip_fil.c | 393 (fdp->fd_type == FRD_DSTLIST)) {
|
| /freebsd-13.1/sbin/ipf/common/ |
| H A D | ipf_y.y | 640 fr->fr_dif.fd_type = FRD_DSTLIST; 670 fr->fr_tif.fd_type = FRD_DSTLIST; 698 fr->fr_rif.fd_type = FRD_DSTLIST;
|
| /freebsd-13.1/sbin/newfs_msdos/ |
| H A D | mkfs_msdos.c | 926 struct fd_type type; in getdiskinfo()
|
| /freebsd-13.1/sys/netpfil/ipfilter/netinet/ |
| H A D | ip_fil_freebsd.c | 734 (fdp->fd_type == FRD_DSTLIST)) { in ipf_fastroute()
|
| H A D | ip_state.c | 1823 if (fdp->fd_type == FRD_DSTLIST) { in ipf_state_add() 1831 if (fdp->fd_type == FRD_DSTLIST) { in ipf_state_add() 1840 if (fdp->fd_type == FRD_DSTLIST) { in ipf_state_add()
|
| H A D | ip_fil.h | 519 fr_dtypes_t fd_type; member
|
| H A D | fil.c | 5413 if (fdp->fd_type == FRD_DSTLIST) in ipf_derefrule() 5417 if (fdp->fd_type == FRD_DSTLIST) in ipf_derefrule() 5421 if (fdp->fd_type == FRD_DSTLIST) in ipf_derefrule() 7277 if (fdp->fd_type == FRD_DSTLIST) {
|