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

  /src/sys/arch/ia64/stand/efi/libefi/
efinet.c 236 int nifs, i; local in function:efinet_init_driver
252 nifs = sz / sizeof(EFI_HANDLE);
253 if (nifs > MAX_INTERFACES)
254 nifs = MAX_INTERFACES;
256 efi_net.netif_nifs = nifs;
260 for (i = 0; i < nifs; i++) {
efinet.c 236 int nifs, i; local in function:efinet_init_driver
252 nifs = sz / sizeof(EFI_HANDLE);
253 if (nifs > MAX_INTERFACES)
254 nifs = MAX_INTERFACES;
256 efi_net.netif_nifs = nifs;
260 for (i = 0; i < nifs; i++) {
  /src/usr.sbin/wakeonlan/
wakeonlan.c 120 int nifs; local in function:find_ether
129 for (nifs = 0, ifa = ifap; ifa; ifa = ifa->ifa_next)
135 nifs++;
140 return nifs == 1 ? 0 : -1;
wakeonlan.c 120 int nifs; local in function:find_ether
129 for (nifs = 0, ifa = ifap; ifa; ifa = ifa->ifa_next)
135 nifs++;
140 return nifs == 1 ? 0 : -1;
  /src/sys/arch/i386/stand/efiboot/
efinet.c 328 int nifs; local in function:efi_net_probe
341 nifs = 0;
374 found = efi_net_pci_probe(&enis[nifs],
380 enis[nifs].net = net;
381 enis[nifs].bootdev = efi_pxe_match_booted_interface(
383 enis[nifs].pktbufsz = net->Mode->MaxPacketSize +
385 enis[nifs].pktbuf = alloc(enis[nifs].pktbufsz);
386 if (enis[nifs].pktbuf == NULL) {
396 nifs++
    [all...]
efinet.c 328 int nifs; local in function:efi_net_probe
341 nifs = 0;
374 found = efi_net_pci_probe(&enis[nifs],
380 enis[nifs].net = net;
381 enis[nifs].bootdev = efi_pxe_match_booted_interface(
383 enis[nifs].pktbufsz = net->Mode->MaxPacketSize +
385 enis[nifs].pktbuf = alloc(enis[nifs].pktbufsz);
386 if (enis[nifs].pktbuf == NULL) {
396 nifs++
    [all...]
  /src/sys/stand/efiboot/
efinet.c 335 int nifs, depth = -1; local in function:efi_net_probe
362 nifs = 0;
390 enis[nifs].net = net;
391 enis[nifs].bootdev = efi_pxe_match_booted_interface(
393 enis[nifs].pktbufsz = net->Mode->MaxPacketSize +
395 enis[nifs].pktbuf = alloc(enis[nifs].pktbufsz);
396 if (enis[nifs].pktbuf == NULL) {
409 snprintf(devname, sizeof(devname), "net%u", nifs);
413 nifs++
    [all...]
efinet.c 335 int nifs, depth = -1; local in function:efi_net_probe
362 nifs = 0;
390 enis[nifs].net = net;
391 enis[nifs].bootdev = efi_pxe_match_booted_interface(
393 enis[nifs].pktbufsz = net->Mode->MaxPacketSize +
395 enis[nifs].pktbuf = alloc(enis[nifs].pktbufsz);
396 if (enis[nifs].pktbuf == NULL) {
409 snprintf(devname, sizeof(devname), "net%u", nifs);
413 nifs++
    [all...]

Completed in 24 milliseconds