HomeSort by: relevance | last modified time | path
    Searched refs:sas (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/compat/linux32/arch/amd64/
linux32_machdep.c 110 stack_t *sas = &l->l_sigstk; local in function:linux32_old_sendsig
114 onstack = (sas->ss_flags & (SS_DISABLE | SS_ONSTACK)) == 0 &&
120 fp = (struct linux32_sigframe *)((char *)sas->ss_sp +
121 sas->ss_size);
165 sas->ss_flags |= SS_ONSTACK;
181 stack_t *sas = &l->l_sigstk; local in function:linux32_rt_sendsig
185 onstack = (sas->ss_flags & (SS_DISABLE | SS_ONSTACK)) == 0 &&
191 fp = (struct linux32_rt_sigframe *)((char *)sas->ss_sp +
192 sas->ss_size);
243 linux32_save_ucontext(l, tf, mask, sas, &frame.sf_uc)
414 stack_t *sas = &l->l_sigstk; local in function:linux32_restore_sigcontext
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/hisilicon/
hip06.dtsi 404 compatible = "hisilicon,pcie-sas-subctrl", "syscon";
601 sas0: sas@c3000000 {
602 compatible = "hisilicon,hip06-sas-v2";
604 sas-addr = [50 01 88 20 16 00 00 00];
605 hisilicon,sas-syscon = <&dsa_subctrl>;
643 sas1: sas@a2000000 {
644 compatible = "hisilicon,hip06-sas-v2";
646 sas-addr = [50 01 88 20 16 00 00 00];
647 hisilicon,sas-syscon = <&pcie_subctl>;
648 hip06-sas-v2-quirk-amt
    [all...]
hip07.dtsi 1286 compatible = "hisilicon,pcie-sas-subctrl", "syscon";
1571 sas0: sas@c3000000 {
1572 compatible = "hisilicon,hip07-sas-v2";
1574 sas-addr = [50 01 88 20 16 00 00 00];
1575 hisilicon,sas-syscon = <&dsa_subctrl>;
1612 sas1: sas@a2000000 {
1613 compatible = "hisilicon,hip07-sas-v2";
1615 sas-addr = [50 01 88 20 16 00 00 00];
1616 hisilicon,sas-syscon = <&pcie_subctl>;
1617 hip06-sas-v2-quirk-amt
    [all...]
  /src/sys/compat/linux/arch/i386/
linux_machdep.c 179 stack_t *sas, struct linux_ucontext *uc)
183 native_to_linux_sigaltstack(&uc->uc_stack, sas);
236 stack_t *sas = &l->l_sigstk; local in function:linux_rt_sendsig
240 onstack = (sas->ss_flags & (SS_DISABLE | SS_ONSTACK)) == 0 &&
246 fp = (struct linux_rt_sigframe *)((char *)sas->ss_sp +
247 sas->ss_size);
271 linux_save_ucontext(l, tf, mask, sas, &frame.sf_uc);
302 sas->ss_flags |= SS_ONSTACK;
315 stack_t *sas = &l->l_sigstk; local in function:linux_old_sendsig
320 onstack = (sas->ss_flags & (SS_DISABLE | SS_ONSTACK)) == 0 &
429 stack_t *sas = &l->l_sigstk; local in function:linux_restore_sigcontext
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
nuvoton-npcm730-gbs.dts 80 sas-cable0 {
81 label = "sas-cable0";
86 sas-cable1 {
87 label = "sas-cable1";
92 sas-cable2 {
93 label = "sas-cable2";
98 sas-cable3 {
99 label = "sas-cable3";
stih407-family.dtsi 180 compatible = "st,stih407-sas-codec";
  /src/sys/netinet/
sctp_usrreq.c 911 struct sockaddr_storage *sas)
986 in6_sin_2_v4mapsin6(sin, (struct sockaddr_in6 *)sas);
987 ((struct sockaddr_in6 *)sas)->sin6_port = inp->sctp_lport;
988 sas = (struct sockaddr_storage *)((vaddr_t)sas + sizeof(struct sockaddr_in6));
991 memcpy(sas, sin, sizeof(*sin));
992 ((struct sockaddr_in *)sas)->sin_port = inp->sctp_lport;
993 sas = (struct sockaddr_storage *)((vaddr_t)sas + sizeof(*sin));
1015 memcpy(sas, sin6, sizeof(*sin6))
1773 struct sockaddr_storage *sas; local in function:sctp_optsget
1857 struct sockaddr_storage *sas; local in function:sctp_optsget
    [all...]

Completed in 17 milliseconds