Searched refs:item (Results 226 - 250 of 525) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/netgraph/
H A Dng_one2many.c254 ng_one2many_rcvmsg(node_p node, item_p item, hook_p lasthook) argument
261 NGI_GET_MSG(item, msg);
403 NG_RESPOND_MSG(error, node, item, resp);
412 ng_one2many_rcvdata(hook_p hook, item_p item) argument
423 m = NGI_M(item); /* just peaking, mbuf still owned by item */
442 NG_FREE_ITEM(item);
465 NG_FREE_ITEM(item);
492 NG_FWD_ITEM_HOOK(error, item, dst->hook);
H A Dng_bridge.c387 ng_bridge_rcvmsg(node_p node, item_p item, hook_p lasthook) argument
394 NGI_GET_MSG(item, msg);
518 NG_RESPOND_MSG(error, node, item, resp);
527 ng_bridge_rcvdata(hook_p hook, item_p item) argument
539 NGI_GET_M(item, m);
550 NG_FREE_ITEM(item);
556 NG_FREE_ITEM(item);
562 NG_FREE_ITEM(item);
570 NG_FREE_ITEM(item);
627 NG_FREE_ITEM(item);
[all...]
/freebsd-11-stable/sys/dev/vxge/vxgehal/
H A Dvxgehal-blockpool.c124 vxge_list_insert(&entry->item, &blockpool->free_entry_list);
179 vxge_list_remove(&entry->item);
185 vxge_list_insert(&entry->item,
257 vxge_list_remove(&((__hal_blockpool_entry_t *) p)->item);
267 vxge_list_remove(&((__hal_blockpool_entry_t *) p)->item);
386 vxge_list_remove(&((__hal_blockpool_entry_t *) p)->item);
506 vxge_list_remove(&entry->item);
515 vxge_list_insert(&entry->item, &blockpool->free_block_list);
631 vxge_list_remove(&entry->item);
637 vxge_list_insert(&entry->item,
[all...]
H A Dvxgehal-blockpool.h40 * @item: List header used to link.
51 vxge_list_t item; member in struct:__hal_blockpool_entry_t
/freebsd-11-stable/sys/kern/
H A Dsubr_busdma_bufalloc.c169 busdma_bufalloc_free_uncacheable(void *item, vm_size_t size, uint8_t pflag) argument
172 kmem_free(kernel_arena, (vm_offset_t)item, size);
/freebsd-11-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_db_pack.h104 cl_list_item_t item; member in struct:osm_db_guid_elem
109 * item
138 * NOTE: the output qlist should be initialized and each item freed
288 * NOTE: the output qlist should be initialized and each item freed
420 cl_list_item_t item; member in struct:osm_db_neighbor_elem
426 * item
456 * NOTE: the output qlist should be initialized and each item freed
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOSLog.h23 /// An OSLogBufferItem represents a single item in the data written by a call
28 // The item is a scalar (int, float, raw pointer, etc.). No further copying
32 // The item is a count, which describes the length of the following item to
33 // be copied. A count may only be followed by an item of kind StringKind,
37 // The item is a pointer to a C string. If preceded by a count 'n',
41 // The item is a pointer to a block of raw data. This item must be preceded
45 // The item is a pointer to an Objective-C object. os_log() may retain the
49 // The item i
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dutil.c142 svn_client_commit_item3_t *item = apr_pcalloc(pool, sizeof(*item)); local
144 item->revision = SVN_INVALID_REVNUM;
145 item->copyfrom_rev = SVN_INVALID_REVNUM;
146 item->kind = svn_node_unknown;
148 return item;
152 svn_client_commit_item3_dup(const svn_client_commit_item3_t *item, argument
157 *new_item = *item;
/freebsd-11-stable/contrib/subversion/subversion/svn/
H A Dauth-cmd.c223 svn_sort__item_t item; local
227 item = APR_ARRAY_IDX(cred_items, j, svn_sort__item_t);
228 key = item.key;
229 value = item.value;
316 svn_sort__item_t item; local
321 item = APR_ARRAY_IDX(cred_items, i, svn_sort__item_t);
322 key = item.key;
323 value = item.value;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Diter.c112 void *item = array->elts + array->elt_size*i; local
116 err = (*func)(baton, item, iterpool);
/freebsd-11-stable/contrib/unbound/util/
H A Dconfig_file.h763 /** next item in list */
773 /** next item in list */
785 /** next item in list */
800 /** next item in list */
917 * @param item: new item. malloced by caller. if NULL the insertion fails.
919 * on fail the item is free()ed.
921 int cfg_strlist_append(struct config_strlist_head* list, char* item);
926 * @param item: new item
[all...]
/freebsd-11-stable/sys/netgraph/atm/uni/
H A Dng_uni.c305 ng_uni_rcvmsg(node_p node, item_p item, hook_p lasthook) argument
313 NGI_GET_MSG(item, msg);
465 NG_RESPOND_MSG(error, node, item, resp);
521 ng_uni_rcvupper(hook_p hook, item_p item) argument
531 NG_FREE_ITEM(item);
535 NGI_GET_M(item, m);
536 NG_FREE_ITEM(item);
660 ng_uni_rcvlower(hook_p hook __unused, item_p item) argument
670 NG_FREE_ITEM(item);
674 NGI_GET_M(item,
[all...]
/freebsd-11-stable/tools/sched/
H A Dschedgraph.py297 item = ColorConf(self.items, name, color)
298 self.types.append(item)
299 item.grid(row=self.irow, column=0, sticky=E+W)
313 for item in self.types:
314 item.apply()
317 for item in self.types:
318 item.revert()
393 item = SourceConf(self.items[self.icol], source)
394 self.sconfig.append(item)
395 item
[all...]
/freebsd-11-stable/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap_raw.c277 ng_btsocket_l2cap_raw_node_rcvmsg(node_p node, item_p item, hook_p hook) argument
279 struct ng_mesg *msg = NGI_MSG(item); /* item still has message */
293 NG_FREE_ITEM(item);
304 NG_FREE_ITEM(item);
309 NGI_SET_HOOK(item, hook);
312 NG_BT_ITEMQ_ENQUEUE(&ng_btsocket_l2cap_raw_queue, item);
317 NG_FREE_ITEM(item);
329 ng_btsocket_l2cap_raw_node_rcvdata(hook_p hook, item_p item) argument
331 NG_FREE_ITEM(item);
349 item_p item = NULL; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dpack.c55 * future pack file). For each item, we will need a constant amount of
63 * the item tracking information and copy the items themselves from the
117 /* item ID of the noderev linked to the change. May be (0, 0). */
120 /* item ID of the representation containing the new data. May be (0, 0). */
124 /* Represents a reference from item FROM to item TO. FROM may be a noderev
309 /* item buckets: one item info array and one temp file per bucket */
326 /* noderev and representation item bucket */
497 /* Copy the "simple" item (change
1134 store_item(pack_context_t *context, apr_file_t *temp_file, svn_fs_fs__p2l_entry_t *item, apr_pool_t *pool) argument
[all...]
/freebsd-11-stable/sys/arm/arm/
H A Dunwind.c96 /* An item in the exception index table */
153 struct unwind_idx *item; local
179 item = &start[mid];
181 prel31_addr = expand_prel31(item->offset);
182 func_addr = (uint32_t)&item->offset + prel31_addr;
397 /* Find the item to run */
/freebsd-11-stable/tools/tools/notescheck/
H A Dnotescheck.py34 for item in set:
35 l.append(item)
44 for item in l[1:-1]:
45 s = "%s, %s" % (s, item)
/freebsd-11-stable/usr.sbin/bsdconfig/startup/
H A Drcvar138 # Obtain default-item from previously stored selection
149 ${SHOW_DESC:+--item-help} \
150 --default-item \"\$defaultitem\" \
162 local item
163 item=$( eval f_dialog_menutag2item${SHOW_DESC:+_with_help} \
165 f_dialog_menuitem_store "$item"
/freebsd-11-stable/contrib/openpam/lib/libpam/
H A Dopenpam_impl.h116 void *item[PAM_NUM_ITEMS]; member in struct:pam_handle
/freebsd-11-stable/release/
H A DMakefile.ec220 EC2_SVNBRANCH!= ${SVN_CMD} info --show-item relative-url ${WORLDDIR} 2>/dev/null | sed -e 's/\^\///'
24 EC2_SVNREV!= ${SVN_CMD} info --show-item last-changed-revision ${WORLDDIR} 2>/dev/null || true
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCompileUnitIndex.h89 llvm::SmallString<64> GetMainSourceFile(const CompilandIndexItem &item) const;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dstring_table.c291 svn_string_t item;
292 item.data = string;
293 item.len = len;
308 APR_ARRAY_PUSH(table->long_strings, svn_string_t) = item;
316 builder_string_t *item = apr_pcalloc(builder->pool, sizeof(*item));
317 item->string.data = string;
318 item->string.len = len;
319 item->previous_match_len = 0;
320 item
288 svn_string_t item; local
313 builder_string_t *item = apr_pcalloc(builder->pool, sizeof(*item)); local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Ddeprecated.c111 svn_ra_svn_item_t **item)
115 *item = apr_pcalloc(pool, sizeof(**item));
116 svn_ra_svn__to_public_item(*item, temp, pool);
109 svn_ra_svn_read_item(svn_ra_svn_conn_t *conn, apr_pool_t *pool, svn_ra_svn_item_t **item) argument
H A Dcram.c144 svn_ra_svn__item_t *item;
161 SVN_ERR(svn_ra_svn__read_item(conn, pool, &item));
162 if (item->kind != SVN_RA_SVN_STRING) /* Very wrong; don't report failure */
164 resp = &item->u.string;
143 svn_ra_svn__item_t *item; local
/freebsd-11-stable/contrib/byacc/
H A Dmain.c613 MY_TMPFILES *item; local
620 item = NEW(MY_TMPFILES);
621 NO_SPACE(item);
623 item->name = name;
624 NO_SPACE(item->name);
626 item->next = my_tmpfiles;
627 my_tmpfiles = item;

Completed in 331 milliseconds

1234567891011>>