Searched refs:softmac_create (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dsoftmac.h40 int softmac_create(dev_info_t *, dev_t);
/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dnet_dacf.c104 if ((err = softmac_create(dip, dev)) != 0) {
/opensolaris-onvv-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_main.c212 * softmac_create() is called for each minor node during the post-attach of
215 * specific device, softmac_create() could be called twice.
229 * okcnt = 0 net_postattach -> softmac_create okcnt = 1
232 * okcnt = 1 net_postattach -> softmac_create okcnt = 2
235 * okcnt = 1 net_postattach -> softmac_create okcnt = 2
251 * okcnt = 0,1 net_postattach -> softmac_create
254 * left != 0 net_postattach -> softmac_create left = 0
275 * number of times net_postattach -> softmac_create() has been called
281 * softmac_create (or softmac_mac_register) -> softmac_create_datalink
317 softmac_create(dev_info_ function
[all...]

Completed in 54 milliseconds