Searched refs:nsc_create_process (Results 1 – 10 of 10) sorted by relevance
/titanic_44/usr/src/uts/common/avs/ns/ |
H A D | nsctl_inter.h | 152 int nsc_create_process(void (*)(void *), void *, boolean_t) { } in nsc_create_process() function
|
H A D | nsctl.h | 472 extern int nsc_create_process(void (*)(void *), void *, boolean_t);
|
/titanic_44/usr/src/uts/common/avs/ns/solaris/ |
H A D | nsc_proc.c | 80 nsc_create_process(void (*func)(void *), void *arg, boolean_t rt) in nsc_create_process() function
|
H A D | nsc_thread.c | 472 rc = nsc_create_process(nst_thread_run, tp, 0); in nst_thread_create()
|
/titanic_44/usr/src/uts/common/avs/ns/rdc/ |
H A D | rdc_health.c | 513 if (nsc_create_process(rdc_health_thread, ip, TRUE)) { in rdc_add_to_if()
|
H A D | rdc_io.c | 3886 if (nsc_create_process( in rdc_sync()
|
/titanic_44/usr/src/uts/common/avs/ns/sdbc/ |
H A D | sd_ft.c | 133 return (nsc_create_process( in _sdbc_ft_configure()
|
H A D | sd_io.c | 93 return (nsc_create_process( in _sdbc_flush_configure() 177 rc = nsc_create_process((void (*)(void *))_sd_dealloc_dm, 0, in _sdbc_dealloc_configure_dm()
|
H A D | sd_tdaemon.c | 217 (void) nsc_create_process( in _sdbc_tdaemon_configure()
|
/titanic_44/usr/src/uts/common/avs/ns/dsw/ |
H A D | dsw_dev.c | 7005 if (rc = nsc_create_process((void (*)(void *))_ii_copyvolp, in _ii_copyvol()
|