HomeSort by: relevance | last modified time | path
    Searched refs:mediatype (Results 1 - 13 of 13) sorted by relevancy

  /src/usr.sbin/makefs/
chfs_makefs.h 45 int mediatype; /* type of the media, 0 (nor) or 1 (nand) */ member in struct:__anon8492
chfs.c 66 { 'm', "mediatype", &chfs_opts->mediatype, OPT_INT32,
73 chfs_opts->mediatype = -1;
155 if (chfs_opts->mediatype == -1) {
156 chfs_opts->mediatype = DEFAULT_MEDIATYPE;
  /src/external/mpl/bind/dist/lib/dns/rdata/generic/
doa_259.h 21 unsigned char *mediatype; member in struct:dns_rdata_doa
doa_259.c 205 RETERR(mem_tobuffer(target, doa->mediatype, doa->mediatype_len));
247 doa->mediatype = mem_maybedup(mctx, region.base, doa->mediatype_len);
276 if (doa->mediatype != NULL) {
277 isc_mem_free(doa->mctx, doa->mediatype);
  /src/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/
doa_259.h 22 unsigned char *mediatype; member in struct:dns_rdata_doa
doa_259.c 206 RETERR(mem_tobuffer(target, doa->mediatype, doa->mediatype_len));
262 doa->mediatype = mem_maybedup(mctx, region.base, doa->mediatype_len);
263 if (doa->mediatype == NULL) {
286 if (mctx != NULL && doa->mediatype != NULL) {
287 isc_mem_free(mctx, doa->mediatype);
303 if (doa->mediatype != NULL) {
304 isc_mem_free(doa->mctx, doa->mediatype);
  /src/sys/dev/ic/
i82557reg.h 218 /*8*/ volatile uint8_t __FXP_BITFIELD3(mediatype:1, /* 7 */
i82557.c 1799 cbp->mediatype = (sc->sc_flags & FXPF_MII) ? 1 : 0;
  /src/sys/arch/sandpoint/stand/altboot/
fxp.c 253 cbp->mediatype = !phy_10Mbps_only; /* interface mode */
  /src/usr.sbin/makefs/chfs/
chfs_mkfs.c 145 if (opts->mediatype == TYPE_NAND) {
  /src/external/mpl/bind/include/dns/
rdatastruct.h 2213 unsigned char *mediatype; member in struct:dns_rdata_doa
  /src/external/mpl/dhcp/bind/include/dns/
rdatastruct.h 2381 unsigned char *mediatype; member in struct:dns_rdata_doa
  /src/sys/dev/pci/
if_wm.c 14104 uint32_t mediatype = WM_MEDIATYPE_UNKNOWN; local
14143 mediatype = WM_MEDIATYPE_SERDES;
14146 mediatype = WM_MEDIATYPE_COPPER;
14149 mediatype = WM_MEDIATYPE_SERDES;
14160 return mediatype;

Completed in 58 milliseconds