Home
last modified time | relevance | path

Searched refs:ldi_ident_from_major (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dsunldi.h86 extern int ldi_ident_from_major(major_t major, ldi_ident_t *);
/illumos-gate/usr/src/uts/common/os/
H A Ddriver_lyr.c1316 ret = ldi_ident_from_major(major, &li); in ldi_mlink_fp()
1418 ret = ldi_ident_from_major(major, &li); in ldi_munlink_fp()
1570 ldi_ident_from_major(major_t major, ldi_ident_t *lip) in ldi_ident_from_major() function
H A Dstrsubr.c8680 ret = ldi_ident_from_major((major_t)i, &li); in str_stack_shutdown()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Drts.c1269 error = ldi_ident_from_major(major, &rtss->rtss_ldi_ident); in rts_stack_init()
H A Dicmp.c5017 error = ldi_ident_from_major(major, &is->is_ldi_ident); in rawip_stack_init()
H A Dip.c4715 (void) ldi_ident_from_major(major, &ipst->ips_ldi_ident); in ip_stack_init()
H A Dip_if.c18254 if ((err = ldi_ident_from_major(ddi_name_to_major("ip"), &li)) != 0) { in ip_interface_cleanup()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_util.c1904 err = ldi_ident_from_major(ddi_driver_major(dip), &li); in mac_check_interrupt_binding()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp.c3822 error = ldi_ident_from_major(major, &tcps->tcps_ldi_ident); in tcp_stack_init()
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp.c4564 error = ldi_ident_from_major(major, &us->us_ldi_ident); in udp_stack_init()