Searched refs:tnrh (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/lib/libtsnet/common/ |
H A D | tnrh.c | 35 * tnrh(2TSOL) - manipulate kernel trusted network remote hosts cache 41 tnrh(int cmd, tsol_rhent_t *buf) function
|
H A D | libtsnet.h | 106 extern int tnrh(int, tsol_rhent_t *);
|
H A D | tsol_getrhent.c | 247 if (tnrh(TNDB_GET, &rhent) != 0)
|
/illumos-gate/usr/src/lib/libtsnet/ |
H A D | Makefile.com | 31 tnrh.o tnrhtp.o tnmlp.o \
|
/illumos-gate/usr/src/cmd/tsol/tnctl/ |
H A D | tnctl.c | 191 (void) tnrh(TNDB_FLUSH, NULL); 197 if (tnrh(TNDB_LOAD, rhentp) != 0) { 200 perror("tnrh"); 344 if (tnrh(delete_mode ? TNDB_DELETE : TNDB_LOAD, rhentp) != 0) { 346 perror("tnrh");
|
/illumos-gate/usr/src/cmd/tsol/tninfo/ |
H A D | tninfo.c | 257 if (tnrh(TNDB_GET, &rhent) != 0) {
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | labelsys.c | 437 * tnrh_hash_add handles the tnrh entry ref count for hash 493 tnrh(int cmd, void *buf) function 1067 * Search the tnrh hash table for each prefix length, 1129 * Does the tnrh entry point to a stale template? 1131 * a template that has existing tnrh entries pointing 1134 * If the template exists, reload the tnrh entry. 1167 * This function increments the tnrh entry ref count 1169 * tnrh_hash_add increments the tnrh entry ref count 1438 return (tnrh((int)(uintptr_t)a1, a2));
|
/illumos-gate/usr/src/cmd/tsol/tnd/ |
H A D | tnd.c | 1510 * depending on the reload flag by invoking tnrh(). 1530 * We have to call tnrh() with tsol_rhent argument. 1593 * We have to call tnrh() with tsol_rhent argument. 1643 if (tnrh(op, rhentp) != 0) { 1646 (void) fprintf(logf, gettext("tnrh() failed: %s\n"), 1660 cprint("tnrh() failed..: %s\n", strerror(errno));
|
Completed in 296 milliseconds