Home
last modified time | relevance | path

Searched refs:ptx (Results 1 – 25 of 27) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/net/wireless/
H A Dray_cs.c72 static int translate_frame(ray_dev_t *local, struct tx_msg __iomem *ptx,
74 static void ray_build_header(ray_dev_t *local, struct tx_msg __iomem *ptx,
874 struct tx_msg __iomem *ptx; /* Address of xmit buffer in PC space */ in ray_hw_xmit() local
903 ptx = local->sram + addr; in ray_hw_xmit()
905 ray_build_header(local, ptx, msg_type, data); in ray_hw_xmit()
907 offset = translate_frame(local, ptx, data, len); in ray_hw_xmit()
910 memcpy_toio(&ptx->var, data, len); in ray_hw_xmit()
943 static int translate_frame(ray_dev_t *local, struct tx_msg __iomem *ptx, in translate_frame() argument
950 memcpy_toio(&ptx->var, eth2_llc, sizeof(eth2_llc)); in translate_frame()
951 memcpy_toio(((void __iomem *)&ptx->var) + sizeof(eth2_llc), in translate_frame()
[all …]
/OK3568_Linux_fs/buildroot/dl/stressapptest/git/
H A Dconfig.sub229 -ptx*)
1700 os=-ptx
1798 -ptx*)
H A Dconfig.guess1044 i*86:DYNIX/ptx:4*:*)
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dregression_4000.c1914 #define XTEST_CIPH_CASE_NO_IV(algo, key_type, key, in_incr, ptx, ctx) \ argument
1917 (in_incr), (ptx), ARRAY_SIZE(ptx), (ctx), ARRAY_SIZE(ctx), \
1921 (in_incr), (ctx), ARRAY_SIZE(ctx), (ptx), ARRAY_SIZE(ptx), __LINE__ }
1923 #define XTEST_CIPH_CASE(algo, key_type, key, iv, in_incr, ptx, ctx) \ argument
1925 NULL, 0, iv, ARRAY_SIZE(iv), (in_incr), (ptx), ARRAY_SIZE(ptx), \
1929 (ptx), ARRAY_SIZE(ptx), __LINE__ }
2330 const uint8_t *ptx; member
2490 if (ae_cases[n].ptx != NULL) { in xtest_tee_test_4005()
2493 ae_cases[n].ptx, in xtest_tee_test_4005()
2530 ae_cases[n].ptx + ae_cases[n].in_incr, in xtest_tee_test_4005()
[all …]
/OK3568_Linux_fs/external/xserver/
H A Dconfig.sub1375 | ptx* | coff* | ecoff* | winnt* | domain* | vsta* \
1681 os=ptx
1781 ptx*)
H A Dconfig.guess1113 i*86:DYNIX/ptx:4*:*)
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Ddevpts.rst21 to bind mount ``/dev/ptx/ptmx`` to ``/dev/ptmx``. If you opt for using
/OK3568_Linux_fs/buildroot/support/gnuconfig/
H A Dconfig.sub1624 os=ptx
1704 | ptx* | coff* | ecoff* | winnt* | domain* | vsta* \
H A Dconfig.guess1111 i*86:DYNIX/ptx:4*:*)
/OK3568_Linux_fs/kernel/Documentation/translations/zh_CN/process/
H A Dhowto.rst395 - 我们在AIX/ptx/Solaris就是这么做的,所以这么做肯定是好的……
/OK3568_Linux_fs/kernel/Documentation/translations/ko_KR/
H A Dhowto.rst481 - "우리는 그것을 AIX/ptx/Solaris에서 이러한 방법으로 했다. 그러므로 그것은 좋은 것임에 틀림없다..."
/OK3568_Linux_fs/kernel/Documentation/translations/ja_JP/
H A Dhowto.rst513 - "このやり方で AIX/ptx/Solaris ではできたので、できるはずだ..."
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/unzip/unzip/
H A D0001-configure-Pass-LDFLAGS-to-tests-doing-link-step.patch88 # Dynix/ptx 1.3 needed this
/OK3568_Linux_fs/kernel/drivers/tty/
H A Dsynclink.c3906 struct tx_holding_buffer *ptx = in load_next_tx_holding_buffer() local
3909 int num_needed = ptx->buffer_size / DMABUFFERSIZE; in load_next_tx_holding_buffer()
3910 if ( ptx->buffer_size % DMABUFFERSIZE ) in load_next_tx_holding_buffer()
3914 info->xmit_cnt = ptx->buffer_size; in load_next_tx_holding_buffer()
3915 mgsl_load_tx_dma_buffer(info,ptx->buffer,ptx->buffer_size); in load_next_tx_holding_buffer()
3946 struct tx_holding_buffer *ptx; in save_tx_buffer_request() local
3952 ptx = &info->tx_holding_buffers[info->put_tx_holding_index]; in save_tx_buffer_request()
3953 ptx->buffer_size = BufferSize; in save_tx_buffer_request()
3954 memcpy( ptx->buffer, Buffer, BufferSize); in save_tx_buffer_request()
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/coreutils/
H A Dcoreutils_9.0.bb58 pinky pr printf ptx readlink realpath runcon seq sha1sum sha224sum sha256sum \
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A D10_usagi-ipv6.patch272 @echo " ptx-2.x ptx-generic pyramid sco sco-nis sco-od2 sco-os5 sinix sunos4"
/OK3568_Linux_fs/kernel/Documentation/RCU/Design/Requirements/
H A DRequirements.rst136 `DYNIX/ptx <https://en.wikipedia.org/wiki/DYNIX>`__, which managed a
463 This guarantee was only partially premeditated. DYNIX/ptx used an
675 DYNIX/ptx RCU documentation.
1345 Interestingly enough, DYNIX/ptx had the equivalents of ``call_rcu()``
1347 fact that RCU was not heavily used within DYNIX/ptx, so the very few
1649 the initial implementation in DYNIX/ptx was quite generic in
1925 DYNIX/ptx, but on the other hand, the Linux kernel's CPU-hotplug
/OK3568_Linux_fs/kernel/Documentation/RCU/
H A DRTFP.txt37 RCU implementation in DYNIX/ptx. In 1988, Barbara Liskov published
91 1995 also saw the first publication of DYNIX/ptx's RCU mechanism
94 DYNIX/ptx kernel. The corresponding conference paper appeared in 1998
546 Describes and analyzes RCU mechanism in DYNIX/ptx. Describes
/OK3568_Linux_fs/kernel/Documentation/process/
H A Dhowto.rst490 - "We did it this way in AIX/ptx/Solaris, so therefore it must be
/OK3568_Linux_fs/kernel/Documentation/translations/it_IT/process/
H A Dhowto.rst507 - "Lo abbiamo fatto in questo modo in AIX/ptx/Solaris, di conseguenza
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/files/
H A Dbuildhistory_filelist1.txt1209 -rwxr-xr-x root root 145640 ./usr/bin/ptx.coreutils
1210 lrwxrwxrwx root root 22 ./usr/bin/ptx -> /usr/bin/ptx.coreutils
5723 -rw-r--r-- root root 40 ./usr/lib/opkg/alternatives/ptx
H A Dbuildhistory_filelist2.txt1210 -rwxr-xr-x root root 145640 ./usr/bin/ptx.coreutils
1211 lrwxrwxrwx root root 22 ./usr/bin/ptx -> /usr/bin/ptx.coreutils
5724 -rw-r--r-- root root 40 ./usr/lib/opkg/alternatives/ptx
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgccinstall.info4288 osfrose, ptx, riscix, riscos, rtu, sco, sim, solaris, sunos, sym,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgccinstall.info4288 osfrose, ptx, riscix, riscos, rtu, sco, sim, solaris, sunos, sym,
/OK3568_Linux_fs/buildroot/dl/ncurses/
HDncurses-6.1-20200111.patch.gz1# ncurses 6.1 - patch 20200111 - Thomas E. Dickey 2# 3# --- ...

12