Searched refs:item (Results 126 - 150 of 525) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/binutils/gas/
H A Dsb.h56 struct le *item; member in struct:sb
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_iter.h84 * @a baton is the baton passed to svn_iter_apr_array(). @a item
85 * is a pointer to the item written to the array with the APR_ARRAY_PUSH()
91 void *item,
/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_beacon.h44 extern void ath_beacon_update(struct ieee80211vap *vap, int item);
/freebsd-11-stable/lib/libc/stdlib/
H A Dhsearch_r.c76 hsearch_r(ENTRY item, ACTION action, ENTRY **retval, struct hsearch_data *htab) argument
83 hash = hsearch_hash(hsearch->offset_basis, item.key);
93 if (strcmp(entry->key, item.key) == 0) {
146 *entry = item;
/freebsd-11-stable/sys/netgraph/netflow/
H A Dnetflow_v9.c199 export9_send(priv_p priv, fib_export_p fe, item_p item, struct netflow_v9_packet_opt *t, int flags) argument
201 struct mbuf *m = NGI_M(item);
210 NG_FREE_ITEM(item);
228 NG_FWD_ITEM_HOOK_FLAGS(error, item, priv->export9, flags);
230 NG_FREE_ITEM(item);
241 export9_add(item_p item, struct netflow_v9_packet_opt *t, struct flow_entry *fle) argument
246 struct mbuf *m = NGI_M(item);
371 item_p item = NULL; local
376 item = fe->exp.item9;
383 if (item
444 return_export9_dgram(priv_p priv, fib_export_p fe, item_p item, struct netflow_v9_packet_opt *t, int flags) argument
[all...]
/freebsd-11-stable/sys/sys/
H A Dbusdma_bufalloc.h115 void busdma_bufalloc_free_uncacheable(void *item, vm_size_t size,
/freebsd-11-stable/usr.bin/rpcgen/
H A Drpc_util.h163 #define STOREVAL(list,item) \
164 storeval(list,item)
168 #define FINDVAL(list,item,finder) \
169 findval(list, item, finder)
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dtemp_serializer.h80 void *item,
88 svn_fs_x__deserialize_txdelta_window(void **item,
119 void *item,
126 svn_fs_x__deserialize_node_revision(void **item,
/freebsd-11-stable/contrib/subversion/subversion/include/private/
H A Dsvn_object_pool.h117 void *item,
/freebsd-11-stable/sys/netgraph/
H A Dng_sample.c244 * We actually receive a queue item that has a pointer to the message.
245 * If we free the item, the message will be freed too, unless we remove
246 * it from the item using NGI_GET_MSG();
247 * The return address is also stored in the item, as an ng_ID_t,
248 * accessible as NGI_RETADDR(item);
259 ng_xxx_rcvmsg(node_p node, item_p item, hook_p lasthook) argument
266 NGI_GET_MSG(item, msg);
303 NG_RESPOND_MSG(error, node, item, resp);
311 * Actually we receive a queue item which holds the data.
312 * If we free the item i
[all...]
H A Dng_vjc.c291 ng_vjc_rcvmsg(node_p node, item_p item, hook_p lasthook) argument
298 NGI_GET_MSG(item, msg);
389 NG_RESPOND_MSG(error, node, item, resp);
398 ng_vjc_rcvdata(hook_p hook, item_p item) argument
405 NGI_GET_M(item, m);
414 NG_FREE_ITEM(item);
450 NG_FREE_ITEM(item);
461 NG_FREE_ITEM(item);
471 NG_FREE_ITEM(item);
481 NG_FREE_ITEM(item);
[all...]
H A Dng_etf.c231 * We actually receive a queue item that has a pointer to the message.
232 * If we free the item, the message will be freed too, unless we remove
233 * it from the item using NGI_GET_MSG();
234 * The return address is also stored in the item, as an ng_ID_t,
235 * accessible as NGI_RETADDR(item);
247 ng_etf_rcvmsg(node_p node, item_p item, hook_p lasthook) argument
254 NGI_GET_MSG(item, msg);
342 NG_RESPOND_MSG(error, node, item, resp);
350 * Actually we receive a queue item which holds the data.
351 * If we free the item i
[all...]
H A Dng_async.c105 static int nga_rcv_sync(const sc_p sc, item_p item);
106 static int nga_rcv_async(const sc_p sc, item_p item);
241 nga_rcvdata(hook_p hook, item_p item) argument
246 return (nga_rcv_sync(sc, item));
248 return (nga_rcv_async(sc, item));
256 nga_rcvmsg(node_p node, item_p item, hook_p lasthook) argument
263 NGI_GET_MSG(item, msg);
329 NG_RESPOND_MSG(error, node, item, resp);
401 nga_rcv_sync(const sc_p sc, item_p item) argument
415 NG_FWD_ITEM_HOOK(error, item, s
493 nga_rcv_async(const sc_p sc, item_p item) argument
[all...]
/freebsd-11-stable/crypto/openssl/ssl/
H A Dd1_both.c626 pitem *item; local
632 item = pqueue_peek(s->d1->buffered_messages);
633 if (item == NULL)
636 frag = (hm_fragment *)item->data;
642 pitem_free(item);
643 item = NULL;
646 } while (item == NULL);
668 pitem_free(item);
701 pitem *item = NULL; local
713 /* Try to find item i
808 pitem *item = NULL; local
1140 pitem *item; local
1165 pitem *item; local
1236 pitem *item; local
[all...]
/freebsd-11-stable/sys/kern/
H A Dsubr_unit.c365 ("unrhdr has postponed item for free"));
630 alloc_unr_specificl(struct unrhdr *uh, u_int item, void **p1, void **p2) argument
638 if (item < uh->low + uh->first || item > uh->high)
643 if (up == NULL && item - uh->low == uh->first) {
648 return (item);
651 i = item - uh->low - uh->first;
665 return (item);
667 /* Find the item which contains the unit we want to allocate. */
722 last = uh->high - uh->low - (item
732 alloc_unr_specific(struct unrhdr *uh, u_int item) argument
760 free_unrl(struct unrhdr *uh, u_int item, void **p1, void **p2) argument
868 free_unr(struct unrhdr *uh, u_int item) argument
[all...]
/freebsd-11-stable/sys/netgraph/bluetooth/hci/
H A Dng_hci_ulpi.c66 ng_hci_lp_con_req(ng_hci_unit_p unit, item_p item, hook_p hook) argument
75 NG_FREE_ITEM(item);
80 if (NGI_MSG(item)->header.arglen != sizeof(ng_hci_lp_con_req_ep)) {
84 NGI_MSG(item)->header.arglen);
86 NG_FREE_ITEM(item);
90 link_type = ((ng_hci_lp_con_req_ep *)(NGI_MSG(item)->data))->link_type;
93 return (ng_hci_lp_acl_con_req(unit, item, hook));
100 NG_FREE_ITEM(item);
105 return (ng_hci_lp_sco_con_req(unit, item, hook));
108 return (ng_hci_lp_le_con_req(unit, item, hoo
121 ng_hci_lp_acl_con_req(ng_hci_unit_p unit, item_p item, hook_p hook) argument
321 ng_hci_lp_sco_con_req(ng_hci_unit_p unit, item_p item, hook_p hook) argument
485 ng_hci_lp_le_con_req(ng_hci_unit_p unit, item_p item, hook_p hook, int link_type) argument
663 ng_hci_lp_discon_req(ng_hci_unit_p unit, item_p item, hook_p hook) argument
899 ng_hci_lp_con_rsp(ng_hci_unit_p unit, item_p item, hook_p hook) argument
1151 ng_hci_lp_qos_req(ng_hci_unit_p unit, item_p item, hook_p hook) argument
[all...]
/freebsd-11-stable/sys/dev/drm/
H A Dsis_ds.c61 int setAdd(set_t * set, ITEM_TYPE item) argument
66 set->list[free].val = item;
79 int setDel(set_t * set, ITEM_TYPE item) argument
85 if (set->list[alloc].val == item) {
109 int setFirst(set_t * set, ITEM_TYPE * item) argument
114 *item = set->list[set->alloc].val;
120 int setNext(set_t * set, ITEM_TYPE * item) argument
125 *item = set->list[set->trace].val;
/freebsd-11-stable/usr.bin/c99/
H A Dc99.c97 addarg(const char *item) argument
104 if ((args[nargs++] = strdup(item)) == NULL)
/freebsd-11-stable/usr.sbin/bsdinstall/partedit/
H A Ddiskeditor.c41 int item, int nscroll, int selected)
45 int y = item - nscroll + 1;
48 wmove(partitions, y, MARGIN + items[item].indentation*2);
49 dlg_print_text(partitions, items[item].name, 10, &attr);
53 humanize_number(sizetext, 7, items[item].size, "B", HN_AUTOSCALE,
57 dlg_print_text(partitions, items[item].type, 15, &attr);
59 if (items[item].mountpoint != NULL)
60 dlg_print_text(partitions, items[item].mountpoint, 8, &attr);
210 /* Deselect old item */
213 /* Select new item */
40 print_partedit_item(WINDOW *partitions, struct partedit_item *items, int item, int nscroll, int selected) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTypeFilter.h35 bool ReplaceExpressionPathAtIndex(uint32_t i, const char *item);
37 void AppendExpressionPath(const char *item);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DQueue.h84 /// "Enqueued" means that the item has been added to the queue to
85 /// be done, but has not yet been done. When the item is going to
125 void PushPendingQueueItem(lldb::QueueItemSP item) { argument
126 m_pending_items.push_back(item);
/freebsd-11-stable/contrib/subversion/subversion/svnfsfs/
H A Ddump-index-cmd.c66 type_str, entry->item.revision, entry->item.number,
/freebsd-11-stable/sys/dev/nxge/xgehal/
H A Dxgehal-channel.c303 xge_list_t *item; local
315 xge_list_for_each(item, &device->free_channels) {
318 tmp = xge_container_of(item, xge_hal_channel_t, item);
386 xge_list_remove(&channel->item);
387 xge_list_insert(&channel->item, &device->fifo_channels);
390 xge_list_remove(&channel->item);
391 xge_list_insert(&channel->item, &device->ring_channels);
527 xge_list_t *item; local
536 xge_list_for_each(item,
[all...]
/freebsd-11-stable/lib/libc/locale/
H A Dnl_langinfo.c49 #define _REL(BASE) ((int)item-BASE)
52 nl_langinfo_l(nl_item item, locale_t loc) argument
58 switch (item) {
204 nl_langinfo(nl_item item) argument
206 return nl_langinfo_l(item, __get_locale());
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dcommit.c107 svn_client_commit_item3_t *item = APR_ARRAY_IDX(commit_items, i,
111 if (!item->path)
117 ctx->wc_ctx, item->path, FALSE, pool,
120 svn_hash_sets(relpath_map, relpath, item->path);
227 const svn_client_commit_item3_t *item,
239 && (item->state_flags & SVN_CLIENT_COMMIT_ITEM_ADD)
240 && (item->kind == svn_node_dir)
241 && (item->copyfrom_url))
244 remove_lock = (! keep_locks && (item->state_flags
253 if (item
106 svn_client_commit_item3_t *item = APR_ARRAY_IDX(commit_items, i, local
224 post_process_commit_item(svn_wc_committed_queue_t *queue, const svn_client_commit_item3_t *item, svn_wc_context_t *wc_ctx, svn_boolean_t keep_changelists, svn_boolean_t keep_locks, svn_boolean_t commit_as_operations, const svn_checksum_t *sha1_checksum, apr_pool_t *scratch_pool) argument
771 svn_client_commit_item3_t *item = local
789 svn_client_commit_item3_t *item = local
958 svn_client_commit_item3_t *item = apr_hash_this_val(hi); local
1012 svn_client_commit_item3_t *item local
[all...]

Completed in 358 milliseconds

1234567891011>>