Searched refs:logtypes (Results 1 – 1 of 1) sorted by relevance
685 } logtypes[] = { variable736 for (i = 0; i < sizeof (logtypes) / sizeof (logtypes[0]); i++) { in do_disables()737 if (logtypes[i].lt_logname == NULL) in do_disables()740 if (strcmp(start, logtypes[i].lt_label) == 0 || in do_disables()741 strcmp(start, logtypes[i].lt_logname) == 0) { in do_disables()742 logtypes[i].lt_enabled = B_FALSE; in do_disables()971 for (i = 0; i < sizeof (logtypes) / sizeof (logtypes[0]); i++) { in pipeline_process()972 if (strcmp(log.log_label, logtypes[i].lt_label) == 0) { in pipeline_process()973 pl->pl_ops = logtypes[i].lt_ops; in pipeline_process()1049 pipeline = calloc(sizeof (logtypes) / sizeof (logtypes[0]), in aggregate()[all …]