Searched refs:item (Results 251 - 275 of 445) sorted by relevance

<<1112131415161718

/freebsd-10.2-release/contrib/ofed/management/opensm/opensm/
H A Dosm_multicast.c147 Pointer to the item in the map with the specified key. If insertion
148 was successful, this is the pointer to the item. If an item with the
149 specified key already exists in the map, the pointer to that item is
235 cl_map_item_t *item = cl_qmap_get(&mgrp->mcm_port_tbl, port_guid); local
237 if (item != cl_qmap_end(&mgrp->mcm_port_tbl))
238 osm_mgrp_remove_port(subn, log, mgrp, (osm_mcm_port_t *)item, 0xf);
H A Dosm_sa_service_record.c219 osm_sr_item_t *item; local
220 for (item = (osm_sr_item_t *) cl_qlist_head(p_list);
221 item != (osm_sr_item_t *) cl_qlist_end(p_list);
222 item = (osm_sr_item_t *)cl_qlist_next(&item->list_item))
223 memset(item->service_rec.service_key, 0,
224 sizeof(item->service_rec.service_key));
H A Dosm_console.c330 cl_list_item_t *item; local
348 for (item = cl_qlist_head(&p_osm->plugin_list);
349 item != cl_qlist_end(&p_osm->plugin_list);
350 item = cl_qlist_next(item))
352 ((osm_epi_plugin_t *)item)->plugin_name);
542 port_report_t *item = head; local
543 while (item != NULL) {
545 item->node_guid, item
[all...]
H A Dosm_sa_portinfo_record.c581 osm_pir_item_t *item; local
582 for (item = (osm_pir_item_t *) cl_qlist_head(&rec_list);
583 item != (osm_pir_item_t *) cl_qlist_end(&rec_list);
584 item = (osm_pir_item_t *)cl_qlist_next(&item->list_item))
585 item->rec.port_info.m_key = 0;
/freebsd-10.2-release/contrib/unbound/util/
H A Dconfig_file.h373 /** next item in list */
383 /** next item in list */
507 * @param item: new item. malloced by caller. if NULL the insertion fails.
510 int cfg_strlist_append(struct config_strlist_head* list, char* item);
515 * @param item: new item. malloced by caller. If NULL the insertion fails.
518 int cfg_strlist_insert(struct config_strlist** head, char* item);
523 * @param item: new item
[all...]
/freebsd-10.2-release/contrib/apr-util/dbm/sdbm/
H A Dsdbm_pair.c35 #define exhash(item) sdbm_hash((item).dptr, (item).dsize)
105 * adjust item count
/freebsd-10.2-release/sys/netgraph/netflow/
H A Dng_netflow.c368 ng_netflow_rcvmsg (node_p node, item_p item, hook_p lasthook) argument
375 NGI_GET_MSG(item, msg);
575 NG_RESPOND_MSG(error, node, item, resp);
583 ng_netflow_rcvdata (hook_p hook, item_p item) argument
623 mtag = m_tag_locate(NGI_M(item), MTAG_NETFLOW,
631 mtag = m_tag_locate(NGI_M(item), MTAG_NETFLOW,
640 NG_FWD_ITEM_HOOK(error, item, out);
650 m_tag_prepend(NGI_M(item), mtag);
657 NGI_GET_M(item, m);
963 NG_FWD_NEW_DATA(error, item, ou
[all...]
/freebsd-10.2-release/sys/netgraph/
H A Dng_ipfw.c228 ng_ipfw_rcvdata(hook_p hook, item_p item) argument
235 NGI_GET_M(item, m);
236 NG_FREE_ITEM(item);
H A Dng_mppc.c263 ng_mppc_rcvmsg(node_p node, item_p item, hook_p lasthook) argument
270 NGI_GET_MSG(item, msg);
303 priv->ctrlnode = NGI_RETADDR(item);
365 NG_RESPOND_MSG(error, node, item, resp);
374 ng_mppc_rcvdata(hook_p hook, item_p item) argument
381 NGI_GET_M(item, m);
386 NG_FREE_ITEM(item);
390 NG_FREE_ITEM(item);
393 NG_FWD_NEW_DATA(error, item, priv->xmit.hook, m);
401 NG_FREE_ITEM(item);
[all...]
H A Dng_vlan.c253 ng_vlan_rcvmsg(node_p node, item_p item, hook_p lasthook) argument
265 NGI_GET_MSG(item, msg);
508 NG_RESPOND_MSG(error, node, item, resp);
514 ng_vlan_rcvdata(hook_p hook, item_p item) argument
526 NGI_GET_M(item, m);
667 NG_FWD_NEW_DATA(error, item, dst_hook, m);
674 NG_FREE_ITEM(item);
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_ra_svn/
H A Dmarshal.c144 svn_ra_svn_item_t *item;
149 item = &APR_ARRAY_IDX(list, i, svn_ra_svn_item_t);
150 if (item->kind != SVN_RA_SVN_WORD)
153 word = apr_pstrdup(conn->pool, item->u.word);
931 svn_ra_svn_item_t *item, apr_uint64_t len64)
986 /* Return the string properly wrapped into an RA_SVN item. */
987 item->kind = SVN_RA_SVN_STRING;
988 item->u.string = svn_stringbuf__morph_into_string(stringbuf);
993 /* Given the first non-whitespace character FIRST_CHAR, read an item
998 svn_ra_svn_item_t *item, cha
143 svn_ra_svn_item_t *item; local
929 read_string(svn_ra_svn_conn_t *conn, apr_pool_t *pool, svn_ra_svn_item_t *item, apr_uint64_t len64) argument
996 read_item(svn_ra_svn_conn_t *conn, apr_pool_t *pool, svn_ra_svn_item_t *item, char first_char, int level) argument
1083 read_command_only(svn_ra_svn_conn_t *conn, apr_pool_t *pool, const char **item, char first_char) argument
1169 svn_ra_svn__read_item(svn_ra_svn_conn_t *conn, apr_pool_t *pool, svn_ra_svn_item_t **item) argument
1309 svn_ra_svn_item_t *item; local
[all...]
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_subr/
H A Dcache-membuffer.c50 * of entries that may contain the header info for an item with
62 * offsets of their item data within the data buffer. So removing data,
70 * item, the insertion window is extended as described below. The new entry
76 * details). Every item holds a read hit counter and there is a global read
91 * To limit the entry size and management overhead, not the actual item keys
126 * of each segment, in turn reducing the max size of a cachable item.
166 * checks on the item data, requested keys and entry types. If there is
178 /* This record will be attached to any cache entry. It tracks item data
184 /* MD5 checksum over the serialized the item data.
188 /* Hash value of the svn_cache_t instance that wrote the item
1458 membuffer_cache_set(svn_membuffer_t *cache, entry_key_t key, void *item, svn_cache__serialize_func_t serializer, DEBUG_CACHE_MEMBUFFER_TAG_ARG apr_pool_t *scratch_pool) argument
1562 membuffer_cache_get(svn_membuffer_t *cache, entry_key_t key, void **item, svn_cache__deserialize_func_t deserializer, DEBUG_CACHE_MEMBUFFER_TAG_ARG apr_pool_t *result_pool) argument
1608 membuffer_cache_get_partial_internal(svn_membuffer_t *cache, apr_uint32_t group_index, entry_key_t to_find, void **item, svn_boolean_t *found, svn_cache__partial_getter_func_t deserializer, void *baton, DEBUG_CACHE_MEMBUFFER_TAG_ARG apr_pool_t *result_pool) argument
1668 membuffer_cache_get_partial(svn_membuffer_t *cache, entry_key_t key, void **item, svn_boolean_t *found, svn_cache__partial_getter_func_t deserializer, void *baton, DEBUG_CACHE_MEMBUFFER_TAG_ARG apr_pool_t *result_pool) argument
2276 serialize_svn_stringbuf(void **buffer, apr_size_t *buffer_size, void *item, apr_pool_t *result_pool) argument
2293 deserialize_svn_stringbuf(void **item, void *buffer, apr_size_t buffer_size, apr_pool_t *result_pool) argument
[all...]
/freebsd-10.2-release/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp198 // Look for existing attribute item
206 // Create new attribute item
218 // Look for existing attribute item
226 // Create new attribute item
572 AttributeItem item = Contents[i];
573 switch (item.Type) {
577 Result += getULEBSize(item.Tag);
578 Result += getULEBSize(item.IntValue);
581 Result += getULEBSize(item.Tag);
582 Result += item
[all...]
/freebsd-10.2-release/contrib/subversion/subversion/svn/
H A Dutil.c478 svn_client_commit_item3_t *item
480 const char *path = item->path;
484 path = item->url;
495 if ((item->state_flags & SVN_CLIENT_COMMIT_ITEM_DELETE)
496 && (item->state_flags & SVN_CLIENT_COMMIT_ITEM_ADD))
498 else if (item->state_flags & SVN_CLIENT_COMMIT_ITEM_ADD)
500 else if (item->state_flags & SVN_CLIENT_COMMIT_ITEM_DELETE)
502 else if (item->state_flags & SVN_CLIENT_COMMIT_ITEM_TEXT_MODS)
505 if (item->state_flags & SVN_CLIENT_COMMIT_ITEM_PROP_MODS)
509 && item
476 svn_client_commit_item3_t *item local
[all...]
H A Dlog-cmd.c405 svn_sort__item_t *item = &(APR_ARRAY_IDX(sorted_paths, i,
407 const char *path = item->key;
408 svn_log_changed_path2_t *log_item = item->value;
599 svn_sort__item_t *item = &(APR_ARRAY_IDX(sorted_paths, i,
601 const char *path = item->key;
602 svn_log_changed_path2_t *log_item = item->value;
404 svn_sort__item_t *item = &(APR_ARRAY_IDX(sorted_paths, i, local
598 svn_sort__item_t *item = &(APR_ARRAY_IDX(sorted_paths, i, local
/freebsd-10.2-release/contrib/unbound/services/
H A Dlisten_dnsport.c745 struct listen_port* item = (struct listen_port*)malloc( local
747 if(!item)
749 item->next = *list;
750 item->fd = s;
751 item->ftype = ftype;
752 *list = item;
917 struct listen_list* item = (struct listen_list*)malloc( local
919 if(!item)
921 item->com = c;
922 item
[all...]
/freebsd-10.2-release/contrib/groff/src/libs/libbib/
H A Dindex.cpp282 index_search_item *item = new index_search_item(index_filename, fid);
284 if (!item->load(fd)) {
286 delete item;
289 else if (verify_flag && !item->verify()) {
290 delete item;
294 item->check_files();
295 return item;
/freebsd-10.2-release/sys/dev/usb/misc/
H A Dudbp.c643 ng_udbp_rcvmsg(node_p node, item_p item, hook_p lasthook) argument
650 NGI_GET_MSG(item, msg);
690 NG_RESPOND_MSG(error, node, item, resp);
699 ng_udbp_rcvdata(hook_p hook, item_p item) argument
708 NG_FREE_ITEM(item);
711 NGI_GET_M(item, m);
712 NG_FREE_ITEM(item);
/freebsd-10.2-release/contrib/ntp/sntp/libevent/
H A Devdns.c263 struct server_reply_item *next; /* next item in sequence. */
1764 struct server_reply_item **itemp, *item; local
1791 item = mm_malloc(sizeof(struct server_reply_item));
1792 if (!item)
1794 item->next = NULL;
1795 if (!(item->name = mm_strdup(name))) {
1796 mm_free(item);
1799 item->type = type;
1800 item->dns_question_class = class;
1801 item
1933 struct server_reply_item *item; local
[all...]
/freebsd-10.2-release/crypto/heimdal/lib/roken/
H A Dsocket_wrapper.c99 #define SWRAP_DLIST_ADD(list,item) do { \
101 (item)->prev = NULL; \
102 (item)->next = NULL; \
103 (list) = (item); \
105 (item)->prev = NULL; \
106 (item)->next = (list); \
107 (list)->prev = (item); \
108 (list) = (item); \
112 #define SWRAP_DLIST_REMOVE(list,item) do { \
113 if ((list) == (item)) { \
[all...]
/freebsd-10.2-release/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_sco.c309 ng_btsocket_sco_node_rcvmsg(node_p node, item_p item, hook_p hook) argument
311 struct ng_mesg *msg = NGI_MSG(item); /* item still has message */
321 NG_FREE_ITEM(item);
326 NGI_SET_HOOK(item, hook);
329 NG_BT_ITEMQ_ENQUEUE(&ng_btsocket_sco_queue, item);
334 NG_FREE_ITEM(item);
346 ng_btsocket_sco_node_rcvdata(hook_p hook, item_p item) argument
356 NG_FREE_ITEM(item);
360 NGI_SET_HOOK(item, hoo
983 item_p item = NULL; local
[all...]
/freebsd-10.2-release/contrib/ntp/lib/isc/
H A Dmem.c183 element *items; /*%< low water item list */
184 size_t size; /*%< size of each item on this pool */
498 * If we get here, we didn't find the item on the list. We're
1899 element *item; local
1927 item = mpctx->items;
1928 mpctx->items = item->next;
1931 mem_putunlocked(mctx, item, mpctx->size);
1933 mem_put(mctx, item, mpctx->size);
1934 mem_putstats(mctx, item, mpctx->size);
1972 element *item; local
2056 element *item; local
[all...]
H A Dhttpd.c1005 isc_httpdurl_t *item; local
1012 item = isc_mem_get(httpdmgr->mctx, sizeof(isc_httpdurl_t));
1013 if (item == NULL)
1016 item->url = isc_mem_strdup(httpdmgr->mctx, url);
1017 if (item->url == NULL) {
1018 isc_mem_put(httpdmgr->mctx, item, sizeof(isc_httpdurl_t));
1022 item->action = func;
1023 item->action_arg = arg;
1024 ISC_LINK_INIT(item, link);
1025 ISC_LIST_APPEND(httpdmgr->urls, item, lin
[all...]
/freebsd-10.2-release/contrib/ipfilter/
H A Dradix_ipf.c1024 void delete_addr(ipf_rdx_head_t *rnh, int item);
1365 delete_addr(rnh, item)
1367 int item;
1377 setaddr(&af, ttable[item].host);
1379 setmask(&mask, ttable[item].mask);
1393 printf("%d.delete(%s) = %s\n", item, addrname(&af), GNAME(rn));
1409 add_addr(rnh, n, item)
1411 int n, item;
1418 setaddr(&stp->dst, ttable[item].host);
1420 setmask(&stp->mask, ttable[item]
[all...]
/freebsd-10.2-release/sys/contrib/ipfilter/netinet/
H A Dradix_ipf.c1024 void delete_addr(ipf_rdx_head_t *rnh, int item);
1365 delete_addr(rnh, item)
1367 int item;
1377 setaddr(&af, ttable[item].host);
1379 setmask(&mask, ttable[item].mask);
1393 printf("%d.delete(%s) = %s\n", item, addrname(&af), GNAME(rn));
1409 add_addr(rnh, n, item)
1411 int n, item;
1418 setaddr(&stp->dst, ttable[item].host);
1420 setmask(&stp->mask, ttable[item]
[all...]

Completed in 225 milliseconds

<<1112131415161718