Searched refs:item (Results 101 - 125 of 525) sorted by relevance

1234567891011>>

/freebsd-11-stable/lib/libc/db/test/hash.tests/
H A Dtread2.c62 DBT item, key, res; local
82 item.data = wp2;
87 * put info in structure, and structure in the item
90 item.size = strlen(wp2);
/freebsd-11-stable/sys/netgraph/
H A Dng_ip_input.c118 ngipi_rcvdata(hook_p hook, item_p item) argument
122 NGI_GET_M(item, m);
123 NG_FREE_ITEM(item);
H A Dng_rfc1490.c212 ng_rfc1490_rcvmsg(node_p node, item_p item, hook_p lasthook) argument
219 NGI_GET_MSG(item, msg);
265 NG_RESPOND_MSG(error, node, item, resp);
306 ng_rfc1490_rcvdata(hook_p hook, item_p item) argument
313 NGI_GET_M(item, m);
346 NG_FWD_NEW_DATA(error, item,
362 NG_FWD_NEW_DATA(error, item, priv->ethernet, m);
368 NG_FWD_NEW_DATA(error, item, priv->inet, m);
372 NG_FWD_NEW_DATA(error, item, priv->ppp, m);
384 NG_FWD_NEW_DATA(error, item, pri
[all...]
H A Dng_gif_demux.c273 ng_gif_demux_rcvmsg(node_p node, item_p item, hook_p lasthook) argument
279 NGI_GET_MSG(item, msg);
295 NG_RESPOND_MSG(error, node, item, resp);
304 ng_gif_demux_rcvdata(hook_p hook, item_p item) argument
313 /* Pull the mbuf out of the item for processing. */
314 NGI_GET_M(item, m);
323 NG_FREE_ITEM(item);
328 NG_FREE_ITEM(item);
334 NG_FREE_ITEM(item);
347 NG_FREE_ITEM(item);
[all...]
H A Dng_atmllc.c90 ng_atmllc_rcvmsg(node_p node, item_p item, hook_p lasthook) argument
96 NGI_GET_MSG(item, msg);
98 NG_RESPOND_MSG(error, node, item, msg);
146 ng_atmllc_rcvdata(hook_p hook, item_p item) argument
156 NGI_GET_M(item, m);
173 NG_FREE_ITEM(item);
208 NG_FREE_ITEM(item);
225 NG_FREE_ITEM(item);
241 NG_FREE_ITEM(item);
245 NG_FWD_NEW_DATA(error, item, outhoo
[all...]
H A Dng_hole.c146 ngh_rcvmsg(node_p node, item_p item, hook_p lasthook) argument
154 NGI_GET_MSG(item, msg);
196 NG_RESPOND_MSG(error, node, item, resp);
205 ngh_rcvdata(hook_p hook, item_p item) argument
210 hip->stats.octets += NGI_M(item)->m_pkthdr.len;
211 NG_FREE_ITEM(item);
/freebsd-11-stable/sys/dev/nxge/include/
H A Dxge-queue.h66 * struct xge_queue_item_t - Queue item.
67 * @item: List item. Note that the queue is "built" on top of
81 xge_list_t item; member in struct:xge_queue_item_t
118 * item is added to the queue.
153 void* xge_queue_item_data(xge_queue_item_t *item);
165 xge_queue_item_t *item);
H A Dxgehal-mm.h52 * xge_hal_mempool_item_f - Mempool item alloc/free callback
54 * @item: Item that gets allocated or freed.
56 * @is_last: True, if this item is the last one in the pool; false - otherwise.
63 xge_hal_mempool_dma_t *dma_object, void *item,
91 * __hal_mempool_item - Returns pointer to the item in the mempool
101 * __hal_mempool_item_priv - will return pointer on per item private space
105 void *item, int *memblock_item_idx)
112 offset = (int)((char * )item - (char *)memblock);
104 __hal_mempool_item_priv(xge_hal_mempool_t *mempool, int memblock_idx, void *item, int *memblock_item_idx) argument
/freebsd-11-stable/sys/dev/vxge/include/
H A Dvxge-queue.h65 * struct vxge_queue_item_t - Queue item.
66 * @item: List item. Note that the queue is "built" on top of
80 vxge_list_t item; member in struct:vxge_queue_item_t
117 * item is added to the queue.
154 * @queued_func: Optional callback function to be called each time a new item is
184 * vxge_queue_item_data - Get item's data.
185 * @item: Queue item.
187 * Returns: item dat
[all...]
/freebsd-11-stable/sys/cddl/compat/opensolaris/sys/
H A Dsunddi.h56 void *ddi_get_soft_state(void *state, int item);
57 int ddi_soft_state_zalloc(void *state, int item);
58 void ddi_soft_state_free(void *state, int item);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCompileUnitIndex.cpp79 static void ParseExtendedInfo(PdbIndex &index, CompilandIndexItem &item) { argument
80 const CVSymbolArray &syms = item.m_debug_stream.getSymbolArray();
84 lldbassert(!item.m_obj_name);
85 lldbassert(!item.m_compile_opts);
86 lldbassert(item.m_build_info.empty());
93 ParseCompile3(sym, item);
96 ParseObjname(sym, item);
99 ParseBuildInfo(index, sym, item);
190 CompileUnitIndex::GetMainSourceFile(const CompilandIndexItem &item) const {
202 if (item
[all...]
/freebsd-11-stable/crypto/openssl/ssl/
H A Dd1_lib.c172 pitem *item = NULL; local
175 while ((item = pqueue_pop(s->d1->unprocessed_rcds.q)) != NULL) {
176 rdata = (DTLS1_RECORD_DATA *)item->data;
180 OPENSSL_free(item->data);
181 pitem_free(item);
184 while ((item = pqueue_pop(s->d1->processed_rcds.q)) != NULL) {
185 rdata = (DTLS1_RECORD_DATA *)item->data;
189 OPENSSL_free(item->data);
190 pitem_free(item);
193 while ((item
208 pitem *item = NULL; local
220 pitem *item = NULL; local
[all...]
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-zone.c140 cvmx_zone_t item; local
146 item = (cvmx_zone_t)zone->freelist;
147 if(item != NULL)
149 zone->freelist = *(void **)item;
157 return(item);
/freebsd-11-stable/contrib/openpam/lib/libpam/
H A Dpam_get_authtok.c66 int item,
81 switch (item) {
111 r = pam_get_item(pamh, item, &prevauthtok);
157 r = pam_set_item(pamh, item, resp);
162 r = pam_get_item(pamh, item, (const void **)authtok);
183 * item is updated.
185 * The =item argument must have one of the following values:
195 * If it is =NULL, the =PAM_AUTHTOK_PROMPT or =PAM_OLDAUTHTOK_PROMPT item,
197 * If that item is also =NULL, a hardcoded default prompt will be used.
203 * If =item i
65 pam_get_authtok(pam_handle_t *pamh, int item, const char **authtok, const char *prompt) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBTypeFilter.cpp96 const char *item = m_opaque_sp->GetExpressionPathAtIndex(i); local
97 if (item && *item == '.')
98 item++;
99 return item;
104 bool SBTypeFilter::ReplaceExpressionPathAtIndex(uint32_t i, const char *item) { argument
106 (uint32_t, const char *), i, item);
109 return m_opaque_sp->SetExpressionPathAtIndex(i, item);
114 void SBTypeFilter::AppendExpressionPath(const char *item) { argument
116 item);
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dupgrade.c191 svn_wc_external_item2_t *item,
206 item->target_dir,
211 item,
278 peg_revision = (item->peg_revision.kind == svn_opt_revision_number
279 ? item->peg_revision.value.number
282 revision = (item->revision.kind == svn_opt_revision_number
283 ? item->revision.value.number
386 svn_wc_external_item2_t *item;
388 item = APR_ARRAY_IDX(externals_p, i, svn_wc_external_item2_t*);
394 item, info_bato
185 upgrade_external_item(svn_client_ctx_t *ctx, const char *externals_parent_abspath, const char *externals_parent_url, const char *externals_parent_repos_root_url, svn_wc_external_item2_t *item, struct repos_info_baton *info_baton, apr_pool_t *scratch_pool) argument
384 svn_wc_external_item2_t *item; local
[all...]
/freebsd-11-stable/sys/dev/drm/
H A Dvia_mm.c118 struct drm_memblock_item *item; local
134 item = drm_sman_alloc(&dev_priv->sman, mem->type, tmpSize, 0,
136 if (item) {
139 (item->mm->
140 offset(item->mm, item->mm_info) << VIA_MM_ALIGN_SHIFT);
141 mem->index = item->user_hash.key;
/freebsd-11-stable/sys/dev/vxge/vxgehal/
H A Dvxge-queue.c36 * vxge_queue_item_data - Get item's data.
37 * @item: Queue item.
39 * Returns: item data(variable size). Note that vxge_queue_t
42 * user-defined portion of the queue item.
45 vxge_queue_item_data(vxge_queue_item_t *item) argument
47 return (char *) item + sizeof(vxge_queue_item_t);
51 * __queue_consume - (Lockless) dequeue an item from the specified queue.
55 * @item: Queue item
59 __queue_consume(vxge_queue_t *queue, u32 data_max_size, vxge_queue_item_t *item) argument
197 vxge_queue_item_t *item = local
408 vxge_list_t *item; local
496 vxge_queue_consume(vxge_queue_h queueh, u32 data_max_size, vxge_queue_item_t *item) argument
539 vxge_queue_item_t *item = (vxge_queue_item_t *) (void *)item_buf; local
[all...]
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_multicast.c221 cl_map_item_t *item; local
224 for (item = cl_qmap_head(p_map); item != cl_qmap_end(p_map);
225 item = cl_qmap_next(item)) {
226 mcm_alias_guid = (osm_mcm_alias_guid_t *) item;
240 cl_map_item_t *item; local
243 for (item = cl_qmap_head(p_map); item != cl_qmap_end(p_map);
244 item
446 cl_map_item_t *item = cl_qmap_get(&p_mgrp->mcm_port_tbl, port_guid); local
455 cl_map_item_t *item = cl_qmap_get(&p_mgrp->mcm_alias_port_tbl, local
[all...]
/freebsd-11-stable/contrib/dialog/samples/
H A Ddialog.py162 pairs = map(lambda i, item: (i + 1, item), range(len(list)), list)
184 lambda i, item, onoff, fs=('off', 'on'): (i + 1, item, fs[onoff]),
193 objectList = filter(lambda item, list=list, indexList=indexList:
194 list.index(item) + 1 in indexList,
208 selected -- the selected item (must be between 1 and len(list)
212 triples = map(lambda i, item: (i + 1, item, 'off'),
215 i, item, tm
[all...]
/freebsd-11-stable/contrib/gcc/doc/
H A Dmakefile.texi13 @item all
17 @item doc
21 @item dvi
24 @item pdf
27 @item html
30 @item man
33 @item info
36 @item mostlyclean
39 @item clean
42 @item distclea
[all...]
/freebsd-11-stable/sys/netgraph/bluetooth/hci/
H A Dng_hci_main.c275 ng_hci_default_rcvmsg(node_p node, item_p item, hook_p lasthook) argument
281 NGI_GET_MSG(item, msg);
629 /* NG_RESPOND_MSG should take care of "item" and "rsp" */
630 NG_RESPOND_MSG(error, node, item, rsp);
642 ng_hci_upper_rcvmsg(node_p node, item_p item, hook_p lasthook) argument
647 switch (NGI_MSG(item)->header.typecookie) {
649 switch (NGI_MSG(item)->header.cmd) {
651 error = ng_hci_lp_con_req(unit, item, lasthook);
655 error = ng_hci_lp_discon_req(unit, item, lasthook);
659 error = ng_hci_lp_con_rsp(unit, item, lasthoo
686 ng_hci_drv_rcvdata(hook_p hook, item_p item) argument
769 ng_hci_acl_rcvdata(hook_p hook, item_p item) argument
886 ng_hci_sco_rcvdata(hook_p hook, item_p item) argument
1005 ng_hci_raw_rcvdata(hook_p hook, item_p item) argument
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dtemp_serializer.h75 void *item,
83 svn_fs_fs__deserialize_raw_window(void **item,
108 void *item,
116 svn_fs_fs__deserialize_txdelta_window(void **item,
205 void *item,
212 svn_fs_fs__deserialize_node_revision(void **item,
/freebsd-11-stable/contrib/libxo/tests/core/
H A Dtest_09.c22 struct item { struct
26 struct item list[] = {
34 struct item *ip;
84 xo_emit("Name: {l:item/%-10s/%s}\n", ip->i_title);
94 xo_open_list("item");
96 xo_emit("Name: {l:item/%-10s/%s}\n", ip->i_title);
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_radix.c73 void *item; local
76 item = NULL;
84 item = node->slots[radix_pos(index, 0)];
87 return (item);
134 void *item; local
138 item = NULL;
152 item = node->slots[idx];
156 if (item)
173 return (item);
184 radix_tree_insert(struct radix_tree_root *root, unsigned long index, void *item) argument
[all...]

Completed in 191 milliseconds

1234567891011>>