Searched refs:stage (Results 1 - 8 of 8) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/config/
H A Dnewvers.pl64 my $stage = $2;
67 $stage = "r" if (!$stage || ($stage eq "fc"));
71 $VERSION_STAGE = 'VERSION_STAGE_DEV' if ($stage eq 'd');
72 $VERSION_STAGE = 'VERSION_STAGE_ALPHA' if ($stage eq 'a');
73 $VERSION_STAGE = 'VERSION_STAGE_BETA' if ($stage eq 'b');
74 $VERSION_STAGE = 'VERSION_STAGE_RELEASE' if ($stage eq 'r');
78 $VERSION_LONG .= "$stage$VERSION_PRERELEASE_LEVEL" if (($stage n
[all...]
/macosx-10.5.8/xnu-1228.15.4/tools/tests/affinity/
H A Dsets.c28 * <------ "stage" -----> <------ "stage" ----->
32 * By default there are 2 stage (worker) threads per production line.
34 * queues it on an output queue. By default the initial stage (producer)
100 stage_info_t *stage[WORKERS_MAX]; member in struct:line_info
215 DBG("Starting %s set: %d stage: %d\n", sp->name, lp->setnum, sp->stagenum);
442 lp->stage[j] = sp;
454 sp = lp->stage[j];
462 sp->input = &lp->stage[j]->bufq;
463 sp->output = &lp->stage[(
[all...]
H A Dpool.c29 * <---------- "stage" ---------> <---------- "stage" --------->
31 * There are a series of work stages. Each stage has an input and an output
32 * queue and multiple threads. The first stage is the producer and subsequent
84 /* This struct controls the function of a stage */
99 stage_info_t *stage; member in struct:worker_info
199 stage_info_t *sp = wp->stage;
225 DBG("Starting %s %d, stage: %d\n", sp->name, wp->setnum, sp->stagenum);
292 * Place the buffer on the input queue of the next stage.
389 mutter("Launching %d producer%s with %d stage
[all...]
/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dvers_rsrc.c151 static const char * __VERS_string_for_stage(VERS_stage stage) { argument
152 switch (stage) {
319 // stage level
323 /* Scan for stage level number. Legal characters are
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_hotfiles.c440 * A suspend can occur during eval/evict/adopt stage.
1059 enum hfc_stage stage; local
1077 stage = hfsmp->hfc_stage;
1181 stage = HFC_IDLE;
1195 stage = HFC_IDLE;
1235 stage = HFC_IDLE;
1239 if (stage != HFC_ADOPTION && hfsmp->hfc_filevp) {
1243 hfsmp->hfc_stage = stage;
1261 enum hfc_stage stage; local
1281 stage
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A DAltiAssist.s55 ; upon the stage detected) and redriven through the exception handler.
H A DEmulate.s57 ; upon the stage detected) and redrived through the exception handler.
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dip6_fw.c1143 ip6_fw_ctl(int stage, struct mbuf **mm)
1148 if (stage == IPV6_FW_GET) {
1189 if (stage == IPV6_FW_FLUSH) {
1205 if (stage == IPV6_FW_ZERO) {
1218 if (stage == IPV6_FW_ADD) {
1231 if (stage == IPV6_FW_DEL) {
1249 dprintf(("%s unknown request %d\n", err_prefix, stage));

Completed in 89 milliseconds