Home
last modified time | relevance | path

Searched refs:nosync (Results 1 – 6 of 6) sorted by relevance

/freebsd/sbin/shutdown/
H A Dshutdown.c86 static const char *nosync, *whom; variable
115 nosync = NULL; in main()
157 nosync = "-n"; in main()
187 if (nosync != NULL && !oflag) in main()
396 if (nosync != NULL) in die_you_gravy_sucking_pig_dog()
410 execle(_PATH_REBOOT, "fastboot", "-l", nosync, in die_you_gravy_sucking_pig_dog()
418 execle(_PATH_HALT, "fasthalt", "-l", nosync, in die_you_gravy_sucking_pig_dog()
426 execle(_PATH_HALT, "fasthalt", "-l", "-p", nosync, in die_you_gravy_sucking_pig_dog()
433 execle(_PATH_HALT, "fasthalt", "-l", "-c", nosync, in die_you_gravy_sucking_pig_dog()
/freebsd/crypto/krb5/src/plugins/kdb/lmdb/
H A Dkdb_lmdb.c104 krb5_boolean nosync; member
226 dbc->nosync = bval; in configure_context()
267 if (is_lockout || dbc->nosync) in open_lmdb_env()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsWebAssembly.td162 // These don't use default attributes, because they are not nosync.
H A DIntrinsicsHexagon.td129 // These don't use Hexagon_Intrinsic, because they are not nosync, and as such
H A DAttributes.td194 def NoSync : EnumAttr<"nosync", [FnAttr]>;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp2230 void trackStatistics() const override { STATS_DECLTRACK_FN_ATTR(nosync) } in trackStatistics()
2239 void trackStatistics() const override { STATS_DECLTRACK_CS_ATTR(nosync); } in trackStatistics()