OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nifs
(Results
1 - 4
of
4
) sorted by relevancy
/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
...]
/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
...]
/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;
/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++) {
Completed in 88 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025