Home
last modified time | relevance | path

Searched refs:is_new (Results 1 – 13 of 13) sorted by relevance

/NextBSD/contrib/ofed/management/opensm/opensm/
HDosm_pkey_mgr.c107 p_pending->is_new = TRUE; in pkey_mgr_process_physical_port()
114 p_pending->is_new = FALSE; in pkey_mgr_process_physical_port()
307 if (p_pending->is_new == FALSE) { in pkey_mgr_update_port()
HDosm_node_info_rcv.c462 p_port->is_new = 1; in __osm_ni_rcv_process_existing_ca_or_router()
674 p_port->is_new = 1; in __osm_ni_rcv_process_new()
HDosm_state_mgr.c834 if (!p_port->is_new) in __osm_state_mgr_report_new_ports()
876 p_port->is_new = 0; in __osm_state_mgr_report_new_ports()
HDosm_ucast_cache.c601 if (p_remote_port->is_new) { in ucast_cache_validate()
HDosm_lid_mgr.c1106 if ((p_mgr->p_subn->first_time_master_sweep == TRUE || p_port->is_new) in __osm_lid_mgr_set_physp_pi()
/NextBSD/sys/netinet6/
HDin6_mcast.c1811 int error, is_new; in in6p_join_group() local
1817 is_new = 0; in in6p_join_group()
1921 is_new = 1; in in6p_join_group()
1979 if (is_new) { in in6p_join_group()
2013 if (is_new) { in in6p_join_group()
2028 if (is_new) { in in6p_join_group()
2039 if (is_new) { in in6p_join_group()
2066 if (is_new) in in6p_join_group()
2075 if (error && is_new) { in in6p_join_group()
HDnd6.c1776 nd6_is_router(int type, int code, int is_new, int old_addr, int new_addr, in nd6_is_router() argument
1814 if (is_new) /* (6-7) */ in nd6_is_router()
1826 if (is_new) /* (6-7) */ in nd6_is_router()
1840 if ((!is_new && (old_addr || new_addr)) || /* (2-5) */ in nd6_is_router()
1841 (is_new && new_addr)) { /* (7) */ in nd6_is_router()
/NextBSD/sys/netinet/
HDin_mcast.c1936 int error, is_new; in inp_join_group() local
1942 is_new = 0; in inp_join_group()
2044 is_new = 1; in inp_join_group()
2107 if (is_new) { in inp_join_group()
2141 if (is_new) { in inp_join_group()
2156 if (is_new) { in inp_join_group()
2167 if (is_new) { in inp_join_group()
2201 if (is_new) in inp_join_group()
2210 if (error && is_new) { in inp_join_group()
/NextBSD/contrib/ofed/management/opensm/include/opensm/
HDosm_pkey.h140 boolean_t is_new; member
HDosm_port.h1156 unsigned is_new; member
/NextBSD/sys/boot/zfs/
HDzfsimpl.c519 int nkids, i, is_new; in vdev_init_from_nvlist() local
558 is_new = 1; in vdev_init_from_nvlist()
603 is_new = 0; in vdev_init_from_nvlist()
606 if (is_new || is_newer) { in vdev_init_from_nvlist()
635 if (is_new) in vdev_init_from_nvlist()
/NextBSD/contrib/gcc/
HDtree-vrp.c523 bool is_new; in update_value_range() local
527 is_new = old_vr->type != new_vr->type in update_value_range()
532 if (is_new) in update_value_range()
539 return is_new; in update_value_range()
HDChangeLog.tree-ssa18848 (create_varref): Remove variable 'is_new'.