/freebsd/contrib/libder/libder/ |
H A D | libder_error.c | 15 #define DESCRIBE(err, msg) { LDE_ ## err, msg } macro 20 DESCRIBE(NONE, "No error"), 21 DESCRIBE(NOMEM, "Out of memory"), 22 DESCRIBE(INVAL, "Invalid parameter"), 23 DESCRIBE(SHORTHDR, "Header too short"), 24 DESCRIBE(BADVARLEN, "Bad variable length encoding"), 25 DESCRIBE(LONGLEN, "Encoded length too large (8 byte max)"), 26 DESCRIBE(SHORTDATA, "Payload not available (too short)"), 27 DESCRIBE(GARBAGE, "Garbage after encoded data"), 28 DESCRIBE(STREAMERR, "Stream error"), [all …]
|
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/ |
H A D | sampidefs.h | 188 * use to describe MPI Echo Command (64 bytes) 198 * use to describe MPI PHY Start Command (64 bytes) 222 * use to describe MPI PHY Start Command (64 bytes) 233 * use to describe MPI SSP INI IO Start Command (64 bytes) 250 * use to describe MPI SSP INI TM Start Command (64 bytes) 265 * use to describe MPI SSP INI Extended CDB Start Command (96 bytes to support 32 CDB) 318 * use to describe MPI SSP Abort Command (64 bytes) 331 * use to describe MPI DEVICE REGISTER Command (64 bytes) 347 * use to describe MPI DEREGISTER DEVIDE HANDLE Command (64 bytes) 359 * use to describe MPI GET DEVIDE HANDLE Command (64 bytes) [all …]
|
/freebsd/contrib/googletest/googlemock/test/ |
H A D | gmock-matchers-arithmetic_test.cc | 62 EXPECT_EQ("are an equal pair", Describe(m)); in TEST() 77 EXPECT_EQ("are a pair where the first >= the second", Describe(m)); in TEST() 92 EXPECT_EQ("are a pair where the first > the second", Describe(m)); in TEST() 107 EXPECT_EQ("are a pair where the first <= the second", Describe(m)); in TEST() 122 EXPECT_EQ("are a pair where the first < the second", Describe(m)); in TEST() 137 EXPECT_EQ("are an unequal pair", Describe(m)); in TEST() 233 // Tests that IsNan() can describe itself. 236 EXPECT_EQ("is NaN", Describe(mf)); in TEST() 239 EXPECT_EQ("is NaN", Describe(md)); in TEST() 242 EXPECT_EQ("is NaN", Describe(mld)); in TEST() [all …]
|
H A D | gmock-matchers-comparisons_test.cc | 198 EXPECT_EQ("is an even number", Describe(Matcher<int>(new EvenMatcherImpl))); in TEST() 328 EXPECT_EQ("g_bar or zero", Describe(m1)); in TEST() 334 EXPECT_EQ("g_bar or zero", Describe(m2)); in TEST() 367 EXPECT_EQ("is even", Describe(m1)); in TEST() 370 EXPECT_EQ("is odd", Describe(not_m1)); in TEST() 378 EXPECT_EQ("is even", Describe(m2)); in TEST() 381 EXPECT_EQ("is odd", Describe(not_m2)); in TEST() 754 TEST(ATest, CanDescribeSelf) { EXPECT_EQ("is anything", Describe(A<bool>())); } in TEST() 772 TEST(AnTest, CanDescribeSelf) { EXPECT_EQ("is anything", Describe(An<int>())); } in TEST() 793 EXPECT_EQ("is anything", Describe(m)); in TEST() [all …]
|
H A D | gmock-matchers-containers_test.cc | 327 EXPECT_EQ("points to a value that is > 3", Describe(m)); in TEST() 478 // Tests that Field() can describe itself. 482 EXPECT_EQ("is an object whose given field is >= 0", Describe(m)); in TEST() 489 EXPECT_EQ("is an object whose field `field_name` is >= 0", Describe(m)); in TEST() 572 // Tests that Field() can describe itself when used to match a pointer. 576 EXPECT_EQ("is an object whose given field is >= 0", Describe(m)); in TEST() 583 EXPECT_EQ("is an object whose field `field_name` is >= 0", Describe(m)); in TEST() 768 // Tests that Property() can describe itself. 772 EXPECT_EQ("is an object whose given property is >= 0", Describe(m)); in TEST() 780 EXPECT_EQ("is an object whose property `fancy_name` is >= 0", Describe(m)); in TEST() [all …]
|
/freebsd/share/man/man9/ |
H A D | sglist.9 | 147 function returns the number of scatter/gather list elements needed to describe 157 function returns the number of scatter/gather list elements needed to describe 168 function returns the number of scatter/gather list elements needed to describe 229 API provides several routines for building a scatter/gather list to describe 374 This routine will only append ranges that describe up to 562 scatter/gather list does not describe enough address space to cover the 578 to describe the requested physical address ranges. 603 to describe the requested physical address ranges.
|
/freebsd/sys/contrib/device-tree/Bindings/fsi/ |
H A D | fsi.txt | 11 FSI masters may require their own DT nodes (to describe the master HW itself); 15 Under the masters' nodes, we can describe the bus topology using nodes to 52 Since the master nodes describe the top-level of the FSI topology, they also 116 additional engines, but they don't necessarily need to be describe in the 135 * it's an I2C master controller, so subnodes describe the
|
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
H A D | atmel,at91-pinctrl.txt | 24 - atmel,mux-mask: array of mask (periph per bank) to describe if a pin can be 25 configured in this periph mode. All the periph and bank need to be describe. 42 For each peripheral/bank we will describe in a u32 if a pin can be 113 name describe the pin function and group hierarchy. 119 4. The gpio controller must be describe in the pinctrl simple-bus.
|
H A D | nvidia,tegra124-dpaux-padctl.txt | 21 needed to describe the pin mux'ing options for the DPAUX pads. 23 single set of pads, the child nodes only need to describe the pad group
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetInstrPredicate.td | 11 // MCInstPredicate definitions are used by target scheduling models to describe 30 // example, `CheckOpcode` is a special type of predicate used to describe a 83 // makes it easy to describe a check that tests if an opcode is not part of a 221 // CheckAny. It allows to describe compositions of predicates. 326 // describe instructions that have a property in common. For example, 330 // An (optional) list of operand indices can be used to further describe 342 // Used by processor models to describe dependency breaking instructions. 352 // A function descriptor used to describe the signature of a predicate methods 397 // describe dependency breaking instructions and move elimination candidates.
|
/freebsd/sys/contrib/device-tree/Bindings/thermal/ |
H A D | thermal.txt | 9 The target of device tree thermal descriptors is to describe only 14 There are five types of nodes involved to describe thermal bindings: 18 - trip points: describe key temperatures at which cooling is recommended. The 20 - cooling maps: used to describe links between trip points and cooling devices; 21 - thermal zones: used to describe thermal data within the hardware; 73 The trip node is a node to describe a point in the temperature domain 95 The cooling device maps node is a node to describe how cooling devices 143 Type: sub-node required to describe the thermal zone. 147 Type: sub-node map nodes, used to describe the relation between trips
|
/freebsd/contrib/googletest/docs/ |
H A D | gmock_cheat_sheet.md | 14 virtual string Describe(const char* name) = 0; 15 virtual string Describe(int type) = 0; 28 MOCK_METHOD(string, Describe, (const char* name), (override)); 29 MOCK_METHOD(string, Describe, (int type), (override)); 121 EXPECT_CALL(foo, Describe(5)) // #4
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/ |
H A D | Stencil.cpp | 107 Describe, enumerator 137 case UnaryNodeOperator::Describe: in toString() 138 OpName = "describe"; in toString() 146 // The `Describe` operation can be applied to any node, not just in eval() 148 if (Op == UnaryNodeOperator::Describe) in eval() 200 case UnaryNodeOperator::Describe: in eval() 463 Stencil transformer::describe(StringRef Id) { in describe() function in transformer 464 return std::make_shared<UnaryOperationStencil>(UnaryNodeOperator::Describe, in describe()
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | zfs-meta.m4 | 75 _alias=$(git describe --match=${_match} 2>/dev/null) 79 _zfs_ac_meta_type="git describe" 82 _alias=$(git describe --match=${_match} 2>/dev/null) 86 _zfs_ac_meta_type="git describe"
|
/freebsd/sys/kern/ |
H A D | subr_sglist.c | 166 * describe a kernel virtual address range. 195 * describe a buffer backed by an array of VM pages. 220 * describe an M_EXTPG mbuf. 308 * Append the segments to describe a single kernel virtual address 328 * Append the segments to describe a bio's data to a scatter/gather list. 433 * Append the segments that describe a single mbuf chain to a 467 * Append the segments that describe a single mbuf to a scatter/gather 482 * Append the segments that describe a buffer spanning an array of VM 527 * Append the segments that describe a single user address range to a 591 * Append the segments that describe a single uio to a scatter/gather [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/leds/backlight/ |
H A D | led-backlight.txt | 3 This binding is used to describe a basic backlight device made of LEDs. 4 It can also be used to describe a backlight device controlled by the output of
|
H A D | led-backlight.yaml | 15 This binding is used to describe a basic backlight device made of LEDs. It 16 can also be used to describe a backlight device controlled by the output of
|
/freebsd/sys/dev/pms/RefTisa/sallsdk/api/ |
H A D | sa.h | 1687 * The agsaPortContext_t data structure is used to describe an instance of 1720 /** \brief describe a SAS ReCofiguration structure in the SAS/SATA hardware 1722 * Describe a SAS ReConfiguration in the SAS/SATA hardware 1743 /** \brief describe a Phy Analog Setup registers for a Controller in the SAS/SATA hardware 1745 * Describe a Phy Analog Setup registers for a controller in the SAS/SATA hardware 1772 /** \brief describe a Phy Analog Setting 1774 * Describe a Phy Analog Setup registers for a controller in the SAS/SATA hardware 1792 /** \brief describe a Open reject retry backoff threshold page 1794 * Describe a Open reject retry backoff threshold registers in the SAS/SATA hardware 1805 /** \brief describe a Phy Rate Control [all …]
|
/freebsd/sys/contrib/openzfs/.github/ISSUE_TEMPLATE/ |
H A D | bug_report.md | 40 ### Describe the problem you're observing 42 ### Describe how to reproduce the problem
|
/freebsd/sys/contrib/device-tree/Bindings/i2c/ |
H A D | i2c-fsi.txt | 11 - child nodes : Nodes to describe busses off the I2C 18 - child nodes : Nodes to describe devices on the I2C
|
/freebsd/sys/contrib/device-tree/Bindings/usb/ |
H A D | usb3503.txt | 11 '1' or '2' or '3' are available for this property to describe the port 13 Do not describe this property if all ports have to be enabled.
|
/freebsd/sys/contrib/device-tree/Bindings/ufs/ |
H A D | ufs-hisi.txt | 3 UFS nodes are defined to describe on-chip UFS hardware macro. 22 - resets : describe reset node register
|
/freebsd/tools/diag/prtblknos/ |
H A D | README | 29 The logical block numbers (lbn above) describe filesystem-block 32 The physical block numbers (blkno above) describe the smallest piece
|
/freebsd/usr.sbin/sysrc/ |
H A D | sysrc | 50 DESCRIBE= 270 d) DESCRIBE=1 ;; 509 ${DESCRIBE:+-d} 623 EXCEPT="IFS|EXCEPT|PATH|RC_DEFAULTS|OPTIND|DESCRIBE|SEP" 675 # If enabled, describe rather than expand value 677 if [ "$DESCRIBE" ]; then 735 [ "$DESCRIBE" ] && 742 # first describe (done above), then attempt to set 894 if [ "$DESCRIBE" ]; then
|
/freebsd/sys/contrib/device-tree/Bindings/i3c/ |
H A D | i3c.txt | 4 This document describes generic bindings that should be used to describe I3C 14 For other required properties e.g. to describe register sets, 76 means we have to describe I3C devices.
|