Home
last modified time | relevance | path

Searched refs:item (Results 1 – 25 of 315) sorted by relevance

12345678910>>...13

/titanic_51/usr/src/uts/common/sys/
H A Dtnf_writer.h128 #define tnf_char(ops, item, ref) (item) argument
131 #define tnf_int8(ops, item, ref) (item) argument
134 #define tnf_uint8(ops, item, ref) (item) argument
137 #define tnf_int16(ops, item, ref) (item) argument
140 #define tnf_uint16(ops, item, ref) (item) argument
143 tnf_int32(ops,item,ref) global() argument
146 tnf_uint32(ops,item,ref) global() argument
149 tnf_int64(ops,item,ref) global() argument
152 tnf_uint64(ops,item,ref) global() argument
155 tnf_float32(ops,item,ref) global() argument
158 tnf_float64(ops,item,ref) global() argument
167 tnf_uchar(ops,item,ref) global() argument
171 tnf_short(ops,item,ref) global() argument
175 tnf_ushort(ops,item,ref) global() argument
179 tnf_int(ops,item,ref) global() argument
183 tnf_uint(ops,item,ref) global() argument
189 tnf_long(ops,item,ref) global() argument
193 tnf_ulong(ops,item,ref) global() argument
199 tnf_long(ops,item,ref) global() argument
203 tnf_ulong(ops,item,ref) global() argument
209 tnf_longlong(ops,item,ref) global() argument
213 tnf_ulonglong(ops,item,ref) global() argument
217 tnf_float(ops,item,ref) global() argument
221 tnf_double(ops,item,ref) global() argument
229 tnf_ref32(ops,item,ref) global() argument
234 tnf_tag(ops,item,ref) global() argument
239 tnf_string(ops,item,ref) global() argument
244 tnf_name(ops,item,ref) global() argument
249 tnf_size(ops,item,ref) global() argument
257 tnf_opaque(ops,item,ref) global() argument
263 tnf_opaque(ops,item,ref) global() argument
274 tnf_time_base(ops,item,ref) global() argument
279 tnf_time_delta(ops,item,ref) global() argument
284 tnf_probe_event(ops,item,ref) global() argument
290 tnf_pid(ops,item,ref) global() argument
296 tnf_lwpid(ops,item,ref) global() argument
304 tnf_kthread_id(ops,item,ref) global() argument
310 tnf_cpuid(ops,item,ref) global() argument
316 tnf_device(ops,item,ref) global() argument
322 tnf_symbol(ops,item,ref) global() argument
330 tnf_symbols(ops,item,ref) global() argument
333 tnf_symbols(ops,item,ref) global() argument
340 tnf_sysnum(ops,item,ref) global() argument
348 tnf_microstate(ops,item,ref) global() argument
354 tnf_offset(ops,item,ref) global() argument
362 tnf_fault_type(ops,item,ref) global() argument
370 tnf_seg_access(ops,item,ref) global() argument
376 tnf_bioflags(ops,item,ref) global() argument
382 tnf_diskaddr(ops,item,ref) global() argument
[all...]
/titanic_51/usr/src/lib/libnisdb/
H A Dnis_hashitem.c51 * Unless an item destructor has been established, an item
54 * the deletion is holding a read-only lock on the item.
110 * access to an item. in __nis_lock_hash_table()
183 * nis_*item() functions, we might as well sanity check in __nis_ulock_hash_table()
261 * < 0 Exclusive access to item
263 * > 0 Non-exclusive access (read-only) to item
266 * item (__nis_release_item()).
271 __nis_hash_item_mt *item = arg; in __nis_insert_item_mt() local
275 if (item in __nis_insert_item_mt()
314 __nis_hash_item_mt *item; __nis_insert_name_mt() local
350 __nis_hash_item_mt *item; __nis_find_item_mt() local
409 __nis_hash_item_mt *item, *cur, *prev; __nis_pop_item_mt() local
583 __nis_hash_item_mt *item = arg; __nis_release_item() local
647 __nis_hash_item_mt *item = arg; __nis_item_access() local
[all...]
H A Ddb_item_c.x42 struct item{ struct
50 %class item {
54 %/* Constructor: creates item using given character sequence and length */
55 % item( char* str, int len);
57 %/* Constructor: creates item by copying given item */
58 % item( item* );
60 %/* Constructor: creates empty item (zero length and null value). */
61 % item() {le
[all...]
H A Ddb_item.cc52 /* Constructor: creates item using given character sequence and length */
53 item::item(char *str, int n) in item() function in item
57 FATAL("item::item: cannot allocate space", DB_MEMORY_LIMIT); in item()
63 /* Constructor: creates item by copying given item */
64 item::item(item *mode function in item
[all...]
/titanic_51/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_list.c32 * two structure members of each item are the 'next' and 'prev' pointers.
55 * Returns pointer to the first item in the list (but does not remove it)
66 * Adds item to the end of the list
69 av1394_list_put_tail(av1394_list_t *lp, void *item) in av1394_list_put_tail() argument
71 ITEM(item)->i_next = NULL; in av1394_list_put_tail()
72 ITEM(item)->i_prev = lp->l_tail; in av1394_list_put_tail()
76 lp->l_head = lp->l_tail = item; in av1394_list_put_tail()
78 lp->l_tail->i_next = item; in av1394_list_put_tail()
79 lp->l_tail = item; in av1394_list_put_tail()
86 * Inserts item i
89 av1394_list_put_head(av1394_list_t * lp,void * item) av1394_list_put_head() argument
111 av1394_list_item_t *item; av1394_list_get_head() local
[all...]
/titanic_51/usr/src/lib/libast/common/port/
H A Dastlicense.c182 Item_t item[ITEMS]; member
192 lookup(register const Item_t* item, const char* name, int size) in lookup() argument
198 for (i = 0; item[i].data; i++) in lookup()
199 if (c == item[i].data[0] && size == item[i].size && !strncmp(name, item[i].data, size)) in lookup()
278 expand(Notice_t* notice, register Buffer_t* b, const Item_t* item) in expand() argument
288 if (t = item->data) in expand()
290 q = item->quote; in expand()
291 e = t + item->size; in expand()
306 if ((c = lookup(key, x, t - x - 1)) >= 0 && (x = notice->item[c].data)) in expand()
308 z = x + notice->item[c].size; in expand()
[all …]
/titanic_51/usr/src/lib/libnsl/yp/
H A Ddbm.c143 datum item; in fetch() local
147 item = makdatum(pagbuf, i); in fetch()
148 if (item.dptr == NULL) { in fetch()
149 return (item); in fetch()
151 if (cmpdatum(key, item) == 0) { in fetch()
152 item = makdatum(pagbuf, i+1); in fetch()
153 if (item.dptr == NULL) in fetch()
155 return (item); in fetch()
164 datum item; in delete() local
170 item in delete()
188 datum item; store() local
264 datum item, bitem; nextkey() local
298 datum item, bitem; firsthash() local
398 datum item; makdatum() local
486 calchash(datum item) calchash() argument
540 additem(char buf[PBLKSIZ],datum item) additem() argument
[all...]
/titanic_51/usr/src/contrib/ast/src/lib/libast/port/
H A Dastlicense.c200 Item_t item[ITEMS]; member
210 lookup(register const Item_t* item, const char* name, int size) in lookup() argument
216 for (i = 0; item[i].data; i++) in lookup()
217 if (c == item[i].data[0] && size == item[i].size && !strncmp(name, item[i].data, size)) in lookup()
296 expand(Notice_t* notice, register Buffer_t* b, const Item_t* item) in expand() argument
308 if (t = item->data) in expand()
310 q = item->quote; in expand()
311 e = t + item in expand()
520 Item_t item; astlicense() local
[all...]
/titanic_51/usr/src/ucblib/libdbm/
H A Ddbm.c54 int additem(char buf[PBLKSIZ], datum item);
146 datum item; in fetch() local
150 item = makdatum(pagbuf, i); in fetch()
151 if (item.dptr == NULL) in fetch()
152 return (item); in fetch()
153 if (cmpdatum(key, item) == 0) { in fetch()
154 item = makdatum(pagbuf, i+1); in fetch()
155 if (item.dptr == NULL) in fetch()
157 return (item); in fetch()
166 datum item; in delete() local
190 datum item; store() local
279 datum item, bitem; nextkey() local
309 datum item, bitem; firsthash() local
407 datum item; makdatum() local
493 calchash(datum item) calchash() argument
546 additem(char buf[PBLKSIZ],datum item) additem() argument
[all...]
/titanic_51/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_ht.c35 * |handle|---> |index 0|--->|item|--->|item|--->
39 * |index 2|--->|item|--->|item|--->|item|--->
135 HT_ITEM *item; in ht_destroy_table() local
143 while ((item = ht_findfirst(handle, &iterator)) != 0) in ht_destroy_table()
144 (void) ht_remove_item(handle, item->hi_key); in ht_destroy_table()
171 * corresponding item in the hash table. The handle and key pointers
174 * Returns the table index location for the item
234 HT_ITEM *item; ht_add_item() local
499 ht_mark_delete(HT_HANDLE * handle,HT_ITEM * item) ht_mark_delete() argument
513 ht_clear_delete(HT_HANDLE * handle,HT_ITEM * item) ht_clear_delete() argument
530 HT_ITEM *item = head; ht_bucket_search() local
550 HT_ITEM *item; ht_findfirst() local
591 HT_ITEM *item; ht_findnext() local
[all...]
/titanic_51/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_netbios_cache.c47 static void hash_callback(HT_ITEM *item);
92 HT_ITEM *item; in smb_netbios_cache_getfirst() local
96 item = ht_findfirst(smb_netbios_cache, &iter->nbc_hti); in smb_netbios_cache_getfirst()
97 if (item == NULL || item->hi_data == NULL) { in smb_netbios_cache_getfirst()
102 entry = (struct name_entry *)item->hi_data; in smb_netbios_cache_getfirst()
115 HT_ITEM *item; in smb_netbios_cache_getnext() local
119 item = ht_findnext(&iter->nbc_hti); in smb_netbios_cache_getnext()
120 if (item == NULL || item in smb_netbios_cache_getnext()
145 HT_ITEM *item; smb_netbios_cache_lookup() local
199 HT_ITEM *item; smb_netbios_cache_lookup_addr() local
232 HT_ITEM *item; smb_netbios_cache_insert() local
309 HT_ITEM *item; smb_netbios_cache_delete() local
391 HT_ITEM *item; smb_netbios_cache_status() local
441 HT_ITEM *item; smb_netbios_cache_reset_ttl() local
477 smb_netbios_cache_insrefq(name_queue_t * refq,HT_ITEM * item) smb_netbios_cache_insrefq() argument
522 HT_ITEM *item; smb_netbios_cache_refresh() local
572 HT_ITEM *item; smb_netbios_cache_delete_locals() local
637 HT_ITEM *item; smb_netbios_cache_dump() local
788 hash_callback(HT_ITEM * item) hash_callback() argument
[all...]
/titanic_51/usr/src/cmd/rpcsvc/rpc.bootparamd/
H A Dbootparam_ip_route.c210 mib_item_t *item; in free_itemlist() local
213 item = item_list; in free_itemlist()
214 item_list = item->next_item; in free_itemlist()
215 if (item->valp) in free_itemlist()
216 free(item->valp); in free_itemlist()
217 free(item); in free_itemlist()
235 mib_item_t *item; in get_ip_route() local
279 for (item = item_list; item; item in get_ip_route()
435 mib_item_t *item; find_best_server_int() local
[all...]
/titanic_51/usr/src/cmd/lp/lib/lp/
H A Dsearchlist.c40 char * item, in searchlist() argument
44 searchlist (item, list) in searchlist()
45 register char *item; in searchlist()
52 else if (STREQU(item, NAME_ANY) || STREQU(item, NAME_ALL))
61 STREQU(*list, item)
78 char * item, in searchlist_with_terminfo() argument
82 searchlist_with_terminfo (item, list) in searchlist_with_terminfo()
83 register char *item; in searchlist_with_terminfo()
90 else if (STREQU(item, NAME_AN
[all...]
/titanic_51/usr/src/lib/libshare/common/
H A Dlibsharecore.c142 xfs_sharelist_t *item; in alloc_sharelist() local
144 item = (xfs_sharelist_t *)malloc(sizeof (xfs_sharelist_t)); in alloc_sharelist()
145 if (item != NULL) in alloc_sharelist()
146 (void) memset(item, '\0', sizeof (xfs_sharelist_t)); in alloc_sharelist()
147 return (item); in alloc_sharelist()
160 xfs_sharelist_t *item, *prev; in fix_notice() local
173 item = alloc_sharelist(); in fix_notice()
174 if (item != NULL) { in fix_notice()
175 item->description = strdup(notice[i]); in fix_notice()
177 item in fix_notice()
210 xfs_sharelist_t *item = NULL, *first = NULL, *last; getdfstab() local
316 xfs_sharelist_t *item; finddfsentry() local
335 xfs_sharelist_t *item, *prev = NULL; remdfsentry() local
373 xfs_sharelist_t *item, *prev = NULL; remdfsline() local
406 xfs_sharelist_t *item, *tmp; adddfsentry() local
454 xfs_sharelist_t *item; outdfstab() local
1289 xfs_sharelist_t *list, *item; legacy_removes() local
[all...]
/titanic_51/usr/src/lib/libumem/common/
H A Denvvar.c46 * This structure describes items. Each item has a name, type, and
47 * description. During processing, an item read from the user may
50 * A valid item has an argument, if required, and it is of the right
53 * If the item is valid, item_flag_target != NULL, and:
62 typedef int arg_process_t(const struct umem_env_item *item, const char *value);
296 item_uint_process(const umem_env_item_t *item, const char *item_arg) in item_uint_process() argument
322 (*item->item_uint_target) = (uint_t)result; in item_uint_process()
326 log_message("%s: %s: not a number\n", CURRENT, item->item_name); in item_uint_process()
330 log_message("%s: %s: overflowed\n", CURRENT, item->item_name); in item_uint_process()
335 item_size_process(const umem_env_item_t *item, cons argument
404 umem_log_process(const umem_env_item_t * item,const char * item_arg) umem_log_process() argument
422 umem_size_process(const umem_env_item_t * item,const char * item_arg) umem_size_process() argument
466 umem_backend_process(const umem_env_item_t * item,const char * item_arg) umem_backend_process() argument
490 umem_allocator_process(const umem_env_item_t * item,const char * item_arg) umem_allocator_process() argument
519 process_item(const umem_env_item_t * item,const char * item_arg) process_item() argument
[all...]
/titanic_51/usr/src/lib/libbc/libc/gen/common/
H A Dndbm.c190 datum item; in dbm_fetch() local
196 item = makdatum(db->dbm_pagbuf, i+1); in dbm_fetch()
197 if (item.dptr != NULL) in dbm_fetch()
198 return (item); in dbm_fetch()
201 item.dptr = NULL; in dbm_fetch()
202 item.dsize = 0; in dbm_fetch()
203 return (item); in dbm_fetch()
241 datum item, item1; in dbm_store() local
284 item = makdatum(db->dbm_pagbuf, i); in dbm_store()
285 if (item in dbm_store()
349 datum item, bitem; dbm_firsthash() local
403 datum item; dbm_slow_nextkey() local
445 datum item,bitem; dbm_do_nextkey() local
725 datum item; makdatum() local
762 finddatum(char buf[PBLKSIZ],datum item) finddatum() argument
805 dcalchash(datum item) dcalchash() argument
860 additem(char buf[PBLKSIZ],datum item,datum item1) additem() argument
[all...]
H A Dhsearch.c120 ENTRY item; member
136 static unsigned int prcnt; /* Number of probes this item */
243 * Find or insert the item into the table
245 * item: Item to be inserted or found
249 hsearch(ENTRY item, ACTION action) in hsearch() argument
257 i = HASH(item.key); /* Primary hash on key */ in hsearch()
266 else if(COMPARE(table[i].key, item.key) == 0) /* Match? */ in hsearch()
270 c = HASH2(item.key); /* No match => compute secondary hash */ in hsearch()
283 else if(COMPARE(table[i].key, item.key) == 0) /* Match? */ in hsearch()
300 { unsigned int p0 = HASH(item in hsearch()
371 hsearch(ENTRY item,ACTION action) hsearch() argument
418 build(NODE ** last,NODE * next,ENTRY item) build() argument
[all...]
/titanic_51/usr/src/lib/libeti/menu/common/
H A Dnewitem.c43 ITEM *item; in new_item() local
45 if (item = (ITEM *) calloc(1, sizeof (ITEM))) { in new_item()
47 *item = *Dfl_Item; in new_item()
50 Name(item) = name; in new_item()
51 Description(item) = desc; in new_item()
54 NameLen(item) = strlen(name); in new_item()
56 free(item); /* Can't have a null name */ in new_item()
60 DescriptionLen(item) = strlen(desc); in new_item()
62 DescriptionLen(item) = 0; in new_item()
65 return (item); in new_item()
[all...]
/titanic_51/usr/src/lib/libc/port/gen/
H A Dndbm.c254 datum item; in dbm_fetch() local
260 item = makdatum(db->dbm_pagbuf, i+1); in dbm_fetch()
261 if (item.dptr != NULL) in dbm_fetch()
262 return (item); in dbm_fetch()
265 item.dptr = NULL; in dbm_fetch()
266 item.dsize = 0; in dbm_fetch()
267 return (item); in dbm_fetch()
306 datum item, item1; in dbm_store() local
351 item = makdatum(db->dbm_pagbuf, i); in dbm_store()
352 if (item in dbm_store()
426 datum item, bitem; dbm_firsthash() local
496 datum item; dbm_slow_nextkey() local
543 datum item, bitem; dbm_do_nextkey() local
847 datum item; makdatum() local
888 finddatum(char buf[PBLKSIZ],datum item) finddatum() argument
939 dcalchash(datum item) dcalchash() argument
995 additem(char buf[PBLKSIZ],datum item,datum item1) additem() argument
[all...]
/titanic_51/usr/src/cmd/fm/fminject/common/
H A Dinj_util.c34 inj_item2str(inj_itemtype_t item) in inj_item2str() argument
38 return (item >= 0 && in inj_item2str()
39 item < sizeof (names) / sizeof (char *) ? names[item] : "???"); in inj_item2str()
43 inj_item2mem(inj_itemtype_t item) in inj_item2mem() argument
49 assert(item >= 0 && item < sizeof (mems) / sizeof (inj_memtype_t)); in inj_item2mem()
50 return (mems[item]); in inj_item2mem()
/titanic_51/usr/src/lib/fm/libfmd_msg/common/
H A Dfmd_msg_test.out25 code TEST-8000-08 item 0 = <<Defect>>
26 code TEST-8000-08 item 1 = <<Minor>>
27 code TEST-8000-08 item 2 = <<This entry tests URL variable expansion - url = http://illumos.org/msg/TEST-8000-08>>
28 code TEST-8000-08 item 3 = <<This entry tests the percent character escape sequence: %>>
29 code TEST-8000-08 item 4 = <<This entry tests variable expansion for event payload members: uuid = %<uuid>, de scheme = %<de.scheme>>>
30 code TEST-8000-08 item 5 = <<Variable expansion for arrays: index = %<test_arr[1].index>>>
31 code TEST-8000-08 item 6 = <<http://illumos.org/msg/TEST-8000-08>>
41 code TEST-8000-08 item 0 = <<Defect>>
42 code TEST-8000-08 item 1 = <<Minor>>
43 code TEST-8000-08 item
[all...]
/titanic_51/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dmpapi_impl.c594 oid_list[count] = (uint64_t)ilist->item->oid.raw_oid; in vhci_get_dev_prod_list()
636 while ((ilist != NULL) && (*oid != ilist->item->oid.raw_oid)) { in vhci_get_dev_prod_prop()
640 dev_prop = (mp_dev_prod_prop_t *)(ilist->item->idata); in vhci_get_dev_prod_prop()
681 oid_list[count] = (uint64_t)(ilist->item->oid.raw_oid); in vhci_get_lu_list()
685 ld = ilist->item->idata; in vhci_get_lu_list()
728 while ((ilist != NULL) && (*oid != ilist->item->oid.raw_oid)) in vhci_get_lu_list_from_tpg()
736 } else if (*oid == ilist->item->oid.raw_oid) { in vhci_get_lu_list_from_tpg()
737 mptpglu = (mpapi_tpg_data_t *)(ilist->item->idata); in vhci_get_lu_list_from_tpg()
753 item->oid.raw_oid; in vhci_get_lu_list_from_tpg()
758 * Get rid of the latest entry if item i in vhci_get_lu_list_from_tpg()
2344 mpapi_item_t *item; vhci_mpapi_init() local
2444 vhci_mpapi_add_to_list(mpapi_list_header_t * hdr,mpapi_item_list_t * item) vhci_mpapi_add_to_list() argument
2597 mpapi_item_t *item; vhci_mpapi_create_item() local
[all...]
/titanic_51/usr/src/uts/common/tnf/
H A Dtnf_types.h251 #define tnf_derived_base(ops, item, ref)\ argument
252 tnf_tag_element_1(ops, item, ref, tnf_derived_base_tag_data)
256 #define tnf_element_type(ops, item, ref)\ argument
257 tnf_tag_element_1(ops, item, ref, tnf_element_type_tag_data)
261 #define tnf_type_array(ops, item, ref) \ argument
262 tnf_tag_array_1(ops, item, ref, tnf_type_array_tag_data)
266 #define tnf_slot_types(ops, item, ref) \ argument
267 tnf_tag_array_1(ops, item, ref, tnf_slot_types_tag_data)
271 #define tnf_properties(ops, item, ref) \ argument
272 tnf_tag_properties_1(ops, item, re
276 tnf_name_array(ops,item,ref) global() argument
281 tnf_slot_names(ops,item,ref) global() argument
286 tnf_align(ops,item,ref) global() argument
291 tnf_self_size(ops,item,ref) global() argument
296 tnf_type_size(ops,item,ref) global() argument
301 tnf_header_size(ops,item,ref) global() argument
[all...]
/titanic_51/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c141 static void mib_get_constants(mib_item_t *item);
142 static mib_item_t *mib_item_dup(mib_item_t *item);
145 static void mib_item_destroy(mib_item_t **item);
176 static void stat_report(mib_item_t *item);
177 static void mrt_stat_report(mib_item_t *item);
178 static void arp_report(mib_item_t *item);
179 static void ndp_report(mib_item_t *item);
180 static void mrt_report(mib_item_t *item);
183 static void if_report(mib_item_t *item, char *ifname,
191 static void ire_report(const mib_item_t *item);
356 mib_item_t *item = NULL; main() local
925 mib_item_dup(mib_item_t * item) mib_item_dup() argument
1752 mib_get_constants(mib_item_t * item) mib_get_constants() argument
1906 stat_report(mib_item_t * item) stat_report() argument
2609 if_report(mib_item_t * item,char * matchname,int Iflag_only,boolean_t once_only) if_report() argument
3492 group_report(mib_item_t * item) group_report() argument
3723 dce_report(mib_item_t * item) dce_report() argument
3823 arp_report(mib_item_t * item) arp_report() argument
3919 ndp_report(mib_item_t * item) ndp_report() argument
4028 ire_report(const mib_item_t * item) ire_report() argument
4680 gather_attrs(const mib_item_t * item,int group,int mib_id,int esize) gather_attrs() argument
4765 tcp_report(const mib_item_t * item) tcp_report() argument
4990 udp_report(const mib_item_t * item) udp_report() argument
5206 const mib_item_t *item = *itemp; sctp_getnext_rem() local
5241 const mib_item_t *item = *itemp; sctp_getnext_local() local
5388 sctp_report(const mib_item_t * item) sctp_report() argument
5479 mrt_report(mib_item_t * item) mrt_report() argument
[all...]
/titanic_51/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxge-queue.c27 * xge_queue_item_data - Get item's data.
28 * @item: Queue item.
30 * Returns: item data(variable size). Note that xge_queue_t
33 * user-defined portion of the queue item.
35 void* xge_queue_item_data(xge_queue_item_t *item) in xge_queue_item_data() argument
37 return (char *)item + sizeof(xge_queue_item_t); in xge_queue_item_data()
41 * __queue_consume - (Lockless) dequeue an item from the specified queue.
47 __queue_consume(xge_queue_t *queue, int data_max_size, xge_queue_item_t *item) in __queue_consume() argument
59 xge_list_remove(&elem->item); in __queue_consume()
154 xge_queue_item_t *item = (xge_queue_item_t *)(void *)item_buf; xge_queue_produce() local
325 xge_list_t *item; __io_queue_grow() local
392 xge_queue_consume(xge_queue_h queueh,int data_max_size,xge_queue_item_t * item) xge_queue_consume() argument
417 xge_queue_item_t *item = (xge_queue_item_t *)(void *)item_buf; xge_queue_flush() local
[all...]

12345678910>>...13