Searched refs:elem (Results 76 - 100 of 164) sorted by relevance

1234567

/freebsd-11-stable/sys/sys/
H A Dqueue.h137 #define QMD_TRACE_ELEM(elem) do { \
138 (elem)->trace.prevline = (elem)->trace.lastline; \
139 (elem)->trace.prevfile = (elem)->trace.lastfile; \
140 (elem)->trace.lastline = __LINE__; \
141 (elem)->trace.lastfile = __FILE__; \
145 #define QMD_TRACE_ELEM(elem)
/freebsd-11-stable/sys/contrib/ena-com/
H A Dena_eth_com.h238 static inline void ena_com_comp_ack(struct ena_com_io_sq *io_sq, u16 elem) argument
240 io_sq->next_to_comp += elem;
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dgas_serv.c198 struct anqp_element *elem; local
200 dl_list_for_each(elem, &hapd->conf->anqp_elem, struct anqp_element,
202 if (elem->infoid == infoid)
203 return elem;
213 struct anqp_element *elem; local
215 elem = get_anqp_elem(hapd, infoid);
216 if (!elem)
218 if (wpabuf_tailroom(buf) < 2 + 2 + wpabuf_len(elem->payload)) {
225 wpabuf_put_le16(buf, wpabuf_len(elem->payload));
226 wpabuf_put_buf(buf, elem
962 struct anqp_element *elem = get_anqp_elem(hapd, infoid[i]); local
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_clock.h120 ClockElem &elem(unsigned tid) const;
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_ses.h42 LS ## _get_ ## LF(struct LS *elem) { \
43 return ((elem->bytes[MK_ENUM(US,UF,_BYTE)] & MK_ENUM(US,UF,_MASK)) \
49 LS ## _set_ ## LF(struct LS *elem, int val) { \
50 elem->bytes[MK_ENUM(US,UF,_BYTE)] &= ~MK_ENUM(US,UF,_MASK); \
51 elem->bytes[MK_ENUM(US,UF,_BYTE)] |= \
1278 ses_status_cooling_get_actual_fan_speed(struct ses_status_cooling *elem) argument
1280 return (ses_status_cooling_get_actual_fan_speed_msb(elem) << 8
1281 | ses_status_cooling_get_actual_fan_speed_lsb(elem));
1498 ses_status_nv_cache_get_cache_size(struct ses_status_nv_cache *elem) argument
1504 cache_size = scsi_2btoul(elem
[all...]
/freebsd-11-stable/contrib/unbound/edns-subnet/
H A Dsubnetmod.c279 struct reply_info *elem = (struct reply_info *)elemptr; local
281 reply_info_parsedelete(elem, &env->alloc);
286 struct reply_info *elem = (struct reply_info *)elemptr; local
288 + elem->rrset_count * sizeof (struct rrset_ref)
289 + elem->rrset_count * sizeof (struct ub_packed_rrset_key *);
433 (struct reply_info *)node->elem, qstate->region, *env->now, 0,
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa.c511 nvpair_t *elem; local
516 elem = NULL;
517 while ((elem = nvlist_next_nvpair(props, elem)) != NULL) {
520 const char *propname = nvpair_name(elem);
533 if (nvpair_type(elem) != DATA_TYPE_UINT64) {
538 if (nvpair_value_uint64(elem, &intval) != 0) {
558 error = nvpair_value_uint64(elem, &intval);
570 error = nvpair_value_uint64(elem, &intval);
596 error = nvpair_value_string(elem,
754 nvpair_t *elem = NULL; local
7677 nvpair_t *elem = NULL; local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h260 static bool isKind(const CFGElement &elem) { argument
261 return elem.getKind() == NewAllocator;
284 static bool isKind(const CFGElement &elem) { argument
285 return elem.getKind() == LoopExit;
308 static bool isKind(const CFGElement &elem) { argument
309 return elem.getKind() == LifetimeEnds;
408 static bool isKind(const CFGElement &elem) { argument
409 return elem.getKind() == AutomaticObjectDtor;
433 static bool isKind(const CFGElement &elem) { argument
434 return elem
[all...]
/freebsd-11-stable/contrib/sendmail/libmilter/
H A Dengine.c1760 int elem, nelem; local
1776 for (i = 0, elem = 0; i < len && elem < nelem; i++)
1780 ++elem;
1782 s[elem] = NULL;
1784 s[elem] = &(buf[i + 1]);
1789 s[elem] = NULL;
/freebsd-11-stable/bin/chio/
H A Dchio.c1059 size_t elem, total_elem; local
1147 for (elem = 0; elem <= total_elem; ++elem) {
1149 ces = &ch_ces[elem];
/freebsd-11-stable/crypto/openssl/crypto/x509v3/
H A Dv3_utl.c77 static int ipv6_cb(const char *elem, int len, void *usr);
1244 static int ipv6_cb(const char *elem, int len, void *usr) argument
1265 if (elem[len])
1267 if (!ipv4_from_asc(s->tmp + s->total, elem))
1271 if (!ipv6_hex(s->tmp + s->total, elem, len))
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dbss.c153 struct wpa_bss_anqp_elem *elem; local
176 while ((elem = dl_list_first(&anqp->anqp_elems,
178 dl_list_del(&elem->list);
179 wpabuf_free(elem->payload);
180 os_free(elem);
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_pool.c431 nvpair_t *elem; local
445 elem = NULL;
446 while ((elem = nvlist_next_nvpair(props, elem)) != NULL) {
447 const char *propname = nvpair_name(elem);
463 if (nvpair_type(elem) != DATA_TYPE_STRING) {
470 (void) nvpair_value_string(elem, &strval);
503 if (zprop_parse_value(hdl, elem, prop, ZFS_TYPE_POOL, retprops,
2019 nvpair_t *elem; local
2021 for (elem
[all...]
H A Dlibzfs_import.c1466 nvpair_t *elem; local
1524 elem = NULL;
1525 while ((elem = nvlist_next_nvpair(raw, elem)) != NULL) {
1526 src = fnvpair_value_nvlist(elem);
1559 if (nvlist_add_nvlist(pools, nvpair_name(elem), dst) != 0) {
/freebsd-11-stable/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_dict_helpers.c409 * @param elem The string element to be added to the dict entry's string array
414 const char *elem)
416 if (!iter_array || !elem)
420 &elem);
413 wpa_dbus_dict_string_array_add_element(DBusMessageIter *iter_array, const char *elem) argument
/freebsd-11-stable/sys/dev/bxe/
H A Decore_sp.h626 union event_ring_elem *elem; member in union:ecore_exeq_comp_elem
633 struct ecore_exeq_elem *elem);
637 struct ecore_exeq_elem *elem);
644 struct ecore_exeq_elem *elem);
651 struct ecore_exeq_elem *elem);
836 struct ecore_exeq_elem *elem, int rule_idx,
/freebsd-11-stable/contrib/wpa/src/common/
H A Dsae.c624 * K = scalar-op(rand, (elem-op(scalar-op(peer-commit-scalar, PWE),
660 * K = scalar-op(rand, (elem-op(scalar-op(peer-commit-scalar, PWE),
857 const u8 *elem; local
885 elem = *pos + scalar_elem_len;
886 if (sae_is_password_id_elem(elem, end)) {
893 elem += SHA256_MAC_LEN;
894 if (sae_is_password_id_elem(elem, end)) {
897 tlen -= 2 + elem[1];
/freebsd-11-stable/usr.bin/xlint/lint1/
H A Dlint1.h129 struct sym *elem; /* list of enumerators */ member in struct:__anon13863
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_spq.h135 struct slow_path_element elem; member in struct:ecore_spq_entry
/freebsd-11-stable/crypto/openssl/crypto/conf/
H A Dconf.h208 int (*list_cb) (const char *elem, int len, void *usr),
/freebsd-11-stable/sys/cddl/dev/fbt/
H A Dfbt.c614 #define ctf_list_prev(elem) ((void *)(((ctf_list_t *)(elem))->l_prev))
615 #define ctf_list_next(elem) ((void *)(((ctf_list_t *)(elem))->l_next))
/freebsd-11-stable/contrib/wpa/src/p2p/
H A Dp2p.h2279 int p2p_set_wfd_dev_info(struct p2p_data *p2p, const struct wpabuf *elem);
2280 int p2p_set_wfd_r2_dev_info(struct p2p_data *p2p, const struct wpabuf *elem);
2281 int p2p_set_wfd_assoc_bssid(struct p2p_data *p2p, const struct wpabuf *elem);
2283 const struct wpabuf *elem);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DLiveVariables.cpp510 const CFGElement &elem = *it; local
513 elem.getAs<CFGAutomaticObjDtor>()) {
518 if (!elem.getAs<CFGStmt>())
521 const Stmt *S = elem.castAs<CFGStmt>().getStmt();
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DPointer.h286 template <typename T> T &elem(unsigned I) const { function in class:clang::interp::Pointer
/freebsd-11-stable/contrib/gcc/cp/
H A Dtree.c800 debug_binfo (tree elem)
807 TYPE_NAME_STRING (BINFO_TYPE (elem)),
808 TREE_INT_CST_LOW (BINFO_OFFSET (elem)));
809 debug_tree (BINFO_TYPE (elem));
810 if (BINFO_VTABLE (elem))
812 IDENTIFIER_POINTER (DECL_NAME (get_vtbl_decl_for_binfo (elem))));
816 virtuals = BINFO_VIRTUALS (elem);
795 debug_binfo(tree elem) argument

Completed in 280 milliseconds

1234567