HelenOS sources

nic_wv_type_t     446 uspace/lib/device/include/nic/nic.h static inline int nic_wv_is_multi(nic_wv_type_t type)
nic_wv_type_t     987 uspace/lib/drv/generic/remote_nic.c errno_t nic_wol_virtue_add(async_sess_t *dev_sess, nic_wv_type_t type,
nic_wv_type_t    1048 uspace/lib/drv/generic/remote_nic.c     nic_wv_type_t *type, size_t max_length, void *data, size_t *length)
nic_wv_type_t    1097 uspace/lib/drv/generic/remote_nic.c errno_t nic_wol_virtue_list(async_sess_t *dev_sess, nic_wv_type_t type,
nic_wv_type_t    1137 uspace/lib/drv/generic/remote_nic.c errno_t nic_wol_virtue_get_caps(async_sess_t *dev_sess, nic_wv_type_t type,
nic_wv_type_t    1175 uspace/lib/drv/generic/remote_nic.c errno_t nic_wol_load_info(async_sess_t *dev_sess, nic_wv_type_t *matched_type,
nic_wv_type_t    1195 uspace/lib/drv/generic/remote_nic.c 	*matched_type = (nic_wv_type_t) _matched_type;
nic_wv_type_t    2177 uspace/lib/drv/generic/remote_nic.c 	nic_wv_type_t type = (nic_wv_type_t) ipc_get_arg2(call);
nic_wv_type_t    2212 uspace/lib/drv/generic/remote_nic.c 	nic_wv_type_t type = NIC_WV_NONE;
nic_wv_type_t    2261 uspace/lib/drv/generic/remote_nic.c 	nic_wv_type_t type = (nic_wv_type_t) ipc_get_arg2(call);
nic_wv_type_t    2312 uspace/lib/drv/generic/remote_nic.c 	nic_wv_type_t type = (nic_wv_type_t) ipc_get_arg2(call);
nic_wv_type_t    2329 uspace/lib/drv/generic/remote_nic.c 	nic_wv_type_t type = NIC_WV_NONE;
nic_wv_type_t      92 uspace/lib/drv/include/nic_iface.h extern errno_t nic_wol_virtue_add(async_sess_t *, nic_wv_type_t, const void *,
nic_wv_type_t      95 uspace/lib/drv/include/nic_iface.h extern errno_t nic_wol_virtue_probe(async_sess_t *, nic_wv_id_t, nic_wv_type_t *,
nic_wv_type_t      97 uspace/lib/drv/include/nic_iface.h extern errno_t nic_wol_virtue_list(async_sess_t *, nic_wv_type_t, size_t,
nic_wv_type_t      99 uspace/lib/drv/include/nic_iface.h extern errno_t nic_wol_virtue_get_caps(async_sess_t *, nic_wv_type_t, int *);
nic_wv_type_t     100 uspace/lib/drv/include/nic_iface.h extern errno_t nic_wol_load_info(async_sess_t *, nic_wv_type_t *, size_t, uint8_t *,
nic_wv_type_t      91 uspace/lib/drv/include/ops/nic.h 	errno_t (*wol_virtue_add)(ddf_fun_t *, nic_wv_type_t, const void *,
nic_wv_type_t      94 uspace/lib/drv/include/ops/nic.h 	errno_t (*wol_virtue_probe)(ddf_fun_t *, nic_wv_id_t, nic_wv_type_t *,
nic_wv_type_t      96 uspace/lib/drv/include/ops/nic.h 	errno_t (*wol_virtue_list)(ddf_fun_t *, nic_wv_type_t, size_t,
nic_wv_type_t      98 uspace/lib/drv/include/ops/nic.h 	errno_t (*wol_virtue_get_caps)(ddf_fun_t *, nic_wv_type_t, int *);
nic_wv_type_t      99 uspace/lib/drv/include/ops/nic.h 	errno_t (*wol_load_info)(ddf_fun_t *, nic_wv_type_t *, size_t,
nic_wv_type_t      58 uspace/lib/nic/include/nic.h 	nic_wv_type_t type;
nic_wv_type_t     271 uspace/lib/nic/include/nic.h extern int nic_query_wol_max_caps(const nic_t *, nic_wv_type_t);
nic_wv_type_t     272 uspace/lib/nic/include/nic.h extern void nic_set_wol_max_caps(nic_t *, nic_wv_type_t, int);
nic_wv_type_t      71 uspace/lib/nic/include/nic_impl.h extern errno_t nic_wol_virtue_add_impl(ddf_fun_t *dev_fun, nic_wv_type_t type,
nic_wv_type_t      75 uspace/lib/nic/include/nic_impl.h     nic_wv_type_t *type, size_t max_length, void *data, size_t *length);
nic_wv_type_t      76 uspace/lib/nic/include/nic_impl.h extern errno_t nic_wol_virtue_list_impl(ddf_fun_t *dev_fun, nic_wv_type_t type,
nic_wv_type_t      78 uspace/lib/nic/include/nic_impl.h extern errno_t nic_wol_virtue_get_caps_impl(ddf_fun_t *, nic_wv_type_t, int *);
nic_wv_type_t      78 uspace/lib/nic/include/nic_wol_virtues.h extern errno_t nic_wol_virtues_verify(nic_wv_type_t, const void *, size_t);
nic_wv_type_t      79 uspace/lib/nic/include/nic_wol_virtues.h extern errno_t nic_wol_virtues_list(const nic_wol_virtues_t *, nic_wv_type_t type,
nic_wv_type_t     829 uspace/lib/nic/src/nic_driver.c int nic_query_wol_max_caps(const nic_t *nic_data, nic_wv_type_t type)
nic_wv_type_t     843 uspace/lib/nic/src/nic_driver.c void nic_set_wol_max_caps(nic_t *nic_data, nic_wv_type_t type, int count)
nic_wv_type_t     522 uspace/lib/nic/src/nic_impl.c errno_t nic_wol_virtue_add_impl(ddf_fun_t *fun, nic_wv_type_t type,
nic_wv_type_t     638 uspace/lib/nic/src/nic_impl.c     nic_wv_type_t *type, size_t max_length, void *data, size_t *length)
nic_wv_type_t     675 uspace/lib/nic/src/nic_impl.c errno_t nic_wol_virtue_list_impl(ddf_fun_t *fun, nic_wv_type_t type,
nic_wv_type_t     696 uspace/lib/nic/src/nic_impl.c errno_t nic_wol_virtue_get_caps_impl(ddf_fun_t *fun, nic_wv_type_t type, int *count)
nic_wv_type_t     103 uspace/lib/nic/src/nic_wol_virtues.c 	nic_wv_type_t type;
nic_wv_type_t     127 uspace/lib/nic/src/nic_wol_virtues.c errno_t nic_wol_virtues_verify(nic_wv_type_t type, const void *data, size_t length)
nic_wv_type_t     249 uspace/lib/nic/src/nic_wol_virtues.c errno_t nic_wol_virtues_list(const nic_wol_virtues_t *wvs, nic_wv_type_t type,
HelenOS homepage, sources at GitHub