Searched refs:visited (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/tsol/tnd/
H A Dtnd.h97 int visited; /* Flag to handle deletions */ member in struct:tnd_tnrhdb_c
H A Dtnd.c791 if (tlbt->src->visited == 0) {
806 * mark all nodes in entire_table, un-visited, for next iteration.
817 if (rhent->visited == 0) {
839 rhent->visited = 0;
866 if (tlbt->src->visited == 0) {
881 * mark all nodes in entire_table, un-visited, for next iteration.
892 if (rhent->visited == 0) { /* delete the node */
911 rhent->visited = 0;
961 (void) fprintf(logf, gettext("\trhent visited = %d\n"),
962 rhent->visited);
[all...]
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi.c376 stypes[SMB_TYPE_BASEBOARD].ids[nbb].visited = 0;
390 * All baseboards are visited and their contained
399 if (stypes[SMB_TYPE_BASEBOARD].ids[nbb].visited ==
424 visited = 1;
430 stypes[SMB_TYPE_BASEBOARD].ids[nbb].visited = 1;
H A Dx86pi_impl.h104 int visited; /* visit flag */ member in struct:smbs_con_ids
H A Dx86pi_bboard.c279 if (stypes[SMB_TYPE_BASEBOARD].ids[i].visited
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.h331 enum visit visited; member in struct:ipqos_conf_action_s
H A Dipqosconf.c1368 conf->visited = 0;
2196 /* if already visited return immediately */
2198 if (act->visited == ADD_VISITED) {
2199 IPQOSCDBG0(L1, "Early exit due to visited\n");
2202 act->visited = ADD_VISITED;
2480 /* return immmediately if previously visited in remove phase */
2482 if (act->visited == REM_VISITED) {
2486 act->visited = REM_VISITED;
8154 /* have we visited this action before? */
8156 if (action->visited
[all...]
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dfunctions.sh365 typeset -A visited
372 visited[$1]=1
376 [[ ${visited[$tmp]} == 1 ]] && continue
/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/uts/common/io/1394/
H A Ds1394_hotplug.c827 tnf_int, visited, NODE_VISITED(node));
991 matched, NODE_MATCHED(onode), tnf_int, visited,
H A Ds1394_dev_disc.c794 matched, NODE_MATCHED(node), tnf_int, visited,

Completed in 87 milliseconds