Home
last modified time | relevance | path

Searched refs:mod_transports (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_module.h135 fmd_list_t mod_transports; /* list of transports owned by module */ member
H A Dfmd_xprt.c877 fmd_list_append(&mp->mod_transports, xip); in fmd_xprt_create()
934 fmd_list_delete(&mp->mod_transports, xip); in fmd_xprt_destroy()
H A Dfmd_module.c125 for (xp = fmd_list_next(&mp->mod_transports); in fmd_module_start()
H A Dfmd_mdb.c1461 wsp->walk_addr = (uintptr_t)m.mod_transports.l_next; in xprt_walk_init()
H A Dfmd_api.c592 while ((xp = fmd_list_next(&mp->mod_transports)) != NULL) in fmd_module_unregister()