/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_prtn.c | 310 cl_map_item_t *p_next; in osm_prtn_find_by_name() local 313 p_next = cl_qmap_head(&p_subn->prtn_pkey_tbl); in osm_prtn_find_by_name() 314 while (p_next != cl_qmap_end(&p_subn->prtn_pkey_tbl)) { in osm_prtn_find_by_name() 315 p = (osm_prtn_t *) p_next; in osm_prtn_find_by_name() 316 p_next = cl_qmap_next(&p->map_item); in osm_prtn_find_by_name() 393 cl_map_item_t *p_next; in osm_prtn_make_partitions() local 407 p_next = cl_qmap_head(&p_subn->prtn_pkey_tbl); in osm_prtn_make_partitions() 408 while (p_next != cl_qmap_end(&p_subn->prtn_pkey_tbl)) { in osm_prtn_make_partitions() 409 p = (osm_prtn_t *) p_next; in osm_prtn_make_partitions() 410 p_next = cl_qmap_next(&p->map_item); in osm_prtn_make_partitions() [all …]
|
H A D | osm_pkey_mgr.c | 813 cl_map_item_t *p_next; in osm_pkey_mgr_process() local 837 p_next = cl_qmap_head(p_tbl); in osm_pkey_mgr_process() 838 while (p_next != cl_qmap_end(p_tbl)) { in osm_pkey_mgr_process() 839 p_prtn = (osm_prtn_t *) p_next; in osm_pkey_mgr_process() 840 p_next = cl_qmap_next(p_next); in osm_pkey_mgr_process() 849 p_next = cl_qmap_head(p_tbl); in osm_pkey_mgr_process() 850 while (p_next != cl_qmap_end(p_tbl)) { in osm_pkey_mgr_process() 851 p_port = (osm_port_t *) p_next; in osm_pkey_mgr_process() 852 p_next = cl_qmap_next(p_next); in osm_pkey_mgr_process() 864 p_next = cl_qmap_head(p_tbl); in osm_pkey_mgr_process() [all …]
|
H A D | osm_db_pack.c | 65 char *p_next; in unpack_lids() local 71 p_num = strtok_r(lids_str, " \t", &p_next); in unpack_lids() 80 p_num = strtok_r(NULL, " \t", &p_next); in unpack_lids() 111 char *p_num, *p_next; in unpack_neighbor() local 116 p_num = strtok_r(tmp_str, ":", &p_next); in unpack_neighbor() 122 p_num = strtok_r(NULL, ":", &p_next); in unpack_neighbor()
|
H A D | osm_qos.c | 449 cl_map_item_t *p_next; in osm_qos_setup() local 479 p_next = cl_qmap_head(p_tbl); in osm_qos_setup() 480 while (p_next != cl_qmap_end(p_tbl)) { in osm_qos_setup() 482 p_port = (osm_port_t *) p_next; in osm_qos_setup() 483 p_next = cl_qmap_next(p_next); in osm_qos_setup()
|
H A D | osm_state_mgr.c | 795 cl_map_item_t *p_next; in state_mgr_light_sweep_start() local 827 p_next = cl_qmap_head(&sm->p_subn->node_guid_tbl); in state_mgr_light_sweep_start() 828 while (p_next != cl_qmap_end(&sm->p_subn->node_guid_tbl)) { in state_mgr_light_sweep_start() 829 p_node = (osm_node_t *) p_next; in state_mgr_light_sweep_start() 830 p_next = cl_qmap_next(p_next); in state_mgr_light_sweep_start() 1031 cl_map_item_t *p_next; in state_mgr_report_new_ports() local 1039 p_next = cl_qmap_head(&sm->p_subn->port_guid_tbl); in state_mgr_report_new_ports() 1040 while (p_next != cl_qmap_end(&sm->p_subn->port_guid_tbl)) { in state_mgr_report_new_ports() 1041 p_port = (osm_port_t *) p_next; in state_mgr_report_new_ports() 1042 p_next = cl_qmap_next(p_next); in state_mgr_report_new_ports()
|
H A D | osm_congestion_control.c | 357 cl_map_item_t *p_next; in osm_congestion_control_setup() local 376 p_next = cl_qmap_head(p_tbl); in osm_congestion_control_setup() 377 while (p_next != cl_qmap_end(p_tbl)) { in osm_congestion_control_setup() 378 osm_port_t *p_port = (osm_port_t *) p_next; in osm_congestion_control_setup() 382 p_next = cl_qmap_next(p_next); in osm_congestion_control_setup()
|
H A D | osm_prtn_config.c | 390 cl_map_iterator_t p_next, p_item; in manage_membership_change() local 422 p_next = cl_map_head(p_tbl); in manage_membership_change() 423 while (p_next != cl_map_end(p_tbl)) { in manage_membership_change() 424 p_item = p_next; in manage_membership_change() 425 p_next = cl_map_next(p_item); in manage_membership_change()
|
/freebsd/contrib/less/ |
H A D | output.c | 266 char *anchor, *p, *p_next; in win_flush() 284 for (anchor = p_next = obuf; in win_flush() 285 (p_next = memchr(p_next, ESC, ob - p_next)) != NULL; ) in win_flush() 287 p = p_next; in win_flush() 316 anchor = p_next = p; in win_flush() 322 p_next = p; in win_flush() 353 p_next = q; 369 if (!is_ansi_end_0(*p) || p == p_next) in flush() 99 char *anchor, *p, *p_next; win_flush() local [all...] |
/freebsd/contrib/ofed/opensm/include/complib/ |
H A D | cl_qlist.h | 117 struct _cl_list_item *p_next; member 291 p_new_item->p_next = p_list_item; in __cl_primitive_insert() 294 p_new_item->p_prev->p_next = p_new_item; in __cl_primitive_insert() 325 p_list_item->p_next->p_prev = p_list_item->p_prev; in __cl_primitive_remove() 327 p_list_item->p_prev->p_next = p_list_item->p_next; in __cl_primitive_remove() 331 if (p_list_item != p_list_item->p_next) { in __cl_primitive_remove() 332 p_list_item->p_next = NULL; in __cl_primitive_remove() 416 p_list->end.p_next = &p_list->end; in __cl_qlist_reset() 547 return (p_list_item->p_next); in cl_qlist_next()
|
H A D | cl_fleximap.h | 459 return ((cl_fmap_item_t *) p_map->nil.pool_item.list_item.p_next); in cl_fmap_head() 531 return ((cl_fmap_item_t *) p_item->pool_item.list_item.p_next); in cl_fmap_next() 804 p_map->nil.pool_item.list_item.p_next = &p_map->nil.pool_item.list_item; in cl_fmap_remove_all()
|
H A D | cl_qmap.h | 532 return ((cl_map_item_t *) p_map->nil.pool_item.list_item.p_next); in cl_qmap_head() 603 return ((cl_map_item_t *) p_item->pool_item.list_item.p_next); in cl_qmap_next() 836 p_map->nil.pool_item.list_item.p_next = &p_map->nil.pool_item.list_item; in cl_qmap_remove_all()
|
/freebsd/contrib/tcsh/ |
H A D | sh.proc.c | 274 for (pp = proclist.p_next; pp != NULL; pp = pp->p_next) in pchild() 430 for (pp = proclist.p_next; pp != NULL; pp = pp->p_next) { in pnote() 467 for (pp = (fp = &proclist)->p_next; pp != NULL; pp = (fp = pp)->p_next) in pwait() 469 fp->p_next = pp->p_next; in pwait() 627 for (pp = proclist.p_next; pp; pp = pp->p_next) in dowait() 655 for (pp = proclist.p_next; pp != NULL; pp = pp->p_next) in pflushall() 687 for (np = proclist.p_next, idx = 0; np; np = np->p_next) in pflush() 810 for (np = proclist.p_next; np; np = np->p_next) in palloc() 825 pp->p_next = proclist.p_next; in palloc() 826 proclist.p_next = pp; in palloc() [all …]
|
H A D | sh.proc.h | 47 struct process *p_next; /* next in global "proclist" */ member
|
H A D | tc.prompt.c | 546 for (pp = proclist.p_next; pp; pp = pp->p_next) in tprintf()
|
H A D | sh.c | 1865 for (pp = proclist.p_next; pp; pp = pp->p_next) { in phup() 2436 for (pp = proclist.p_next; pp; pp = pp->p_next) { in done()
|
H A D | tw.init.c | 1016 for (j = proclist.p_next; j != NULL; j = j->p_next) in tw_job_next()
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_chain.h | 332 struct ecore_chain_next *p_next = OSAL_NULL; in ecore_chain_advance_page() local 337 p_next = (struct ecore_chain_next *)(*p_next_elem); in ecore_chain_advance_page() 338 *p_next_elem = p_next->next_virt; in ecore_chain_advance_page() 699 struct ecore_chain_next *p_next; in ecore_chain_init_next_ptr_elem() local 703 p_next = (struct ecore_chain_next *)((u8 *)p_virt_curr + size); in ecore_chain_init_next_ptr_elem() 705 DMA_REGPAIR_LE(p_next->next_phys, p_phys_next); in ecore_chain_init_next_ptr_elem() 707 p_next->next_virt = p_virt_next; in ecore_chain_init_next_ptr_elem() 721 struct ecore_chain_next *p_next = OSAL_NULL; in ecore_chain_get_last_elem() local 732 p_next = (struct ecore_chain_next *)((u8 *)p_virt_addr + size); in ecore_chain_get_last_elem() 733 while (p_next->next_virt != p_chain->p_virt_addr) { in ecore_chain_get_last_elem() [all …]
|
/freebsd/contrib/ofed/opensm/complib/ |
H A D | cl_list.c | 141 cl_qlist_tail(p_src_list)->p_next = cl_qlist_head(p_dest_list); in cl_qlist_insert_list_head() 148 p_dest_list->end.p_next = cl_qlist_head(p_src_list); in cl_qlist_insert_list_head() 193 cl_qlist_tail(p_dest_list)->p_next = cl_qlist_head(p_src_list); in cl_qlist_insert_list_tail() 201 cl_qlist_tail(p_src_list)->p_next = &p_dest_list->end; in cl_qlist_insert_list_tail() 317 cl_list_item_t *p_current_item, *p_next; in cl_qlist_move_items() local 329 p_next = cl_qlist_next(p_current_item); in cl_qlist_move_items() 336 p_current_item = p_next; in cl_qlist_move_items()
|
H A D | cl_map.c | 404 __cl_primitive_insert(p_insert_at->pool_item.list_item.p_next, in cl_qmap_insert() 598 cl_map_item_t *p_item, *p_item2, *p_next; in cl_qmap_merge() local 606 p_next = cl_qmap_next(p_item); in cl_qmap_merge() 621 p_item = p_next; in cl_qmap_merge() 630 cl_map_item_t *p_next; in __cl_qmap_delta_move() local 636 p_next = cl_qmap_next(*pp_item); in __cl_qmap_delta_move() 643 (*pp_item) = p_next; in __cl_qmap_delta_move() 1343 __cl_primitive_insert(p_insert_at->pool_item.list_item.p_next, in cl_fmap_insert() 1535 cl_fmap_item_t *p_item, *p_item2, *p_next; in cl_fmap_merge() local 1543 p_next = cl_fmap_next(p_item); in cl_fmap_merge() [all …]
|
/freebsd/crypto/openssl/crypto/ |
H A D | mem_sec.c | 305 struct sh_list_st **p_next; member 384 temp->p_next = (SH_LIST **)list; in sh_add_to_list() 387 OPENSSL_assert((char **)temp->next->p_next == list); in sh_add_to_list() 388 temp->next->p_next = &(temp->next); in sh_add_to_list() 400 temp->next->p_next = temp->p_next; in sh_remove_from_list() 401 *temp->p_next = temp->next; in sh_remove_from_list() 406 OPENSSL_assert(WITHIN_FREELIST(temp2->p_next) || WITHIN_ARENA(temp2->p_next)); in sh_remove_from_list()
|
/freebsd/usr.sbin/ctld/ |
H A D | ctld.c | 555 TAILQ_INSERT_TAIL(&pg->pg_portals, portal, p_next); in portal_new() 563 TAILQ_REMOVE(&portal->p_portal_group->pg_portals, portal, p_next); in portal_delete() 607 TAILQ_FOREACH_SAFE(portal, &pg->pg_portals, p_next, tmp) in portal_group_delete() 786 TAILQ_FOREACH(portal, &pg->pg_portals, p_next) { in isns_do_register() 800 TAILQ_FOREACH(portal, &pg->pg_portals, p_next) { in isns_do_register() 1040 TAILQ_INSERT_TAIL(&conf->conf_ports, port, p_next); in port_new() 1088 TAILQ_INSERT_TAIL(&conf->conf_ports, port, p_next); in port_new_ioctl() 1114 TAILQ_INSERT_TAIL(&conf->conf_ports, port, p_next); in port_new_pp() 1127 TAILQ_FOREACH(port, &conf->conf_ports, p_next) { in port_find() 1158 TAILQ_REMOVE(&port->p_conf->conf_ports, port, p_next); in port_delete() [all …]
|
H A D | ctld.h | 93 TAILQ_ENTRY(portal) p_next; 142 TAILQ_ENTRY(port) p_next;
|
H A D | discovery.c | 115 TAILQ_FOREACH(portal, &port->p_portal_group->pg_portals, p_next) { in discovery_add_target()
|
/freebsd/sys/kern/ |
H A D | subr_prf.c | 105 char *p_next; member 285 pca.p_next = pca.p_bufr; in _vprintf() 288 *pca.p_next = '\0'; in _vprintf() 465 *ap->p_next++ = c; in putbuf() 469 *ap->p_next = '\0'; in putbuf() 475 ap->p_next = ap->p_bufr; in putbuf() 477 *ap->p_next = '\0'; in putbuf()
|
/freebsd/crypto/openssl/test/ |
H A D | ectest.c | 1838 ECPARAMETERS **p_next = &p_ary[0]; in check_named_curve_from_ecparameters() local 1911 || !TEST_ptr(other_params = *p_next++ = in check_named_curve_from_ecparameters() 1928 || !TEST_ptr(other_params = *p_next++ = in check_named_curve_from_ecparameters() 1947 || !TEST_ptr(other_params = *p_next++ = in check_named_curve_from_ecparameters() 1955 || !TEST_ptr(other_params = *p_next++ = in check_named_curve_from_ecparameters() 1966 || !TEST_ptr(other_params = *p_next++ = in check_named_curve_from_ecparameters() 1977 || !TEST_ptr(other_params = *p_next++ = in check_named_curve_from_ecparameters() 1988 || !TEST_ptr(other_params = *p_next++ = in check_named_curve_from_ecparameters() 2002 for (p_next = &p_ary[0]; p_next < p_ary + OSSL_NELEM(g_ary); p_next++) in check_named_curve_from_ecparameters() 2003 ECPARAMETERS_free(*p_next); in check_named_curve_from_ecparameters()
|