Home
last modified time | relevance | path

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

/freebsd-src/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 PopulateBatches(AllocatorCache * c,SizeClassInfo * sci,uptr class_id,TransferBatch ** current_batch,uptr max_count,uptr * pointers_array,uptr count) PopulateBatches() argument
342 PopulateFreeList(AllocatorStats * stat,AllocatorCache * c,SizeClassInfo * sci,uptr class_id) PopulateFreeList() argument
[all...]
/freebsd-src/sys/contrib/openzfs/module/zfs/
H A Dvdev_indirect.c363 spa_condensing_indirect_t *sci = kmem_zalloc(sizeof (*sci), KM_SLEEP); spa_condensing_indirect_create() local
379 spa_condensing_indirect_destroy(spa_condensing_indirect_t * sci) spa_condensing_indirect_destroy() argument
481 spa_condensing_indirect_t *sci = arg; spa_condense_indirect_complete_sync() local
544 spa_condensing_indirect_t *sci = arg; spa_condense_indirect_commit_sync() local
564 spa_condensing_indirect_t *sci = spa->spa_condensing_indirect; spa_condense_indirect_commit_entry() local
660 spa_condensing_indirect_t *sci = spa->spa_condensing_indirect; spa_condense_indirect_thread() local
[all...]
/freebsd-src/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-src/contrib/wpa/src/drivers/
H A Ddriver_macsec_linux.c113 nla_put_rxsc_config(struct nl_msg * msg,u64 sci) nla_put_rxsc_config() argument
992 set_active_rx_sa(const struct macsec_genl_ctx * ctx,int ifindex,u64 sci,unsigned char an,bool state) set_active_rx_sa() argument
1066 lookup_sc(struct nl_cache * cache,int parent,u64 sci) lookup_sc() argument
1099 u64 sci; macsec_drv_create_transmit_sc() local
[all...]
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() argument
537 struct ieee802_1x_mka_sci *sci, in macsec_qca_register_channel() argument
[all...]
/freebsd-src/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() argument
418 mka_sci_u64(struct ieee802_1x_mka_sci * sci) mka_sci_u64() argument
441 ieee802_1x_kay_get_peer_sci(struct ieee802_1x_mka_participant * participant,const struct ieee802_1x_mka_sci * sci) ieee802_1x_kay_get_peer_sci() argument
2727 ieee802_1x_kay_init_transmit_sc(const struct ieee802_1x_mka_sci * sci) ieee802_1x_kay_init_transmit_sc() argument
[all...]
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-src/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_macsec_ext.h669 macsecSCI_t sci; /**< The secure channel identification of the SC */ member