Searched refs:tsol_mlpent_t (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/lib/libtsnet/common/ |
H A D | tnmlp.c | 42 tnmlp(int cmd, tsol_mlpent_t *buf)
|
H A D | libtsnet.h | 107 extern int tnmlp(int, tsol_mlpent_t *);
|
/illumos-gate/usr/src/cmd/tsol/tninfo/ |
H A D | tninfo.c | 277 iterate_mlps(tsol_mlpent_t *tsme, const char *type) 323 tsol_mlpent_t tsme;
|
/illumos-gate/usr/src/cmd/tsol/tnctl/ |
H A D | tnctl.c | 368 tsol_mlpent_t tsme; 402 tsol_mlpent_t tsme;
|
/illumos-gate/usr/src/uts/common/sys/tsol/ |
H A D | tndb.h | 233 } tsol_mlpent_t; typedef in typeref:struct:tsol_mlpent
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | labelsys.c | 920 tsol_mlpent_t tsme; 931 * Get argument. Note that tsol_mlpent_t is the same on LP64 and 955 tsol_mlpent_t *, &tsme); 968 tsol_mlpent_t *, &tsme); 998 tsol_mlpent_t *, &tsme); 1006 tsol_mlpent_t *, &tsme);
|
/illumos-gate/usr/src/uts/common/c2/ |
H A D | audit_event.c | 2896 tsol_mlpent_t *mlpent; 2900 mlpent = kmem_alloc(sizeof (tsol_mlpent_t), KM_SLEEP); 2901 if (copyin((caddr_t)a2, mlpent, sizeof (tsol_mlpent_t))) { 2902 kmem_free(mlpent, sizeof (tsol_mlpent_t)); 2920 kmem_free(mlpent, sizeof (tsol_mlpent_t)); 2933 kmem_free(mlpent, sizeof (tsol_mlpent_t));
|
/illumos-gate/usr/src/cmd/zoneadmd/ |
H A D | vplat.c | 4254 tsol_mlpent_t tsme; 4284 tsol_mlpent_t tsme;
|
Completed in 96 milliseconds