Searched refs:mac_init (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/stand/lib/inet/
H A Dmac.h40 extern void mac_init(char *); /* initialize MAC layer */
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/io/mac/
H A Dmac_mod.c61 mac_init();
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
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dmount.c582 mac_init(str);
/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() */
H A Dimpl.h739 (KCF_PROV_MAC_OPS(pd) && KCF_PROV_MAC_OPS(pd)->mac_init) ? \
740 KCF_PROV_MAC_OPS(pd)->mac_init(ctx, mech, key, template, req) \
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_impl.h722 extern void mac_init(void);
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dwanboot.c1557 mac_init(bpath);
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c697 if (mac_ops->mac_init != NULL)

Completed in 121 milliseconds