/freebsd/sys/dev/acpica/ |
H A D | acpi_video.c | 441 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 D | README | 33 <dcs@freebsd.org>
|
/freebsd/stand/ficl/softwords/ |
H A D | freebsd.fr | 1 \ ** Copyright (c) 1998 Daniel C. Sobral <dcs@freebsd.org>
|
H A D | jhlocal.fr | 38 2 - swap char+ char+ swap \ dcs/jws: nibble the '2:'
|
H A D | softcore.awk | 8 # suggested by dcs to compress the stored forth program.
|
/freebsd/crypto/openssh/ |
H A D | ssh-agent.c | 262 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 D | CREDITS | 87 Simon Wilkinson <sxw@dcs.ed.ac.uk> - PAM fixes, Compat with MIT KrbV
|
/freebsd/sys/teken/ |
H A D | sequences | 53 DCS Device Control String ^[ P
|
H A D | teken.c | 203 * There is no support for DCS and OSC. Just discard strings in teken_input_char()
|
/freebsd/stand/forth/ |
H A D | loader.4th.8 | 229 .An Daniel C. Sobral Aq dcs@FreeBSD.org .
|
H A D | loader.4th | 1 \ Copyright (c) 1999 Daniel C. Sobral <dcs@FreeBSD.org>
|
H A D | support.4th | 1 \ Copyright (c) 1999 Daniel C. Sobral <dcs@FreeBSD.org>
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | rtf | 6 # Duncan P. Simpson, D.P.Simpson@dcs.warwick.ac.uk
|
H A D | cad | 383 # 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 D | dbuf.c | 984 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 D | tcsh.man2html | 3 # tcsh.man2html, Dave Schweisguth <dcs@proton.chem.yale.edu> 376 Dave Schweisguth <A HREF="mailto:dcs\@proton.chem.yale.edu"><dcs\@proton.chem.yale.edu></A>
|
H A D | Fixes | 1268 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 D | dsi-controller-main.yaml | 101 with MIPI DCS commands when qcom,dual-dsi-mode enabled.
|
/freebsd/stand/defaults/ |
H A D | loader.conf.5 | 505 .An Daniel C. Sobral Aq dcs@FreeBSD.org .
|
/freebsd/crypto/openssl/util/perl/OpenSSL/ |
H A D | Test.pm | 708 my @dcs = (); 717 push @dcs, $dc; 722 join(" | ", @dcs),
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | StandardLibrary.cpp | 286 // We keep all the candidate DCs as some may turn out to be anon enums. in operator ()()
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_nmea.c | 1178 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 D | fwlog.c | 632 { /* DCS */
|
/freebsd/contrib/tcp_wrappers/ |
H A D | CHANGES | 358 by Dave Mitchell <D.Mitchell@dcs.shef.ac.uk>.
|
/freebsd/sys/dev/mthca/ |
H A D | mthca_main.c | 922 dev_err(&pdev->dev, "Missing DCS, aborting.\n"); in __mthca_init_one()
|