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

/illumos-gate/usr/src/uts/common/avs/ns/
H A Dnsctl_inter.h152 int nsc_create_process(void (*)(void *), void *, boolean_t) { } function
H A Dnsctl.h472 extern int nsc_create_process(void (*)(void *), void *, boolean_t);
/illumos-gate/usr/src/uts/common/avs/ns/solaris/
H A Dnsc_proc.c80 nsc_create_process(void (*func)(void *), void *arg, boolean_t rt) function
H A Dnsc_thread.c472 rc = nsc_create_process(nst_thread_run, tp, 0);
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_health.c513 if (nsc_create_process(rdc_health_thread, ip, TRUE)) {
H A Drdc_io.c3886 if (nsc_create_process(
/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_io.c93 return (nsc_create_process(
177 rc = nsc_create_process((void (*)(void *))_sd_dealloc_dm, 0,
H A Dsd_ft.c133 return (nsc_create_process(
H A Dsd_tdaemon.c217 (void) nsc_create_process(
/illumos-gate/usr/src/uts/common/avs/ns/dsw/
H A Ddsw_dev.c7005 if (rc = nsc_create_process((void (*)(void *))_ii_copyvolp,

Completed in 199 milliseconds