Searched refs:is_new (Results 1 – 12 of 12) sorted by relevance
| /freebsd/sys/powerpc/booke/ |
| H A D | pmap_64.c | 135 bool nosleep, bool *is_new); 291 ptbl_alloc(pmap_t pmap, vm_offset_t va, bool nosleep, bool *is_new) in ptbl_alloc() argument 300 pg_root_idx, nosleep, false, is_new); in ptbl_alloc() 304 nosleep, !*is_new, is_new); in ptbl_alloc() 308 nosleep, !*is_new, is_new); in ptbl_alloc() 446 bool is_new; in pte_enter() local 449 ptbl = ptbl_alloc(pmap, va, nosleep, &is_new); in pte_enter() 454 if (is_new) { in pte_enter()
|
| /freebsd/contrib/ofed/opensm/opensm/ |
| H A D | osm_pkey_mgr.c | 118 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()
|
| H A D | osm_node_info_rcv.c | 549 p_port->is_new = 1; in ni_rcv_process_existing_ca_or_router() 776 p_port->is_new = 1; in ni_rcv_process_new()
|
| H A D | osm_state_mgr.c | 1044 if (!p_port->is_new) in state_mgr_report_new_ports() 1086 p_port->is_new = 0; in state_mgr_report_new_ports()
|
| H A D | osm_ucast_cache.c | 579 if (p_remote_port->is_new) { in ucast_cache_validate()
|
| H A D | osm_lid_mgr.c | 1052 p_mgr->p_subn->first_time_master_sweep == TRUE || p_port->is_new) in lid_mgr_set_physp_pi()
|
| /freebsd/crypto/krb5/src/lib/gssapi/krb5/ |
| H A D | import_cred.c | 510 krb5_boolean is_new; in json_to_kgcred() local 554 &is_new)) in json_to_kgcred() 556 cred->destroy_ccache = is_new; in json_to_kgcred()
|
| /freebsd/contrib/ofed/opensm/include/opensm/ |
| H A D | osm_pkey.h | 158 boolean_t is_new; member
|
| H A D | osm_port.h | 1193 unsigned is_new; member
|
| /freebsd/sys/netinet/ |
| H A D | in_mcast.c | 1898 int error, is_new; in inp_join_group() local 2025 is_new = 1; in inp_join_group() 2033 is_new = 0; in inp_join_group() 2108 if (is_new) { in inp_join_group() 2127 if (is_new) { in inp_join_group() 2140 if (is_new) { in inp_join_group() 2194 if (is_new && imf) { in inp_join_group()
|
| /freebsd/sys/netinet6/ |
| H A D | in6_mcast.c | 1905 int error, is_new; in in6p_join_group() local 2023 is_new = 1; in in6p_join_group() 2031 is_new = 0; in in6p_join_group() 2101 if (is_new) { in in6p_join_group() 2120 if (is_new) { in in6p_join_group() 2133 if (is_new) { in in6p_join_group() 2186 if (is_new && imf) { in in6p_join_group()
|
| H A D | nd6.c | 1888 nd6_is_router(int type, int code, int is_new, int old_addr, int new_addr, in nd6_is_router() argument 1926 if (is_new) /* (6-7) */ in nd6_is_router() 1938 if (is_new) /* (6-7) */ in nd6_is_router() 1952 if ((!is_new && (old_addr || new_addr)) || /* (2-5) */ in nd6_is_router() 1953 (is_new && new_addr)) { /* (7) */ in nd6_is_router()
|