/freebsd/sys/dev/dcons/ |
H A D | dcons_os.c | 96 static struct dcons_global dg; variable 175 if (dg.dma_tag != NULL) in dcons_os_checkc_nopoll() 176 bus_dmamap_sync(dg.dma_tag, dg.dma_map, BUS_DMASYNC_POSTREAD); in dcons_os_checkc_nopoll() 180 if (dg.dma_tag != NULL) in dcons_os_checkc_nopoll() 181 bus_dmamap_sync(dg.dma_tag, dg.dma_map, BUS_DMASYNC_PREREAD); in dcons_os_checkc_nopoll() 196 if (dg.dma_tag != NULL) in dcons_os_putc() 197 bus_dmamap_sync(dg.dma_tag, dg in dcons_os_putc() [all...] |
/freebsd/share/doc/usd/21.troff/ |
H A D | table2 | 102 \(dg \e\|(dg dagger 134 for the upper case Greek letter names followed by \(dg which are mapped into 180 \(*A \e\|(*A Alpha\(dg 181 \(*B \e\|(*B Beta\(dg 184 \(*E \e\|(*E Epsilon\(dg 185 \(*Z \e\|(*Z Zeta\(dg 186 \(*Y \e\|(*Y Eta\(dg 188 \(*I \e\|(*I Iota\(dg 189 \(*K \e\|(*K Kappa\(dg 191 \(*M \e\|(*M Mu\(dg [all …]
|
H A D | m0a | 66 \fB&ps\fI\|\(+-N\fR 10\|point previous E Point size; also \fB\es\fI\(+-N\fR.\(dg 73 set to \fIN\fR\(sl36\|em.\(dg 77 mode (font \fIF\^\fR\^).\(dg 79 \fB&bd\fI|F|N\fR off - P Embolden font \fIF\fR by \fIN\fR\(mi1 units.\(dg 81 \fB&bd|S|\fIF|N\fR off - P Embolden Special Font when current font is \fIF\fR.\(dg
|
/freebsd/share/doc/psd/05.sysman/ |
H A D | a.t | 73 sstk\(dg change stack section size 75 mmap\(dg map pages of memory 76 msync\(dg flush modified mapped pages to filesystem 77 munmap\(dg unmap memory 78 mprotect\(dg change protection of pages 79 madvise\(dg give memory management advice 80 mincore\(dg determine core residency of pages 81 msleep\(dg sleep on a lock 82 mwakeup\(dg wakeup process sleeping on a lock 85 \(dg Not supported in 4.3BSD. [all …]
|
H A D | 2.0.t | 43 Pages from files may also be mapped into process address space.\(dg 46 \(dg Support for mapping files is not included in the 4.3 release.
|
H A D | 2.3.t | 182 \fIsocketpair\fP call\(dg: 184 \(dg 4.3BSD supports \fIsocketpair\fP creation only in the ``unix'' 348 system name space through portals\(dg. 350 \(dg The 4.3BSD implementation of the UNIX domain embeds
|
H A D | 2.4.t | 104 control operations, specifying parameters in a standard structure:\(dg 106 \(dg The control interface described here is an internal interface only
|
/freebsd/contrib/ntp/clockstuff/ |
H A D | propdelay.c | 385 double dg; in greatcircle() local 390 dg = EARTHRADIUS * acos( in greatcircle() 396 lat1, long1, lat2, long2, dg); in greatcircle() 397 return dg; in greatcircle() 407 double dg, in waveangle() argument 415 theta = dg / (EARTHRADIUS * (double)(2 * n)); in waveangle() 419 dg, h, n, delta / RADPERDEG); in waveangle() 429 double dg, in propdelay() argument 438 theta = dg / (EARTHRADIUS * (double)(2 * n)); in propdelay() 440 td = dg / (LIGHTSPEED * sin(phi)); in propdelay() [all …]
|
/freebsd/contrib/nvi/regex/ |
H A D | re_format.7 | 51 `\(dg' marks decisions on these aspects that 54 A (modern) RE is one\(dg or more non-empty\(dg \fIbranches\fR, 58 A branch is one\(dg or more \fIpieces\fR, concatenated. 62 by a single\(dg `*', `+', `?', or \fIbound\fR. 71 The integers must lie between 0 and RE_DUP_MAX (255\(dg) inclusive, 85 an empty set of `()' (matching the null string)\(dg, 92 a `\e' followed by any other character\(dg 94 as if the `\e' had not been present\(dg), 97 character, not the beginning of a bound\(dg. 109 It is illegal\(dg for two ranges to share an [all …]
|
/freebsd/sys/dev/vmware/vmci/ |
H A D | vmci_driver.c | 236 struct vmci_datagram *dg; in vmci_read_datagrams_from_port() local 246 dg = (struct vmci_datagram *)dg_in_buffer; in vmci_read_datagrams_from_port() 249 while (dg->dst.resource != VMCI_INVALID_ID || in vmci_read_datagrams_from_port() 258 if (dg->dst.resource == VMCI_INVALID_ID) { in vmci_read_datagrams_from_port() 260 dg = (struct vmci_datagram *)ROUNDUP((uintptr_t)dg + 1, in vmci_read_datagrams_from_port() 262 ASSERT((uint8_t *)dg < dg_in_buffer + in vmci_read_datagrams_from_port() 265 current_dg_in_buffer_size - (uint8_t *)dg); in vmci_read_datagrams_from_port() 269 dg_in_size = VMCI_DG_SIZE_ALIGNED(dg); in vmci_read_datagrams_from_port() 296 dg = (struct vmci_datagram *) in vmci_read_datagrams_from_port() 315 if (dg->src.context == VMCI_HYPERVISOR_CONTEXT_ID && in vmci_read_datagrams_from_port() [all …]
|
H A D | vmci_datagram.c | 450 vmci_datagram_dispatch_as_guest(struct vmci_datagram *dg) in vmci_datagram_dispatch_as_guest() argument 455 resource = vmci_resource_get(dg->src, VMCI_RESOURCE_TYPE_DATAGRAM); in vmci_datagram_dispatch_as_guest() 459 retval = vmci_send_datagram(dg); in vmci_datagram_dispatch_as_guest() 483 vmci_datagram_dispatch(vmci_id context_id, struct vmci_datagram *dg) in vmci_datagram_dispatch() argument 486 ASSERT(dg); in vmci_datagram_dispatch() 489 if (VMCI_DG_SIZE(dg) > VMCI_MAX_DG_SIZE) { in vmci_datagram_dispatch() 491 "\n", dg->payload_size); in vmci_datagram_dispatch() 495 return (vmci_datagram_dispatch_as_guest(dg)); in vmci_datagram_dispatch() 517 vmci_datagram_invoke_guest_handler(struct vmci_datagram *dg) in vmci_datagram_invoke_guest_handler() argument 523 ASSERT(dg); in vmci_datagram_invoke_guest_handler() [all …]
|
H A D | vmci_datagram.h | 15 int vmci_datagram_dispatch(vmci_id context_id, struct vmci_datagram *dg); 16 int vmci_datagram_invoke_guest_handler(struct vmci_datagram *dg);
|
/freebsd/share/doc/usd/10.exref/exref/ |
H A D | ex.rm | 131 has the following prototype:\(dg 133 \(dg Brackets `[' `]' surround optional parameters here. 267 file name.\(dg 269 \(dg This makes it easy to deal alternately with 457 specifying the number of lines to be involved in the command.\(dg 459 \(dg Counts are rounded down if necessary. 561 An offset relative to the current buffer line.\(dg 563 \(dg 603 precede the second in the buffer.\(dg 605 \(dg Null address specifications are permitted in a list of addresses, [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | DDG.h | 517 static NodeRef getEntryNode(DataDependenceGraph *DG) { 518 return &DG->getRoot(); 520 static nodes_iterator nodes_begin(DataDependenceGraph *DG) { 521 return DG->begin(); 523 static nodes_iterator nodes_end(DataDependenceGraph *DG) { return DG->end(); } 558 static NodeRef getEntryNode(const DataDependenceGraph *DG) { 559 return &DG->getRoot(); 561 static nodes_iterator nodes_begin(const DataDependenceGraph *DG) { 562 return DG->begin(); 564 static nodes_iterator nodes_end(const DataDependenceGraph *DG) { [all …]
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/ |
H A D | BottleneckAnalysis.cpp | 303 DG.getCriticalSequence(Seq); in printCriticalSequence() 447 DG(S.size() * 3), Iterations(NumIter), TotalCycles(0), in BottleneckAnalysis() 458 DG.addRegisterDep(From, To + SourceSize, RegID, Cost); in addRegisterDep() 459 DG.addRegisterDep(From + SourceSize, To + (SourceSize * 2), RegID, Cost); in addRegisterDep() 462 DG.addRegisterDep(From + SourceSize, To + SourceSize, RegID, Cost); in addRegisterDep() 470 DG.addMemoryDep(From, To + SourceSize, Cost); in addMemoryDep() 471 DG.addMemoryDep(From + SourceSize, To + (SourceSize * 2), Cost); in addMemoryDep() 474 DG.addMemoryDep(From + SourceSize, To + SourceSize, Cost); in addMemoryDep() 482 DG.addResourceDep(From, To + SourceSize, Mask, Cost); in addResourceDep() 483 DG.addResourceDep(From + SourceSize, To + (SourceSize * 2), Mask, Cost); in addResourceDep() [all …]
|
/freebsd/share/doc/smm/01.setup/ |
H A D | 3.t | 196 /.cshrc \(dg root csh startup script (moves to \f(CW/root/.cshrc\fP) 197 /.login \(dg root csh login script (moves to \f(CW/root/.login\fP) 198 /.profile \(dg root sh startup script (moves to \f(CW/root/.profile\fP) 199 /.rhosts \(dg for trusted machines and users (moves to \f(CW/root/.rhosts\fP) 202 /etc/ftpusers \(dg for local additions 205 /etc/hosts \(dg for local host information 206 /etc/hosts.equiv \(dg for local host equivalence information 207 /etc/hosts.lpd \(dg printer access file 209 /etc/named* \(dg named configuration files 210 /etc/netstart \(dg network initialization [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Index/ |
H A D | IndexingAction.cpp | 128 bool HandleTopLevelDecl(DeclGroupRef DG) override { in HandleTopLevelDecl() argument 129 return IndexCtx->indexDeclGroupRef(DG); in HandleTopLevelDecl() 132 void HandleInterestingDecl(DeclGroupRef DG) override { in HandleInterestingDecl() argument 136 void HandleTopLevelDeclInObjCContainer(DeclGroupRef DG) override { in HandleTopLevelDeclInObjCContainer() argument 137 IndexCtx->indexDeclGroupRef(DG); in HandleTopLevelDeclInObjCContainer()
|
/freebsd/share/doc/usd/18.msdiffs/ |
H A D | ms.diffs | 96 then give that mark as the first argument to .FS: \(dg 98 then give that mark as the first argument to .FS: \e(dg 99 \&.FS \e(dg 104 .FS \(dg
|
/freebsd/share/doc/usd/12.vi/vi/ |
H A D | vi.in | 345 session by giving the command \fB:q!\fR\s-2CR\s0;\*(dg 347 \*(dg All commands which read from the last display line can also be 407 otherwise like \fB/\fR.\*(dg 409 \*(dg These searches will normally wrap around the end of the file, and thus 647 to erase the input you have typed on the current line.\*(dg 649 \*(dg In fact, the character \fB^H\fR (backspace) always works to erase the 745 replacing them with text you type up to an \s-2ESC\s0.\*(dg 747 \*(dg The command \fBS\fR is a convenient synonym for for \fBcc\fR, by 893 \fB[[\fR and \fB]]\fR move over sections.\*(dg 895 \*(dg The \fB[[\fR and \fB]]\fR operations [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_mac.cpp | 138 void dispatch_group_async(dispatch_group_t dg, dispatch_queue_t dq, 161 INTERCEPTOR(void, dispatch_group_async, dispatch_group_t dg, 164 REAL(dispatch_group_async)(dg, dq, lsan_block);
|
/freebsd/share/doc/smm/05.fastfs/ |
H A D | 0.t | 37 Marshall Kirk McKusick, William N. Joy\(dg, 50 \(dg William N. Joy is currently employed by:
|
H A D | 1.t | 45 The original UNIX system that runs on the PDP-11\(dg 47 \(dg DEC, PDP, VAX, MASSBUS, and UNIBUS are
|
/freebsd/share/doc/smm/18.net/ |
H A D | 0.t | 51 for the VAX\(dg. These facilities 53 \(dg DEC, VAX, DECnet, and UNIBUS are trademarks of
|
/freebsd/share/doc/usd/22.trofftut/ |
H A D | ttcharset | 59 \(co \\(co \(de \\(de \(dg \\(dg \(fm \\(fm \(ct \\(ct
|
/freebsd/share/doc/papers/contents/ |
H A D | contents.ms | 50 for VAX\(dg Systems Running 4.2BSD UNIX. 65 for VAX\(dg Systems Running 4.2BSD UNIX.
|