Home
last modified time | relevance | path

Searched full:dq (Results 1 – 25 of 389) sorted by relevance

12345678910>>...16

/freebsd-src/sys/ufs/ufs/
H A Dufs_quota.c153 struct dquot *dq; in chkdq() local
179 if ((dq = ip->i_dquot[i]) == NODQUOT) in chkdq()
181 DQI_LOCK(dq); in chkdq()
182 DQI_WAIT(dq, PINOD+1, "chkdq1"); in chkdq()
183 ncurblocks = dq->dq_curblocks + change; in chkdq()
185 dq->dq_curblocks = ncurblocks; in chkdq()
187 dq->dq_curblocks = 0; in chkdq()
188 dq->dq_flags &= ~DQ_BLKS; in chkdq()
189 dq->dq_flags |= DQ_MOD; in chkdq()
190 DQI_UNLOCK(dq); in chkdq()
[all …]
H A Dquota.h195 #define DQREF(dq) dqref(dq) argument
197 #define DQREF(dq) (dq)->dq_cnt++ argument
200 #define DQI_LOCK(dq) mtx_lock(&(dq)->dq_lock) argument
201 #define DQI_UNLOCK(dq) mtx_unlock(&(dq)->dq_lock) argument
203 #define DQI_WAIT(dq, prio, msg) do { \ argument
204 while ((dq)->dq_flags & DQ_LOCK) { \
205 (dq)->dq_flags |= DQ_WANT; \
206 (void) msleep((dq), \
207 &(dq)->dq_lock, (prio), (msg), 0); \
211 #define DQI_WAKEUP(dq) do { \ argument
[all …]
/freebsd-src/contrib/mandoc/
H A Deqn.763 | \(dq{\(dq eqn \(dq}\(dq
64 | \(dqdefine\(dq text text
65 | \(dqndefine\(dq text text
66 | \(dqtdefine\(dq text text
67 | \(dqgfont\(dq text
68 | \(dqgsize\(dq text
69 | \(dqset\(dq text text
70 | \(dqundef\(dq text
71 | \(dqsqrt\(dq box
74 | \(dqmatrix\(dq \(dq{\(dq [col \(dq{\(dq list \(dq}\(dq]* \(dq}\(dq
[all …]
H A Dmdoc.751 .Dq macro lines .
63 .Dq text lines .
127 \&.\e\(dq .Sh LIBRARY
128 \&.\e\(dq For sections 2, 3, and 9 only.
129 \&.\e\(dq Not used in OpenBSD.
138 \&.\e\(dq .Sh CONTEXT
139 \&.\e\(dq For section 9 functions only.
140 \&.\e\(dq .Sh IMPLEMENTATION NOTES
141 \&.\e\(dq Not used in OpenBSD.
142 \&.\e\(dq
[all...]
H A Dmandoc.1916 .Dq "Month dd, yyyy"
957 .Dq yyyy-dd-mm .
961 .Dq "Month dd, yyyy"
1094 .It Sy "verbatim \(dq--\(dq, maybe consider using \e(em"
1130 .It Sy "missing manual title, using \(dq\(dq"
1135 .It Sy "missing manual section, using \(dq\(dq"
1161 .It Sy "missing date, using \(dq\(d
[all...]
/freebsd-src/usr.bin/clang/llvm-symbolizer/
H A Dllvm-symbolizer.155 A positional argument or standard input value can be preceded by \(dqDATA\(dq or
56 \(dqCODE\(dq to indicate that the address should be symbolized as data or executable
57 code respectively. If neither is specified, \(dqCODE\(dq is assumed. DATA is
76 extern \(dqC\(dq inline int foz() {
89 #include \(dqtest.h\(dq
169 $ llvm\-symbolizer \(dqtest.elf 0x400490\(dq \(dqFILE:inlined.elf 0x400480\(dq
197 $ llvm\-symbolizer \(dqFILE:test.elf 0x400490\(dq \(dqDATA BUILDID:123456789abcdef 0x601028\(dq
225 $ llvm\-symbolizer \-\-obj=test.elf \(dqCODE 0x400490\(dq \(dqDATA 0x601028\(dq
448 \(dqAddress\(dq: \(dq0x4004be\(dq,
449 \(dqModuleName\(dq: \(dqinlined.elf\(dq,
[all …]
/freebsd-src/contrib/unbound/iterator/
H A Diter_donotq.c54 struct iter_donotq* dq = (struct iter_donotq*)calloc(1, in donotq_create() local
56 if(!dq) in donotq_create()
58 dq->region = regional_create(); in donotq_create()
59 if(!dq->region) { in donotq_create()
60 donotq_delete(dq); in donotq_create()
63 return dq; in donotq_create()
67 donotq_delete(struct iter_donotq* dq) in donotq_delete() argument
69 if(!dq) in donotq_delete()
71 regional_destroy(dq->region); in donotq_delete()
72 free(dq); in donotq_delete()
[all …]
/freebsd-src/usr.bin/clang/bugpoint/
H A Dbugpoint.169 Note that if any of the \fIprogram args\fP start with a \(dq\fB\-\fP\(dq, you should use:
81 The \(dq\fB\-\-\fP\(dq right after the \fB\-\-args\fP option tells \fBbugpoint\fP to consider
82 any options starting with \(dq\fB\-\fP\(dq to be part of the \fB\-\-args\fP option, not as
104 The \(dq\fB\-\-\fP\(dq right after the \fB\-\-tool\-args\fP option tells \fBbugpoint\fP to
105 consider any options starting with \(dq\fB\-\fP\(dq to be part of the \fB\-\-tool\-args\fP
113 Pass all arguments specified after \fB\-\-safe\-tool\-args\fP to the \(dqsafe\(dq execution
207 should match the contents of \fIfilename\fP (the \(dqreference output\(dq). If you
209 by compiling the program with the \(dqsafe\(dq backend and running it.
227 generator as the \(dqsafe\(dq code generator. This is a known\-good code generator
228 used to generate the \(dqreference output\(dq if it has not been provided, and to
[all …]
/freebsd-src/usr.bin/clang/clang/
H A Dclang.155 output of this stage is typically called a \(dq.i\(dq (for C), \(dq.ii\(dq (for C++),
56 \(dq.mi\(dq (for Objective\-C), or \(dq.mii\(dq (for Objective\-C++) file.
64 an \(dqAbstract Syntax Tree\(dq (AST).
68 \(dqLLVM IR\(dq) and ultimately to machine code. This phase is responsible for
70 The output of this stage is typically called a \(dq.s\(dq file or \(dqassembly\(dq file.
74 generating the \(dq.s\(dq file and of calling the target assembler.
79 called a \(dq.o\(dq file or \(dqobject\(dq file.
84 an \(dqa.out\(dq, \(dq.dylib\(dq or \(dq.so\(dq file.
114 Run all of the above, plus the assembler, generating a target \(dq.o\(dq object file.
473 Enable support for Pascal\-style strings with \(dq\epfoo\(dq.
[all …]
/freebsd-src/share/man/man9/
H A DMODULE_PNP_INFO.969 .It Dq Vt U8
72 .It Dq Vt V8
76 .It Dq Vt G16
79 .It Dq Vt L16
82 .It Dq Vt M16
85 .It Dq Vt U16
88 .It Dq Vt V16
92 .It Dq Vt U32
95 .It Dq Vt V32
99 .It Dq Vt W32
[all …]
/freebsd-src/contrib/bsddialog/lib/
H A Dbsddialog.3478 .It Dq \eZ0
480 .It Dq \eZ1
482 .It Dq \eZ2
484 .It Dq \eZ3
486 .It Dq \eZ4
488 .It Dq \eZ5
490 .It Dq \eZ6
492 .It Dq \eZ7
494 .It Dq \eZb
496 .It Dq \eZB
[all …]
/freebsd-src/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_mac.cpp110 INTERCEPTOR(void, dispatch_x_f, dispatch_queue_t dq, void *ctxt, \
113 return REAL(dispatch_x_f)(dq, (void *)lsan_ctxt, \
121 INTERCEPTOR(void, dispatch_after_f, dispatch_time_t when, dispatch_queue_t dq, in INTERCEPT_DISPATCH_X_F_3()
124 return REAL(dispatch_after_f)(when, dq, (void *)lsan_ctxt, in INTERCEPT_DISPATCH_X_F_3()
129 dispatch_queue_t dq, void *ctxt, dispatch_function_t func) { in INTERCEPTOR() argument
132 (group, dq, (void *)lsan_ctxt, lsan_dispatch_call_block_and_release); in INTERCEPTOR()
137 void dispatch_async(dispatch_queue_t dq, void (^work)(void));
138 void dispatch_group_async(dispatch_group_t dg, dispatch_queue_t dq,
156 INTERCEPTOR(void, dispatch_async, dispatch_queue_t dq, void (^work)(void)) {
158 REAL(dispatch_async)(dq, lsan_block);
[all …]
/freebsd-src/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_mac.cpp199 INTERCEPTOR(void, dispatch_x_f, dispatch_queue_t dq, void *ctxt, \
208 return REAL(dispatch_x_f)(dq, (void*)asan_ctxt, \
217 dispatch_queue_t dq, void *ctxt, in INTERCEPT_DISPATCH_X_F_3()
225 return REAL(dispatch_after_f)(when, dq, (void*)asan_ctxt, in INTERCEPT_DISPATCH_X_F_3()
230 dispatch_queue_t dq, void *ctxt, in INTERCEPT_DISPATCH_X_F_3()
239 REAL(dispatch_group_async_f)(group, dq, (void*)asan_ctxt, in INTERCEPTOR()
245 void dispatch_async(dispatch_queue_t dq, void(^work)(void)); in INTERCEPTOR()
246 void dispatch_group_async(dispatch_group_t dg, dispatch_queue_t dq,
267 dispatch_queue_t dq, void(^work)(void)) {
270 REAL(dispatch_async)(dq, asan_bloc
234 INTERCEPTOR(void,dispatch_group_async_f,dispatch_group_t group,dispatch_queue_t dq,void * ctxt,dispatch_function_t func) INTERCEPTOR() argument
310 INTERCEPTOR(void *,dispatch_mach_create,const char * label,dispatch_queue_t dq,dispatch_mach_handler_t handler) INTERCEPTOR() argument
323 INTERCEPTOR(void *,dispatch_mach_create_f,const char * label,dispatch_queue_t dq,void * ctxt,dispatch_mach_handler_function_t handler) INTERCEPTOR() argument
[all...]
/freebsd-src/stand/defaults/
H A Dloader.conf.586 .Dq Li NO ,
96 .Dq Li 0 ,
101 .Dq Li -1 ,
118 .Dq Li YES .
132 .Dq .conf
238 .Dq YES ,
251 .Dq YES ,
274 .Dq abort ,
289 .Pq Dq /boot/loader.conf.local
297 .Pq Dq N
[all...]
/freebsd-src/contrib/bsddialog/utility/
H A Dbsddialog.1370 .It Dq \eZ0
372 .It Dq \eZ1
374 .It Dq \eZ2
376 .It Dq \eZ3
378 .It Dq \eZ4
380 .It Dq \eZ5
382 .It Dq \eZ6
384 .It Dq \eZ7
386 .It Dq \eZb
388 .It Dq \eZB
[all …]
/freebsd-src/usr.bin/units/
H A Dunits.164 .Pq which is fixed at Dq Fx units ,
79 .Pq e.g., Dq Cm cm ,
81 .Pq e.g., Dq Cm 42 ,
83 .Pq e.g., Dq Cm 42 cm
101 .Pq Dq " " ,
103 .Pq Dq -
105 .Pq Dq * .
108 .Pq Dq Ic / .
112 .Pq Dq Ic \&| Ns .
191 .Pq Dq -
[all …]
/freebsd-src/usr.sbin/jail/
H A Djaillex.l56 %start _ DQ
77 <_,DQ>[A-Za-z0-9_!%&()\-.:<>?@\[\]^`|~]+ |
78 <_,DQ>\\(.|\n|[0-7]{1,3}|x[0-9A-Fa-f]{1,2}) |
79 <_,DQ>[$*+/\\] {
90 <DQ>[^\"$\\]([^"\\]|\\(.|\n))*\" {
102 * Go into DQ mode to get the variable
105 BEGIN DQ; variable
110 <DQ>\" BEGIN _;
113 <_,DQ>$[A-Za-z_][A-Za-z_0-9]* {
118 <DQ>$\{([^\n\"{}]|\\(.|\n))*\} {
[all …]
/freebsd-src/share/man/man4/
H A Dads111x.4173 .Bl -column -compact -offset indent ".Dq ti,ads1013" ".Dq ti,ads1113"
174 .It Dq ti,ads1013 Ta Dq ti,ads1113
175 .It Dq ti,ads1014 Ta Dq ti,ads1114
176 .It Dq ti,ads1015 Ta Dq ti,ads1115
/freebsd-src/bin/sh/tests/parser/
H A Dheredoc8.011 s='ast*que?non' sq=\' dq=\"
17 )" = ${dq}x${dq}'
/freebsd-src/usr.bin/clang/llvm-dwarfutil/
H A Dllvm-dwarfutil.144 If \(dq\-\(dq is specified for the input file, the input is read from the program\(aqs
45 standard input stream. If \(dq\-\(dq is specified for the output file, the output
64 Remove duplicated types (if \(dqOne Definition Rule\(dq is supported by source
/freebsd-src/usr.bin/find/
H A Dfind.158 .Dq primaries
60 .Dq operands
111 .Pq Dq Li " ' "
113 .Pq Dq Li " \*q "
115 .Pq Dq Li \e ,
121 .Dq Nm xargs Fl 0
144 .Dq Li "!" ,
145 .Dq Li "("
147 .Dq Li - .
192 .Pq Dq L
[all...]
/freebsd-src/sys/contrib/device-tree/Bindings/devfreq/
H A Drk3399_dmc.txt94 the PHY side DQ line (including DQS/DQ/DM line)
120 the PHY side DQ line (including DQS/DQ/DM line)
137 the DRAM side ODT on DQS/DQ line strength in ohms.
153 the PHY side DQ line (including DQS/DQ/DM line)
/freebsd-src/share/man/man8/
H A Dbeinstall.879 .It Ev BE_UTILITY Pq default: Dq Li "bectl"
86 .It Ev CONFIG_UPDATER Pq default: Dq Li "etcupdate"
91 .It Ev ETCUPDATE_FLAGS Pq default: Dq Li "-F"
95 .It Ev NO_PKG_UPGRADE Pq default: Dq Li ""
/freebsd-src/usr.bin/clang/llc/
H A Dllc.147 If \fBfilename\fP is \(dq\fB\-\fP\(dq or omitted, \fBllc\fP reads from standard input.
53 option specifies \(dq\fB\-\fP\(dq, then the output will also be sent to standard output.
55 If no \fI\%\-o\fP option is specified and an input file other than \(dq\fB\-\fP\(dq is
/freebsd-src/usr.bin/clang/llvm-mca/
H A Dllvm-mca.195 If \fBinput\fP is \(dq\fB\-\fP\(dq or omitted, \fBllvm\-mca\fP reads from standard
100 option specifies \(dq\fB\-\fP\(dq, then the output will also be sent to standard output.
155 of zero for this flag means \(dqunlimited number of physical registers\(dq.
343 The code from the example above defines a region named \(dqA simple example\(dq with a
395 __asm volatile(\(dq# LLVM\-MCA\-BEGIN foo\(dq:::\(dqmemory\(dq);
397 __asm volatile(\(dq# LLVM\-MCA\-END\(dq:::\(dqmemory\(dq);
1131 instructions that are \(dqin\-flight\(dq, and retiring them in program order. The
1183 \(dqready to retire.\(dq
1238 cache. It only knows if an instruction \(dqMayLoad\(dq and/or \(dqMayStore.\(dq For
1239 loads, the scheduling model provides an \(dqoptimistic\(dq load\-to\-use latency (which
[all …]

12345678910>>...16