Home
last modified time | relevance | path

Searched refs:sci (Results 1 – 25 of 29) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator_primary32.h171 SizeClassInfo *sci = GetSizeClassInfo(class_id); in AllocateBatch() local
172 SpinMutexLock l(&sci->mutex); in AllocateBatch()
173 if (sci->free_list.empty()) { in AllocateBatch()
174 if (UNLIKELY(!PopulateFreeList(stat, c, sci, class_id))) in AllocateBatch()
176 DCHECK(!sci->free_list.empty()); in AllocateBatch()
178 TransferBatch *b = sci->free_list.front(); in AllocateBatch()
179 sci->free_list.pop_front(); in AllocateBatch()
187 SizeClassInfo *sci = GetSizeClassInfo(class_id); in DeallocateBatch() local
188 SpinMutexLock l(&sci->mutex); in DeallocateBatch()
189 sci->free_list.push_front(b); in DeallocateBatch()
[all …]
/freebsd-12-stable/sys/gnu/dts/arm64/ti/
Dk3-j721e-mcu-wakeup.dtsi10 compatible = "ti,k2g-sci";
22 compatible = "ti,sci-pm-domain";
27 compatible = "ti,k2g-sci-clk";
32 compatible = "ti,sci-reset";
81 compatible = "ti,sci-intr";
86 ti,sci = <&dmsc>;
87 ti,sci-dst-id = <14>;
88 ti,sci-rm-range-girq = <0x5>;
237 ti,sci-dev-id = <232>;
247 ti,sci-rm-range-gp-rings = <0x1>; /* GP ring range */
[all …]
Dk3-am65-wakeup.dtsi10 compatible = "ti,am654-sci";
22 compatible = "ti,sci-pm-domain";
27 compatible = "ti,k2g-sci-clk";
32 compatible = "ti,sci-reset";
68 compatible = "ti,sci-intr";
73 ti,sci = <&dmsc>;
74 ti,sci-dst-id = <56>;
75 ti,sci-rm-range-girq = <0x4>;
Dk3-am65-mcu.dtsi115 ti,sci-dev-id = <119>;
125 ti,sci-rm-range-gp-rings = <0x2>; /* GP ring range */
127 ti,sci = <&dmsc>;
128 ti,sci-dev-id = <195>;
141 ti,sci = <&dmsc>;
142 ti,sci-dev-id = <194>;
145 ti,sci-rm-range-tchan = <0x1>, /* TX_HCHAN */
147 ti,sci-rm-range-rchan = <0x3>, /* RX_HCHAN */
149 ti,sci-rm-range-rflow = <0x5>; /* GP RFLOW */
Dk3-am65-main.dtsi367 compatible = "ti,sci-intr";
372 ti,sci = <&dmsc>;
373 ti,sci-dst-id = <56>;
374 ti,sci-rm-range-girq = <0x1>;
385 ti,sci-dev-id = <118>;
388 compatible = "ti,sci-intr";
393 ti,sci = <&dmsc>;
394 ti,sci-dst-id = <56>;
395 ti,sci-rm-range-girq = <0x0>, <0x2>;
399 compatible = "ti,sci-inta";
[all …]
Dk3-j721e-main.dtsi44 compatible = "ti,sci-intr";
49 ti,sci = <&dmsc>;
50 ti,sci-dst-id = <14>;
51 ti,sci-rm-range-girq = <0x1>;
62 ti,sci-dev-id = <199>;
65 compatible = "ti,sci-intr";
70 ti,sci = <&dmsc>;
71 ti,sci-dst-id = <14>;
72 ti,sci-rm-range-girq = <0>, <2>;
76 compatible = "ti,sci-inta";
[all …]
/freebsd-12-stable/contrib/wpa/src/drivers/
Ddriver_macsec_linux.c113 static int nla_put_rxsc_config(struct nl_msg *msg, u64 sci) in nla_put_rxsc_config() argument
120 NLA_PUT_U64(msg, MACSEC_RXSC_ATTR_SCI, sci); in nla_put_rxsc_config()
684 err = do_dump(drv, 0xff, mka_sci_u64(&sa->sc->sci), sa->an, in macsec_drv_get_receive_lowest_pn()
715 if (nla_put_rxsc_config(msg, mka_sci_u64(&sa->sc->sci))) in macsec_drv_set_receive_lowest_pn()
827 drv->ifname, SCI2STR(sc->sci.addr, sc->sci.port), in macsec_drv_create_receive_sc()
834 if (nla_put_rxsc_config(msg, mka_sci_u64(&sc->sci))) in macsec_drv_create_receive_sc()
864 drv->ifname, SCI2STR(sc->sci.addr, sc->sci.port)); in macsec_drv_delete_receive_sc()
870 if (nla_put_rxsc_config(msg, mka_sci_u64(&sc->sci))) in macsec_drv_delete_receive_sc()
904 SCI2STR(sa->sc->sci.addr, sa->sc->sci.port), in macsec_drv_create_receive_sa()
916 if (nla_put_rxsc_config(msg, mka_sci_u64(&sa->sc->sci))) in macsec_drv_create_receive_sa()
[all …]
Ddriver_macsec_qca.c63 struct ieee802_1x_mka_sci sci; member
519 struct ieee802_1x_mka_sci *sci, in macsec_qca_lookup_channel() argument
525 if (os_memcmp(&map[i].sci, sci, in macsec_qca_lookup_channel()
537 struct ieee802_1x_mka_sci *sci, in macsec_qca_register_channel() argument
540 os_memcpy(&map[channel].sci, sci, sizeof(struct ieee802_1x_mka_sci)); in macsec_qca_register_channel()
548 return macsec_qca_lookup_channel(drv->receive_channel_map, &sc->sci, in macsec_qca_lookup_receive_channel()
557 macsec_qca_register_channel(drv->receive_channel_map, &sc->sci, in macsec_qca_register_receive_channel()
566 return macsec_qca_lookup_channel(drv->transmit_channel_map, &sc->sci, in macsec_qca_lookup_transmit_channel()
575 macsec_qca_register_channel(drv->transmit_channel_map, &sc->sci, in macsec_qca_register_transmit_channel()
686 const u8 *sci_addr = sc->sci.addr; in macsec_qca_create_receive_sc()
[all …]
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dvdev_indirect.c363 spa_condensing_indirect_t *sci = kmem_zalloc(sizeof (*sci), KM_SLEEP); in spa_condensing_indirect_create() local
367 list_create(&sci->sci_new_mapping_entries[i], in spa_condensing_indirect_create()
372 sci->sci_new_mapping = in spa_condensing_indirect_create()
375 return (sci); in spa_condensing_indirect_create()
379 spa_condensing_indirect_destroy(spa_condensing_indirect_t *sci) in spa_condensing_indirect_destroy() argument
382 list_destroy(&sci->sci_new_mapping_entries[i]); in spa_condensing_indirect_destroy()
384 if (sci->sci_new_mapping != NULL) in spa_condensing_indirect_destroy()
385 vdev_indirect_mapping_close(sci->sci_new_mapping); in spa_condensing_indirect_destroy()
387 kmem_free(sci, sizeof (*sci)); in spa_condensing_indirect_destroy()
480 spa_condensing_indirect_t *sci = arg; in spa_condense_indirect_complete_sync() local
[all …]
/freebsd-12-stable/contrib/wpa/src/pae/
Dieee802_1x_kay.c116 static const char * sci_txt(const struct ieee802_1x_mka_sci *sci) in sci_txt() argument
121 MAC2STR(sci->addr), be_to_host16(sci->port)); in sci_txt()
418 u64 mka_sci_u64(struct ieee802_1x_mka_sci *sci) in mka_sci_u64() argument
422 os_memcpy(tmp.addr, sci->addr, ETH_ALEN); in mka_sci_u64()
423 tmp.port = sci->port; in mka_sci_u64()
441 const struct ieee802_1x_mka_sci *sci) in ieee802_1x_kay_get_peer_sci() argument
447 if (sci_equal(&peer->sci, sci)) in ieee802_1x_kay_get_peer_sci()
453 if (sci_equal(&peer->sci, sci)) in ieee802_1x_kay_get_peer_sci()
534 os_memcpy(&psc->sci, psci, sizeof(psc->sci)); in ieee802_1x_kay_init_receive_sc()
541 sci_txt(&psc->sci)); in ieee802_1x_kay_init_receive_sc()
[all …]
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
238 u64 mka_sci_u64(struct ieee802_1x_mka_sci *sci);
Dieee802_1x_kay_i.h45 struct ieee802_1x_mka_sci sci; member
/freebsd-12-stable/sys/contrib/ncsw/Peripherals/FM/MACSEC/
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
Dfm_macsec.h114 macsecSCI_t sci; member
125 macsecSCI_t sci; member
Dfm_macsec_secy.c89 macsecSCI_t sci, in FmMacsecSecYCreateSc() argument
142 ((t_RxScParams *)p_Params)->sci = sci; in FmMacsecSecYCreateSc()
152 ((t_TxScParams *)p_Params)->sci = sci; in FmMacsecSecYCreateSc()
315 p_FmMacsecSecYDriverParam->txScParams.sci, in FM_MACSEC_SECY_Init()
503 return FmMacsecSecYCreateSc(p_FmMacsecSecY, p_ScParams->sci, p_ScParams->cipherSuite, e_SC_RX); in FM_MACSEC_SECY_CreateRxSc()
Dfm_macsec_master.c605 WRITE_UINT32(p_FmMacsec->p_FmMacsecRegs->rxsci1h, GET_SCI_FIRST_HALF(p_RxScParams->sci)); in FmMacsecCreateRxSc()
606 WRITE_UINT32(p_FmMacsec->p_FmMacsecRegs->rxsci2h, GET_SCI_SECOND_HALF(p_RxScParams->sci)); in FmMacsecCreateRxSc()
663 WRITE_UINT32(p_FmMacsec->p_FmMacsecRegs->txsci1h, GET_SCI_FIRST_HALF(p_TxScParams->sci)); in FmMacsecCreateTxSc()
664 WRITE_UINT32(p_FmMacsec->p_FmMacsecRegs->txsci2h, GET_SCI_SECOND_HALF(p_TxScParams->sci)); in FmMacsecCreateTxSc()
/freebsd-12-stable/share/i18n/csmapper/KAZAKH/
DKZ1048%UCS.src29 # Mapping data are available online at http://www.sci.kz/~sairan/kazcode/TableA.html
33 # http://www.sci.kz/~sairan/kazcode/TableA.html contains changes from windows-1251 in blue.
DUCS%KZ1048.src29 # Mapping data are available online at http://www.sci.kz/~sairan/kazcode/TableA.html
33 # http://www.sci.kz/~sairan/kazcode/TableA.html contains changes from windows-1251 in blue.
/freebsd-12-stable/sys/gnu/dts/arm/
Dkeystone-k2g.dtsi258 compatible = "ti,k2g-sci";
271 compatible = "ti,sci-pm-domain";
276 compatible = "ti,k2g-sci-clk";
281 compatible = "ti,sci-reset";
Dversatile-pb.dts96 sci@a000 {
Dversatile-ab.dts371 sci@101f0000 {
/freebsd-12-stable/sys/contrib/ncsw/inc/Peripherals/
Dfm_macsec_ext.h669 macsecSCI_t sci; /**< The secure channel identification of the SC */ member
/freebsd-12-stable/share/i18n/csmapper/KOI/
DKOI8-C%UCS.src18 # http://www.sci.kz/~sairan/kazcode/Table14.html
DUCS%KOI8-C.src23 # http://www.sci.kz/~sairan/kazcode/Table14.html
/freebsd-12-stable/usr.bin/compress/doc/
DNOTES8 Newsgroups: sci.crypt

12