/freebsd/share/examples/jails/ |
H A D | 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
|
H A D | 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/contrib/arm-optimized-routines/math/ |
H A D | erf.c | 19 #define NB __erf_data.erf_ratio_N_B macro 95 r1n = fma (a, NB[1], NB[0]); in erf() 99 r2n = fma (a, NB[3], NB[2]); in erf() 102 r3n = fma (a, NB[5], NB[4]); in erf() 104 r4n = NB[6]; in erf()
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | 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/contrib/llvm-project/compiler-rt/lib/profile/ |
H A D | 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/tools/test/stress2/testcases/socket/ |
H A D | socket.c | 42 #define NB (400 * 1024 * 1024) macro 73 for (i = 0; i < NB; i+= bufsize) { in writer()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | 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/tools/test/stress2/testcases/tcp/ |
H A D | tcp.c | 45 #define NB (400 * 1024 * 1024) macro 141 for (i = 0; i < NB; i+= bufsize) { in writer()
|
/freebsd/tools/test/stress2/misc/ |
H A D | fullpath2.sh | 156 int fd[NB], i, n; 204 i = i % NB;
|
/freebsd/usr.sbin/bsdconfig/includes/ |
H A D | 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/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | 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/sys/contrib/device-tree/src/arm/nxp/imx/ |
H A D | imx6sl-tolino-shine2hd.dts | 5 * Name on mainboard is: 37NB-E60QF0+4A2 or 37NB-E60QF0+4A3 623 * 37NB-E60QF0+4A2: CyberTan WC121 (BCM43362) SDIO WiFi 624 * 37NB-E60QF0+4A3: RTL8189F SDIO WiFi
|
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/ |
H A D | meson-g12a-fbx8am-brcm.dtso | 26 /* NB: may be either AP6398S or AP6398SR3 wifi module */
|
/freebsd/sys/contrib/device-tree/src/arm64/microchip/ |
H A D | sparx5_pcb134_emmc.dts | 21 /* NB: No "GPIO_35", "GPIO_36", "GPIO_37"
|
H A D | sparx5_pcb135_emmc.dts | 21 /* NB: No "GPIO_35", "GPIO_36", "GPIO_37"
|
H A D | sparx5_pcb125.dts | 21 /* NB: No "GPIO_35", "GPIO_36", "GPIO_37"
|
/freebsd/tools/regression/usr.bin/env/ |
H A D | 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/cddl/usr.sbin/dwatch/libexec/ |
H A D | vop_readdir | 11 # NB: All paths are shown even if error prevents their reading. 136 * NB: Up-to but not including the parent directory (joined below)
|
H A D | vop_rename | 11 # NB: All paths are shown even if error prevents their rename. 209 * NB: Up-to but not including the parent directory (joined below) 245 * NB: Up-to but not including the parent directory (joined below)
|
H A D | vop_create | 11 # NB: All paths are shown even if error prevents operation. 139 * NB: Up-to but not including the parent directory (joined below)
|
H A D | vop_symlink | 11 # NB: All paths are shown even if error prevents their creation. 140 * NB: Up-to but not including the parent directory (joined below)
|
H A D | open | 31 * NB: Based on probefunc ending in "at" (e.g., openat(2))
|
/freebsd/crypto/heimdal/lib/gssapi/spnego/ |
H A D | spnego.asn1 | 40 -- NB: negResult is not OPTIONAL in the new SPNEGO spec but
|
/freebsd/sys/contrib/device-tree/Bindings/thermal/ |
H A D | st-thermal.txt | 19 NB: For thermal sensor's for which no interrupt has been
|
/freebsd/sys/powerpc/powerpc/ |
H A D | db_disasm.c | 969 u_int NB; in disasm_fields() local 970 NB = extract_field(instr, 31 - 20, 5); in disasm_fields() 971 if (NB == 0) in disasm_fields() 972 NB = 32; in disasm_fields() 973 APP_PSTR(", %d", NB); in disasm_fields()
|