Home
last modified time | relevance | path

Searched defs:sci (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_primary32.h171 SizeClassInfo *sci = GetSizeClassInfo(class_id); in AllocateBatch() local
187 SizeClassInfo *sci = GetSizeClassInfo(class_id); in DeallocateBatch() local
316 bool PopulateBatches(AllocatorCache *c, SizeClassInfo *sci, uptr class_id, in PopulateBatches()
342 SizeClassInfo *sci, uptr class_id) { in PopulateFreeList()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_indirect.c364 spa_condensing_indirect_t *sci = kmem_zalloc(sizeof (*sci), KM_SLEEP); in spa_condensing_indirect_create() local
380 spa_condensing_indirect_destroy(spa_condensing_indirect_t *sci) in spa_condensing_indirect_destroy()
482 spa_condensing_indirect_t *sci = arg; in spa_condense_indirect_complete_sync() local
545 spa_condensing_indirect_t *sci = arg; in spa_condense_indirect_commit_sync() local
565 spa_condensing_indirect_t *sci = spa->spa_condensing_indirect; in spa_condense_indirect_commit_entry() local
661 spa_condensing_indirect_t *sci = spa->spa_condensing_indirect; in spa_condense_indirect_thread() local
/freebsd/sys/contrib/ncsw/Peripherals/FM/MACSEC/
H A Dfm_macsec.h114 macsecSCI_t sci; member
125 macsecSCI_t sci; member
H A Dfm_macsec_master.h305 #define GET_SCI_FIRST_HALF(sci) (uint32_t)((macsecSCI_t)((macsecSCI_t)(sci) & SCI_HIGH_MASK) >>… argument
306 #define GET_SCI_SECOND_HALF(sci) (uint32_t)((macsecSCI_t)(sci) & SCI_LOW_MASK) argument
H A Dfm_macsec_secy.c89 macsecSCI_t sci, in FmMacsecSecYCreateSc()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_macsec_linux.c125 static int nla_put_rxsc_config(struct nl_msg *msg, u64 sci) in nla_put_rxsc_config()
1049 u64 sci, unsigned char an, bool state) in set_active_rx_sa()
1123 static struct rtnl_link * lookup_sc(struct nl_cache *cache, int parent, u64 sci, in lookup_sc()
1159 u64 sci; in macsec_drv_create_transmit_sc() local
H A Ddriver_macsec_qca.c63 struct ieee802_1x_mka_sci sci; member
519 struct ieee802_1x_mka_sci *sci, in macsec_qca_lookup_channel()
537 struct ieee802_1x_mka_sci *sci, in macsec_qca_register_channel()
/freebsd/contrib/wpa/src/pae/
H A Dieee802_1x_kay.c116 static const char * sci_txt(const struct ieee802_1x_mka_sci *sci) in sci_txt()
426 u64 mka_sci_u64(struct ieee802_1x_mka_sci *sci) in mka_sci_u64()
449 const struct ieee802_1x_mka_sci *sci) in ieee802_1x_kay_get_peer_sci()
2765 ieee802_1x_kay_init_transmit_sc(const struct ieee802_1x_mka_sci *sci) in ieee802_1x_kay_init_transmit_sc()
H A Dieee802_1x_kay.h81 struct ieee802_1x_mka_sci sci; /* const SCI sci */ member
112 struct ieee802_1x_mka_sci sci; /* const SCI sci */ member
H A Dieee802_1x_kay_i.h45 struct ieee802_1x_mka_sci sci; member
/freebsd/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_macsec_ext.h669 macsecSCI_t sci; /**< The secure channel identification of the SC */ member