Searched defs:visited (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi_impl.h104 int visited; /* visit flag */ member in struct:smbs_con_ids
/illumos-gate/usr/src/cmd/tsol/tnd/
H A Dtnd.h97 int visited; /* Flag to handle deletions */ member in struct:tnd_tnrhdb_c
/illumos-gate/usr/src/cmd/svc/svcadm/
H A Dsvcadm.c108 static struct ht_elt **visited; variable in typeref:struct:ht_elt
202 * Return 1 if str has been visited, 0 if it has not, and -1 if memory could not
215 for (he = visited[i]; he != NULL; he = he->next) {
229 he->next = visited[i];
230 visited[i] = he;
1013 * "visited" hash table. While recursing, the hash table entry is marked
1707 visited = calloc(HT_BUCKETS, sizeof (*visited));
1708 if (visited == NULL)
1726 free(visited);
[all...]
/illumos-gate/usr/src/uts/intel/os/
H A Dfmsmb.c98 int visited; member in struct:smbs_con_ids
215 stype->ids[cnt]->visited = 0;
936 if (bbstypes->ids[nb]->visited) {
940 bbstypes->ids[nb]->visited = 1;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.h331 enum visit visited; member in struct:ipqos_conf_action_s

Completed in 71 milliseconds