| /freebsd-14-stable/share/examples/jails/ |
| HD | README | 25 # NB: Customize root directory and bridge interface 27 # NB: Assumes jail_list="" (meaning ``all jails in jail.conf'') 28 # NB: Assumes rc_conf_files="" (``below rc.conf(5) samples not used'') 36 # NB: Customize root directory and bridge interface 38 # NB: Assumes /etc/jail.conf does not exist and jail_list="" 46 # NB: Customize root directory and bridge interface 49 # NB: Assumes rc_conf_files="" 57 # NB: Customize root directory and bridge interface 61 # NB: Assumes neither /etc/jail.conf nor /etc/jail.xxx.conf exist
|
| HD | VIMAGE | 27 # NB: Not strictly necessary; will load automatically via KLD when needed 39 # NB: Not strictly necessary; will load automatically via KLD when needed
|
| /freebsd-14-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| HD | CheckerContext.h | 34 NodeBuilder &NB; variable 50 NB(builder), in Eng() 81 return NB.getContext().blockCount(); in blockCount() 133 return NB.getContext().getBlock()->getBlockID(); in getBlockID() 432 node = NB.generateSink(LocalLoc, State, P); 434 node = NB.generateNode(LocalLoc, State, P);
|
| /freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/profile/ |
| HD | InstrProfilingMerge.c | 227 unsigned NB = SrcData->NumBitmapBytes; in __llvm_profile_merge_from_buffer() local 229 if (NB != 0) { in __llvm_profile_merge_from_buffer() 230 if (SrcBitmap < SrcBitmapStart || (SrcBitmap + NB) > SrcNameStart) in __llvm_profile_merge_from_buffer() 233 for (unsigned I = 0; I < NB; I++) in __llvm_profile_merge_from_buffer()
|
| /freebsd-14-stable/tools/test/stress2/testcases/socket/ |
| HD | socket.c | 42 #define NB (400 * 1024 * 1024) macro 73 for (i = 0; i < NB; i+= bufsize) { in writer()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Support/ |
| HD | SourceMgr.h | 146 SrcBuffer NB; in AddNewSourceBuffer() local 147 NB.Buffer = std::move(F); in AddNewSourceBuffer() 148 NB.IncludeLoc = IncludeLoc; in AddNewSourceBuffer() 149 Buffers.push_back(std::move(NB)); in AddNewSourceBuffer()
|
| /freebsd-14-stable/tools/test/stress2/testcases/tcp/ |
| HD | tcp.c | 45 #define NB (400 * 1024 * 1024) macro 141 for (i = 0; i < NB; i+= bufsize) { in writer()
|
| /freebsd-14-stable/tools/test/stress2/misc/ |
| HD | fullpath2.sh | 156 int fd[NB], i, n; 204 i = i % NB;
|
| /freebsd-14-stable/usr.sbin/bsdconfig/includes/ |
| HD | USAGE | 60 NB: The `-f' flag is implied when given an include. 66 NB: The `.subr' suffix on the end of the include is optional.
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/AST/Interp/ |
| HD | Pointer.cpp | 430 unsigned NB = Record->getNumBases(); in toRValue() local 433 R = APValue(APValue::UninitStruct(), NB, NF); in toRValue() 448 for (unsigned I = 0; I < NB; ++I) { in toRValue() 459 Ok &= Composite(VirtBaseTy, VP, R.getStructBase(NB + I)); in toRValue()
|
| /freebsd-14-stable/sys/contrib/device-tree/src/arm/ |
| HD | imx6sl-tolino-shine2hd.dts | 5 * Name on mainboard is: 37NB-E60QF0+4A2 or 37NB-E60QF0+4A3 621 * 37NB-E60QF0+4A2: CyberTan WC121 (BCM43362) SDIO WiFi 622 * 37NB-E60QF0+4A3: RTL8189F SDIO WiFi
|
| /freebsd-14-stable/sys/contrib/device-tree/src/arm64/microchip/ |
| HD | sparx5_pcb135_emmc.dts | 21 /* NB: No "GPIO_35", "GPIO_36", "GPIO_37"
|
| HD | sparx5_pcb134_emmc.dts | 21 /* NB: No "GPIO_35", "GPIO_36", "GPIO_37"
|
| HD | sparx5_pcb125.dts | 21 /* NB: No "GPIO_35", "GPIO_36", "GPIO_37"
|
| /freebsd-14-stable/tools/regression/usr.bin/env/ |
| HD | regress-env.rgdata | 320 sb_args:-S/bin/sh [%-script.pathname-%] ${A} ${NB} ${C} ${ND} ${NE} ${F} S: 322 setenv:NB= 343 sb_args:-S/bin/sh [%-script.pathname-%] ${A} ${NB} "${NB}" ${NB} ${C} "${ND}" ${NE} ${F} S: 345 setenv:NB=
|
| /freebsd-14-stable/crypto/heimdal/lib/gssapi/spnego/ |
| HD | spnego.asn1 | 40 -- NB: negResult is not OPTIONAL in the new SPNEGO spec but
|
| /freebsd-14-stable/sys/contrib/device-tree/Bindings/thermal/ |
| HD | st-thermal.txt | 19 NB: For thermal sensor's for which no interrupt has been
|
| /freebsd-14-stable/sys/powerpc/powerpc/ |
| HD | db_disasm.c | 970 u_int NB; in disasm_fields() local 971 NB = extract_field(instr, 31 - 20, 5); in disasm_fields() 972 if (NB == 0) in disasm_fields() 973 NB = 32; in disasm_fields() 974 APP_PSTR(", %d", NB); in disasm_fields()
|
| /freebsd-14-stable/sbin/gbde/ |
| HD | template.txt | 28 # NB: This variable is boolean, if it is present it means "yes" even if
|
| /freebsd-14-stable/crypto/openssl/test/recipes/30-test_evp_data/ |
| HD | evppbe_scrypt.txt | 40 # NB: this test requires more than 1GB of memory to run so it will hit the
|
| /freebsd-14-stable/contrib/lua/src/ |
| HD | lstrlib.c | 1407 #define NB CHAR_BIT macro 1410 #define MC ((1 << NB) - 1) 1586 n >>= NB; 1633 lua_Integer lim = (lua_Integer)1 << ((size * NB) - 1); 1642 luaL_argcheck(L, (lua_Unsigned)n < ((lua_Unsigned)1 << (size * NB)), 1689 len < ((size_t)1 << (size * NB)), 1750 res <<= NB; 1755 lua_Unsigned mask = (lua_Unsigned)1 << (size*NB - 1);
|
| /freebsd-14-stable/tools/tools/net80211/scripts/ |
| HD | config | 22 # NB: takes first device of each type; to fix
|
| /freebsd-14-stable/contrib/ntp/html/hints/ |
| HD | svr4_package | 21 files or remove some. NB I've made the man
|
| /freebsd-14-stable/contrib/ncurses/ |
| HD | AUTHORS | 40 NB Nicolas Boulenguez
|
| /freebsd-14-stable/sys/contrib/device-tree/Bindings/clock/ti/davinci/ |
| HD | psc.txt | 27 the device-specific datasheet to find these numbers. NB: Most local
|