| /onnv/onnv-gate/usr/src/cmd/filebench/common/ |
| threadflow.c | 52 * the f language thread, including the number of instances to create. 65 (void) fprintf(stderr, " thread name=<name>[,instances=<count>]\n"); 132 int instances; local 135 instances = avd_get_int(threadflow->tf_instances); 138 instances, threadflow->tf_name); 140 for (i = 1; i < instances; i++) { 407 * Set the number of instances to create at runtime, 408 * tf_instances, to "instances". Return the threadflow pointer 413 threadflow_t *inherit, avd_t instances) 423 threadflow->tf_instances = instances; [all...] |
| procflow.c | 65 * the f process, including the number of instances to create. At 79 "define process name=<name>[,instances=<count>]\n"); 236 int i, instances; local 238 instances = (int)avd_get_int(procflow->pf_instances); 239 filebench_log(LOG_INFO, "Starting %d %s instances", 240 instances, procflow->pf_name); 242 /* Create instances of procflow */ 243 for (i = 0; (i < instances) && (ret == 0); i++) { 432 * creating the number of instances of each procflow specified 434 * times the number of procflow instances that were no [all...] |
| /onnv/onnv-gate/usr/src/cmd/svc/svcs/ |
| explain.c | 154 uu_list_t *instances; member in struct:service 425 svcp->instances = uu_list_create(insts, svcp, UU_LIST_DEBUG); 426 if (svcp->instances == NULL) 534 r = uu_list_append(svcp->instances, instp); 702 for (instp = uu_list_first(svcp->instances); 704 instp = uu_list_next(svcp->instances, instp)) { 794 for (ip = uu_list_first(sp->instances); 796 ip = uu_list_next(sp->instances, ip)) { 802 for (ip = uu_list_first(sp->instances); 804 ip = uu_list_next(sp->instances, ip)) [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
| uds_daemon.c | 711 // to facilitate cleanup, when instances and parent may be deallocated at different times. 745 service_instance *instances; member in struct:__anon212 757 // parent struct for browser instances: list pointer plus metadata [all...] |
| /onnv/onnv-gate/usr/src/cmd/svc/svccfg/ |
| svccfg_libscf.c | 91 xmlNodePtr instances; member in struct:entity_elts 471 * its instances. If one has a running snapshot with a service snaplevel, set [all...] |