OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dosync
(Results
1 - 3
of
3
) sorted by relevancy
/src/share/examples/puffs/pgfs/
mount.c
96
bool
dosync
;
local in function:main
150
dosync
= (mntflags & MNT_SYNCHRONOUS) != 0;
151
if (!
dosync
) {
161
error = pgfs_connectdb(pu, dbname, dbuser, debug,
dosync
, nconn);
/src/sys/dev/ic/
aic79xx.c
3580
int
dosync
;
local in function:ahd_build_transfer_msg
3603
dosync
= tinfo->curr.offset != offset || tinfo->curr.period != period;
3611
if (!dowide && !
dosync
&& !doppr) {
3613
dosync
= tinfo->goal.offset != 0;
3616
if (!dowide && !
dosync
&& !doppr) {
3624
dosync
= 1;
3643
if (doppr || (
dosync
&& !dowide)) {
aic7xxx.c
2368
int
dosync
;
local in function:ahc_build_transfer_msg
2390
dosync
= tinfo->curr.period != period;
2398
if (!dowide && !
dosync
&& !doppr) {
2400
dosync
= tinfo->goal.offset != 0;
2403
if (!dowide && !
dosync
&& !doppr) {
2411
dosync
= 1;
2431
if (doppr || (
dosync
&& !dowide)) {
Completed in 44 milliseconds
Indexes created Sun Sep 21 18:09:52 GMT 2025