Home
last modified time | relevance | path

Searched refs:cur_entry (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/libc/posix1e/
H A Dacl_equiv_mode_np.c58 for (int cur_entry = 0; cur_entry < acl->ats_acl.acl_cnt; cur_entry++) { in acl_equiv_mode_np() local
59 acl_entry_t entry = &acl->ats_acl.acl_entry[cur_entry]; in acl_equiv_mode_np()
/freebsd/lib/libmt/
H A Dmtlib.c97 mtinfo->cur_entry[mtinfo->level] = entry; in mt_start_element()
98 if (mtinfo->cur_entry[mtinfo->level - 1] == NULL) { in mt_start_element()
102 &mtinfo->cur_entry[mtinfo->level - 1]->child_entries, in mt_start_element()
104 entry->parent = mtinfo->cur_entry[mtinfo->level - 1]; in mt_start_element()
188 entry = mtinfo->cur_entry[mtinfo->level]; in mt_end_element()
201 mtinfo->cur_entry[mtinfo->level]->value = str; in mt_end_element()
205 mtinfo->cur_entry[mtinfo->level] = NULL; in mt_end_element()
H A Dmtlib.h68 struct mt_status_entry *cur_entry[32]; member
/freebsd/sys/cam/
H A Dcam_xpt.c2867 struct async_node *cur_entry; in xpt_action_default() local
2879 cur_entry = SLIST_FIRST(async_head); in xpt_action_default()
2880 while (cur_entry != NULL) { in xpt_action_default()
2881 if ((cur_entry->callback_arg == csa->callback_arg) in xpt_action_default()
2882 && (cur_entry->callback == csa->callback)) in xpt_action_default()
2884 cur_entry = SLIST_NEXT(cur_entry, links); in xpt_action_default()
2887 if (cur_entry != NULL) { in xpt_action_default()
2892 added &= ~cur_entry->event_enable; in xpt_action_default()
2894 SLIST_REMOVE(async_head, cur_entry, in xpt_action_default()
2897 free(cur_entry, M_CAMXPT); in xpt_action_default()
[all …]