Searched refs:p_next (Results 1 - 25 of 40) sorted by relevance

12

/freebsd-current/contrib/ofed/opensm/opensm/
H A Dosm_prtn.c310 cl_map_item_t *p_next; local
313 p_next = cl_qmap_head(&p_subn->prtn_pkey_tbl);
314 while (p_next != cl_qmap_end(&p_subn->prtn_pkey_tbl)) {
315 p = (osm_prtn_t *) p_next;
316 p_next = cl_qmap_next(&p->map_item);
393 cl_map_item_t *p_next; local
407 p_next = cl_qmap_head(&p_subn->prtn_pkey_tbl);
408 while (p_next != cl_qmap_end(&p_subn->prtn_pkey_tbl)) {
409 p = (osm_prtn_t *) p_next;
410 p_next
[all...]
H A Dosm_db_pack.c65 char *p_next; local
71 p_num = strtok_r(lids_str, " \t", &p_next);
80 p_num = strtok_r(NULL, " \t", &p_next);
111 char *p_num, *p_next; local
116 p_num = strtok_r(tmp_str, ":", &p_next);
122 p_num = strtok_r(NULL, ":", &p_next);
H A Dosm_pkey_mgr.c813 cl_map_item_t *p_next; local
837 p_next = cl_qmap_head(p_tbl);
838 while (p_next != cl_qmap_end(p_tbl)) {
839 p_prtn = (osm_prtn_t *) p_next;
840 p_next = cl_qmap_next(p_next);
849 p_next = cl_qmap_head(p_tbl);
850 while (p_next != cl_qmap_end(p_tbl)) {
851 p_port = (osm_port_t *) p_next;
852 p_next
[all...]
H A Dosm_qos.c449 cl_map_item_t *p_next; local
479 p_next = cl_qmap_head(p_tbl);
480 while (p_next != cl_qmap_end(p_tbl)) {
482 p_port = (osm_port_t *) p_next;
483 p_next = cl_qmap_next(p_next);
H A Dosm_state_mgr.c795 cl_map_item_t *p_next; local
827 p_next = cl_qmap_head(&sm->p_subn->node_guid_tbl);
828 while (p_next != cl_qmap_end(&sm->p_subn->node_guid_tbl)) {
829 p_node = (osm_node_t *) p_next;
830 p_next = cl_qmap_next(p_next);
1031 cl_map_item_t *p_next; local
1039 p_next = cl_qmap_head(&sm->p_subn->port_guid_tbl);
1040 while (p_next != cl_qmap_end(&sm->p_subn->port_guid_tbl)) {
1041 p_port = (osm_port_t *) p_next;
[all...]
H A Dosm_congestion_control.c357 cl_map_item_t *p_next; local
376 p_next = cl_qmap_head(p_tbl);
377 while (p_next != cl_qmap_end(p_tbl)) {
378 osm_port_t *p_port = (osm_port_t *) p_next;
382 p_next = cl_qmap_next(p_next);
H A Dosm_prtn_config.c390 cl_map_iterator_t p_next, p_item; local
422 p_next = cl_map_head(p_tbl);
423 while (p_next != cl_map_end(p_tbl)) {
424 p_item = p_next;
425 p_next = cl_map_next(p_item);
/freebsd-current/contrib/ofed/opensm/include/complib/
H A Dcl_qlist.h117 struct _cl_list_item *p_next; member in struct:_cl_list_item
125 * p_next
291 p_new_item->p_next = p_list_item;
294 p_new_item->p_prev->p_next = p_new_item;
325 p_list_item->p_next->p_prev = p_list_item->p_prev;
327 p_list_item->p_prev->p_next = p_list_item->p_next;
331 if (p_list_item != p_list_item->p_next) {
332 p_list_item->p_next = NULL;
416 p_list->end.p_next
[all...]
H A Dcl_fleximap.h459 return ((cl_fmap_item_t *) p_map->nil.pool_item.list_item.p_next);
531 return ((cl_fmap_item_t *) p_item->pool_item.list_item.p_next);
804 p_map->nil.pool_item.list_item.p_next = &p_map->nil.pool_item.list_item;
H A Dcl_qmap.h532 return ((cl_map_item_t *) p_map->nil.pool_item.list_item.p_next);
603 return ((cl_map_item_t *) p_item->pool_item.list_item.p_next);
836 p_map->nil.pool_item.list_item.p_next = &p_map->nil.pool_item.list_item;
/freebsd-current/contrib/less/
H A Doutput.c99 char *anchor, *p, *p_next; local
129 for (anchor = p_next = obuf;
130 (p_next = memchr(p_next, ESC, ob - p_next)) != NULL; )
132 p = p_next;
154 anchor = p_next = p;
163 p_next = p;
193 p_next = q;
282 if (!is_ansi_end(*p) || p == p_next)
[all...]
/freebsd-current/sys/dev/qlnx/qlnxe/
H A Decore_chain.h332 struct ecore_chain_next *p_next = OSAL_NULL; local
337 p_next = (struct ecore_chain_next *)(*p_next_elem);
338 *p_next_elem = p_next->next_virt;
699 struct ecore_chain_next *p_next; local
703 p_next = (struct ecore_chain_next *)((u8 *)p_virt_curr + size);
705 DMA_REGPAIR_LE(p_next->next_phys, p_phys_next);
707 p_next->next_virt = p_virt_next;
721 struct ecore_chain_next *p_next = OSAL_NULL; local
732 p_next = (struct ecore_chain_next *)((u8 *)p_virt_addr + size);
733 while (p_next
[all...]
/freebsd-current/contrib/tcsh/
H A Dsh.proc.c274 for (pp = proclist.p_next; pp != NULL; pp = pp->p_next)
430 for (pp = proclist.p_next; pp != NULL; pp = pp->p_next) {
467 for (pp = (fp = &proclist)->p_next; pp != NULL; pp = (fp = pp)->p_next)
469 fp->p_next = pp->p_next;
627 for (pp = proclist.p_next; pp; pp = pp->p_next)
[all...]
H A Dsh.proc.h47 struct process *p_next; /* next in global "proclist" */ member in struct:process
H A Dtw.init.c1016 for (j = proclist.p_next; j != NULL; j = j->p_next)
H A Dtc.prompt.c546 for (pp = proclist.p_next; pp; pp = pp->p_next)
H A Dsh.c1865 for (pp = proclist.p_next; pp; pp = pp->p_next) {
2436 for (pp = proclist.p_next; pp; pp = pp->p_next) {
/freebsd-current/contrib/ofed/opensm/complib/
H A Dcl_list.c141 cl_qlist_tail(p_src_list)->p_next = cl_qlist_head(p_dest_list);
148 p_dest_list->end.p_next = cl_qlist_head(p_src_list);
193 cl_qlist_tail(p_dest_list)->p_next = cl_qlist_head(p_src_list);
201 cl_qlist_tail(p_src_list)->p_next = &p_dest_list->end;
317 cl_list_item_t *p_current_item, *p_next; local
329 p_next = cl_qlist_next(p_current_item);
336 p_current_item = p_next;
H A Dcl_map.c404 __cl_primitive_insert(p_insert_at->pool_item.list_item.p_next,
598 cl_map_item_t *p_item, *p_item2, *p_next; local
606 p_next = cl_qmap_next(p_item);
621 p_item = p_next;
630 cl_map_item_t *p_next; local
636 p_next = cl_qmap_next(*pp_item);
643 (*pp_item) = p_next;
1343 __cl_primitive_insert(p_insert_at->pool_item.list_item.p_next,
1535 cl_fmap_item_t *p_item, *p_item2, *p_next; local
1543 p_next
1567 cl_fmap_item_t *p_next; local
[all...]
/freebsd-current/crypto/openssl/crypto/
H A Dmem_sec.c305 struct sh_list_st **p_next; member in struct:sh_list_st
384 temp->p_next = (SH_LIST **)list;
387 OPENSSL_assert((char **)temp->next->p_next == list);
388 temp->next->p_next = &(temp->next);
400 temp->next->p_next = temp->p_next;
401 *temp->p_next = temp->next;
406 OPENSSL_assert(WITHIN_FREELIST(temp2->p_next) || WITHIN_ARENA(temp2->p_next));
/freebsd-current/usr.sbin/ctld/
H A Dctld.c595 TAILQ_INSERT_TAIL(&pg->pg_portals, portal, p_next);
603 TAILQ_REMOVE(&portal->p_portal_group->pg_portals, portal, p_next);
648 TAILQ_FOREACH_SAFE(portal, &pg->pg_portals, p_next, tmp)
828 TAILQ_FOREACH(portal, &pg->pg_portals, p_next) {
842 TAILQ_FOREACH(portal, &pg->pg_portals, p_next) {
1249 TAILQ_INSERT_TAIL(&conf->conf_ports, port, p_next);
1296 TAILQ_INSERT_TAIL(&conf->conf_ports, port, p_next);
1322 TAILQ_INSERT_TAIL(&conf->conf_ports, port, p_next);
1335 TAILQ_FOREACH(port, &conf->conf_ports, p_next) {
1366 TAILQ_REMOVE(&port->p_conf->conf_ports, port, p_next);
[all...]
H A Dctld.h94 TAILQ_ENTRY(portal) p_next; member in struct:portal
144 TAILQ_ENTRY(port) p_next; member in struct:port
H A Ddiscovery.c115 TAILQ_FOREACH(portal, &port->p_portal_group->pg_portals, p_next) {
/freebsd-current/sys/kern/
H A Dsubr_prf.c105 char *p_next; member in struct:putchar_arg
284 pca.p_next = pca.p_bufr;
287 *pca.p_next = '\0';
464 *ap->p_next++ = c;
468 *ap->p_next = '\0';
474 ap->p_next = ap->p_bufr;
476 *ap->p_next = '\0';
/freebsd-current/crypto/openssl/test/
H A Dectest.c1838 ECPARAMETERS **p_next = &p_ary[0]; local
1911 || !TEST_ptr(other_params = *p_next++ =
1928 || !TEST_ptr(other_params = *p_next++ =
1947 || !TEST_ptr(other_params = *p_next++ =
1955 || !TEST_ptr(other_params = *p_next++ =
1966 || !TEST_ptr(other_params = *p_next++ =
1977 || !TEST_ptr(other_params = *p_next++ =
1988 || !TEST_ptr(other_params = *p_next++ =
2002 for (p_next = &p_ary[0]; p_next < p_ar
[all...]

Completed in 317 milliseconds

12