| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/gammu/gammu/ |
| H A D | gammu-smsdrc | 18 # incoming sms only from numbers written here (incoming sms from all other 24 # incoming sms from all numbers not written here (incoming sms from numbers 65 database = sms 74 inboxpath = /var/spool/sms/inbox/ 75 outboxpath = /var/spool/sms/outbox/ 76 sentsmspath = /var/spool/sms/sent/ 77 errorsmspath = /var/spool/sms/error/
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/smstools3/smstools3/ |
| H A D | scripts_no_bash.patch | 19 # This script send a text sms at the command line by creating 20 # a sms file in the outgoing queue. 30 # This script converts a received sms file into a html file. 40 # This script converts a received sms file into a pure unicode text file. 50 # This script converts a pure unicode text file into an sms file for sending.
|
| H A D | 0001-Make-extern-declarations-to-avoid-duplicate-var-defi.patch | 227 -char checkhandler[PATH_MAX]; // Handler that checks if the sms file is valid. 263 +EXTERN char checkhandler[PATH_MAX]; // Handler that checks if the sms file is valid.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/modemmanager/files/ |
| H A D | 0001-core-switch-bash-shell-scripts-to-use-bin-sh-for-use.patch | 14 test/mmcli-test-sms | 2 +- 48 diff --git a/test/mmcli-test-sms b/test/mmcli-test-sms 50 --- a/test/mmcli-test-sms 51 +++ b/test/mmcli-test-sms
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/smstools3/ |
| H A D | smstools3_3.1.21.bb | 41 install -d "${D}${localstatedir}/spool/sms" 42 install -d "${D}${localstatedir}/spool/sms/incoming" 43 install -d "${D}${localstatedir}/spool/sms/outgoing" 44 install -d "${D}${localstatedir}/spool/sms/checked"
|
| /OK3568_Linux_fs/kernel/drivers/counter/ |
| H A D | stm32-timer-cnt.c | 118 u32 cr1, sms; in stm32_count_function_set() local 122 sms = 0; in stm32_count_function_set() 125 sms = 1; in stm32_count_function_set() 128 sms = 2; in stm32_count_function_set() 131 sms = 3; in stm32_count_function_set() 142 regmap_update_bits(priv->regmap, TIM_SMCR, TIM_SMCR_SMS, sms); in stm32_count_function_set()
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-omap2/ |
| H A D | sdrc.c | 112 void __init omap2_set_globals_sdrc(void __iomem *sdrc, void __iomem *sms) in omap2_set_globals_sdrc() argument 115 omap2_sms_base = sms; in omap2_set_globals_sdrc()
|
| H A D | sdrc.h | 51 extern void omap2_set_globals_sdrc(void __iomem *sdrc, void __iomem *sms);
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-keystone/ |
| H A D | msmc.c | 54 struct mpax sms[16][8]; member 65 msmc->sms[priv_id][j].mpaxh &= 0xffffff7ful; in msmc_share_all_segments()
|
| /OK3568_Linux_fs/kernel/drivers/dma/dw/ |
| H A D | dw.c | 75 u8 sms = (dwc->direction == DMA_DEV_TO_MEM) ? p_master : m_master; in dw_dma_prepare_ctllo() local 79 DWC_CTLL_DMS(dms) | DWC_CTLL_SMS(sms); in dw_dma_prepare_ctllo()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/gammu/ |
| H A D | gammu_1.42.0.bb | 60 # gammu-1.32.0/libgammu/service/sms/gsmems.c:542:1: internal compiler error: in patch_jump_insn, at… 66 # | make[2]: *** [libgammu/CMakeFiles/libGammu.dir/service/sms/gsmems.o] Error 1
|
| /OK3568_Linux_fs/kernel/drivers/iio/trigger/ |
| H A D | stm32-timer-trigger.c | 605 int sms = stm32_enable_mode2sms(mode); in stm32_set_enable_mode() local 607 if (sms < 0) in stm32_set_enable_mode() 608 return sms; in stm32_set_enable_mode() 614 if (sms == 6 && !priv->enabled) { in stm32_set_enable_mode() 620 regmap_update_bits(priv->regmap, TIM_SMCR, TIM_SMCR_SMS, sms); in stm32_set_enable_mode()
|
| /OK3568_Linux_fs/kernel/drivers/media/common/siano/ |
| H A D | Makefile | 2 smsmdtv-objs := smscoreapi.o sms-cards.o smsendian.o
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/omap3/ |
| H A D | board.c | 84 struct sms *sms_base = (struct sms *)OMAP34XX_SMS_BASE; in secure_unlock_mem()
|
| /OK3568_Linux_fs/buildroot/package/smstools3/ |
| H A D | S50smsd | 9 SPOOL=/var/spool/sms
|
| H A D | 0002-fix-build-with-gcc-10.x.patch | 56 -char checkhandler[PATH_MAX]; // Handler that checks if the sms file is valid. 118 +extern char checkhandler[PATH_MAX]; // Handler that checks if the sms file is valid. 410 +char checkhandler[PATH_MAX]; // Handler that checks if the sms file is valid.
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/unzip/unzip/ |
| H A D | 19-cve-2016-9844-zipinfo-buffer-overflow.patch | 1 From: "Steven M. Schweda" <sms@antinode.info>
|
| H A D | 18-cve-2014-9913-unzip-buffer-overflow.patch | 1 From: "Steven M. Schweda" <sms@antinode.info>
|
| H A D | 10-cve-2014-8140-test-compr-eb.patch | 1 From: sms
|
| H A D | 09-cve-2014-8139-crc-overflow.patch | 1 From: sms
|
| H A D | 11-cve-2014-8141-getzip64data.patch | 1 From: sms
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-omap3/ |
| H A D | cpu.h | 101 struct sms { struct
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | timevar.def | 257 DEFTIMEVAR (TV_SMS , "sms modulo scheduling")
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | timevar.def | 257 DEFTIMEVAR (TV_SMS , "sms modulo scheduling")
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gcc.info | 11492 'sms-min-sc' 12039 'sms-loop-average-count-threshold' 12043 'sms-dfa-history' 12054 'sms-max-ii-factor' 14932 '-fdump-rtl-sms' 60812 * fdump-rtl-sms: Developer Options. (line 212)
|