| /src/sys/arch/mips/ralink/ |
| ralink_ehci.c | 142 int ncomp = 0; local 147 sc->sc_ehci.sc_comps[ncomp++] = ruh->usb; 148 if (ncomp >= EHCI_COMPANION_MAX) 151 sc->sc_ehci.sc_ncomp = ncomp;
|
| /src/sys/arch/i386/pci/ |
| gcscehci.c | 102 int ncomp; local 155 ncomp = 0; 160 sc->sc.sc_comps[ncomp++] = up->usb; 161 if (ncomp >= EHCI_COMPANION_MAX) 165 sc->sc.sc_ncomp = ncomp;
|
| /src/sys/dev/cardbus/ |
| ehci_cardbus.c | 132 u_int ncomp; local 177 ncomp = 0; 183 sc->sc.sc_comps[ncomp++] = up->usb; 184 if (ncomp >= EHCI_COMPANION_MAX) 188 sc->sc.sc_ncomp = ncomp;
|
| /src/usr.sbin/puffs/mount_9p/ |
| fs.c | 76 int rv, done, x = 1, ncomp; local 139 for (ncomp = 0; p && *p; ncomp++) { 146 if (ncomp == 0) { 158 p9pbuf_put_2(pb, ncomp); 185 if (walked != ncomp) 187 "components found", path, walked, ncomp);
|
| /src/sys/dev/acpi/ |
| ehci_acpi.c | 193 int ncomp = 0; local 229 ncomp = 1; 233 if (ncomp != 0) { 240 return ncomp; 249 int ncomp = 0; local 255 ncomp += ehci_acpi_port_has_companion(ad, val); 259 return ncomp; 268 int ncomp = 0; local 277 ncomp = ehci_acpi_num_companion_ports(ad); 282 return ncomp; [all...] |
| /src/sys/dev/pci/ |
| ehci_pci.c | 126 int ncomp, quirk; local 245 ncomp = 0; 252 sc->sc.sc_comps[ncomp++] = up->usb; 254 if (ncomp == maxncomp) 258 sc->sc.sc_ncomp = ncomp;
|
| /src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| store.c | 1084 int32_t ncomp; local 1096 if((ret = krb5_ret_int32(sp, &ncomp))){ 1101 ncomp--; 1102 if (ncomp < 0) { 1106 ret = size_too_large_num(sp, ncomp, sizeof(p->name.name_string.val[0])); 1112 p->name.name_string.len = ncomp; 1118 p->name.name_string.val = calloc(ncomp, sizeof(p->name.name_string.val[0])); 1119 if(p->name.name_string.val == NULL && ncomp != 0){ 1124 for(i = 0; i < ncomp; i++){
|
| principal.c | 219 int ncomp; local 248 ncomp = 1; 259 ncomp++; 264 comp = calloc(ncomp, sizeof(*comp));
|
| /src/crypto/external/bsd/openssh/dist/ |
| kex.c | 933 int nenc, nmac, ncomp; local 1006 ncomp = ctos ? PROPOSAL_COMP_ALGS_CTOS : PROPOSAL_COMP_ALGS_STOC; 1022 if ((r = choose_comp(&newkeys->comp, cprop[ncomp], 1023 sprop[ncomp])) != 0) { 1024 kex->failed_choice = peer[ncomp]; 1025 peer[ncomp] = NULL;
|
| /src/sys/dev/usb/ |
| ehci.c | 413 u_int ncomp; local 444 ncomp = EHCI_HCS_N_CC(hcsparams); 445 if (ncomp != sc->sc_ncomp) { 447 device_xname(sc->sc_dev), ncomp, sc->sc_ncomp); 452 if (ncomp < sc->sc_ncomp) 453 sc->sc_ncomp = ncomp;
|
| /src/usr.sbin/acpitools/acpidump/ |
| acpi.c | 2153 ACPI_IORT_NAMED_COMPONENT *ncomp local 2158 (ncomp->NodeFlags & ACPI_IORT_NC_PASID_BITS) >> 1); 2160 PRINTFLAG(ncomp->NodeFlags, STALL_SUPPORTED); 2164 (ACPI_IORT_MEMORY_ACCESS *)&ncomp->MemoryProperties); 2165 printf("\tMemory address size=%hhu\n", ncomp->MemoryAddressLimit); 2166 printf("\tDevice object Name=%s\n", ncomp->DeviceName);
|