Home
last modified time | relevance | path

Searched refs:ftype (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Dgen_initramfs_list.sh114 local ftype=$(filetype "${location}")
120 [ "${ftype}" = "invalid" ] && return 0
123 case "${ftype}" in
125 str="${ftype} ${name} ${location} ${str}"
135 str="${ftype} ${name} ${str} ${dev} ${maj} ${min}"
139 str="${ftype} ${name} ${target} ${str}"
142 str="${ftype} ${name} ${str}"
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/rpcsvc/
H A Dnfs_prot.h54 enum ftype { enum
65 typedef enum ftype ftype; typedef
79 ftype type;
384 extern bool_t xdr_ftype (XDR *, ftype*);
H A Dnfs_prot.x83 enum ftype { enum
115 ftype type; /* file type */
/utopia/UTPA2-700.0.x/modules/dmx/api/dmx/
H A DapiDMX.c5980 DrvTSP_FltType ftype = E_DRVTSP_FLT_SOURCE_TYPE_LIVE;
5989 ftype = E_DRVTSP_FLT_TYPE_PVR;
5992 ftype = E_DRVTSP_FLT_TYPE_PVR1;
6001 ftype |= E_DRVTSP_FLT_SOURCE_TYPE_LIVE;
6004 ftype |= E_DRVTSP_FLT_SOURCE_TYPE_FILE;
6007 ftype |= E_DRVTSP_FLT_SOURCE_TYPE_TS1;
6010 ftype |= E_DRVTSP_FLT_SOURCE_TYPE_TS2;
6021 ftype |= E_DRVTSP_FLT_SOURCE_TYPE_LIVE;
6026 ftype |= E_DRVTSP_FLT_SOURCE_TYPE_TS1;
6035 ftype |= E_DRVTSP_FLT_TYPE_PVR;
[all …]