Home
last modified time | relevance | path

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

12345678910>>...16

/freebsd/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/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.7127 \&.\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 HARDWARE
141 \&.\e\(dq For section 4 only.
142 \&.\e\(dq Not used in OpenBSD.
143 \&.\e\(dq .Sh IMPLEMENTATION NOTES
144 \&.\e\(dq Not used in OpenBSD.
[all …]
H A Dmandoc.11094 .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\(dq"
1192 .It Sy "missing Os macro, using \(dq\(dq"
1267 .It Sy "missing description line, using \(dq\(dq"
1537 .It Sy "missing utility name, using \(dq\(dq"
1544 .It Sy "missing function name, using \(dq\(dq"
1641 .It Sy "missing option string, using \(dq\(dq"
1647 .It Sy "missing resource identifier, using \(dq\(dq"
[all …]
/freebsd/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/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/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/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/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/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 \eZ
[all...]
/freebsd/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/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 INTERCEPTOR() argument
239 REAL(dispatch_group_async_f)(group, dq, (void*)asan_ctxt, in INTERCEPTOR()
245 void dispatch_async(dispatch_queue_t dq, void(^work)(void));
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_block);
[all …]
/freebsd/stand/defaults/
H A Dloader.conf.5296 .Pq Dq /boot/loader.conf.local
304 .Pq Dq NO
309 .Pq Dq Pa /boot/splash.bmp
324 .Pq Dq vidconsole
383 .Pq Dq kernel
385 .Pq Dq kernel kernel.old
388 .Pq Dq Pa /boot/loader.conf /boot/loader.conf.local
390 .Pq Dq Pa /boot/loader.conf.d
392 .Pq Dq NO
398 .Pq Dq NO
[all …]
/freebsd/contrib/bsddialog/utility/
H A Dbsddialog.1117 .Dq Cancel
121 .Dq Cancel
134 .Dq \en ,
141 .Dq d/m/y ,
142 .Dq m/y/d ,
143 .Dq y/m/d .
161 .Dq Cancel
163 .Dq \&No
177 .Dq Extra
181 .Dq Extr
[all...]
/freebsd/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/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/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/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 ""
97 .Dq Li pkg upgrade
/freebsd/usr.bin/find/
H A Dfind.1111 .Pq Dq Li " ' "
113 .Pq Dq Li " \*q "
115 .Pq Dq Li \e ,
192 .Pq Dq Li +
194 .Pq Dq Li - .
407 .Pq Dq Li \&; .
493 .Pq Dq Li - ,
501 .Pq Dq Li + ,
674 .Pq Dq Li \e .
761 .Pq Dq Li \e .
[all …]
/freebsd/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/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/bin/sh/tests/parser/
H A Dheredoc8.011 s='ast*que?non' sq=\' dq=\"
17 )" = ${dq}x${dq}'
/freebsd/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/tools/build/options/
H A DWITH_LOADER_PXEBOOT16 .Dq lua ,
17 .Dq 4th ,
19 .Dq simp .

12345678910>>...16