Searched refs:item (Results 151 - 175 of 525) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/dev/drm/
H A Dsis_mm.c345 ITEM_TYPE item; local
352 retval = setFirst(set, &item);
354 DRM_DEBUG("free video memory 0x%lx\n", item);
356 sis_free(item);
358 mmFreeMem((PMemBlock) item);
360 retval = setNext(set, &item);
366 retval = setFirst(set, &item);
368 DRM_DEBUG("free agp memory 0x%lx\n", item);
369 mmFreeMem((PMemBlock) item);
370 retval = setNext(set, &item);
[all...]
H A Ddrm_sman.c251 static void drm_sman_free(struct drm_memblock_item *item) argument
253 struct drm_sman *sman = item->sman;
255 list_del(&item->owner_list);
256 drm_ht_remove_item(&sman->user_hash_tab, &item->user_hash);
257 item->mm->free(item->mm->private, item->mm_info);
258 drm_free(item, sizeof(*item), DRM_MEM_MM);
/freebsd-11-stable/sys/netgraph/
H A Dng_frame_relay.c135 static int ngfrm_decode(node_p node, item_p item);
329 ngfrm_rcvdata(hook_p hook, item_p item) argument
346 return (ngfrm_decode(NG_HOOK_NODE(hook), item));
348 NGI_GET_M(item, m);
397 NG_FWD_NEW_DATA(error, item, sc->downstream.hook, m);
401 NG_FREE_ITEM(item);
410 ngfrm_decode(node_p node, item_p item) argument
420 NGI_GET_M(item, m);
453 NG_FWD_NEW_DATA(error, item, sc->channel[ctxnum].hook, m);
459 NG_FREE_ITEM(item);
[all...]
H A Dng_tee.c208 ng_tee_rcvmsg(node_p node, item_p item, hook_p lasthook) argument
215 NGI_GET_MSG(item, msg);
263 NGI_MSG(item) = msg;
264 NG_FWD_ITEM_HOOK(error, item, hinfo->dest->hook);
274 NG_RESPOND_MSG(error, node, item, resp);
290 ng_tee_rcvdata(hook_p hook, item_p item) argument
297 m = NGI_M(item);
324 NG_FWD_ITEM_HOOK(error, item, h->hook);
326 NG_FREE_ITEM(item);
H A Dng_l2tp.c447 ng_l2tp_rcvmsg(node_p node, item_p item, hook_p lasthook) argument
454 NGI_GET_MSG(item, msg);
480 priv->ftarget = NGI_RETADDR(item);
639 NG_RESPOND_MSG(error, node, item, resp);
742 ng_l2tp_rcvdata_lower(hook_p h, item_p item) argument
765 NG_FREE_ITEM(item);
770 NGI_GET_M(item, m);
782 NG_FREE_ITEM(item);
788 NG_FREE_ITEM(item);
799 NG_FREE_ITEM(item);
1009 ng_l2tp_rcvdata_ctrl(hook_p hook, item_p item) argument
1091 ng_l2tp_rcvdata(hook_p hook, item_p item) argument
[all...]
/freebsd-11-stable/sys/contrib/zlib/test/
H A Dinfcover.c59 struct mem_item *next; /* pointer to next item in list, or NULL */
64 struct mem_item *first; /* pointer to first item in list, or NULL */
74 struct mem_item *item; local
89 /* create a new item for the list */
90 item = malloc(sizeof(struct mem_item));
91 if (item == NULL) {
95 item->ptr = ptr;
96 item->size = len;
98 /* insert item at the beginning of the list */
99 item
114 struct mem_item *item, *next; local
203 struct mem_item *item, *next; local
[all...]
/freebsd-11-stable/usr.bin/usbhidaction/
H A Dusbhidaction.c60 struct hid_item item; member in struct:command
203 if (cmd->item.report_ID != 0 &&
204 buf[0] != cmd->item.report_ID)
206 if (cmd->item.flags & HIO_VARIABLE)
207 val = hid_get_data(buf, &cmd->item);
209 uint32_t pos = cmd->item.pos;
210 for (i = 0; i < cmd->item.report_count; i++) {
211 val = hid_get_data(buf, &cmd->item);
214 cmd->item.pos += cmd->item
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dexternals.c85 svn_wc_external_item2_t *item,
126 if (svn_opt_parse_revision(&item->revision,
134 if (item->revision.kind != svn_opt_revision_number
135 && item->revision.kind != svn_opt_revision_date)
196 svn_wc_external_item2_t *item;
222 SVN_ERR(svn_wc_external_item2_create(&item, pool));
223 item->revision.kind = svn_opt_revision_unspecified;
224 item->peg_revision.kind = svn_opt_revision_unspecified;
255 or -rN from the line item array. If it is found, rev_idx
257 set item
79 find_and_remove_externals_revision(int *rev_idx, const char **rev_str, const char **line_parts, int num_line_parts, svn_wc_external_item2_t *item, const char *parent_directory_display, const char *line, apr_pool_t *pool) argument
194 svn_wc_external_item2_t *item; local
1600 svn_wc__resolve_relative_external_url(const char **resolved_url, const svn_wc_external_item2_t *item, const char *repos_root_url, const char *parent_dir_url, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
[all...]
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_dump.c63 static void dump_ucast_path_distribution(cl_map_item_t * item, FILE * file, argument
72 osm_switch_t *p_sw = (osm_switch_t *) item;
117 static void dump_ucast_routes(cl_map_item_t * item, FILE * file, void *cxt) argument
129 osm_switch_t *p_sw = (osm_switch_t *) item;
239 static void dump_mcast_routes(cl_map_item_t * item, FILE * file, void *cxt) argument
241 osm_switch_t *p_sw = (osm_switch_t *) item;
303 static void dump_lid_matrix(cl_map_item_t * item, FILE * file, void *cxt) argument
305 osm_switch_t *p_sw = (osm_switch_t *) item;
331 static void dump_ucast_lfts(cl_map_item_t * item, FILE * file, void *cxt) argument
333 osm_switch_t *p_sw = (osm_switch_t *) item;
368 dump_topology_node(cl_map_item_t * item, FILE * file, void *cxt) argument
500 dump_sl2vl_tbl(cl_map_item_t * item, FILE * file, void *cxt) argument
552 print_node_report(cl_map_item_t * item, FILE * file, void *cxt) argument
649 dump_item(cl_map_item_t * item, void *cxt) argument
[all...]
/freebsd-11-stable/contrib/bmake/
H A Dfor.c365 const char *item = strlist_str(items, item_no);
373 Buf_AddBytes(cmds, strlen(item), item);
378 while ((ch = *item++) != 0) {
380 len = for_var_len(item);
382 Buf_AddBytes(cmds, len + 1, item - 1);
383 item += len;
363 const char *item = strlist_str(items, item_no); local
/freebsd-11-stable/contrib/ofed/libibnetdisc/
H A Dquery_smp.c256 cl_map_item_t *item; local
267 item = cl_qmap_head(&engine->smps_on_wire);
268 if (item != cl_qmap_end(&engine->smps_on_wire))
270 for ( /* */ ; item != cl_qmap_end(&engine->smps_on_wire);
271 item = cl_qmap_head(&engine->smps_on_wire)) {
272 cl_qmap_remove_item(&engine->smps_on_wire, item);
273 free(item);
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_debugger.cpp241 static int kmp_location_match(kmp_str_loc_t *loc, kmp_omp_nthr_item_t *item) { argument
247 char *file = (char *)__kmp_convert_to_ptr(item->file);
248 char *func = (char *)__kmp_convert_to_ptr(item->func);
251 item->func == 0 // If item->func is NULL, it allows any func name.
255 item->begin <= loc->line &&
256 (item->end <= 0 ||
257 loc->line <= item->end); // if item->end <= 0, it means "end of file".
/freebsd-11-stable/contrib/pnpinfo/
H A Dpnpinfo.c81 int handle_small_res __P((u_char *resinfo, int item, int len));
82 void handle_large_res __P((u_char *resinfo, int item, int len));
298 handle_small_res(u_char *resinfo, int item, int len) argument
302 DEB(printf("*** ITEM 0x%04x len %d detected\n", item, len));
304 switch (item) {
306 printf("*** ITEM 0x%02x detected\n", item);
423 handle_large_res(u_char *resinfo, int item, int len) argument
427 DEB(printf("*** Large ITEM %d len %d found\n", item, len));
428 switch (item) {
/freebsd-11-stable/crypto/openssl/util/
H A Dpod2man.pl45 =item center
51 =item date
56 =item fixed
60 =item official
65 =item release
70 =item section
80 =item lax
98 =item NAME
105 =item SYNOPSIS
110 =item DESCRIPTIO
[all...]
/freebsd-11-stable/contrib/libxo/tests/core/
H A Dtest_08.c22 struct item { struct
26 struct item list[] = {
34 struct item *ip;
69 xo_open_list("item");
74 xo_open_instance("item");
79 xo_close_instance("item");
82 xo_close_list("item");
94 xo_open_instance("item");
111 xo_open_instance("item");
132 xo_open_instance("item");
[all...]
H A Dtest_10.c25 struct item { struct
33 struct item list[] = {
41 struct item list2[] = {
45 struct item *ip;
48 { "name", "string", "Name of the item" },
93 xo_open_list("item");
122 xo_open_instance("item");
136 xo_close_instance("item");
139 xo_close_list("item");
145 xo_open_list("item");
[all...]
/freebsd-11-stable/sys/dev/vxge/vxgehal/
H A Dvxgehal-mm.h51 * vxge_hal_mempool_item_f - Mempool item alloc/free callback
55 * @item: Item that gets allocated or freed.
57 * @is_last: True, if this item is the last one in the pool; false - otherwise.
67 void *item,
109 * __hal_mempool_item - Returns pointer to the item in the mempool
122 * __hal_mempool_item_priv - will return pointer on per item private space
129 void *item,
138 offset = (u32) ((u8 *) item - (u8 *) memblock);
126 __hal_mempool_item_priv( vxge_hal_mempool_t *mempool, u32 memblock_idx, void *item, u32 *memblock_item_idx) argument
/freebsd-11-stable/contrib/openpam/bin/su/
H A Dsu.c75 const void *item; local
130 pam_err = pam_get_item(pamh, PAM_USER, &item);
131 if (pam_err != PAM_SUCCESS || (pwd = getpwnam(user = item)) == NULL)
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dhash.c272 svn_sort__item_t *item = &APR_ARRAY_IDX(list, i, svn_sort__item_t);
273 svn_string_t *valstr = item->value;
280 svn_string_t *oldstr = apr_hash_get(oldhash, item->key, item->klen);
286 if (item->klen < 0)
294 (apr_size_t) item->klen,
295 (const char *) item->key,
309 svn_sort__item_t *item = &APR_ARRAY_IDX(list, i, svn_sort__item_t);
314 if (! apr_hash_get(hash, item->key, item
269 svn_sort__item_t *item = &APR_ARRAY_IDX(list, i, svn_sort__item_t); local
306 svn_sort__item_t *item = &APR_ARRAY_IDX(list, i, svn_sort__item_t); local
[all...]
/freebsd-11-stable/usr.sbin/nscd/
H A Dcachelib.c293 struct cache_policy_item_ *item, *next_item; local
316 item = policy->get_first_item_func(policy);
317 while (item != NULL) {
319 item);
320 policy->remove_item_func(policy, item);
321 policy->destroy_item_func(item);
322 item = next_item;
349 struct cache_policy_item_ *item)
352 return ((item->last_request_time.tv_sec - item
348 cache_lifetime_common_continue_func(struct cache_common_entry_ *entry, struct cache_policy_item_ *item) argument
361 cache_elemsize_common_continue_func(struct cache_common_entry_ *entry, struct cache_policy_item_ *item) argument
379 struct cache_policy_item_ *item, *next_item, *connected_item; local
702 struct cache_ht_item_ *item; local
808 struct cache_ht_item_ *item; local
1191 struct cache_policy_item_ *item, *connected_item; local
[all...]
/freebsd-11-stable/crypto/openssl/ssl/
H A Dd1_pkt.c223 static int dtls1_copy_record(SSL *s, pitem *item) argument
227 rdata = (DTLS1_RECORD_DATA *)item->data;
247 pitem *item; local
254 item = pitem_new(priority, rdata);
255 if (rdata == NULL || item == NULL) {
258 if (item != NULL)
259 pitem_free(item);
270 item->data = rdata;
292 pitem_free(item);
296 if (pqueue_insert(queue->q, item)
309 pitem *item; local
342 pitem *item; local
914 pitem *item; local
[all...]
/freebsd-11-stable/contrib/ntp/sntp/ag-tpl/0-old/
H A DMdoc.pm15 =item def_macro( NAME, CODE, [ raw => 1, greedy => 1, concat_until => '.Xx' ] )
45 =item get_macro( NAME )
53 =item parse_line( INPUT, OUTPUT_CODE, PREPROCESS_CODE )
61 =item call_macro( MACRO, ARGS, ... )
68 =item to_string ( LIST )
72 =item mapwords BLOCK ARRAY
77 =item space ( ['on'|'off] )
81 =item gen_encloser ( START, END )
88 =item set_Bl_callback( CODE , DEFS )
93 =item set_El_callbac
[all...]
/freebsd-11-stable/contrib/ntp/sntp/ag-tpl/
H A DMdoc.pm42 =item def_macro( NAME, CODE, [ raw => 1, greedy => 1, concat_until => '.Xx' ] )
72 =item get_macro( NAME )
80 =item parse_line( INPUT, OUTPUT_CODE, PREPROCESS_CODE )
88 =item call_macro( MACRO, ARGS, ... )
95 =item to_string ( LIST )
99 =item mapwords BLOCK ARRAY
104 =item space ( ['on'|'off] )
108 =item gen_encloser ( START, END )
115 =item set_Bl_callback( CODE , DEFS )
120 =item set_El_callbac
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/tests/
H A Dqueue_test.c32 typedef struct item { struct
40 item_init(item_t *item, int value) { argument
41 item->value = value;
42 ISC_QLINK_INIT(item, qlink);
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_pq.c67 void *item = p->dtpq_items[index]; local
68 return (p->dtpq_value(item, p->dtpq_arg));
72 dt_pq_insert(dt_pq_t *p, void *item) argument
79 p->dtpq_items[i] = item;

Completed in 201 milliseconds

1234567891011>>