Searched refs:nosync (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dspeedtest.tcl59 puts [format $format {SQLite 2.4.8 (nosync):} $t]
67 puts [format $format {SQLite 2.4.12 (nosync):} $t]
94 set fd [open nosync-init.sql w]
100 exec ./sqlite248 sns.db <nosync-init.sql
101 exec ./sqlite2412 snsb.db <nosync-init.sql
H A Dspeedtest2.tcl59 puts [format $format {SQLite 2.4 (nosync):} $t]
86 set fd [open nosync-init.sql w]
92 exec ./sqlite240 sns.db <nosync-init.sql
/illumos-gate/usr/src/ucbcmd/shutdown/
H A Dshutdown.c112 char *nosync = NULL; variable
232 nosync = nosyncflag;
262 if (fast && (nosync == nosyncflag)) {
425 "-l", nosync, (char *)0);
445 else if (nosync != NULL)
446 (void) printf(gettext(msg10), nosync); local
/illumos-gate/usr/src/cmd/halt/
H A Dhalt.c1262 int qflag = 0, needlog = 1, nosync = 0; local
1327 nosync = 1;
1514 if (cmd == A_DUMP && zoneid == GLOBAL_ZONEID && !nosync)
1590 if (zoneid == GLOBAL_ZONEID && !nosync)
1601 if (!qflag && !nosync) {
1617 if (cmd == A_DUMP && nosync != 0)
/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_db.cc57 int skiplog, int nosync);
1588 entry_obj * newobj, int skiplog, int nosync)
1609 if (nosync)
1650 int nosync)
1667 if (nosync)
1675 if (nosync)
1587 db_add_entry_x(char * tab, int numattrs, nis_attr * attrname, entry_obj * newobj, int skiplog, int nosync) argument
1649 db_remove_entry_x(char * table_name, int num_attrs, nis_attr * attrname, int nosync) argument

Completed in 75 milliseconds