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

1 2

  /src/sys/ufs/ufs/
ufs_wapbl.h 109 #define UFS_WAPBL_UPDATE(vp, access, modify, flags) \
111 UFS_UPDATE(vp, access, modify, flags); \
149 #define UFS_WAPBL_UPDATE(vp, access, modify, flags) do { } while (0)
ufs_lookup.c 1355 * to modify the buffer returned, "modify" must be true.
1360 bool modify)
1400 run - 1, (modify ? B_MODIFY : 0), &bp);
ufs_quota2.c 366 getinoquota2(struct inode *ip, bool alloc, bool modify, struct buf **bpp,
423 modify ? B_MODIFY : 0);
  /src/sys/arch/usermode/include/
genheaders.sh 36 * Do not modify directly!
  /src/usr.bin/make/unit-tests/
varname-dot-newline.mk 23 .if make(try-to-modify)
40 @${MAKE} -f ${MAKEFILE} try-to-modify || true
cond-token-var.mk 12 # modifiers instead since they only modify the expression, not the variable.
directive-for-empty.mk 117 # effect though. There are several modifiers that actually modify variables,
varmod-sysv.mk 139 # It's also possible to modify each word by replacing the prefix and adding
  /src/distrib/utils/edlabel/
edlabel.c 94 edit_head_field(void *v, struct field *f, int modify /* also modify */)
126 if (modify == 0) {
169 edit_head_all(struct disklabel *d, int modify)
175 edit_head_field(d, f, modify);
261 edit_partition(struct disklabel *d, int idx, int modify)
296 if (modify == 0)
419 char modify_cmds[] = "modify subcommands:\n\
420 @ : modify disk parameters\n\
421 a-%c : modify partition\n%s
    [all...]
  /src/tests/kernel/kqueue/
t_timer.c 186 ATF_TC(modify); variable
187 ATF_TC_HEAD(modify, tc)
193 ATF_TC_BODY(modify, tc)
218 * Modify to a 4 second timer, sleep for 5 seconds, and check
356 ATF_TP_ADD_TC(tp, modify);
  /src/usr.bin/mail/
quit.c 267 int mcount, p, modify, autohold, anystat, holdbit, nohold; local
381 modify = 0;
392 modify++;
402 if (p == get_msgCount() && !modify && !anystat) {
  /src/compat/
exec.mk 3 # this makefile fragment can be included to modify the default
  /src/sys/crypto/blowfish/
bf_enc.c 75 to modify the code.
  /src/libexec/ftpd/
cmds.c 151 { "Modify", 1, fact_modify },
623 * only if the current class has modify rights,
627 if (pdir == NULL && CURCLASS_FLAGS_ISSET(modify)) {
664 if (wok && CURCLASS_FLAGS_ISSET(modify) && S_ISDIR(fe->stat->st_mode))
668 if (pdirwok && CURCLASS_FLAGS_ISSET(modify)) {
698 if (pdirwok && CURCLASS_FLAGS_ISSET(modify))
706 if (wok && CURCLASS_FLAGS_ISSET(modify) && S_ISDIR(fe->stat->st_mode))
710 if (wok && CURCLASS_FLAGS_ISSET(modify) && S_ISDIR(fe->stat->st_mode))
conf.c 124 CURCLASS_FLAGS_SET(modify);
153 CURCLASS_FLAGS_CLR(modify);
398 } else if (strcasecmp(word, "modify") == 0) {
399 CONF_FLAG(modify);
492 CURCLASS_FLAGS_CLR(modify);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_malloc_mac.inc 65 // Library functions that need to modify the zone will set PROT_WRITE on it.
  /src/libexec/ld.elf_so/arch/mips/
rtld_start.S 97 PTR_ADDU t9, 8 # modify T9 to point at .cpload
  /src/sys/arch/m68k/fpsp/
fpsp.h 26 * You are hereby granted a copyright license to use, modify, and variable
98 * of these registers, it should modify the saved copy and let
l_fpsp.h 26 * You are hereby granted a copyright license to use, modify, and variable
  /src/share/locale/ctype/
gen_ctype_utf8.pl 8 # Permission to use, copy, modify, and distribute this software for any
65 * copy, modify, merge, publish, distribute, and/or sell copies of
  /src/sys/arch/m68k/060sp/dist/
iskeletn.s 30 # You are hereby granted a copyright license to use, modify, and distribute the
fskeletn.s 30 # You are hereby granted a copyright license to use, modify, and distribute the
  /src/games/warp/
config.h.SH 20 * Feel free to modify any of this as the need arises. Note, however,
  /src/sys/ufs/lfs/
ulfs_lookup.c 1190 * to modify the buffer returned, "modify" must be true.
1195 bool modify)
1234 run - 1, (modify ? B_MODIFY : 0), &bp);
  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
InstrProfData.inc 18 * in this file, first modify the master copy and copy it over to compiler-rt.

Completed in 384 milliseconds

1 2