Home
last modified time | relevance | path

Searched defs:item (Results 1 – 25 of 215) sorted by relevance

123456789

/dflybsd-src/usr.sbin/nscd/
H A Dcacheplcs.c92 cache_queue_policy_destroy_item(struct cache_policy_item_ *item) in cache_queue_policy_destroy_item()
103 struct cache_policy_item_ *item) in cache_queue_policy_add_item()
117 struct cache_policy_item_ *item) in cache_queue_policy_remove_item()
154 struct cache_policy_item_ *item) in cache_queue_policy_get_next_item()
167 struct cache_policy_item_ *item) in cache_queue_policy_get_prev_item()
236 struct cache_policy_item_ *item) in cache_fifo_policy_update_item()
275 struct cache_policy_item_ *item) in cache_lru_policy_update_item()
338 cache_lfu_policy_destroy_item(struct cache_policy_item_ *item) in cache_lfu_policy_destroy_item()
353 struct cache_policy_item_ *item) in cache_lfu_policy_add_item()
374 struct cache_policy_item_ *item) in cache_lfu_policy_update_item()
[all …]
H A Dcachelib.c288 struct cache_policy_item_ *item, *next_item; in clear_cache_entry() local
344 struct cache_policy_item_ *item) in cache_lifetime_common_continue_func()
357 struct cache_policy_item_ *item) in cache_elemsize_common_continue_func()
374 struct cache_policy_item_ *item, *next_item, *connected_item; in flush_cache_policy() local
698 struct cache_ht_item_ *item; in cache_read() local
799 struct cache_ht_item_ *item; in cache_write() local
1163 struct cache_policy_item_ *item, *connected_item; in transform_cache_entry_part() local
/dflybsd-src/usr.sbin/bthcid/
H A Dclient.c63 struct item { struct
68 LIST_ENTRY(item) next; argument
183 struct item *item; in process_client() local
255 struct item *item; in send_client_request() local
303 struct item *item = arg; in process_item() local
319 struct item *item; in lookup_pin() local
/dflybsd-src/bin/cpdup/
H A Dhcproto.c139 struct HCLeaf *item; in hc_hello() local
197 struct HCLeaf *item; in rc_hello() local
258 struct HCLeaf *item; in hc_decode_stat() local
267 hc_decode_stat_item(struct stat *st, struct HCLeaf *item) in hc_decode_stat_item()
332 struct HCLeaf *item; in rc_stat() local
350 struct HCLeaf *item; in rc_lstat() local
412 struct HCLeaf *item; in hc_opendir() local
447 struct HCLeaf *item; in rc_opendir() local
475 struct HCLeaf *item; in hc_readdir() local
535 struct HCLeaf *item; in rc_readdir() local
[all …]
H A Dhclink.c325 struct HCLeaf *item; in hcc_leaf_string() local
340 struct HCLeaf *item; in hcc_leaf_data() local
354 struct HCLeaf *item; in hcc_leaf_int32() local
368 struct HCLeaf *item; in hcc_leaf_int64() local
464 hcc_nextitem(hctransaction_t trans, struct HCHead *head, struct HCLeaf *item) in hcc_nextitem()
502 struct HCLeaf *item = hcc_currentchaineditem(hc, head); in hcc_nextchaineditem() local
531 struct HCLeaf *item; in hcc_debug_dump() local
H A Dhclink.h77 #define HCC_STRING(item) ((const char *)((item) + 1)) argument
78 #define HCC_INT32(item) (*(int32_t *)((item) + 1)) argument
79 #define HCC_INT64(item) (*(int64_t *)((item) + 1)) argument
80 #define HCC_BINARYDATA(item) ((void *)((item) + 1)) argument
82 #define FOR_EACH_ITEM(item, trans, head) \ argument
/dflybsd-src/contrib/wpa_supplicant/src/utils/
H A Dlist.h28 static inline void dl_list_add(struct dl_list *list, struct dl_list *item) in dl_list_add()
36 static inline void dl_list_add_tail(struct dl_list *list, struct dl_list *item) in dl_list_add_tail()
41 static inline void dl_list_del(struct dl_list *item) in dl_list_del()
56 struct dl_list *item; in dl_list_len() local
67 #define dl_list_entry(item, type, member) \ argument
78 #define dl_list_for_each(item, list, type, member) \ argument
83 #define dl_list_for_each_safe(item, n, list, type, member) \ argument
89 #define dl_list_for_each_reverse(item, list, type, member) \ argument
/dflybsd-src/crypto/libressl/ssl/
H A Dpqueue.c73 pitem *item = malloc(sizeof(pitem)); in pitem_new() local
87 pitem_free(pitem *item) in pitem_free()
105 pqueue_insert(pqueue_s *pq, pitem *item) in pqueue_insert()
148 pitem *item = pq->items; in pqueue_pop() local
176 pqueue_next(pitem **item) in pqueue_next()
193 pitem *item = pq->items; in pqueue_size() local
H A Dd1_both.c492 pitem *item; in dtls1_retrieve_buffered_fragment() local
556 pitem *item = NULL; in dtls1_reassemble_fragment() local
657 pitem *item = NULL; in dtls1_process_out_of_seq_message() local
915 pitem *item; in dtls1_retransmit_buffered_messages() local
941 pitem *item; in dtls1_buffer_message() local
997 pitem *item; in dtls1_retransmit_message() local
1070 pitem *item; in dtls1_clear_record_buffer() local
/dflybsd-src/sys/dev/drm/
H A Ddrm_global.c50 struct drm_global_item *item = &glob[i]; in drm_global_init() local
61 struct drm_global_item *item = &glob[i]; in drm_global_release() local
82 struct drm_global_item *item = &glob[ref->global_type]; in drm_global_item_ref() local
126 struct drm_global_item *item = &glob[ref->global_type]; in drm_global_item_unref() local
H A Ddrm_hashtab.c109 int drm_ht_insert_item(struct drm_open_hash *ht, struct drm_hash_item *item) in drm_ht_insert_item()
140 int drm_ht_just_insert_please(struct drm_open_hash *ht, struct drm_hash_item *item, in drm_ht_just_insert_please()
166 struct drm_hash_item **item) in drm_ht_find_item()
191 int drm_ht_remove_item(struct drm_open_hash *ht, struct drm_hash_item *item) in drm_ht_remove_item()
H A Dlinux_radix.c58 void *item; in radix_tree_lookup() local
119 void *item; in radix_tree_delete() local
169 radix_tree_insert(struct radix_tree_root *root, unsigned long index, void *item) in radix_tree_insert()
/dflybsd-src/sys/netgraph7/netgraph/
H A Dng_base.c1305 ng_con_part3(node_p node, item_p item, hook_p hook) in ng_con_part3()
1348 ng_con_part2(node_p node, item_p item, hook_p hook) in ng_con_part2()
1442 ng_con_nodes(item_p item, node_p node, const char *name, in ng_con_nodes()
1878 item_p item = (void *)msg; in ngthread() local
1909 ng_snd_item(item_p item, int flags) in ng_snd_item()
1974 ng_apply_item(item_p item) in ng_apply_item()
2120 ng_generic_msg(node_p here, item_p item, hook_p lasthook) in ng_generic_msg()
2587 item_p item; in ng_alloc_item() local
2612 ng_free_item(item_p item) in ng_free_item()
2668 ng_realloc_item(item_p item, int type, int flags) in ng_realloc_item()
[all …]
/dflybsd-src/sys/netgraph7/ppp/
H A Dng_ppp.c585 ng_ppp_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_ppp_rcvmsg()
788 ng_ppp_rcvdata_inet(hook_p hook, item_p item) in ng_ppp_rcvdata_inet()
804 ng_ppp_rcvdata_ipv6(hook_p hook, item_p item) in ng_ppp_rcvdata_ipv6()
820 ng_ppp_rcvdata_atalk(hook_p hook, item_p item) in ng_ppp_rcvdata_atalk()
836 ng_ppp_rcvdata_ipx(hook_p hook, item_p item) in ng_ppp_rcvdata_ipx()
852 ng_ppp_rcvdata_bypass(hook_p hook, item_p item) in ng_ppp_rcvdata_bypass()
880 ng_ppp_bypass(node_p node, item_p item, uint16_t proto, uint16_t linkNum) in ng_ppp_bypass()
909 ng_ppp_proto_recv(node_p node, item_p item, uint16_t proto, uint16_t linkNum) in ng_ppp_proto_recv()
947 ng_ppp_hcomp_xmit(node_p node, item_p item, uint16_t proto) in ng_ppp_hcomp_xmit()
968 ng_ppp_rcvdata_vjc_comp(hook_p hook, item_p item) in ng_ppp_rcvdata_vjc_comp()
[all …]
/dflybsd-src/sys/netgraph7/netflow/
H A Dnetflow.c147 item_p item = NULL; in get_export_dgram() local
179 return_export_dgram(priv_p priv, item_p item, int flags) in return_export_dgram()
201 expire_flow(priv_p priv, item_p *item, struct flow_entry *fle, int flags) in expire_flow()
353 item_p item = NULL; in ng_netflow_cache_flush() local
391 item_p item = NULL; in ng_netflow_flow_add() local
581 export_send(priv_p priv, item_p item, int flags) in export_send()
617 export_add(item_p item, struct flow_entry *fle) in export_add()
664 item_p item = NULL; in ng_netflow_expire() local
/dflybsd-src/contrib/dialog/
H A Dformbox.c43 is_readonly(DIALOG_FORMITEM * item) in is_readonly()
49 is_hidden(DIALOG_FORMITEM * item) in is_hidden()
78 print_item(WINDOW *win, DIALOG_FORMITEM * item, int scrollamt, bool choice) in print_item()
135 print_form(WINDOW *win, DIALOG_FORMITEM * item, int total, int scrollamt, int choice) in print_form()
151 set_choice(DIALOG_FORMITEM item[], int choice, int item_no, bool * noneditable) in set_choice()
179 form_limit(DIALOG_FORMITEM item[]) in form_limit()
193 is_first_field(DIALOG_FORMITEM item[], int choice) in is_first_field()
207 is_last_field(DIALOG_FORMITEM item[], int choice, int item_no) in is_last_field()
225 DIALOG_FORMITEM item[], in tab_next()
289 scroll_next(WINDOW *win, DIALOG_FORMITEM item[], int stepsize, int *choice, int *scrollamt) in scroll_next()
[all …]
/dflybsd-src/sys/netgraph7/bluetooth/hci/
H A Dng_hci_main.c280 ng_hci_default_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_hci_default_rcvmsg()
647 ng_hci_upper_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_hci_upper_rcvmsg()
691 ng_hci_drv_rcvdata(hook_p hook, item_p item) in ng_hci_drv_rcvdata()
774 ng_hci_acl_rcvdata(hook_p hook, item_p item) in ng_hci_acl_rcvdata()
894 ng_hci_sco_rcvdata(hook_p hook, item_p item) in ng_hci_sco_rcvdata()
1014 ng_hci_raw_rcvdata(hook_p hook, item_p item) in ng_hci_raw_rcvdata()
H A Dng_hci_ulpi.c65 ng_hci_lp_con_req(ng_hci_unit_p unit, item_p item, hook_p hook) in ng_hci_lp_con_req()
109 ng_hci_lp_acl_con_req(ng_hci_unit_p unit, item_p item, hook_p hook) in ng_hci_lp_acl_con_req()
309 ng_hci_lp_sco_con_req(ng_hci_unit_p unit, item_p item, hook_p hook) in ng_hci_lp_sco_con_req()
477 ng_hci_lp_discon_req(ng_hci_unit_p unit, item_p item, hook_p hook) in ng_hci_lp_discon_req()
682 ng_hci_lp_con_rsp(ng_hci_unit_p unit, item_p item, hook_p hook) in ng_hci_lp_con_rsp()
934 ng_hci_lp_qos_req(ng_hci_unit_p unit, item_p item, hook_p hook) in ng_hci_lp_qos_req()
/dflybsd-src/contrib/gdb-7/gdb/
H A Dosdata.c85 struct osdata_item item = { NULL }; in osdata_start_item() local
112 struct osdata_item *item = VEC_last (osdata_item_s, osdata->items); in osdata_end_column() local
190 osdata_item_clear (struct osdata_item *item) in osdata_item_clear()
218 struct osdata_item *item; in osdata_free() local
276 get_osdata_column (struct osdata_item *item, const char *name) in get_osdata_column()
375 struct osdata_item *item; in info_osdata_command() local
/dflybsd-src/sys/netgraph7/
H A Dnetgraph2.h65 ng_ref_item(item_p item) in ng_ref_item()
77 ng_unref_item(item_p item, int error) in ng_unref_item()
/dflybsd-src/sys/kern/
H A Dkern_usched.c98 struct usched *item; /* temporaly for TAILQ processing */ in usched_ctl() local
154 struct usched *item; in usched_schedulerclock() local
187 struct usched *item; /* temporaly for TAILQ processing */ in sys_usched_set() local
/dflybsd-src/sys/netgraph7/bluetooth/l2cap/
H A Dng_l2cap_main.c258 ng_l2cap_lower_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_l2cap_lower_rcvmsg()
378 ng_l2cap_upper_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_l2cap_upper_rcvmsg()
473 ng_l2cap_default_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_l2cap_default_rcvmsg()
704 ng_l2cap_rcvdata(hook_p hook, item_p item) in ng_l2cap_rcvdata()
/dflybsd-src/lib/libc/locale/
H A Dnl_langinfo.c52 nl_langinfo_l(nl_item item, locale_t loc) in nl_langinfo_l()
204 nl_langinfo(nl_item item) in nl_langinfo()
/dflybsd-src/crypto/libressl/crypto/
H A Dex_data.c302 EX_CLASS_ITEM *item = (EX_CLASS_ITEM *)a_void; in def_cleanup_cb() local
344 def_add_index(EX_CLASS_ITEM *item, long argl, void *argp, in def_add_index()
403 EX_CLASS_ITEM *item = def_get_class(class_index); in int_get_new_index() local
420 EX_CLASS_ITEM *item = def_get_class(class_index); in int_new_ex_data() local
460 EX_CLASS_ITEM *item; in int_dup_ex_data() local
502 EX_CLASS_ITEM *item; in int_free_ex_data() local
/dflybsd-src/sys/vm/
H A Dvm_zone.c93 void *item; in zalloc() local
172 zfree(vm_zone_t z, void *item) in zfree()
427 zbootinit(vm_zone_t z, char *name, size_t size, void *item, long nitems) in zbootinit()
524 void *item; in zget() local

123456789