Home
last modified time | relevance | path

Searched full:dcs (Results 1 – 25 of 39) sorted by relevance

12

/freebsd/sys/dev/acpica/
H A Dacpi_video.c441 UINT32 dcs, dss, dss_p; in acpi_video_notify_handler() local
453 dcs = vo_get_device_status(vo->handle); in acpi_video_notify_handler()
454 if (!(dcs & DCS_READY)) in acpi_video_notify_handler()
456 if (((dcs & DCS_ACTIVE) && dss == DSS_INACTIVE) || in acpi_video_notify_handler()
457 (!(dcs & DCS_ACTIVE) && dss == DSS_ACTIVE)) { in acpi_video_notify_handler()
1194 UINT32 dcs; in vo_get_device_status() local
1198 dcs = 0; in vo_get_device_status()
1199 status = acpi_GetInteger(handle, "_DCS", &dcs); in vo_get_device_status()
1209 dcs = 0xff; in vo_get_device_status()
1213 return (dcs); in vo_get_device_status()
[all...]
/freebsd/share/examples/bootforth/
H A DREADME33 <dcs@freebsd.org>
/freebsd/stand/ficl/softwords/
H A Dfreebsd.fr1 \ ** Copyright (c) 1998 Daniel C. Sobral <dcs@freebsd.org>
H A Djhlocal.fr38 2 - swap char+ char+ swap \ dcs/jws: nibble the '2:'
H A Dsoftcore.awk8 # suggested by dcs to compress the stored forth program.
/freebsd/crypto/openssh/
H A Dssh-agent.c262 free_dest_constraints(struct dest_constraint *dcs, size_t ndcs) in free_dest_constraints() argument
267 free_dest_constraint_hop(&dcs[i].from); in free_dest_constraints()
268 free_dest_constraint_hop(&dcs[i].to); in free_dest_constraints()
270 free(dcs); in free_dest_constraints()
299 dup_dest_constraints(const struct dest_constraint *dcs, size_t ndcs) in dup_dest_constraints() argument
308 dup_dest_constraint_hop(&dcs[i].from, &ret[i].from); in dup_dest_constraints()
309 dup_dest_constraint_hop(&dcs[i].to, &ret[i].to); in dup_dest_constraints()
344 const struct dest_constraint *dcs, size_t ndcs) in dump_dest_constraints() argument
352 dump_dest_constraint_hop(&dcs[i].from); in dump_dest_constraints()
354 dump_dest_constraint_hop(&dcs[i].to); in dump_dest_constraints()
H A DCREDITS87 Simon Wilkinson <sxw@dcs.ed.ac.uk> - PAM fixes, Compat with MIT KrbV
/freebsd/sys/teken/
H A Dsequences53 DCS Device Control String ^[ P
H A Dteken.c203 * There is no support for DCS and OSC. Just discard strings in teken_input_char()
/freebsd/stand/forth/
H A Dloader.4th.8229 .An Daniel C. Sobral Aq dcs@FreeBSD.org .
H A Dloader.4th1 \ Copyright (c) 1999 Daniel C. Sobral <dcs@FreeBSD.org>
H A Dsupport.4th1 \ Copyright (c) 1999 Daniel C. Sobral <dcs@FreeBSD.org>
/freebsd/contrib/file/magic/Magdir/
H A Drtf6 # Duncan P. Simpson, D.P.Simpson@dcs.warwick.ac.uk
H A Dcad383 # Reference: https://web.archive.org/web/20161204152348/http://www.dcs.ed.ac.uk/teaching/cs4/www/gr…
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddbuf.c984 for (dbuf_cached_state_t dcs = 0; dcs < DB_CACHE_MAX; dcs++) { in dbuf_init() local
985 multilist_create(&dbuf_caches[dcs].cache, in dbuf_init()
989 zfs_refcount_create(&dbuf_caches[dcs].size); in dbuf_init()
1062 for (dbuf_cached_state_t dcs = 0; dcs < DB_CACHE_MAX; dcs++) { in dbuf_fini() local
1063 zfs_refcount_destroy(&dbuf_caches[dcs].size); in dbuf_fini()
1064 multilist_destroy(&dbuf_caches[dcs].cache); in dbuf_fini()
4193 dbuf_cached_state_t dcs = in dbuf_rele_and_unlock() local
4196 db->db_caching_status = dcs; in dbuf_rele_and_unlock()
4198 multilist_insert(&dbuf_caches[dcs].cache, db); in dbuf_rele_and_unlock()
4202 &dbuf_caches[dcs].size, db_size, db); in dbuf_rele_and_unlock()
[all …]
/freebsd/contrib/tcsh/
H A Dtcsh.man2html3 # tcsh.man2html, Dave Schweisguth <dcs@proton.chem.yale.edu>
376 Dave Schweisguth <A HREF="mailto:dcs\@proton.chem.yale.edu">&lt;dcs\@proton.chem.yale.edu&gt;</A>
H A DFixes1268 24. Renamed ed-functions more consistently (dcs)
1269 23. Added missing filetests (dcs)
1270 22. Added NEWGRP define in config_f.h (dcs)
/freebsd/sys/contrib/device-tree/Bindings/display/msm/
H A Ddsi-controller-main.yaml101 with MIPI DCS commands when qcom,dual-dsi-mode enabled.
/freebsd/stand/defaults/
H A Dloader.conf.5505 .An Daniel C. Sobral Aq dcs@FreeBSD.org .
/freebsd/crypto/openssl/util/perl/OpenSSL/
H A DTest.pm708 my @dcs = ();
717 push @dcs, $dc;
722 join(" | ", @dcs),
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStandardLibrary.cpp286 // We keep all the candidate DCs as some may turn out to be anon enums. in operator ()()
/freebsd/contrib/ntp/ntpd/
H A Drefclock_nmea.c1178 u_char dcs; in gps_send() local
1184 dcs = 0; in gps_send()
1186 dcs ^= *end++; in gps_send()
1190 len, beg, dcs); in gps_send()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dfwlog.c632 { /* DCS */
/freebsd/contrib/tcp_wrappers/
H A DCHANGES358 by Dave Mitchell <D.Mitchell@dcs.shef.ac.uk>.
/freebsd/sys/dev/mthca/
H A Dmthca_main.c922 dev_err(&pdev->dev, "Missing DCS, aborting.\n"); in __mthca_init_one()

12