/freebsd-src/lib/libefivar/ |
H A D | uefi-dputil.c | 42 /* XXX maybe I should include the entire DevicePathUtiltiies.c and ifdef out what we don't use */ 295 are the end of an entire device path. 299 end of an entire device path. If Node represents an end node of a device path, 323 Determines if a device path node is an end node of an entire device path. 325 Determines if a device path node specified by Node is an end node of an entire 326 device path. If Node represents the end of an entire device path, then TRUE is 333 @retval TRUE The device path node specified by Node is the end of an entire 336 entire device path. 350 Fills in all the fields of a device path node that is the end of an entire device path. 353 the end of an entire device path. The Type field of Node is set to
|
/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/block_cloning/ |
H A D | block_cloning_cross_enc_dataset.ksh | 107 log_note "Cloning entire file with copy_file_range across different enc" \ 121 log_note "Cloning entire file with copy_file_range across different child datasets" 130 log_note "Copying entire file with copy_file_range across same snapshot" 140 log_note "Copying entire file with copy_file_range across different snapshot"
|
/freebsd-src/sys/contrib/edk2/Include/Library/ |
H A D | DevicePathLib.h | 118 are the end of an entire device path. 122 end of an entire device path. If Node represents an end node of a device path, 140 Determines if a device path node is an end node of an entire device path. 142 Determines if a device path node specified by Node is an end node of an entire device path. 143 If Node represents the end of an entire device path, then TRUE is returned. 150 @retval TRUE The device path node specified by Node is the end of an entire device path. 151 @retval FALSE The device path node specified by Node is not the end of an entire device path. 207 Fills in all the fields of a device path node that is the end of an entire device path. 210 the end of an entire device path. The Type field of Node is set to
|
/freebsd-src/sys/dev/isci/scil/ |
H A D | sci_library.h | 74 * @brief This method will return the major revision level for the entire 85 * @brief This method will return the minor revision level for the entire 96 * @brief This method will return the build revision level for the entire
|
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/MachO/ |
H A D | MachOLayoutBuilder.h | 38 // The size of the entire header depends upon the filename the binary is being 46 // The size of the entire header, output file name size included. 51 // The size of the entire CodeSignature section, including both the header and
|
/freebsd-src/contrib/tcsh/nls/russian/ |
H A D | set3 | 47 45 Cut the entire line and save in cut buffer 67 65 Correct the spelling of entire line 110 108 Vi replace entire line
|
/freebsd-src/contrib/ncurses/man/ |
H A D | curs_refresh.3x | 129 The routine \fBredrawwin\fP touches the entire window. 154 Whether \fBwnoutrefresh\fP copies to the virtual screen the entire contents 161 \fBwnoutrefresh\fP call to guarantee an entire-contents copy anywhere.
|
H A D | curs_scroll.3x | 72 if the scrolling region of the window is the entire screen, 122 if the scroll region is the entire screen \*(``is\*('' performed,
|
H A D | curs_ins_wstr.3x | 85 If \fIn\fP is less than zero, the entire string is inserted 117 X/Open states that the entire string is inserted if \fIn\fP is less than 1.
|
H A D | curs_insstr.3x | 84 If \fIn\fP is less than zero, the entire string is inserted 116 X/Open states that the entire string is inserted if \fIn\fP is less than 1.
|
/freebsd-src/contrib/tcsh/nls/ukrainian/ |
H A D | set3 | 47 45 Cut the entire line and save in cut buffer 67 65 Correct the spelling of entire line 110 108 Vi replace entire line
|
/freebsd-src/contrib/tcsh/nls/C/ |
H A D | set3 | 47 45 Cut the entire line and save in cut buffer 67 65 Correct the spelling of entire line 110 108 Vi replace entire line
|
/freebsd-src/share/doc/papers/relengr/ |
H A D | 3.t | 110 an attempt is made to compile the entire source tree. 264 of the entire source tree\(emhere, of 285 it forces the developers to obtain a coherent picture of the entire set of 306 Having completed the review of the entire system, 352 Thus, a change to a C library routine requires that the entire
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/ |
H A D | SymbolFileSymtab.cpp | 105 // unit for the entire object file in CalculateNumCompileUnits() 118 // unit for the entire object file in ParseCompileUnitAtIndex() 148 // unit for the entire object file in ParseFunctions() 151 // source file symbols and we declare one compile unit for the entire in ParseFunctions()
|
/freebsd-src/sys/contrib/zstd/ |
H A D | TESTING.md | 34 - Entire test suite (including fuzzers and some other specialized tests) on: 43 - Entire test suite and make install on macOS
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/MCParser/ |
H A D | MCTargetAsmParser.h | 424 /// location, without failing the entire parse if it can't. Must not consume 432 /// specific instruction parser should parse the entire instruction and 433 /// construct the appropriate MCInst, or emit an error. On success, the entire 453 /// specific directive parser should parse the entire directive doing or 456 /// the target, the entire line is parsed up to and including the 465 /// directive parser should parse the entire directive doing or recording any 466 /// target-specific work, or emit an error. On success, the entire line should
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | GVMaterializer.h | 12 // or interprocedural optimizers that do not need the entire program in memory 39 /// Make sure the entire Module has been completely read.
|
/freebsd-src/lib/libugidfw/ |
H A D | libugidfw.3 | 61 Parses an entire rule 66 Parses an entire rule string;
|
/freebsd-src/share/man/man9/ |
H A D | physio.9 | 71 always awaits the completion of the entire requested transfer before 79 The description of the entire transfer as requested by the user process.
|
H A D | vm_page_bits.9 | 151 and if so, flags the entire page as dirty. 156 flags the entire page as dirty.
|
H A D | bus_map_resource.9 | 70 to request a mapping of the entire resource with the default properties. 115 By default a mapping is created for the entire resource.
|
/freebsd-src/lib/libc/gen/ |
H A D | getfsent.3 | 110 search the entire file (opening it if necessary) for a matching special 113 For programs wishing to read the entire database,
|
/freebsd-src/sys/contrib/dev/acpica/common/ |
H A D | acfileio.c | 283 /* Get one entire ACPI table */ in AcGetAllTablesFromFile() 455 /* Allocate a buffer for the entire table */ in AcGetOneTableFromFile() 463 /* Read the entire ACPI table, including header */ in AcGetOneTableFromFile() 533 /* Scan entire file for any non-ASCII bytes */ in AcIsFileBinary() 563 * 2) There must be enough room in the file to hold entire table 616 "Could not read entire table header: Actual %u, Requested %u\n", in AcValidateTableHeader() 738 /* Scan entire table to determine if each LF has been prefixed with a CR */ in AcCheckTextModeCorruption() 767 * Entire table scanned, each CR is part of a CR/LF pair -- in AcCheckTextModeCorruption()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | SuffixTreeNode.h | 64 /// \return the start index of this node's substring in the entire string. 136 /// \returns the end index of this node's substring in the entire string. 180 /// \returns the end index of this node's substring in the entire string.
|
/freebsd-src/contrib/tcpdump/ |
H A D | print-ppi.c | 23 nd_uint16_t ppi_len; /* Length of entire message, including 96 * If we don't have the entire PPI header, don't in ppi_if_print()
|