Searched refs:doasync (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/cmd/avs/rdc/ |
H A D | sndrboot.c | 81 int doasync; /* Device is in sync/async mode */ member 137 int doasync; in sndrboot_lintmain() local 237 doasync = pair_list[pairs].doasync; in sndrboot_lintmain() 241 diskqueue, doasync, lhost, setid) in sndrboot_lintmain() 256 tobitmap, flag, directfile, group, diskqueue, doasync, in rdc_operation() argument 260 int flag, doasync; 439 if (doasync) 671 int doasync; in read_libcfg() local 745 doasync = 0; in read_libcfg() 747 doasync = 1; in read_libcfg() [all …]
|
H A D | sndradm.c | 116 int doasync; /* Device is in sync/async mode */ member 309 if (pair.doasync == 0) in rdc_print() 371 pair.doasync ? "async" : "sync"); in rdc_print() 473 pair->doasync = 0; in parse_cfg_buf() 475 pair->doasync = 1; in parse_cfg_buf() 1383 pair.directfile, pair.group, pair.ctag, qvol, &pair.doasync, in diskq_subcmd() 1412 pair.directfile, pair.group, pair.ctag, qvol, &pair.doasync, in diskq_subcmd() 1424 pair.directfile, pair.group, pair.ctag, qvol, &pair.doasync, in diskq_subcmd() 1436 pair.directfile, pair.group, pair.ctag, qvol, &pair.doasync, in diskq_subcmd() 1456 pair.directfile, pair.group, pair.ctag, qvol, &pair.doasync, in diskq_subcmd() [all …]
|