| /trueos/sys/gnu/dts/arm/ |
| HD | omap36xx-am35xx-omap3430es2plus-clocks.dtsi | 165 compatible = "ti,dss-gate-clock"; 174 compatible = "ti,omap3-dss-interface-clock"; 190 compatible = "ti,dss-gate-clock"; 198 compatible = "ti,omap3-dss-interface-clock";
|
| HD | omap2.dtsi | 267 dss: dss@48050000 { label 268 compatible = "ti,omap2-dss";
|
| HD | omap3-sbc-t3730.dts | 35 &dss {
|
| HD | omap3-sbc-t3530.dts | 39 &dss {
|
| HD | omap3-panel-sharp-ls037v7dw01.dtsi | 46 &dss {
|
| HD | omap4-var-dvk-om44.dts | 56 &dss {
|
| HD | omap3-sbc-t3517.dts | 63 &dss {
|
| HD | omap3-cm-t3530.dts | 50 &dss {
|
| HD | omap3-cm-t3730.dts | 78 &dss {
|
| HD | omap3-cm-t3517.dts | 138 &dss {
|
| HD | omap3-overo-common-dvi.dtsi | 53 &dss {
|
| HD | omap3-thunder.dts | 69 &dss {
|
| /trueos/contrib/flex/ |
| HD | dfa.c | 147 int *dset = dss[ds]; 365 dss = reallocate_int_ptr_array (dss, current_max_dfas); in increase_max_dfas() 621 dset = dss[ds]; in ntod() 833 oldsns = dss[i]; 867 dss[newds] = allocate_integer_array (numstates + 1); 877 dss[newds][i] = sns[i];
|
| /trueos/crypto/openssh/regress/ |
| HD | ssh-com-client.sh | 50 ${SSHKEYGEN} -e -f ${OBJ}/dsa.pub > ${HK}.ssh-dss.pub 77 key=ssh-dss
|
| /trueos/contrib/jemalloc/src/ |
| HD | stats.c | 209 const char *dss; in stats_arena_print() local 222 CTL_I_GET("stats.arenas.0.dss", &dss, const char *); in stats_arena_print() 224 dss); in stats_arena_print() 377 OPT_WRITE_CHAR_P(dss) in stats_print()
|
| HD | ctl.c | 447 astats->dss = dss_prec_names[dss_prec_limit]; in ctl_arena_clear() 467 arena_stats_merge(arena, &cstats->dss, &cstats->pactive, in ctl_arena_stats_amerge() 1335 const char *dss; in arena_i_dss_ctl() local 1341 WRITE(dss, const char *); in arena_i_dss_ctl() 1344 if (strcmp(dss_prec_names[i], dss) == 0) { in arena_i_dss_ctl() 1367 dss = dss_prec_names[dss_prec_old]; in arena_i_dss_ctl() 1368 READ(dss, const char *); in arena_i_dss_ctl() 1593 CTL_RO_GEN(stats_arenas_i_dss, ctl_stats.arenas[mib[2]].dss, const char *) in CTL_RO_NL_CGEN()
|
| /trueos/contrib/jemalloc/ |
| HD | ChangeLog | 101 "dss:primary" option specified). This was completely harmless on Linux 103 --disable-munmap configure option or the "dss:primary" option was 145 - Fix dss/mmap allocation precedence code to use recyclable mmap memory only 146 after primary dss allocation fails. 158 - Add the "opt.dss", "arena.<i>.dss", and "stats.arenas.<i>.dss" mallctls, 159 which provide control over dss/mmap precedence. 245 cause memory corruption and crashes with --enable-dss specified. 374 --enable-debug --enable-dss configurations.
|
| HD | FREEBSD-upgrade | 75 ./autogen.sh --enable-cc-silence --enable-dss --enable-xmalloc \
|
| /trueos/sys/dev/acpica/ |
| HD | acpi_video.c | 356 UINT32 dcs, dss, dss_p; in acpi_video_notify_handler() local 367 dss = vo_get_graphics_state(vo->handle); in acpi_video_notify_handler() 370 dss = DSS_INACTIVE; in acpi_video_notify_handler() 371 if (((dcs & DCS_ACTIVE) && dss == DSS_INACTIVE) || in acpi_video_notify_handler() 372 (!(dcs & DCS_ACTIVE) && dss == DSS_ACTIVE)) { in acpi_video_notify_handler() 375 dss_p = dss; in acpi_video_notify_handler()
|
| /trueos/contrib/file/magic/Magdir/ |
| HD | ssh | 8 0 string ssh-dss\ OpenSSH DSA public key
|
| /trueos/crypto/openssh/ |
| HD | PROTOCOL.certkeys | 31 ssh-dss-cert-v01@openssh.com 83 string "ssh-dss-cert-v01@openssh.com" 176 The valid key types for CA keys are ssh-rsa, ssh-dss and the ECDSA types 185 (RFC4253 section 6.6 for ssh-rsa and ssh-dss, RFC5656 for the ECDSA
|
| /trueos/contrib/jemalloc/include/jemalloc/internal/ |
| HD | ctl.h | 36 const char *dss; member
|
| /trueos/contrib/ldns/ |
| HD | dnssec_verify.c | 157 ldns_rr_list *dss) in ldns_dnssec_build_data_chain_other() argument 180 dss = ldns_pkt_rr_list_by_name_and_type(my_pkt, in ldns_dnssec_build_data_chain_other() 185 if (dss) { in ldns_dnssec_build_data_chain_other() 188 dss, in ldns_dnssec_build_data_chain_other() 192 ldns_rr_list_deep_free(dss); in ldns_dnssec_build_data_chain_other() 277 ldns_rr_list *dss = NULL; in ldns_dnssec_build_data_chain() local 432 dss in ldns_dnssec_build_data_chain()
|
| /trueos/secure/lib/libssh/ |
| HD | Makefile | 15 monitor_fdpass.c rijndael.c ssh-dss.c ssh-ecdsa.c ssh-rsa.c dh.c \
|
| /trueos/crypto/openssh/contrib/ |
| HD | ssh-copy-id | 254 printf "%s\n" "$KEY" | grep ssh-dss >/dev/null || {
|