Searched refs:driver (Results 26 - 40 of 40) sorted by relevance

12

/osnet-11/usr/src/grub/grub2/grub-core/net/
H A Dnet.c206 if (card->driver->close)
207 card->driver->close (card);
1323 if (card->driver->open)
1324 err = card->driver->open (card);
1338 nb = card->driver->recv (card);
1520 if (card->driver->close)
1521 card->driver->close (card);
/osnet-11/usr/src/grub/grub2/grub-core/disk/
H A Draid.c215 return array->driver->name;
694 array->driver = raid;
/osnet-11/usr/src/grub/grub-0.97/
H A Dconfigure877 --enable-3c595 enable 3Com595 driver
878 --enable-3c90x enable 3Com90x driver
879 --enable-davicom enable Davicom driver
880 --enable-e1000 enable Etherexpress Pro/1000 driver
881 --enable-eepro100 enable Etherexpress Pro/100 driver
882 --enable-epic100 enable SMC 83c170 EPIC/100 driver
883 --enable-forcedeth enable Nvidia Geforce driver
884 --enable-natsemi enable NatSemi DP8381x driver
885 --enable-ns83820 enable NS83820 driver
886 --enable-ns8390 enable NE2000 PCI driver
[all...]
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevfsmap.c116 /* structure to hold entries with mpxio-disable property in driver.conf file */
188 /* return the next token from the given driver.conf file, or -1 on error */
438 * Parse the next entry from the driver.conf file and return in the form of
625 * Parse all entries with mpxio-disable property in the given driver.conf
628 * fname driver.conf file name
630 * driver.conf file entries with mpxio-disable property.
632 * driver global mpxio-dissable property as follows.
633 * 0 if driver mpxio-disable="no"
634 * 1 if driver mpxio-disable="yes"
635 * -1 if driver mpxi
732 char driver[BUFSIZE]; local
[all...]
H A Ddevinfo.c27 * through the devinfo driver.
170 char driver[MAXPATHLEN]; local
180 (void) strcpy(driver, drv_name);
183 * open the devinfo driver
191 if (ioctl(fd, DINFOLODRV, driver) != 0) {
192 DPRINTF((DI_ERR, "failed to load driver %s\n", driver));
253 * Attempt to open the devinfo driver. Make a second attempt at the
284 * the devinfo driver.
288 "driver I
[all...]
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dpci.h280 const struct pci_driver *driver; member in struct:pci_device
H A Dsis900.c4 sis900.c: An SiS 900/7016 PCI Fast Ethernet driver for Etherboot
11 Adapted from a Linux driver which was written by Donald Becker
247 } while(p->driver && p->driver != &sis_bridge_driver);
250 if (!p->driver)
H A Dw89c840.c4 * w89c840.c -- This file implements the winbond-840 driver for etherboot.
41 * this driver.
50 * This is the etherboot driver for cards based on Winbond W89c840F chip.
53 * kernel driver as a guideline. Mostly the w89c840 related definitions
76 * Keep using IO_OPS for Etherboot driver!
85 static const char *w89c840_version = "driver Version 0.94 - December 12, 2003";
135 #error You must compile this driver with "-O".
148 /* This driver was written to use PCI memory space, however some x86 systems
171 the driver longer and more difficult to read.
529 * See Linux kernel driver i
[all...]
/osnet-11/usr/src/lib/libdlpi/common/
H A Dlibdlpi.c1099 char driver[DLPI_LINKNAME_MAX]; local
1109 if (dlpi_parsezonelink(provider, driver, sizeof (driver),
1151 (void) snprintf(device, DLPI_LINKNAME_MAX, "%s%d", driver,
/osnet-11/usr/src/grub/grub2/grub-core/net/drivers/i386/pc/
H A Dpxe.c428 .driver = &grub_pxe_card_driver,
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dnet.h116 struct grub_net_card_driver *driver; member in struct:grub_net_card
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_mod.c471 topo_mod_modfmri(topo_mod_t *mod, int version, const char *driver) argument
483 if (nvlist_add_string(args, "DRIVER", driver) != 0) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DMan.pm1166 It is conventionally invoked using the driver script B<pod2man>, but it can
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex3102 % Define \doindex, the driver for all \fooindex macros.
/osnet-11/usr/src/grub/grub2/docs/
H A Dtexinfo.tex3860 % Define \doindex, the driver for all \fooindex macros.

Completed in 148 milliseconds

12