Lines Matching defs:strategy
152 int strategy;
319 char *format_strat(int strategy);
443 int aio_register(int fd, int strategy, int sig);
1123 * format_strat - formats the async i/o completion strategy
1242 char *format_strat(int strategy)
1247 switch (strategy) {
1273 sprintf(msg, "<error:%#o>", strategy);
1338 " async io completion strategy is %s\n",
1358 " async io completion strategy is %s\n",
2071 sprintf(cp, " io completion strategy is %s\n",
2440 * Look up async I/O completion strategy
2467 " async io completion strategy is %s\n",
4602 if (aiop->strategy == A_SIGNAL && aiop->sig == sig) {
4629 format_strat(Aio_Info[i].strategy));
4650 if (aiop->strategy == A_CALLBACK) {
4695 int aio_register(int fd, int strategy, int sig)
4703 aiop->strategy = strategy;
4709 if (strategy == A_SIGNAL) {
4732 if (aiop->strategy == A_SIGNAL) {
4759 switch (aiop->strategy) {