Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/avs/ns/
H A Dnsctl_inter.h152 int nsc_create_process(void (*)(void *), void *, boolean_t) { } in nsc_create_process() function
H A Dnsctl.h472 extern int nsc_create_process(void (*)(void *), void *, boolean_t);
/titanic_44/usr/src/uts/common/avs/ns/solaris/
H A Dnsc_proc.c80 nsc_create_process(void (*func)(void *), void *arg, boolean_t rt) in nsc_create_process() function
H A Dnsc_thread.c472 rc = nsc_create_process(nst_thread_run, tp, 0); in nst_thread_create()
/titanic_44/usr/src/uts/common/avs/ns/rdc/
H A Drdc_health.c513 if (nsc_create_process(rdc_health_thread, ip, TRUE)) { in rdc_add_to_if()
H A Drdc_io.c3886 if (nsc_create_process( in rdc_sync()
/titanic_44/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_ft.c133 return (nsc_create_process( in _sdbc_ft_configure()
H A Dsd_io.c93 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 Dsd_tdaemon.c217 (void) nsc_create_process( in _sdbc_tdaemon_configure()
/titanic_44/usr/src/uts/common/avs/ns/dsw/
H A Ddsw_dev.c7005 if (rc = nsc_create_process((void (*)(void *))_ii_copyvolp, in _ii_copyvol()