HomeSort by: relevance | last modified time | path
    Searched refs:hard (Results 1 - 25 of 71) sorted by relevancy

1 2 3

  /src/distrib/utils/more/
screen.c 246 int hard; local in function:get_term
278 hard = (sc_height < 0 || tgetflag("hc"));
279 if (hard) {
330 if (hard || sc_eol_clear == NULL || *sc_eol_clear == '\0')
336 if (hard || sc_clear == NULL || *sc_clear == '\0')
342 if (hard || sc_move == NULL || *sc_move == '\0')
353 if (hard || sc_s_in == NULL)
357 if (hard || sc_s_out == NULL)
361 if (hard || sc_u_in == NULL)
365 if (hard || sc_u_out == NULL
    [all...]
  /src/sys/arch/sparc64/sparc64/
lock_stubs.s 67 nop ! hard way
82 bne,pn CCCR, 1f ! nope, hard case
  /src/games/quiz/
Makefile 14 seq-hard sexes sov spell state trek ucc
  /src/sys/arch/sparc/sparc/
memreg.c 235 panic("hard memory error");
266 goto hard;
276 hard:
299 goto hard;
317 goto hard;
325 hard:
lock_stubs.s 75 bnz _C_LABEL(mutex_vector_enter) ! nope, hard case
111 bne _C_LABEL(mutex_vector_exit) ! no, hard case
115 bnz _C_LABEL(mutex_wakeup) ! yes, hard case
  /src/games/larn/
tok.c 132 enter with hard= -1 for default hardness, else any desired hardness
135 sethard(int hard)
143 if (hard >= 0)
144 c[HARDGAME] = hard;
main.c 81 int hard; local in function:main
139 hard = -1;
207 sscanf(&argv[i][1], "%d", &hard);
272 sethard(hard); /* set up the desired difficulty */
  /src/sys/arch/sh3/sh3/
lock_stubs.S 96 bf.s 1f ! hard case if cas failed
118 bf.s 1f ! hard case if cas failed
  /src/sys/arch/sun68k/stand/
README 9 stage program from a set of filesystem block numbers that are hard-coded
  /src/sys/external/isc/libsodium/dist/build-aux/
test-driver 47 [--enable-hard-errors={yes|no}] [--]
68 --enable-hard-errors) enable_hard_errors=$2; shift;;
  /src/usr.sbin/edquota/
edquota.c 804 fprintf(fd, "\t\t%slimits: soft %s, hard %s\n", comm,
819 fprintf(fd, "\t\t%slimits: soft %s, hard %s\n", comm,
851 uint64_t soft, hard, current; local in function:readprivs
957 /* limits: soft %llu, hard %llu */
979 if (intrd(t, &hard, objtypeflags) != 0) {
997 hard != qv->qv_hardlimit) {
999 qv->qv_hardlimit = hard;
1146 char *soft, char *hard, char *grace,
1168 if (hard) {
1169 str = strsep(&hard, "/");
1318 char *soft = NULL, *hard = NULL, *grace = NULL; local in function:main
    [all...]
  /src/sys/dev/i2c/
ibmhawkreg.h 70 uint8_t hard; member in struct:ibmhawk_response::__anonb95b376d0508
  /src/distrib/mac68k/miniroot/
install.md 147 As with anything which modifies your hard disk's contents, this
149 to make sure your hard drive is backed up before beginning the
  /src/usr.bin/make/unit-tests/
opt-debug-for.mk 14 # XXX: It is hard to extract any information from the debug log since
sh-meta-chars.mk 19 # It's hard to do any useful tests that result in the same output.
varcmd.mk 6 # sub-makes, which makes it incredibly hard to understand. There must be at
recursive.mk 33 # variables are not discovered. But these are hard to produce anyway,
  /src/compat/arm/eabihf/
bsd.eabihf.mk 7 EARM_COMPAT_FLAGS= -mfloat-abi=hard
  /src/sys/ufs/lfs/
ulfs_quota2_subr.c 114 lfsquota_check_limit(uint64_t cur, uint64_t change, uint64_t soft, uint64_t hard,
117 if (cur + change > hard) {
  /src/sys/ufs/ufs/
quota2_subr.c 112 quota_check_limit(uint64_t cur, uint64_t change, uint64_t soft, uint64_t hard,
115 if (cur + change > hard) {
  /src/usr.sbin/sysinst/arch/shark/
msg.md.de 87 straight from a FFS partition on the local hard disk. So, to configure it
msg.md.en 83 straight from a FFS partition on the local hard disk. So, to configure it
  /src/sys/dev/scsipi/
st.c 1849 * It's hard to write a negative number of file marks.
2025 int hard; local in function:st_updatefilepos
2028 for (hard = 0; hard < sizeof(posdata); hard++)
2029 printf("%02x ", posdata[hard] & 0xff);
2055 st_rdpos(struct st_softc *st, int hard, uint32_t *blkptr)
2071 if (hard && (st->flags & ST_WRITTEN)) {
2086 if (hard)
2096 for (hard = 0; hard < sizeof(posdata); hard++
    [all...]
  /src/sys/arch/vax/vax/
ka820.c 334 int m, hard, csr1, csr2; local in function:ka820_memerr
354 hard = 1;
364 hard = 0;
369 hard ? "hard error: " : "soft ecc",
  /src/sbin/cgdconfig/
utils.c 468 bits_getrandombits(size_t len, int hard)
471 return bits_cget((hard ? "/dev/random" : "/dev/urandom"), len);

Completed in 60 milliseconds

1 2 3