Searched refs:edge (Results 1 - 15 of 15) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/librstp/
H A DMakefile.com29 OBJECTS = edge.o migrate.o p2p.o pcost.o port.o portinfo.o rolesel.o \
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dflock_impl.h52 struct edge { struct
53 struct edge *edge_adj_next; /* adjacency list next */
54 struct edge *edge_adj_prev; /* adjacency list prev */
55 struct edge *edge_in_next; /* incoming edges list next */
56 struct edge *edge_in_prev; /* incoming edges list prev */
57 struct lock_descriptor *from_vertex; /* edge emanating from lock */
58 struct lock_descriptor *to_vertex; /* edge pointing to lock */
61 typedef struct edge edge_t;
66 struct edge l_edge; /* edge fo
445 struct proc_edge *edge; /* adajcent edges of this process */ member in struct:proc_vertex
[all...]
/opensolaris-onvv-gate/usr/src/lib/libsip/common/
H A Dsip_reass.c84 char *edge; local
87 edge = p + msglen;
97 if (e == edge)
101 if (e == edge)
112 if (e == edge)
/opensolaris-onvv-gate/usr/src/lib/librstp/common/
H A Dport.c38 #include "edge.h"
95 STP_STATE_MACH_IN_LIST(edge);
113 this->edge->ignoreHop2State = 0; /* DISABLED; */
120 this->edge->debug = 1;
H A Dport.h67 STATE_MACH_T* edge; /* */ member in struct:port_t
H A Dstp_in.c216 if (port->edge->debug) {
664 if (port->edge->debug && port->operEdge) {
848 if (port->edge->debug) {
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dflock.c625 sizeof (struct edge), 0, NULL, NULL, NULL, NULL, NULL, 0);
686 * Get a lock_descriptor structure with initialization of edge lists.
767 * flk_add_edge() function adds an edge between l1 and l2 iff there
902 * edge to this write lock we have paths to all locks in the
1170 * This routine adds an edge between from and to because from depends
1184 edge_t *edge; local
1193 * don't add an edge as it is reachable from from vertex
1200 edge = flk_get_edge();
1206 edge->from_vertex = from_lock;
1207 edge
[all...]
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dtypegraph.c50 * outgoing edge. Determining the pointer type allows us to determine the
51 * type of the edge's destination node, and therefore to iteratively continue
198 struct tg_edge *tge_nextin; /* next incoming edge */
199 struct tg_edge *tge_nextout; /* next outgoing edge */
209 tg_edge_t *tgt_redge; /* referring edge */
249 tg_edge_t *tgto_edge; /* outbound edge */
263 tg_edge_t *tgps_edge; /* current edge */
676 * offset. It additionally takes an optional edge to help bust unions, and
806 * We've been given no outbound edge -- we have no way
1205 tg_edge_t *edge; local
1423 typegraph_node_addtype(tg_node_t *node, tg_edge_t *edge, mdb_ctf_id_t rtype, const char *rmember, size_t roffs, mdb_ctf_id_t utype, mdb_ctf_id_t type) argument
2113 tg_edge_t *e, *edge = node->tgn_outgoing; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/svc/startd/
H A Dgraph.c53 * - an edge from the GVT_SVC vertex for the instance's service
55 * - an edge to the GVT_INST vertex of the instance's resarter, if its
61 * snapshot, an edge to a GVT_GROUP vertex named by the FMRI of the
65 * group, an edge from the corresponding GVT_GROUP vertex to a
661 * Fake up an edge for the first iteration
1234 graph_edge_t *edge; local
1243 for (edge = uu_list_first(groupv->gv_dependencies);
1244 edge != NULL;
1245 edge = uu_list_next(groupv->gv_dependencies, edge)) {
1273 graph_edge_t *edge; local
1314 graph_edge_t *edge; local
1478 graph_edge_t *edge, *e2; local
[all...]
/opensolaris-onvv-gate/usr/src/lib/libcpc/i386/
H A Devent_pentium.c232 "noedge", /* disable edge detect */
538 int usr, sys, edge, inv, irupt, pc; member in struct:xpes
549 xpes->edge = (pes >> CPC_P6_PES_E) & 1u;
621 xpes[0].edge, xpes[1].edge, 1, tokens[D_noedge]);
742 if (xpes[i].edge == 0)
784 if (xpes[i].edge == 0) {
/opensolaris-onvv-gate/usr/src/cmd/vi/port/
H A Dex_voper.c554 forbid(margin() || opf == vmove && edge());
1012 if (edge())
1182 edge(void) function
/opensolaris-onvv-gate/usr/src/uts/intel/pcbe/
H A Dp4_pcbe.c544 #define P4_ATTRS "emask,tag,compare,complement,threshold,edge"
666 * Set the CCCR parameters (overflow, cascade, edge, etc).
686 int edge = 0; local
780 } else if (strcmp("edge", attrs[i].ka_name) == 0) {
782 edge = 1;
882 if (edge)
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DSimple.pm181 main problem is not dealing with these edge cases but that people hate
/opensolaris-onvv-gate/usr/src/uts/sun4/ml/
H A Dinterrupt.s1008 ! ASSERT(%l1 != 0) (we didn't shift the bit off the right edge)
1318 ! ASSERT(%l1 != 0) (we didn't shift the bit off the right edge)
/opensolaris-onvv-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex216 % \vadjust-items are inserted at the left edge of the type. So
2232 % edge of all pages.

Completed in 347 milliseconds