Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/ofed/opensm/opensm/
Dosm_pkey_mgr.c118 p_pending->is_new = TRUE; in pkey_mgr_process_physical_port()
122 p_pending->is_new = FALSE; in pkey_mgr_process_physical_port()
146 p_pending->is_new = TRUE; in pkey_mgr_process_physical_port()
159 p_pending->is_new = TRUE; in pkey_mgr_process_physical_port()
167 p_pending->is_new = TRUE; in pkey_mgr_process_physical_port()
175 p_pending->is_new = TRUE; in pkey_mgr_process_physical_port()
184 if (p_pending->is_new == TRUE) in pkey_mgr_process_physical_port()
193 cl_ntoh16(pkey), p_pending->is_new ? "inserted" : "updated", in pkey_mgr_process_physical_port()
431 if (p_pending->is_new == FALSE) { in pkey_mgr_update_port()
Dosm_node_info_rcv.c549 p_port->is_new = 1; in ni_rcv_process_existing_ca_or_router()
776 p_port->is_new = 1; in ni_rcv_process_new()
Dosm_state_mgr.c1044 if (!p_port->is_new) in state_mgr_report_new_ports()
1086 p_port->is_new = 0; in state_mgr_report_new_ports()
Dosm_ucast_cache.c579 if (p_remote_port->is_new) { in ucast_cache_validate()
Dosm_lid_mgr.c1052 p_mgr->p_subn->first_time_master_sweep == TRUE || p_port->is_new) in lid_mgr_set_physp_pi()
/freebsd-12-stable/contrib/ofed/opensm/include/opensm/
Dosm_pkey.h158 boolean_t is_new; member
Dosm_port.h1193 unsigned is_new; member
/freebsd-12-stable/sys/netinet6/
Din6_mcast.c1870 int error, is_new; in in6p_join_group() local
1984 is_new = 1; in in6p_join_group()
1992 is_new = 0; in in6p_join_group()
2062 if (is_new) { in in6p_join_group()
2081 if (is_new) { in in6p_join_group()
2094 if (is_new) { in in6p_join_group()
2147 if (is_new && imf) { in in6p_join_group()
Dnd6.c1824 nd6_is_router(int type, int code, int is_new, int old_addr, int new_addr, in nd6_is_router() argument
1862 if (is_new) /* (6-7) */ in nd6_is_router()
1874 if (is_new) /* (6-7) */ in nd6_is_router()
1888 if ((!is_new && (old_addr || new_addr)) || /* (2-5) */ in nd6_is_router()
1889 (is_new && new_addr)) { /* (7) */ in nd6_is_router()
/freebsd-12-stable/sys/netinet/
Din_mcast.c1960 int error, is_new; in inp_join_group() local
2080 is_new = 1; in inp_join_group()
2088 is_new = 0; in inp_join_group()
2163 if (is_new) { in inp_join_group()
2182 if (is_new) { in inp_join_group()
2195 if (is_new) { in inp_join_group()
2249 if (is_new && imf) { in inp_join_group()
/freebsd-12-stable/contrib/gcc/
Dtree-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()
DChangeLog.tree-ssa18848 (create_varref): Remove variable 'is_new'.