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

/illumos-gate/usr/src/stand/lib/inet/
H A Dmac.c76 mac_init(char *bootdevicename) function
95 printf("mac_init: device path: %s\n", bootdevicename);
107 printf("mac_init: Network device name: %s\n", devname);
144 printf("mac_init: Media type: %s\n", media_type);
172 prom_panic("mac_init: Cannot allocate memory.");
175 prom_panic("mac_init: Cannot obtain MAC address.");
197 prom_panic("mac_init: Cannot allocate memory.");
200 prom_panic("mac_init: Cannot obtain MAC address.");
221 prom_panic("mac_init: Cannot allocate memory.");
224 prom_panic("mac_init
[all...]
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dspi.h207 int (*mac_init)(crypto_ctx_t *, member in struct:crypto_mac_ops
614 #define CRYPTO_FG_MAC 0x00001000 /* mac_init() */
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac.c362 * in mac_tx to reduce lock contention. This is sized at boot time in mac_init.
403 mac_init(void) function

Completed in 156 milliseconds