Home
last modified time | relevance | path

Searched refs:sl_private (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/sys/1394/
H A Dh1394.h246 void **sl_private);
248 int h1394_detach(void **sl_private, ddi_detach_cmd_t cmd);
252 void h1394_cmd_is_complete(void *sl_private, cmd1394_cmd_t *command_id,
270 void h1394_bus_reset(void *sl_private, void **selfid_buf_addr);
272 void h1394_self_ids(void *sl_private, void *selfid_buf_addr,
275 void h1394_write_request(void *sl_private, cmd1394_cmd_t *req);
277 void h1394_read_request(void *sl_private, cmd1394_cmd_t *req);
279 void h1394_lock_request(void *sl_private, cmd1394_cmd_t *req);
281 int h1394_alloc_cmd(void *sl_private, uint_t flags, cmd1394_cmd_t **cmdp,
287 int h1394_free_cmd(void *sl_private, cmd1394_cmd_t **cmdp);
[all …]
/titanic_50/usr/src/uts/common/io/1394/
H A Dh1394.c126 h1394_attach(h1394_halinfo_t *halinfo, ddi_attach_cmd_t cmd, void **sl_private) in h1394_attach() argument
135 ASSERT(sl_private != NULL); in h1394_attach()
139 hal = (s1394_hal_t *)(*sl_private); in h1394_attach()
333 *sl_private = (void *)hal; in h1394_attach()
355 h1394_detach(void **sl_private, ddi_detach_cmd_t cmd) in h1394_detach() argument
361 hal = (s1394_hal_t *)(*sl_private); in h1394_detach()
368 *sl_private = NULL; in h1394_detach()
409 h1394_alloc_cmd(void *sl_private, uint_t flags, cmd1394_cmd_t **cmdp, in h1394_alloc_cmd() argument
418 hal = (s1394_hal_t *)sl_private; in h1394_alloc_cmd()
453 h1394_free_cmd(void *sl_private, cmd1394_cmd_t **cmdp) in h1394_free_cmd() argument
[all …]