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

  /src/sys/dev/isapnp/
devlist2h.awk 97 printf("\tint ncompat;\n") > hfile
105 decl = done = ncompat = nlogicals = ndriver = blanklines = ncompats = 0
181 nlogical = ncompat = 0;
198 if (ncompat == 0)
201 ncompat++;
207 if (ncompat != 0)
216 if (ncompat != 0)
218 driver[i, 1], ncompat) > cfile
isapnpdevs.h 57 int ncompat; member in struct:isapnp_devinfo
isapnp.c 592 for (match = dinfo->devcompat, n = dinfo->ncompat; n--; match++)
  /src/sys/stand/efiboot/
efifdt.c 206 int n, ncompat; local in function:efi_fdt_show
216 ncompat = fdt_stringlist_count(fdt_data, fdt_path_offset(fdt_data, "/"), "compatible");
217 for (n = 0; n < ncompat; n++) {
  /src/usr.sbin/moused/
moused.c 131 int ncompat; member in struct:__anon5306cb0a0208
1139 pnpid.ncompat, pnpid.ncompat, pnpid.compat,
2542 id->ncompat = 0;
2631 id->ncompat = i - j;
2650 || (id->ncompat > 0) || (id->ndescription > 0)) {
2690 if (id->ncompat <= 0)
2692 for (i = 0; i < id->ncompat; ++i) {
2694 if (i >= id->ncompat)

Completed in 17 milliseconds