HomeSort by: relevance | last modified time | path
    Searched defs:btype (Results 1 - 5 of 5) sorted by relevancy

  /src/tests/lib/libc/stdio/
h_intr.c 59 int btype; /* buffering type: _IONBF, ... */ member in struct:options
158 setvbuf(ofp, NULL, opts.btype, opts.asize);
159 setvbuf(ifp, NULL, opts.btype, opts.asize);
329 return opts.btype;
440 fprintf(fp, " -p TYPE Buffering type (%s)\n", btype2str(opts.btype));
463 opts.btype = _IONBF;
513 opts.btype = i;
  /src/sys/arch/sparc64/dev/
ffb.c 198 int btype; local in function:ffb_attach
209 btype = prom_getpropint(sc->sc_node, "board_type", 0);
210 if ((btype & 7) == 3)
216 btype = 0;
315 &(sc->sc_edid_info.edid_modes[i]), btype,
1448 ffb_set_vmode(struct ffb_softc *sc, struct videomode *mode, int btype,
1475 if(((sc->sc_type == FFB_CREATOR && !((btype & 7) == 3)) ||
1507 if ((sc->sc_type == FFB_CREATOR && !((btype & 7) == 3)))
  /src/sys/dev/pci/
if_vmxreg.h 128 uint32_t btype:1; /* Buffer type */ member in struct:vmxnet3_rxdesc
if_vmx.c 2191 int idx, btype, error; local in function:vmxnet3_newbuf
2202 btype = VMXNET3_BTYPE_HEAD;
2238 rxd->btype = btype;
2421 KASSERT(rxd->btype == VMXNET3_BTYPE_HEAD);
2448 KASSERT(rxd->btype == VMXNET3_BTYPE_BODY);
  /src/sys/dev/ic/
isp.c 165 const char *btype = "????"; local in function:isp_reset
249 btype = "2100";
252 btype = "2200";
255 btype = "2300";
258 btype = "2312";
261 btype = "2322";
264 btype = "2422";
267 btype = "2532";
287 btype = "1240";
302 btype = "10160"
    [all...]

Completed in 17 milliseconds