Searched refs:tasks (Results 1 - 9 of 9) sorted by relevance
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/littleneck/conf/ |
H A D | platsvcd.conf | 41 * INTERVAL <poll interval in seconds> <#tasks at this interval> 43 * Indicates the poll interval at which a list of tasks will be run
|
/illumos-gate/usr/src/cmd/prstat/ |
H A D | prstat.c | 149 static table_t tsk_tbl = {0, 0, NULL}; /* selected tasks */ 162 static list_t tasks; /* list of tasks */ variable 259 /* Gather rss for all tasks in all zones */ 1097 list_update(&tasks, lwp); 1362 list_clear(&tasks); 1566 list_alloc(&tasks, opts.o_nbottom); 1572 list_setkeyfunc(NULL, &opts, &tasks, LT_TASKS); 1615 list_free(&tasks); 1620 list_alloc(&tasks, opt [all...] |
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/cherrystone/conf/ |
H A D | platsvcd.conf | 40 * INTERVAL <poll interval in seconds> <#tasks at this interval> 42 * Indicates the poll interval at which a list of tasks will be run
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/sebring/conf/ |
H A D | platsvcd.conf | 40 * INTERVAL <poll interval in seconds> <#tasks at this interval> 42 * Indicates the poll interval at which a list of tasks will be run
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/daktari/conf/ |
H A D | platsvcd.conf | 41 * INTERVAL <poll interval in seconds> <#tasks at this interval> 43 * Indicates the poll interval at which a list of tasks will be run
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/silverstone/conf/ |
H A D | platsvcd.conf | 41 * INTERVAL <poll interval in seconds> <#tasks at this interval> 43 * Indicates the poll interval at which a list of tasks will be run
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcplugin/ |
H A D | psvcplugin.c | 615 int32_t tasks; local 629 found = sscanf(buf, "%31s %d %d", name, &interval, &tasks); 643 ip->num_tasks = tasks;
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | spa.c | 1231 * Stop async tasks. 4097 * Don't start async tasks until we know everything is healthy. 4348 * Put a hold on the pool, drop the namespace lock, stop async tasks, 5849 int tasks; local 5854 tasks = spa->spa_async_tasks; 5861 if (tasks & SPA_ASYNC_CONFIG_UPDATE) { 5884 if (tasks & SPA_ASYNC_REMOVE) { 5894 if ((tasks & SPA_ASYNC_AUTOEXPAND) && !spa_suspended(spa)) { 5903 if (tasks & SPA_ASYNC_PROBE) { 5912 if (tasks [all...] |
/illumos-gate/usr/src/cmd/ldap/ns_ldap/ |
H A D | idsconfig.sh | 3795 dn: cn=${TASKNAME}, cn=index, cn=tasks, cn=config 3817 -b \"cn=${TASKNAME}, cn=index, cn=tasks, cn=config\" -s base \ 3904 dn: cn=${TASKNAME}, cn=index, cn=tasks, cn=config 3926 -b \"cn=${TASKNAME}, cn=index, cn=tasks, cn=config\" -s base \
|
Completed in 176 milliseconds