/freebsd/sys/ufs/ufs/ |
H A D | ufs_quota.c | 153 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, "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 D | quota.h | 195 #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 D | eqn.7 | 63 | \(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 D | mdoc.7 | 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 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 D | mandoc.1 | 903 .Dq "Month dd, yyyy" 944 .Dq yyyy-mm-dd . 948 .Dq "Month dd, yyyy" 1081 .It Sy "verbatim \(dq--\(dq, maybe consider using \e(em" 1121 .It Sy "missing manual title, using \(dq\(dq" 1126 .It Sy "missing manual section, using \(dq\(dq" 1152 .It Sy "missing date, using \(dq\(d [all...] |
/freebsd/usr.bin/clang/llvm-symbolizer/ |
H A D | llvm-symbolizer.1 | 55 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 D | iter_donotq.c | 54 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 D | bugpoint.1 | 69 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 D | clang.1 | 55 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 D | MODULE_PNP_INFO.9 | 69 .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/crypto/krb5/src/man/ |
H A D | kdb5_ldap_util.man | 153 Password for \(dqcn=admin,o=org\(dq: 213 Password for \(dqcn=admin,o=org\(dq: 234 Password for \(dqcn=admin,o=org\(dq: 266 Password for \(dqcn=admin,o=org\(dq: 290 Password for \(dqcn=admin,o=org\(dq: 334 Password for \(dqcn=service\-kdc,o=org\(dq: 335 Re\-enter password for \(dqcn=service\-kdc,o=org\(dq: 377 \-r ATHENA.MIT.EDU create_policy \-maxtktlife \(dq1 day\(dq 378 \-maxrenewlife \(dq1 week\(dq \-allow_postdated +needchange 380 Password for \(dqcn=admin,o=org\(dq: [all …]
|
H A D | kadmin.man | 60 Except as explicitly noted otherwise, this man page will use \(dqkadmin\(dq 145 \fB\-e\fP \(dq\fIenc\fP:\fIsalt\fP ...\(dq 460 No policy specified for \(dqjennifer@ATHENA.MIT.EDU\(dq; 464 Principal \(dqjennifer@ATHENA.MIT.EDU\(dq created. 733 \(dqaes256\-sha1\(dq on the cross\-realm krbtgt entry for an Active 748 …et_string user@FOO.COM otp \(dq[{\(dq\(dqtype\(dq\(dq:\(dq\(dqhotp\(dq\(dq,\(dq\(dqusername\(dq\(d… 842 kadmin: add_policy \-maxlife \(dq2 days\(dq \-minlength 5 guests 881 Are you sure you want to delete the policy \(dqguests\(dq? 923 The \(dqReference count\(dq is the number of principals using that policy. 1030 If the string \(dqall\(dq is specified, all entries for that principal are [all …]
|
H A D | kdc.conf.man | 157 \(dq\(dq\fP\&. The default value is \fB@LOCALSTATEDIR@\fP\fB/krb5kdc\fP\fB/kadm5.acl\fP\&. For mo… 357 relation to the empty string with \fBkadmind_listen = \(dq\(dq\fP\&. If 382 with \fBkdc_listen = \(dq\(dq\fP\&. If the KDC daemon fails to bind to any 399 \fBkdc_tcp_listen = \(dq\(dq\fP\&. The default is to bind to the same 417 relation to the empty string with \fBkpasswd_listen = \(dq\(dq\fP\&. If 565 authentication\(dq field of principal entries requiring 568 update the \(dqLast successful authentication\(dq field.). First 573 authentication\(dq and \(dqFailed password attempts\(dq fields of principal 639 Increase this value to address \(dqEnvironment mapsize limit reached\(dq 962 Encryption types marked as \(dqweak\(dq and \(dqdeprecated\(dq are available for [all …]
|
H A D | kdb5_util.man | 148 load_dump version 7\(dq. If filename is not specified, or is the string 149 \(dq\-\(dq, the dump is sent to standard output. Options: 154 load_dump version 4\(dq). This was the dump format produced on 159 load_dump version 5\(dq). This was the dump format produced on 164 load_dump version 6\(dq). This was the dump format produced on 221 (\(dqkdb5_util load_dump version 4\(dq). This was the dump format 226 load_dump version 5\(dq). This was the dump format produced on 231 load_dump version 6\(dq). This was the dump format produced on 377 as \(dq\-1\(dq.
|
/freebsd/contrib/bsddialog/lib/ |
H A D | bsddialog.3 | 478 .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 D | lsan_mac.cpp | 110 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 D | asan_mac.cpp | 199 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 D | loader.conf.5 | 303 .Pq Dq /boot/loader.conf.local 311 .Pq Dq NO 316 .Pq Dq Pa /boot/splash.bmp 331 .Pq Dq vidconsole 390 .Pq Dq kernel 392 .Pq Dq kernel kernel.old 395 .Pq Dq Pa /boot/loader.conf /boot/loader.conf.local 397 .Pq Dq Pa /boot/loader.conf.d 399 .Pq Dq NO 405 .Pq Dq NO [all …]
|
/freebsd/contrib/bsddialog/utility/ |
H A D | bsddialog.1 | 117 .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 D | units.1 | 64 .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 D | jaillex.l | 56 %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 D | ads111x.4 | 173 .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 D | beinstall.8 | 79 .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/clang/llvm-dwarfutil/ |
H A D | llvm-dwarfutil.1 | 44 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 D | rk3399_dmc.txt | 94 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)
|