Searched refs:unique_id (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_sadb.c104 uint64_t unique_id; local
157 unique_id = SA_FORM_UNIQUE_ID(ixa);
173 * - unique_id
184 * DEFINITIONS: A _shared_ SA is one with unique_id == 0 and USED.
185 * An _unused_ SA is one with unique_id == 0 and not USED.
186 * A _unique_ SA is one with unique_id != 0 and USED.
187 * An SA with unique_id != 0 and not USED never happens.
200 * (e.g. unique_id) that I may be racing with other threads.
337 * ipsa_unique_id == unique_id, otherwise NOT USED
349 ((unique_id
[all...]
H A Dsadb.c4807 uint64_t unique_id, ts_label_t *tsl)
4836 (unique_id == walker->ipsacq_unique_id) &&
4873 uint64_t unique_id = 0; local
4907 unique_id = SA_FORM_UNIQUE_ID(ixa);
4961 unique_id, tsl);
5063 newbie->ipsacq_unique_id = unique_id;
4805 sadb_checkacquire(iacqf_t *bucket, ipsec_action_t *ap, ipsec_policy_t *pp, uint32_t *src, uint32_t *dst, uint32_t *isrc, uint32_t *idst, uint64_t unique_id, ts_label_t *tsl) argument
H A Dspd.c1748 * Takes a latched conn and an inbound packet and returns a unique_id suitable
2460 uint64_t unique_id; local
2619 unique_id = conn_to_unique(connp, mp, ipha, ip6h);
2621 mp = ipsec_check_ipsecin_policy(mp, p, ipha, ip6h, unique_id, ira, ns);
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c256 uint32_t unique_id);
11178 mptsas_get_fw_diag_buffer_number(mptsas_t *mpt, uint32_t unique_id) argument
11183 if (mpt->m_fw_diag_buffer_list[index].unique_id == unique_id) {
11542 pBuffer->unique_id = MPTSAS_FW_DIAG_INVALID_UID;
11582 uint32_t unique_id; local
11590 unique_id = diag_register->UniqueId;
11604 i = mptsas_get_fw_diag_buffer_number(mpt, unique_id);
11615 if ((pBuffer->unique_id != MPTSAS_FW_DIAG_INVALID_UID) ||
11616 (unique_id
11688 uint32_t unique_id; local
11744 uint32_t unique_id; local
11820 uint32_t unique_id, byte; local
11894 uint32_t unique_id; local
[all...]
/illumos-gate/usr/src/uts/common/io/mega_sas/
H A Dmegaraid_sas.h1183 uint32_t unique_id; member in struct:megasas_instance
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/
H A Dmptsas_var.h410 uint32_t unique_id; member in struct:mptsas_fw_diagnostic_buffer
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas.h523 uint32_t unique_id; member in struct:mrsas_instance

Completed in 152 milliseconds