Searched defs:exclusive (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/net/drivers/efi/
H A Definet.c178 setup_filters(grub_efi_simple_network_t *net, int exclusive) argument
188 /* If we're not exclusive, OR-in the required filters, just
193 grub_uint32_t newfilters = (exclusive ? 0 :
235 /* We cannot ask for the exclusive handle here, otherwise we'd
306 int exclusive; local
314 /* If we cannot get exclusive use of the NIC, print a warning, but
322 exclusive = 0;
327 exclusive = 1;
329 /* Once we gain exclusive access, the SNP will probably be shut down.
344 if (setup_filters(net, exclusive) !
[all...]

Completed in 248 milliseconds