Home
last modified time | relevance | path

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

/freebsd/sbin/shutdown/
H A Dshutdown.c84 static const char *nosync, *whom; variable
112 nosync = NULL; in main()
151 nosync = "-n"; in main()
181 if (nosync != NULL && !oflag) in main()
384 if (nosync != NULL) in die_you_gravy_sucking_pig_dog()
398 execle(_PATH_REBOOT, "reboot", "-l", nosync, in die_you_gravy_sucking_pig_dog()
406 execle(_PATH_HALT, "halt", "-l", nosync, in die_you_gravy_sucking_pig_dog()
414 execle(_PATH_HALT, "halt", "-l", "-p", nosync, in die_you_gravy_sucking_pig_dog()
421 execle(_PATH_HALT, "halt", "-l", "-c", nosync, in die_you_gravy_sucking_pig_dog()
/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()