Searched refs:cur_node (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/udapl/libdat/common/
H A Ddat_dictionary.c173 DAT_DICTIONARY_NODE *cur_node; local
178 cur_node = p_dictionary->head;
179 p_dictionary->head = cur_node->next;
181 dat_os_free(cur_node, sizeof (DAT_DICTIONARY_NODE));
262 DAT_DICTIONARY_NODE *cur_node, *prev_node, *next_node; local
267 cur_node = entry;
274 dat_status = dat_dictionary_key_dup(key, &cur_node->key);
283 cur_node->data = data;
284 cur_node->next = next_node;
285 cur_node
307 DAT_DICTIONARY_NODE *cur_node; local
343 DAT_DICTIONARY_NODE *cur_node; local
379 DAT_DICTIONARY_NODE *cur_node, *prev_node, *next_node; local
[all...]
/osnet-11/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_provider.c220 DAPL_PROVIDER_LIST_NODE *cur_node; local
223 cur_node = g_dapl_provider_list.head;
224 g_dapl_provider_list.head = cur_node->next;
226 dapl_os_free(cur_node, sizeof (DAPL_PROVIDER_LIST_NODE));
245 DAPL_PROVIDER_LIST_NODE *cur_node, *prev_node, *next_node; local
252 cur_node = dapl_os_alloc(sizeof (DAPL_PROVIDER_LIST_NODE));
254 if (NULL == cur_node) {
272 (void) dapl_os_memcpy(cur_node->name, name, len);
273 cur_node->name[len] = '\0';
274 cur_node
305 DAPL_PROVIDER_LIST_NODE *cur_node; local
332 DAPL_PROVIDER_LIST_NODE *cur_node, *prev_node, *next_node; local
[all...]
H A Ddapl_osd.c363 DAPL_PROVIDER_LIST_NODE *cur_node; local
376 cur_node = g_dapl_provider_list.head;
377 g_dapl_provider_list.head = cur_node->next;
379 hca_ptr = (DAPL_HCA *) cur_node->data.extension;
513 dapl_os_free(cur_node, sizeof (DAPL_PROVIDER_LIST_NODE));
/osnet-11/usr/src/lib/mpapi/libmpscsi_vhci/common/
H A DMP_GetMPLogicalUnitProperties.c68 di_node_t cur_node = DI_NODE_NIL; local
102 cur_node = di_drv_first_node("scsi_vhci", root_node);
103 if (DI_NODE_NIL == cur_node) {
113 cur_node = di_child_node(cur_node);
115 while (DI_NODE_NIL != cur_node) {
117 instNum = di_instance(cur_node);
118 majorNum = di_driver_major(cur_node);
132 cur_node = di_sibling_node(cur_node);
[all...]
/osnet-11/usr/src/lib/auditd_plugins/remote/
H A Dtransport.c949 transq_node_t *cur_node; local
1115 cur_node = transq_hdr.head;
1116 while (cur_node != NULL && !break_flag) {
1117 if (cur_node->seq_num != r_seq_num) {
1118 cur_node = cur_node->next;
1124 &(cur_node->seq_token), &in_buf_mic,
1146 transq_dequeue(cur_node);
1188 cur_node->seq_num));
1189 cur_node
1528 transq_node_t *cur_node = transq_hdr.head; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregexec.c66 regmatch_t *prev_idx_match, Idx cur_node,
1443 Idx idx, cur_node;
1464 cur_node = dfa->init_node;
1483 update_regs (dfa, pmatch, prev_idx_match, cur_node, idx, nmatch);
1485 if (idx == pmatch[0].rm_eo && cur_node == mctx->last_node)
1500 cur_node = pop_fail_stack (fs, &idx, nmatch, pmatch,
1513 cur_node = proceed_next_node (mctx, nmatch, pmatch, &idx, cur_node,
1516 if (BE (! REG_VALID_INDEX (cur_node), 0))
1518 if (BE (cur_node
1440 Idx idx, cur_node; local
1560 update_regs(const re_dfa_t *dfa, regmatch_t *pmatch, regmatch_t *prev_idx_match, Idx cur_node, Idx cur_idx, Idx nmatch) argument
1891 Idx cur_node = inv_eclosure->elems[ecl_idx]; local
1917 Idx cur_node = inv_eclosure->elems[ecl_idx]; local
3099 Idx cur_node = cur_nodes->elems[cur_idx]; local
3183 Idx cur_node = cur_nodes->elems[idx]; local
3222 Idx cur_node; local
[all...]

Completed in 34 milliseconds