Searched refs:execute (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/bus_managers/scsi/
H A Dscsi_io.cpp343 bool execute; local
354 execute = false;
373 execute = true;
378 return execute;
388 /** execute scsi command asynchronously */
494 /** execute SCSI command synchronously */
/haiku/headers/posix/
H A Dpthread.h68 #define pthread_cleanup_pop(execute) \
69 if (execute) \
/haiku/src/bin/pcmcia-cs/
H A Dcardctl.c462 code, execute() returns -1.
508 static int execute(stab_t *s, char *action, char *scheme) function
534 stab[i].status = execute(stab+i, "cksum", new);
536 (execute(stab+i, "check", NULL) != 0)) break;
545 if (stab[i].status) execute(stab+i, "stop", NULL);
554 if (stab[i].status) j |= execute(stab+i, "start", NULL);
/haiku/src/add-ons/accelerants/radeon_hd/atombios/
H A Datom.cpp662 int execute = 0, target = U16(*ptr); local
666 execute = ctx->ctx->cs_above;
669 execute = ctx->ctx->cs_above || ctx->ctx->cs_equal;
672 execute = 1;
675 execute = !(ctx->ctx->cs_above || ctx->ctx->cs_equal);
678 execute = !ctx->ctx->cs_above;
681 execute = ctx->ctx->cs_equal;
684 execute = !ctx->ctx->cs_equal;
687 TRACE("%s: execute jump: %s; target: 0x%04X\n", __func__,
688 execute
[all...]
/haiku/src/kits/tracker/
H A DPoseViewScripting.cpp75 doo Tracker execute Entry 'test/6L6' of Poses of Window test
76 doo Tracker execute Entry 2 of Poses of Window test
132 "execute Entry {path|index} # opens specified entries",

Completed in 47 milliseconds