Searched refs:chg (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/tunefs/
H A Dtunefs.c104 const char *special, *chg[2]; local
114 chg[FS_OPTSPACE] = "space";
115 chg[FS_OPTTIME] = "time";
160 if (strcmp(optarg, chg[FS_OPTSPACE]) == 0)
162 else if (strcmp(optarg, chg[FS_OPTTIME]) == 0)
231 chg[optim]);
235 chg[sblock.fs_optim], chg[optim]);
306 printf("\toptimization preference: %s\n", chg[sblock.fs_optim]);
/netbsd-6-1-5-RELEASE/sys/compat/sa/
H A Dcompat_sa.c606 int chg; local
611 chg = sa->sa_stackchg;
615 } while (chg != sa->sa_stackchg);
637 int chg; local
642 chg = sa->sa_stackchg;
651 if (sa->sa_stackchg != chg)
722 int count, error, f, i, chg; local
745 chg = sa->sa_stackchg;
759 if (chg != sa->sa_stackchg)
/netbsd-6-1-5-RELEASE/usr.sbin/lockstat/
H A Dmain.c487 findsym(findsym_t find, char *name, uintptr_t *start, uintptr_t *end, bool chg) argument
493 if (!chg) {
/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Ducycom.c923 int s, n, st, chg; local
969 chg = st ^ sc->sc_msr;
971 if (ISSET(chg, UCYCOM_DCD))

Completed in 81 milliseconds