Searched refs:uwb_rccb_cmd_t (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/io/uwb/uwba/
H A Duwbai.c40 static int uwb_do_cmd_rccb(uwb_dev_handle_t, uwb_rccb_cmd_t *);
41 static int uwb_do_cmd_scan(uwb_dev_handle_t, uwb_rccb_cmd_t *);
43 uwb_rccb_cmd_t *);
44 static int uwb_do_cmd_dev_addr_mgmt(uwb_dev_handle_t, uwb_rccb_cmd_t *);
48 uwb_rccb_cmd_t *, uwb_cmd_result_t *);
50 static int uwb_send_rccb_cmd(uwb_dev_handle_t, uwb_rccb_cmd_t *);
51 static int uwb_check_rccb_cmd(uwb_dev_handle_t, uwb_rccb_cmd_t *);
52 static int uwb_check_dev_state(uwba_dev_t *, uwb_rccb_cmd_t *);
53 static void uwb_set_dev_state(uwba_dev_t *, uwb_rccb_cmd_t *);
97 sizeof (uwb_rccb_cmd_t), /* GET_I
[all...]
H A Duwba.c1322 uwba_copy_rccb(uwb_rccb_cmd_t *src_rccb, uwb_rccb_cmd_t *des_rccb)
1324 bcopy(src_rccb, des_rccb, sizeof (uwb_rccb_cmd_t));
/opensolaris-onvv-gate/usr/src/uts/common/sys/uwb/uwba/
H A Duwba.h94 typedef int (*uwb_rccb_handler_t)(uwb_dev_handle_t, uwb_rccb_cmd_t *);
149 uwb_rccb_cmd_t curr_rccb;
289 void uwba_copy_rccb(uwb_rccb_cmd_t *, uwb_rccb_cmd_t *);
/opensolaris-onvv-gate/usr/src/uts/common/sys/uwb/
H A Duwb.h193 } uwb_rccb_cmd_t; typedef in typeref:struct:uwb_rccb_cmd

Completed in 63 milliseconds