Searched refs:item (Results 76 - 100 of 525) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/wpa/src/wps/
H A Dupnp_xml.h21 char * xml_get_first_item(const char *doc, const char *item);
/freebsd-11-stable/crypto/openssl/crypto/engine/
H A Deng_lib.c168 ENGINE_CLEANUP_ITEM *item = OPENSSL_malloc(sizeof(ENGINE_CLEANUP_ITEM)); local
169 if (!item)
171 item->cb = cb;
172 return item;
177 ENGINE_CLEANUP_ITEM *item; local
180 item = int_cleanup_item(cb);
181 if (item)
182 sk_ENGINE_CLEANUP_ITEM_insert(cleanup_stack, item, 0);
187 ENGINE_CLEANUP_ITEM *item; local
190 item
198 engine_cleanup_cb_free(ENGINE_CLEANUP_ITEM *item) argument
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_delta/
H A Dpath_driver.c48 /* Push onto dir_stack a new item allocated in POOL and containing
56 dir_stack_t *item = apr_pcalloc(pool, sizeof(*item));
58 item->dir_baton = dir_baton;
59 item->pool = pool;
60 APR_ARRAY_PUSH(db_stack, dir_stack_t *) = item;
74 dir_stack_t *item;
81 item = APR_ARRAY_IDX(db_stack, db_stack->nelts - 1, void *);
82 parent_db = item->dir_baton;
106 dir_stack_t *item;
55 dir_stack_t *item = apr_pcalloc(pool, sizeof(*item)); local
73 dir_stack_t *item; local
105 dir_stack_t *item; local
243 dir_stack_t *item; local
[all...]
/freebsd-11-stable/sys/netgraph/
H A Dng_hub.c99 ng_hub_rcvmsg(node_p node, item_p item, hook_p lasthook) argument
105 NGI_GET_MSG(item, msg);
118 ng_hub_rcvdata(hook_p hook, item_p item) argument
123 struct mbuf * const m = NGI_M(item), *m2;
127 NG_FREE_ITEM(item);
134 NG_FWD_ITEM_HOOK(error, item, hook2);
137 NG_FREE_ITEM(item);
H A Dng_ppp.c292 static int ng_ppp_proto_recv(node_p node, item_p item, uint16_t proto,
294 static int ng_ppp_hcomp_xmit(node_p node, item_p item, uint16_t proto);
295 static int ng_ppp_hcomp_recv(node_p node, item_p item, uint16_t proto,
297 static int ng_ppp_comp_xmit(node_p node, item_p item, uint16_t proto);
298 static int ng_ppp_comp_recv(node_p node, item_p item, uint16_t proto,
300 static int ng_ppp_crypt_xmit(node_p node, item_p item, uint16_t proto);
301 static int ng_ppp_crypt_recv(node_p node, item_p item, uint16_t proto,
303 static int ng_ppp_mp_xmit(node_p node, item_p item, uint16_t proto);
304 static int ng_ppp_mp_recv(node_p node, item_p item, uint16_t proto,
306 static int ng_ppp_link_xmit(node_p node, item_p item, uint16_
581 ng_ppp_rcvmsg(node_p node, item_p item, hook_p lasthook) argument
784 ng_ppp_rcvdata_inet(hook_p hook, item_p item) argument
800 ng_ppp_rcvdata_inet_fast(hook_p hook, item_p item) argument
813 ng_ppp_rcvdata_ipv6(hook_p hook, item_p item) argument
829 ng_ppp_rcvdata_atalk(hook_p hook, item_p item) argument
845 ng_ppp_rcvdata_ipx(hook_p hook, item_p item) argument
861 ng_ppp_rcvdata_bypass(hook_p hook, item_p item) argument
889 ng_ppp_bypass(node_p node, item_p item, uint16_t proto, uint16_t linkNum) argument
918 ng_ppp_proto_recv(node_p node, item_p item, uint16_t proto, uint16_t linkNum) argument
970 ng_ppp_hcomp_xmit(node_p node, item_p item, uint16_t proto) argument
991 ng_ppp_rcvdata_vjc_comp(hook_p hook, item_p item) argument
1007 ng_ppp_rcvdata_vjc_uncomp(hook_p hook, item_p item) argument
1023 ng_ppp_rcvdata_vjc_vjip(hook_p hook, item_p item) argument
1036 ng_ppp_hcomp_recv(node_p node, item_p item, uint16_t proto, uint16_t linkNum) argument
1068 ng_ppp_rcvdata_vjc_ip(hook_p hook, item_p item) argument
1085 ng_ppp_comp_xmit(node_p node, item_p item, uint16_t proto) argument
1116 ng_ppp_rcvdata_compress(hook_p hook, item_p item) argument
1150 ng_ppp_comp_recv(node_p node, item_p item, uint16_t proto, uint16_t linkNum) argument
1187 ng_ppp_rcvdata_decompress(hook_p hook, item_p item) argument
1217 ng_ppp_crypt_xmit(node_p node, item_p item, uint16_t proto) argument
1247 ng_ppp_rcvdata_encrypt(hook_p hook, item_p item) argument
1260 ng_ppp_crypt_recv(node_p node, item_p item, uint16_t proto, uint16_t linkNum) argument
1287 ng_ppp_rcvdata_decrypt(hook_p hook, item_p item) argument
1317 ng_ppp_link_xmit(node_p node, item_p item, uint16_t proto, uint16_t linkNum, int plen) argument
1403 ng_ppp_rcvdata(hook_p hook, item_p item) argument
1520 ng_ppp_mp_recv(node_p node, item_p item, uint16_t proto, uint16_t linkNum) argument
1826 item_p item; local
1892 item_p item; local
1988 ng_ppp_mp_xmit(node_p node, item_p item, uint16_t proto) argument
[all...]
H A Dng_split.c128 ng_split_rcvdata(hook_p hook, item_p item) argument
135 NG_FREE_ITEM(item);
138 NG_FWD_ITEM_HOOK(error, item, priv->mixed);
140 NG_FWD_ITEM_HOOK(error, item, priv->out);
143 if (item)
144 NG_FREE_ITEM(item);
/freebsd-11-stable/contrib/ncurses/menu/
H A Dm_opts.c86 ITEM **item; local
88 if (((item = menu->items) != (ITEM **) 0))
89 for (; *item; item++)
90 (*item)->value = FALSE;
H A Dm_item_top.c35 * Set and get top menus item *
55 ITEM *item; local
77 item = menu->items[(menu->opt & O_ROWMAJOR) ? (row * menu->cols) : row];
80 _nc_New_TopRow_and_CurrentItem(menu, row, item);
/freebsd-11-stable/lib/libc/db/test/hash.tests/
H A Dtdel.c59 DBT item, key; local
83 item.data = wp2;
88 * put info in structure, and structure in the item
91 item.size = strlen(wp2);
96 if ((dbp->put)(dbp, &key, &item, R_NOOVERWRITE) != NULL) {
98 item.data);
H A Dthash4.c61 DBT item, key, res; local
86 item.data = wp2;
91 * put info in structure, and structure in the item
94 item.size = strlen(wp2);
99 if ((dbp->put)(dbp, &key, &item, R_NOOVERWRITE) != NULL) {
101 item.data);
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_umem_odp.h116 typedef int (*umem_call_back)(struct ib_umem *item, u64 start, u64 end,
130 static inline int ib_umem_mmu_notifier_retry(struct ib_umem *item, argument
136 * the relevant locks taken (item->odp_data->umem_mutex
143 if (!item->odp_data->mn_counters_active)
146 if (unlikely(item->odp_data->notifiers_count))
148 if (item->odp_data->notifiers_seq != mmu_seq)
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_ctx.c82 /* How many bignums are in each "pool item"; */
156 BN_POOL_ITEM *item = ctx->pool.head; local
160 fprintf(stderr, "%03x ", item->vals[bnidx++ % BN_CTX_POOL_SIZE].dmax);
162 item = item->next;
388 BN_POOL_ITEM *item = p->head; local
389 while (item) {
391 BIGNUM *bn = item->vals;
397 item = item
409 BN_POOL_ITEM *item = OPENSSL_malloc(sizeof(BN_POOL_ITEM)); local
[all...]
/freebsd-11-stable/sys/dev/nxge/xgehal/
H A Dxge-queue.c32 * xge_queue_item_data - Get item's data.
33 * @item: Queue item.
35 * Returns: item data(variable size). Note that xge_queue_t
38 * user-defined portion of the queue item.
40 void* xge_queue_item_data(xge_queue_item_t *item) argument
42 return (char *)item + sizeof(xge_queue_item_t);
46 * __queue_consume - (Lockless) dequeue an item from the specified queue.
52 __queue_consume(xge_queue_t *queue, int data_max_size, xge_queue_item_t *item) argument
64 xge_list_remove(&elem->item);
159 xge_queue_item_t *item = (xge_queue_item_t *)(void *)item_buf; local
330 xge_list_t *item; local
397 xge_queue_consume(xge_queue_h queueh, int data_max_size, xge_queue_item_t *item) argument
422 xge_queue_item_t *item = (xge_queue_item_t *)(void *)item_buf; local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/
H A Dex_data.c304 EX_CLASS_ITEM *item = (EX_CLASS_ITEM *)a_void; local
305 sk_CRYPTO_EX_DATA_FUNCS_pop_free(item->meth, def_cleanup_util_cb);
306 OPENSSL_free(item);
352 static int def_add_index(EX_CLASS_ITEM *item, long argl, void *argp, argument
369 while (sk_CRYPTO_EX_DATA_FUNCS_num(item->meth) <= item->meth_num) {
370 if (!sk_CRYPTO_EX_DATA_FUNCS_push(item->meth, NULL)) {
376 toret = item->meth_num++;
377 (void)sk_CRYPTO_EX_DATA_FUNCS_set(item->meth, toret, a);
408 EX_CLASS_ITEM *item local
425 EX_CLASS_ITEM *item = def_get_class(class_index); local
464 EX_CLASS_ITEM *item; local
513 EX_CLASS_ITEM *item; local
[all...]
/freebsd-11-stable/usr.sbin/bsdconfig/dot/
H A Ddot174 tail -r "$file" | awk -v item="${file%%/*}" '
179 if ( $0 !~ "^/" ) sub(/^/, item "/")
197 -v item="${menu_program%%/*}" \
204 sub(/^/, item "/")
218 awk -v item="${file%%/*}" '
226 sub(/^/, item "/")
354 # Print top-level item(s)
387 printf '\n\t/*\n\t * Menu item relationships\n\t */\n'
399 printf '\n\t/*\n\t * Sub-menu item relationships\n\t */\n'
409 *) continue # Not a menu item
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dcommit_util.c188 `COMMITTABLES') to the COMMITTABLES hash. All of the commit item's
217 /* ### todo: Get the canonical repository for this item, which will
254 /* Now, add the commit item to the array. */
271 /* If there is a commit item for PATH in COMMITTABLES, return it, else
633 /* Early out if the item is already marked as committable. */
863 /* Finally, add the committable item. */
1009 svn_client_commit_item3_t *item =
1015 if (!(item->state_flags & SVN_CLIENT_COMMIT_ITEM_ADD)
1016 || ! item->copyfrom_url)
1025 hdb->wc_ctx, item
1008 svn_client_commit_item3_t *item = local
1304 harvest_copy_committables(void *baton, void *item, apr_pool_t *pool) argument
1426 svn_client_commit_item3_t *item, *last_item = NULL; local
1518 const svn_client_commit_item3_t *item; member in struct:file_mod_t
1556 const svn_client_commit_item3_t *item = svn_hash_gets(icb->commit_items, local
1888 svn_client_commit_item3_t *item = local
1912 const svn_client_commit_item3_t *item = mod->item; local
2005 svn_client_commit_item3_t *item = local
[all...]
/freebsd-11-stable/contrib/gperf/src/
H A Dhash-table.cc142 Hash_Table::insert (KeywordExt *item) argument
145 hashpjw (reinterpret_cast<const unsigned char *>(item->_selchars),
146 item->_selchars_length * sizeof (unsigned int));
150 ^ (_ignore_length ? 0 : item->_allchars_length))
158 if (equal (_table[probe], item))
165 _table[probe] = item;
/freebsd-11-stable/contrib/tcsh/
H A Dtw.spell.c128 spdir(struct Strbuf *extended_name, const Char *tilded_dir, const Char *item, argument
134 if (ISDOT(item) || ISDOTDOT(item))
137 for (s = name; *s != 0 && (*s & TRIM) == (*item & TRIM); s++, item++)
139 if (*s == 0 || s[1] == 0 || *item != 0)
/freebsd-11-stable/contrib/gdb/gdb/mi/
H A Dmi-symbol-cmds.c59 ui_out_field_core_addr (uiout, "pc", LINETABLE (s)->item[i].pc);
60 ui_out_field_int (uiout, "line", LINETABLE (s)->item[i].line);
/freebsd-11-stable/contrib/dialog/samples/
H A Dradiolist48 $DIALOG --help-button --help-label "Hints" --item-help --ok-label Okay \
/freebsd-11-stable/crypto/openssl/crypto/pqueue/
H A Dpqueue.h81 void pitem_free(pitem *item);
86 pitem *pqueue_insert(pqueue pq, pitem *item);
/freebsd-11-stable/contrib/libxo/tests/xo/
H A Dxo_01.sh21 ${XOP} ${NF} --wrap item \
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_umem_odp.c47 static void ib_umem_notifier_start_account(struct ib_umem *item) argument
49 mutex_lock(&item->odp_data->umem_mutex);
53 if (item->odp_data->mn_counters_active) {
54 int notifiers_count = item->odp_data->notifiers_count++;
60 reinit_completion(&item->odp_data->notifier_completion);
62 mutex_unlock(&item->odp_data->umem_mutex);
65 static void ib_umem_notifier_end_account(struct ib_umem *item) argument
67 mutex_lock(&item->odp_data->umem_mutex);
71 if (item->odp_data->mn_counters_active) {
77 ++item
126 ib_umem_notifier_release_trampoline(struct ib_umem *item, u64 start, u64 end, void *cookie) argument
160 invalidate_page_trampoline(struct ib_umem *item, u64 start, u64 end, void *cookie) argument
187 invalidate_range_start_trampoline(struct ib_umem *item, u64 start, u64 end, void *cookie) argument
213 invalidate_range_end_trampoline(struct ib_umem *item, u64 start, u64 end, void *cookie) argument
[all...]
/freebsd-11-stable/contrib/ofed/opensm/include/complib/
H A Dcl_nodenamemap.h46 cl_map_item_t item; member in struct:_name_map_item
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeFilter.i41 ReplaceExpressionPathAtIndex (uint32_t i, const char* item);
44 AppendExpressionPath (const char* item);

Completed in 151 milliseconds

1234567891011>>