HelenOS sources

nic_get_operation_mode  149 uspace/app/nic/nic.c 	rc = nic_get_operation_mode(sess, &info->speed, &info->duplex, &role);
nic_get_operation_mode  374 uspace/app/nic/nic.c 	rc = nic_get_operation_mode(sess, &oldspeed, &oldduplex, &oldrole);
nic_get_operation_mode  412 uspace/app/nic/nic.c 	rc = nic_get_operation_mode(sess, &oldspeed, &oldduplex, &oldrole);
nic_get_operation_mode   58 uspace/lib/drv/include/nic_iface.h extern errno_t nic_get_operation_mode(async_sess_t *, int *, nic_channel_mode_t *,
HelenOS homepage, sources at GitHub