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

1 2 3

  /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)
  /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.
  /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);
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/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
sun7i-a20-olinuxino-lime2-emmc.dts 11 * modify it under the terms of the GNU General Public License as
26 * copy, modify, merge, publish, distribute, sublicense, and/or
sun7i-a20-olinuxino-micro-emmc.dts 11 * modify it under the terms of the GNU General Public License as
26 * copy, modify, merge, publish, distribute, sublicense, and/or
sun8i-t3-cqa3t-bv3.dts 13 * modify it under the terms of the GNU General Public License as
28 * copy, modify, merge, publish, distribute, sublicense, and/or
  /src/sys/external/isc/libsodium/dist/m4/
ax_check_compile_flag.m4 32 # This program is free software: you can redistribute it and/or modify it
46 # gives unlimited permission to copy, distribute and modify the configure
ax_check_define.m4 21 # This program is free software; you can redistribute it and/or modify it
35 # gives unlimited permission to copy, distribute and modify the configure
ax_check_link_flag.m4 32 # This program is free software: you can redistribute it and/or modify it
46 # gives unlimited permission to copy, distribute and modify the configure
ax_tls.m4 21 # This program is free software: you can redistribute it and/or modify it
35 # gives unlimited permission to copy, distribute and modify the configure
  /src/usr.bin/mail/
quit.c 267 int mcount, p, modify, autohold, anystat, holdbit, nohold; local in function:quit
381 modify = 0;
392 modify++;
402 if (p == get_msgCount() && !modify && !anystat) {
  /src/sys/external/bsd/drm/dist/
Makefile.am 6 # on the rights to use, copy, modify, merge, publish, distribute, sub
configure.ac 6 # on the rights to use, copy, modify, merge, publish, distribute, sub
  /src/sys/external/bsd/drm/dist/shared-core/
Makefile.am 6 # on the rights to use, copy, modify, merge, publish, distribute, sub
  /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
98 * of these registers, it should modify the saved copy and let
  /src/games/warp/
config.h.SH 20 * Feel free to modify any of this as the need arises. Note, however,

Completed in 22 milliseconds

1 2 3