Searched refs:is_new (Results 1 - 11 of 11) sorted by relevance

/freebsd-9.3-release/contrib/ofed/management/opensm/include/opensm/
H A Dosm_pkey.h140 boolean_t is_new; member in struct:osm_pending_pkey
154 * is_new
H A Dosm_port.h1156 unsigned is_new; member in struct:osm_port
/freebsd-9.3-release/contrib/ofed/management/opensm/opensm/
H A Dosm_pkey_mgr.c107 p_pending->is_new = TRUE;
114 p_pending->is_new = FALSE;
307 if (p_pending->is_new == FALSE) {
H A Dosm_node_info_rcv.c462 p_port->is_new = 1;
674 p_port->is_new = 1;
H A Dosm_state_mgr.c834 if (!p_port->is_new)
876 p_port->is_new = 0;
H A Dosm_lid_mgr.c1104 is_new field is set.
1106 if ((p_mgr->p_subn->first_time_master_sweep == TRUE || p_port->is_new)
H A Dosm_ucast_cache.c563 * then its port should have is_new flag on.
595 * check its p_port->is_new flag.
601 if (p_remote_port->is_new) {
/freebsd-9.3-release/sys/netinet/
H A Din_mcast.c1865 int error, is_new; local
1871 is_new = 0;
1973 is_new = 1;
2036 if (is_new) {
2070 if (is_new) {
2085 if (is_new) {
2096 if (is_new) {
2130 if (is_new)
2139 if (error && is_new) {
/freebsd-9.3-release/sys/netinet6/
H A Din6_mcast.c1816 int error, is_new; local
1822 is_new = 0;
1927 is_new = 1;
1985 if (is_new) {
2019 if (is_new) {
2034 if (is_new) {
2045 if (is_new) {
2072 if (is_new)
2081 if (error && is_new) {
/freebsd-9.3-release/sys/boot/zfs/
H A Dzfsimpl.c517 int nkids, i, is_new; local
556 is_new = 1;
601 is_new = 0;
604 if (is_new || is_newer) {
633 if (is_new)
/freebsd-9.3-release/contrib/gcc/
H A Dtree-vrp.c523 bool is_new; local
527 is_new = old_vr->type != new_vr->type
532 if (is_new)
539 return is_new;

Completed in 141 milliseconds