Searched refs:ldi_ident_from_major (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/uts/common/sys/ |
H A D | sunldi.h | 86 extern int ldi_ident_from_major(major_t major, ldi_ident_t *);
|
/titanic_50/usr/src/uts/common/io/mac/ |
H A D | mac_util.c | 798 err = ldi_ident_from_major(ddi_driver_major(dip), &li); in mac_check_interrupt_binding()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | driver_lyr.c | 1366 ret = ldi_ident_from_major(major, &li); in ldi_mlink_fp() 1418 ret = ldi_ident_from_major(major, &li); in ldi_munlink_fp() 1553 ldi_ident_from_major(major_t major, ldi_ident_t *lip) in ldi_ident_from_major() function
|
H A D | strsubr.c | 8754 ret = ldi_ident_from_major((major_t)i, &li); in str_stack_shutdown()
|
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | rts.c | 1264 error = ldi_ident_from_major(major, &rtss->rtss_ldi_ident); in rts_stack_init()
|
H A D | icmp.c | 5007 error = ldi_ident_from_major(major, &is->is_ldi_ident); in rawip_stack_init()
|
H A D | ip.c | 4690 (void) ldi_ident_from_major(major, &ipst->ips_ldi_ident); in ip_stack_init()
|
H A D | ip_if.c | 18242 if ((err = ldi_ident_from_major(ddi_name_to_major("ip"), &li)) != 0) { in ip_interface_cleanup()
|
/titanic_50/usr/src/uts/common/inet/tcp/ |
H A D | tcp.c | 3798 error = ldi_ident_from_major(major, &tcps->tcps_ldi_ident); in tcp_stack_init()
|
/titanic_50/usr/src/uts/common/inet/udp/ |
H A D | udp.c | 4516 error = ldi_ident_from_major(major, &us->us_ldi_ident); in udp_stack_init()
|