Searched refs:TNDB_LOAD (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/tsol/tnctl/ |
H A D | tnctl.c | 197 if (tnrh(TNDB_LOAD, rhentp) != 0) { 344 if (tnrh(delete_mode ? TNDB_DELETE : TNDB_LOAD, rhentp) != 0) { 455 handle_mlps(GLOBAL_ZONEID, zc->zc_private_mlp, 0, TNDB_LOAD); 457 TNDB_LOAD); 488 if (tnrhtp(TNDB_LOAD, tpentp) != 0) { 546 if (tnrhtp(delete_mode ? TNDB_DELETE : TNDB_LOAD, tpentp) != 0) { 615 delete_mode ? TNDB_DELETE : TNDB_LOAD); 617 delete_mode ? TNDB_DELETE : TNDB_LOAD);
|
/illumos-gate/usr/src/cmd/tsol/tnd/ |
H A D | tnd.c | 625 if (tnrhtp(TNDB_LOAD, &tpp->tp_ent)) { 1188 tlbt->reload = TNDB_LOAD; 1240 tlbt->reload = TNDB_LOAD; 1433 tlbt->reload = TNDB_LOAD; 1496 tlbt->reload = TNDB_LOAD; 1527 if ((tlbt->reload == TNDB_LOAD) || 1590 if ((tlbt->reload == TNDB_LOAD) || 1648 if (op == TNDB_LOAD)
|
/illumos-gate/usr/src/uts/common/sys/tsol/ |
H A D | tndb.h | 69 TNDB_LOAD = 1, enumerator in enum:tsol_dbops
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | labelsys.c | 513 case TNDB_LOAD: 675 case TNDB_LOAD: 953 case TNDB_LOAD:
|
/illumos-gate/usr/src/cmd/zoneadmd/ |
H A D | vplat.c | 4263 if (tnmlp(TNDB_LOAD, &tsme) != 0) { 4273 if (tnmlp(TNDB_LOAD, &tsme) != 0) {
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | print.c | 2579 case TNDB_LOAD: s = "TNDB_LOAD"; break;
|
Completed in 98 milliseconds