Home
last modified time | relevance | path

Searched refs:flgs (Results 1 – 9 of 9) sorted by relevance

/minix/bin/pax/
H A Dsel_subs.c391 pt->flgs = CMPMTME; in trng_add()
393 pt->flgs = 0; in trng_add()
398 pt->flgs |= CMPMTME; in trng_add()
402 pt->flgs |= CMPCTME; in trng_add()
427 pt->flgs |= HASLOW; in trng_add()
439 pt->flgs |= HASHIGH; in trng_add()
444 if (pt->flgs & HASLOW) { in trng_add()
487 switch(pt->flgs & CMPBOTH) { in trng_match()
493 if (((pt->flgs & HASLOW) && in trng_match()
507 if (((pt->flgs & HASLOW) && in trng_match()
[all …]
H A Dpat_rep.c183 rep->flgs = 0; in rep_add()
192 rep->flgs |= GLOB; in rep_add()
196 rep->flgs |= PRNT; in rep_add()
200 rep->flgs |= SYML; in rep_add()
265 pt->flgs = flags; in pat_add()
293 if (pt->flgs & MTCH) in pat_chk()
337 pt->flgs |= MTCH; in pat_sel()
348 if (pt->flgs & DIR_MTCH) in pat_sel()
393 pt->flgs = DIR_MTCH | MTCH; in pat_sel()
464 if (pt->flgs & DIR_MTCH) { in pat_match()
[all …]
H A Dpat_rep.h45 int flgs; /* print conversions? global in operation? */ member
H A Dsel_subs.h62 int flgs; /* option flags */ member
H A Dpax.h91 int flgs; /* processing/state flags */ member
/minix/minix/include/minix/
H A Dipcconst.h33 #define IPC_STATUS_FLAGS(flgs) ((flgs) << IPC_STATUS_FLAGS_SHIFT) argument
34 #define IPC_STATUS_FLAGS_TEST(status, flgs) \ argument
35 (((status) >> IPC_STATUS_FLAGS_SHIFT) & (flgs))
/minix/minix/kernel/
H A Dsmp.c158 unsigned flgs; in smp_sched_handler() local
161 flgs = sched_ipi_data[cpu].flags; in smp_sched_handler()
163 if (flgs) { in smp_sched_handler()
167 if (flgs & SCHED_IPI_STOP_PROC) { in smp_sched_handler()
170 if (flgs & SCHED_IPI_SAVE_CTX) { in smp_sched_handler()
180 if (flgs & SCHED_IPI_VM_INHIBIT) { in smp_sched_handler()
/minix/bin/sh/
H A Deval.c695 evalcommand(union node *cmd, int flgs, struct backcmd *backcmd) in evalcommand() argument
701 volatile int flags = flgs; in evalcommand()
/minix/minix/lib/liblwip/dist/
H A DCHANGELOG2733 type and flgs (later renamed to flags).