Searched refs:fd_type (Results 1 - 21 of 21) sorted by relevance

/freebsd-11-stable/usr.sbin/fdread/
H A Dfdutil.h34 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 Dfdutil.c92 static struct fd_type fd_types_auto[1] =
96 static struct fd_type fd_types_288m[] = {
112 static struct fd_type fd_types_144m[] = {
133 static struct fd_type fd_types_12m[] = {
155 static struct fd_type fd_types_720k[] =
163 static struct fd_type fd_types_360k[] =
196 struct fd_type in, struct fd_type *out)
373 print_fmt(struct fd_type in)
406 struct fd_type *
[all...]
H A Dfdread.c167 struct fd_type fdt;
310 struct fd_type fdt;
/freebsd-11-stable/contrib/ipfilter/lib/
H A Dprint_toif.c21 switch (fdp->fd_type)
47 PRINTF("%s <%d>", tag, fdp->fd_type);
H A Dload_dstlistnode.c45 dst->fd_type = node->ipfd_dest.fd_type;
/freebsd-11-stable/sys/fs/fdescfs/
H A Dfdesc.h60 fdntype fd_type; /* Type of this node */ member in struct:fdescnode
H A Dfdesc_vnops.c200 fd->fd_type = ftype;
305 if (VTOFDESC(dvp)->fd_type != Froot) {
384 if (VTOFDESC(vp)->fd_type == Froot)
410 if (VTOFDESC(vp)->fd_type == Froot)
416 if (VTOFDESC(vp)->fd_type == Froot)
450 switch (VTOFDESC(vp)->fd_type) {
489 if (VTOFDESC(ap->a_vp)->fd_type == Froot)
536 if (VTOFDESC(ap->a_vp)->fd_type != Froot)
626 if (VTOFDESC(vn)->fd_type != Fdesc)
/freebsd-11-stable/sys/sys/
H A Dfdcio.h83 struct fd_type { struct
128 #define FD_GTYPE _IOR('F', 62, struct fd_type) /* get drive type */
129 #define FD_STYPE _IOW('F', 63, struct fd_type) /* set drive type */
175 * See struct fd_type for layout.
/freebsd-11-stable/sys/dev/fdc/
H A Dfdc.c142 static struct fd_type fd_searchlist_360k[] = {
149 static struct fd_type fd_searchlist_12m[] = {
164 static struct fd_type fd_searchlist_720k[] = {
171 static struct fd_type fd_searchlist_144m[] = {
186 static struct fd_type fd_searchlist_288m[] = {
200 static struct fd_type *fd_native_types[] = {
294 struct fd_type *ft; /* pointer to current type descriptor */
295 struct fd_type fts; /* type descriptors */
359 fdprinttype(struct fd_type *ft)
369 fdsettype(struct fd_data *fd, struct fd_type *f
[all...]
/freebsd-11-stable/contrib/ofed/librdmacm/
H A Dpreload.c104 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)
295 static inline enum fd_type fd_get(int index, int *fd)
326 static inline enum fd_type fd_gett(int index)
334 static enum fd_type fd_close(int index, int *fd)
337 enum fd_type type;
479 static int transpose_socket(int socket, enum fd_type new_type)
746 static inline enum fd_type fd_fork_get(int index, int *fd)
/freebsd-11-stable/usr.sbin/fdcontrol/
H A Dfdcontrol.c75 struct fd_type ft, newft, *fdtp;
/freebsd-11-stable/usr.sbin/fdwrite/
H A Dfdwrite.c72 struct fd_type fdt;
/freebsd-11-stable/usr.sbin/fdformat/
H A Dfdformat.c144 struct fd_type fdt, newft, *fdtp;
/freebsd-11-stable/contrib/ipfilter/
H A Dip_fil.c393 (fdp->fd_type == FRD_DSTLIST)) {
H A Dip_fil_compat.c1915 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-11-stable/contrib/ipfilter/tools/
H A Dipf_y.y640 fr->fr_dif.fd_type = FRD_DSTLIST;
670 fr->fr_tif.fd_type = FRD_DSTLIST;
698 fr->fr_rif.fd_type = FRD_DSTLIST;
/freebsd-11-stable/sbin/newfs_msdos/
H A Dmkfs_msdos.c887 struct fd_type type;
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c755 (fdp->fd_type == FRD_DSTLIST)) {
H A Dip_state.c1855 if (fdp->fd_type == FRD_DSTLIST) {
1863 if (fdp->fd_type == FRD_DSTLIST) {
1872 if (fdp->fd_type == FRD_DSTLIST) {
H A Dfil.c5556 if (fdp->fd_type == FRD_DSTLIST)
5560 if (fdp->fd_type == FRD_DSTLIST)
5564 if (fdp->fd_type == FRD_DSTLIST)
7513 if (fdp->fd_type == FRD_DSTLIST) {
H A Dip_fil.h515 fr_dtypes_t fd_type; member in struct:frdest

Completed in 192 milliseconds