Home
last modified time | relevance | path

Searched refs:tsol_sgetzcent (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libtsnet/
H A DMakefile.com33 tsol_sgetrhent.o tsol_sgettpent.o tsol_sgetzcent.o
/illumos-gate/usr/src/lib/libtsnet/common/
H A Dlibtsnet.h91 extern tsol_zcent_t *tsol_sgetzcent(const char *, int *, char **);
H A Dmapfile-vers67 tsol_sgetzcent;
H A Dtsol_sgetzcent.c155 tsol_sgetzcent(const char *instr, int *errp, char **errstrp) in tsol_sgetzcent() function
/illumos-gate/usr/src/cmd/tsol/tnctl/
H A Dtnctl.c424 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 Dtnchkdb.c600 if ((zc = tsol_sgetzcent(line, &err, &errstr)) == NULL) {
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c4329 if ((zcent = tsol_sgetzcent(line, NULL, NULL)) == NULL) in get_zone_label()