Searched defs:do_all (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/md/
H A Dwalk_units.c34 int do_all; member in struct:unit_data
54 * do_all: print all the sets on the system or not.
63 ((unit_data_t *)wsp->walk_data)->do_all = 1;
66 ((unit_data_t *)wsp->walk_data)->do_all = 0;
87 if ((un->setno < md_nsets) && (un->do_all == 1)) {
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Dsys.c768 int do_all = 0; local
774 do_all = 1;
784 if (do_all) {
/illumos-gate/usr/src/cmd/avs/rdc/
H A Dsndrd.c430 do_all(struct protob *protobp, function
654 if (do_all(protobp0, rdcsvc) == -1)
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_tbind.c644 do_all(struct protob *protobp, function
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c1956 boolean_t do_all = B_FALSE; local
1982 do_all = B_TRUE;
2102 if (do_all) {
2222 else if (!do_all)
2225 if (do_all) {
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c6036 int do_all = 0; local
6047 do_all = 1;
6085 if (do_all) {
6336 int do_all = 0; local
6348 do_all = 1;
6363 if (do_all) {

Completed in 103 milliseconds