Searched refs:nosync (Results 1 – 6 of 6) sorted by relevance
| /freebsd/sbin/shutdown/ |
| H A D | shutdown.c | 86 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 D | kdb_lmdb.c | 104 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 D | IntrinsicsWebAssembly.td | 162 // These don't use default attributes, because they are not nosync.
|
| H A D | IntrinsicsHexagon.td | 129 // These don't use Hexagon_Intrinsic, because they are not nosync, and as such
|
| H A D | Attributes.td | 194 def NoSync : EnumAttr<"nosync", [FnAttr]>;
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 2230 void trackStatistics() const override { STATS_DECLTRACK_FN_ATTR(nosync) } in trackStatistics() 2239 void trackStatistics() const override { STATS_DECLTRACK_CS_ATTR(nosync); } in trackStatistics()
|