Home
last modified time | relevance | path

Searched refs:dss (Results 1 – 25 of 70) sorted by relevance

123

/trueos/sys/gnu/dts/arm/
HDomap36xx-am35xx-omap3430es2plus-clocks.dtsi165 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";
HDomap2.dtsi267 dss: dss@48050000 { label
268 compatible = "ti,omap2-dss";
HDomap3-sbc-t3730.dts35 &dss {
HDomap3-sbc-t3530.dts39 &dss {
HDomap3-panel-sharp-ls037v7dw01.dtsi46 &dss {
HDomap4-var-dvk-om44.dts56 &dss {
HDomap3-sbc-t3517.dts63 &dss {
HDomap3-cm-t3530.dts50 &dss {
HDomap3-cm-t3730.dts78 &dss {
HDomap3-cm-t3517.dts138 &dss {
HDomap3-overo-common-dvi.dtsi53 &dss {
HDomap3-thunder.dts69 &dss {
/trueos/contrib/flex/
HDdfa.c147 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/
HDssh-com-client.sh50 ${SSHKEYGEN} -e -f ${OBJ}/dsa.pub > ${HK}.ssh-dss.pub
77 key=ssh-dss
/trueos/contrib/jemalloc/src/
HDstats.c209 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()
HDctl.c447 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/
HDChangeLog101 "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.
HDFREEBSD-upgrade75 ./autogen.sh --enable-cc-silence --enable-dss --enable-xmalloc \
/trueos/sys/dev/acpica/
HDacpi_video.c356 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/
HDssh8 0 string ssh-dss\ OpenSSH DSA public key
/trueos/crypto/openssh/
HDPROTOCOL.certkeys31 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/
HDctl.h36 const char *dss; member
/trueos/contrib/ldns/
HDdnssec_verify.c157 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/
HDMakefile15 monitor_fdpass.c rijndael.c ssh-dss.c ssh-ecdsa.c ssh-rsa.c dh.c \
/trueos/crypto/openssh/contrib/
HDssh-copy-id254 printf "%s\n" "$KEY" | grep ssh-dss >/dev/null || {

123