Searched defs:nosync (Results 1 - 3 of 3) sorted by relevance

/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/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
/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)

Completed in 73 milliseconds