Home
last modified time | relevance | path

Searched full:element (Results 1 – 25 of 2061) sorted by relevance

12345678910>>...83

/freebsd/usr.sbin/bhyve/amd64/
H A De820.c60 struct e820_element *element; in e820_element_alloc() local
62 element = calloc(1, sizeof(*element)); in e820_element_alloc()
63 if (element == NULL) { in e820_element_alloc()
67 element->base = base; in e820_element_alloc()
68 element->end = end; in e820_element_alloc()
69 element->type = type; in e820_element_alloc()
71 return (element); in e820_element_alloc()
94 struct e820_element *element; in e820_dump_table() local
100 TAILQ_FOREACH(element, &e820_table, chain) { in e820_dump_table()
102 element->base, element->end, in e820_dump_table()
[all …]
/freebsd/usr.sbin/nscd/
H A Dprotocol.c41 init_comm_element(struct comm_element *element, enum comm_element_t type) in init_comm_element() argument
45 memset(element, 0, sizeof(struct comm_element)); in init_comm_element()
49 init_cache_write_request(&element->c_write_request); in init_comm_element()
52 init_cache_write_response(&element->c_write_response); in init_comm_element()
55 init_cache_read_request(&element->c_read_request); in init_comm_element()
58 init_cache_read_response(&element->c_read_response); in init_comm_element()
61 init_cache_transform_request(&element->c_transform_request); in init_comm_element()
64 init_cache_transform_response(&element->c_transform_response); in init_comm_element()
67 init_cache_mp_write_session_request(&element->c_mp_ws_request); in init_comm_element()
70 init_cache_mp_write_session_response(&element->c_mp_ws_response); in init_comm_element()
[all …]
/freebsd/sys/dev/isci/scil/
H A Dsci_fast_list.h64 * SCI_FAST_LIST_T. Likewise an element that has been removed from
73 * - element: This is the list element not the actual
74 * object but the list element which has a
98 #define sci_fast_list_element_init(list_object, element) \ argument
100 (element)->object = (list_object); \
101 (element)->next = (element)->prev = NULL; \
102 (element)->owning_list = NULL; \
111 * Return a pointer to the element at the head of the sci_fast_list. The
117 * element - A pointer into which to save the address of the structure
124 * Return a pointer to the element at the tail of the sci_fast_list. The item
[all …]
H A Dsci_simple_list.h62 * an element from the list is O(n).
65 * 1) space savings as there is only a single link element instead
68 * element for processing.
93 * Initialze the singely linked list element. The other macros require the
94 * list element to be properly initialized.
96 #define sci_simple_list_element_init(list_object, element) \ argument
98 (element)->next = NULL; \
99 (element)->object = (list_object); \
108 * Return a pointer to the list element at the head of the list. The list
109 * element is not removed from the list.
[all …]
/freebsd/share/man/man3/
H A Dqueue.3239 Insertion of a new entry after any element in the list.
289 Insertion of a new entry before any element in the list.
296 Each element requires two pointers rather than one.
378 This structure contains a single pointer to the first element
382 New elements can be added to the list after an existing element or
436 returns the first element in the list or NULL if the list is empty.
442 in the forward direction, assigning each element in
454 as a previously found SLIST element and begins the loop at
456 instead of the first element in the SLIST referenced by
463 in the forward direction, assigning each element in
[all …]
H A Dtree.3298 argument is the name of the element defined by
339 macro inserts the new element
345 macro removes the element
352 macro can be used to find a particular element in the tree.
435 argument is the name of the element defined by
517 macro inserts the new element
523 macro inserts the new element
525 into the tree immediately after a given element.
529 macro inserts the new element
531 into the tree immediately before a given element.
[all …]
/freebsd/share/man/man4/
H A Dch.477 Changer element addresses
80 Element types are specified as follows:
83 Medium transport element (picker).
85 Storage element (slot).
87 Import/export element (portal).
89 Data transfer element (drive).
101 Move a medium from one element to another
108 u_int cm_fromtype; /* element type to move from */
109 u_int cm_fromunit; /* logical unit of from element */
110 u_int cm_totype; /* element type to move to */
[all …]
/freebsd/sys/cam/scsi/
H A Dscsi_ch.h73 * Exchange the medium in the source element with the medium
74 * located at the destination element.
80 uint8_t tea[2]; /* transport element address */
92 * other status relevant to the element.
103 * Request the changer to move a unit of media from the source element
104 * to the destination element.
109 uint8_t tea[2]; /* transport element address */
110 uint8_t src[2]; /* source element address */
111 uint8_t dst[2]; /* destination element address */
119 * Position the specified transport element (picker) in front of
[all …]
/freebsd/usr.sbin/bhyve/
H A Dqemu_loader.c79 struct qemu_loader_element *element; in qemu_loader_alloc() local
84 element = calloc(1, sizeof(struct qemu_loader_element)); in qemu_loader_alloc()
85 if (element == NULL) { in qemu_loader_alloc()
90 element->entry.cmd_le = htole32(QEMU_LOADER_CMD_ALLOC); in qemu_loader_alloc()
91 strncpy(element->entry.alloc.name, name, QEMU_FWCFG_MAX_NAME); in qemu_loader_alloc()
92 element->entry.alloc.alignment_le = htole32(alignment); in qemu_loader_alloc()
93 element->entry.alloc.zone = zone; in qemu_loader_alloc()
101 STAILQ_INSERT_HEAD(&loader->list, element, chain); in qemu_loader_alloc()
110 struct qemu_loader_element *element; in qemu_loader_add_checksum() local
115 element = calloc(1, sizeof(struct qemu_loader_element)); in qemu_loader_add_checksum()
[all …]
/freebsd/share/colldef/
H A Dhu_HU.ISO8859-2.src9 collating-element <c-s> from "<c><s>"
10 collating-element <C-s> from "<C><s>"
11 collating-element <C-S> from "<C><S>"
12 collating-element <c-LATIN_SMALL_LETTER_S_WITH_ACUTE> from "<c><LATIN_SMALL_LETTER_S_WITH_ACUTE>"
13 collating-element <C-LATIN_SMALL_LETTER_S_WITH_ACUTE> from "<C><LATIN_SMALL_LETTER_S_WITH_ACUTE>"
14 collating-element <C-LATIN_CAPITAL_LETTER_S_WITH_ACUTE> from "<C><LATIN_CAPITAL_LETTER_S_WITH_ACUTE…
15 collating-element <c-LATIN_SMALL_LETTER_S_WITH_CARON> from "<c><LATIN_SMALL_LETTER_S_WITH_CARON>"
16 collating-element <C-LATIN_SMALL_LETTER_S_WITH_CARON> from "<C><LATIN_SMALL_LETTER_S_WITH_CARON>"
17 collating-element <C-LATIN_CAPITAL_LETTER_S_WITH_CARON> from "<C><LATIN_CAPITAL_LETTER_S_WITH_CARON…
18 collating-element <c-LATIN_SMALL_LETTER_S_WITH_CEDILLA> from "<c><LATIN_SMALL_LETTER_S_WITH_CEDILLA…
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.h49 // When creating logical elements, we must access the correct element
271 Error visitFieldListMemberStream(TypeIndex TI, LVElement *Element,
277 LVSymbol *createParameter(LVElement *Element, StringRef Name,
281 void createParents(StringRef ScopedName, LVElement *Element);
354 void printTypeBegin(CVType &Record, TypeIndex TI, LVElement *Element,
358 LVElement *Element, uint32_t StreamIdx);
372 LVElement *Element);
374 LVElement *Element);
376 LVElement *Element);
378 LVElement *Element);
446 visitKnownMember(CVMemberRecord & Record,TypeVisitorCallbacks & Callbacks,TypeIndex TI,LVElement * Element) visitKnownMember() argument
457 visitKnownRecord(CVType & Record,TypeIndex TI,LVElement * Element) visitKnownRecord() argument
[all...]
/freebsd/bin/chio/
H A Dchio.164 There are five element types:
77 pseudo-element type allows the selection of tapes by their volume tag
82 will be used to represent an element type, and
84 will be used to represent an element unit.
143 Return the media unit to its source element.
145 will move it to the element specified in its source attribute.
147 to its previous element in the changer.
152 Position the picker in front of the element described by
173 .Em INITIALIZE ELEMENT STATUS
188 Change volume tag for an element in the media changer.
[all …]
/freebsd/contrib/googletest/googletest/test/
H A Dgtest_xml_test_utils.py80 'attribute numbers differ in element %s:\nExpected: %r\nActual: %r'
92 'expected attribute %s not found in element %s'
98 ' values of attribute %s in element %s differ: %s vs %s'
112 'number of child elements differ in element ' + actual_node.tagName,
117 '<%s> is not in <%s> (in element %s)'
131 def _GetChildren(self, element): argument
132 """Fetches all of the child nodes of element, a DOM Element object.
140 CDATA section with ID "detail". An exception is raised if any element other
146 element: DOM Element object
153 for child in element.childNodes:
[all …]
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_common.h15 struct element { struct
50 const u8 *wmm; /* WMM Information or Parameter Element */
189 * fragmented element.
313 /* element iteration helpers */
315 for (_elem = (const struct element *) (_data); \
320 _elem = (const struct element *) (_elem->data + _elem->datalen))
322 #define for_each_element_id(element, _id, data, datalen) \ argument
323 for_each_element(element, data, datalen) \
324 if (element->id == (_id))
326 #define for_each_element_extid(element, extid, _data, _datalen) \ argument
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVCompare.cpp63 LVCompareInfo::iterator getResultsEntry(LVElement *Element) { in getResultsEntry() argument
65 if (Element->getIsLine()) in getResultsEntry()
67 else if (Element->getIsScope()) in getResultsEntry()
69 else if (Element->getIsSymbol()) in getResultsEntry()
80 void updateExpected(LVElement *Element) { in updateExpected() argument
81 LVCompareInfo::iterator Iter = getResultsEntry(Element); in updateExpected()
84 // Update total for specific element kind. in updateExpected()
88 void updateMissingOrAdded(LVElement *Element, LVComparePass Pass) { in updateMissingOrAdded() argument
89 LVCompareInfo::iterator Iter = getResultsEntry(Element); in updateMissingOrAdded()
190 // element in execute()
240 for (const LVElement *Element : Elements) { execute() local
362 printItem(LVElement * Element,LVComparePass Pass) printItem() argument
[all...]
/freebsd/contrib/ofed/opensm/include/complib/
H A Dcl_vector.h75 * will call the destructor function, if provided, for an element that
120 * [in] Pointer to an element being added to a vector.
126 * Return CL_SUCCESS to indicate that the element was initialized successfully.
159 * [in] Pointer to an element being deallocated from a vector.
192 * [in] Index of the element.
195 * [in] Pointer to an element at the specified index in the vector.
228 * [in] Index of the element.
231 * [in] Pointer to an element at the specified index in the vector.
238 * Return CL_SUCCESS if the element was found. This stops vector iteration.
319 * Size of each element.
[all …]
H A Dcl_ptr_vector.h103 IN void *const element, IN void *context);
107 * [in] Index of the element.
110 * [in] Pointer to an element at the specified index in the pointer vector.
139 IN const void *const element, IN void *context);
143 * [in] Index of the element.
146 * [in] Pointer to an element at the specified index in the
154 * Return CL_SUCCESS if the element was found. This stops pointer vector
392 * element.
395 * [in] Index of the element.
416 * The cl_ptr_vector_at function copies an element stored in a pointer
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/icelakex/
H A Dfloating-point.json15element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB HA…
21element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB HA…
26element. Applies to SSE* and AVX* packed single precision floating-point instructions: ADD SUB MU…
32element. Applies to SSE* and AVX* packed single precision floating-point instructions: ADD SUB HA…
37element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB HA…
43element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB HA…
48element. Applies to SSE* and AVX* packed single precision floating-point instructions: ADD SUB HA…
54element. Applies to SSE* and AVX* packed single precision floating-point instructions: ADD SUB HA…
59element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB MU…
65element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB MU…
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/icelake/
H A Dfloating-point.json15element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB HA…
21element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB HA…
26element. Applies to SSE* and AVX* packed single precision floating-point instructions: ADD SUB MU…
32element. Applies to SSE* and AVX* packed single precision floating-point instructions: ADD SUB HA…
37element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB HA…
43element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB HA…
48element. Applies to SSE* and AVX* packed single precision floating-point instructions: ADD SUB HA…
54element. Applies to SSE* and AVX* packed single precision floating-point instructions: ADD SUB HA…
59element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB MU…
65element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB MU…
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/tigerlake/
H A Dfloating-point.json14element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB HA…
20element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB HA…
25element. Applies to SSE* and AVX* packed single precision floating-point instructions: ADD SUB MU…
31element. Applies to SSE* and AVX* packed single precision floating-point instructions: ADD SUB HA…
36element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB HA…
42element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB HA…
47element. Applies to SSE* and AVX* packed single precision floating-point instructions: ADD SUB HA…
53element. Applies to SSE* and AVX* packed single precision floating-point instructions: ADD SUB HA…
58element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB MU…
64element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB MU…
[all …]
/freebsd/contrib/googletest/googletest/samples/
H A Dsample3-inl.h39 // The element type must support copy constructor.
40 template <typename E> // E is the element type
43 // QueueNode is a node in a Queue, which consists of an element of
45 template <typename E> // E is the element type
50 // Gets the element in this node.
51 const E& element() const { return element_; } in element() function
58 // Creates a node with a given element value. The next pointer is
71 template <typename E> // E is the element type.
102 // Gets the first element of the queue, or NULL if the queue is empty.
106 // Gets the last element of the queue, or NULL if the queue is empty.
[all …]
/freebsd/sys/sys/
H A Dchio.h46 * Element types. Used as "to" and "from" type indicators in move
68 u_int16_t cm_fromtype; /* element type to move from */
69 u_int16_t cm_fromunit; /* logical unit of from element */
70 u_int16_t cm_totype; /* element type to move to */
71 u_int16_t cm_tounit; /* logical unit of to element */
92 u_int16_t ce_srctype; /* element type of source */
94 u_int16_t ce_fdsttype; /* element type of first destination */
96 u_int16_t ce_sdsttype; /* element type of second destination */
106 * Structure used to execute a POSITION TO ELEMENT command. This
107 * moves the current picker in front of the specified element.
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DMarkup.cpp63 "At most one multi-line element can be finished at a time."); in nextNode()
65 // Parse the multi-line element as if it were contiguous. in nextNode()
70 // The whole line is part of the multi-line element. in nextNode()
76 // Find the first valid markup element, if any. in nextNode()
77 if (std::optional<MarkupNode> Element = parseElement(Line)) { in nextNode() local
78 parseTextOutsideMarkup(takeTo(Line, Element->Text.begin())); in nextNode()
79 Buffer.push_back(std::move(*Element)); in nextNode()
80 advanceTo(Line, Element->Text.end()); in nextNode()
85 // multi-line element. in nextNode()
87 // Emit any text before the element. in nextNode()
[all …]
/freebsd/share/colldef_unicode/
H A Dhu_HU.UTF-8.src10 collating-element <c-s> from "<c><s>"
11 collating-element <C-s> from "<C><s>"
12 collating-element <C-S> from "<C><S>"
13 collating-element <c-LATIN_SMALL_LETTER_S_WITH_ACUTE> from "<c><LATIN_SMALL_LETTER_S_WITH_ACUTE>"
14 collating-element <C-LATIN_SMALL_LETTER_S_WITH_ACUTE> from "<C><LATIN_SMALL_LETTER_S_WITH_ACUTE>"
15 collating-element <C-LATIN_CAPITAL_LETTER_S_WITH_ACUTE> from "<C><LATIN_CAPITAL_LETTER_S_WITH_ACUTE…
16 collating-element <c-LATIN_SMALL_LETTER_S_WITH_ACUTE_AND_DOT_ABOVE> from "<c><LATIN_SMALL_LETTER_S_…
17 collating-element <C-LATIN_SMALL_LETTER_S_WITH_ACUTE_AND_DOT_ABOVE> from "<C><LATIN_SMALL_LETTER_S_…
18 collating-element <C-LATIN_CAPITAL_LETTER_S_WITH_ACUTE_AND_DOT_ABOVE> from "<C><LATIN_CAPITAL_LETTE…
19 collating-element <c-LATIN_SMALL_LETTER_S_WITH_CIRCUMFLEX> from "<c><LATIN_SMALL_LETTER_S_WITH_CIRC…
[all …]
/freebsd/lib/libc/stdlib/
H A Dlsearch.335 functions walk linearly through an array and compare each element with
41 points to an element that matches the one that is searched.
45 The width of one element (i.e., the size as returned by
59 If no matching element was found in the array,
63 into the position after the last element and increments the
72 return a pointer to the first element found.
73 If no element was found,
75 returns a pointer to the newly added element, whereas
104 void *element;
115 if (element != NULL)
[all …]

12345678910>>...83