Searched refs:tsol_sgetzcent (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/lib/libtsnet/ |
H A D | Makefile.com | 33 tsol_sgetrhent.o tsol_sgettpent.o tsol_sgetzcent.o
|
/illumos-gate/usr/src/lib/libtsnet/common/ |
H A D | libtsnet.h | 91 extern tsol_zcent_t *tsol_sgetzcent(const char *, int *, char **);
|
H A D | mapfile-vers | 67 tsol_sgetzcent;
|
H A D | tsol_sgetzcent.c | 155 tsol_sgetzcent(const char *instr, int *errp, char **errstrp) in tsol_sgetzcent() function
|
/illumos-gate/usr/src/cmd/tsol/tnctl/ |
H A D | tnctl.c | 424 if ((zc = tsol_sgetzcent(line, &err, &errstr)) == NULL) { in process_tnzone() 610 if ((zc = tsol_sgetzcent(sbuf, &err, &errstr)) == NULL) { in process_mlp()
|
/illumos-gate/usr/src/cmd/tsol/tnchkdb/ |
H A D | tnchkdb.c | 600 if ((zc = tsol_sgetzcent(line, &err, &errstr)) == NULL) {
|
/illumos-gate/usr/src/cmd/zoneadmd/ |
H A D | vplat.c | 4329 if ((zcent = tsol_sgetzcent(line, NULL, NULL)) == NULL) in get_zone_label()
|