Home
last modified time | relevance | path

Searched refs:edge (Results 1 – 25 of 26) sorted by relevance

12

/titanic_41/usr/src/uts/common/sys/
H A Dflock_impl.h52 struct edge { struct
53 struct edge *edge_adj_next; /* adjacency list next */ argument
54 struct edge *edge_adj_prev; /* adjacency list prev */ argument
55 struct edge *edge_in_next; /* incoming edges list next */ argument
56 struct edge *edge_in_prev; /* incoming edges list prev */ argument
61 typedef struct edge edge_t;
66 struct edge l_edge; /* edge for adj and in lists */
70 struct edge *l_sedge; /* start edge for graph alg. */
445 struct proc_edge *edge; /* adajcent edges of this process */ member
/titanic_41/usr/src/lib/libsip/common/
H A Dsip_reass.c84 char *edge; in sip_get_msglen() local
87 edge = p + msglen; in sip_get_msglen()
97 if (e == edge) in sip_get_msglen()
101 if (e == edge) in sip_get_msglen()
112 if (e == edge) in sip_get_msglen()
/titanic_41/usr/src/uts/common/os/
H A Dflock.c635 sizeof (struct edge), 0, NULL, NULL, NULL, NULL, NULL, 0); in flk_init()
1192 edge_t *edge; in flk_add_edge() local
1208 edge = flk_get_edge(); in flk_add_edge()
1214 edge->from_vertex = from_lock; in flk_add_edge()
1215 edge->to_vertex = to_lock; in flk_add_edge()
1221 from_lock->l_edge.edge_adj_next->edge_adj_prev = edge; in flk_add_edge()
1222 edge->edge_adj_next = from_lock->l_edge.edge_adj_next; in flk_add_edge()
1223 edge->edge_adj_prev = &from_lock->l_edge; in flk_add_edge()
1224 from_lock->l_edge.edge_adj_next = edge; in flk_add_edge()
1230 to_lock->l_edge.edge_in_next->edge_in_prev = edge; in flk_add_edge()
[all …]
/titanic_41/usr/src/lib/librstp/common/
H A Dport.c95 STP_STATE_MACH_IN_LIST(edge); in STP_port_create()
113 this->edge->ignoreHop2State = 0; /* DISABLED; */ in STP_port_create()
120 this->edge->debug = 1; in STP_port_create()
H A DTODO12 3. To rewrite edge.c for more exact correspondence with the
H A Dport.h67 STATE_MACH_T* edge; /* */ member
H A Dstp_in.c216 if (port->edge->debug) { in _stp_in_enable_port_on_stpm()
664 if (port->edge->debug && port->operEdge) { in STP_IN_rx_bpdu()
848 if (port->edge->debug) { in STP_IN_port_set_cfg()
H A DREADME.files46 edge.c - operEdge Port Resolution State Machine
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dtypegraph.c1205 tg_edge_t *edge; in typegraph_build_anchored() local
1258 edge = mdb_zalloc(sizeof (tg_edge_t), UM_SLEEP); in typegraph_build_anchored()
1260 edge->tge_src = src; in typegraph_build_anchored()
1261 edge->tge_dest = node; in typegraph_build_anchored()
1262 edge->tge_nextout = src->tgn_outgoing; in typegraph_build_anchored()
1263 src->tgn_outgoing = edge; in typegraph_build_anchored()
1265 edge->tge_srcoffs += ndx * sizeof (uintptr_t); in typegraph_build_anchored()
1266 edge->tge_destoffs = ptr - node->tgn_base; in typegraph_build_anchored()
1267 edge->tge_nextin = node->tgn_incoming; in typegraph_build_anchored()
1268 node->tgn_incoming = edge; in typegraph_build_anchored()
[all …]
/titanic_41/usr/src/lib/libcpc/i386/
H A Devent_pentium.c538 int usr, sys, edge, inv, irupt, pc; member
549 xpes->edge = (pes >> CPC_P6_PES_E) & 1u; in unmake_pes()
621 xpes[0].edge, xpes[1].edge, 1, tokens[D_noedge]); in cpc_eventtostr()
742 if (xpes[i].edge == 0) in __cpc_eventtoset()
784 if (xpes[i].edge == 0) { in __cpc_eventtoset()
/titanic_41/usr/src/cmd/svc/startd/
H A Dgraph.c1235 graph_edge_t *edge; in require_all_satisfied() local
1244 for (edge = uu_list_first(groupv->gv_dependencies); in require_all_satisfied()
1245 edge != NULL; in require_all_satisfied()
1246 edge = uu_list_next(groupv->gv_dependencies, edge)) { in require_all_satisfied()
1247 i = dependency_satisfied(edge->ge_vertex, satbility); in require_all_satisfied()
1253 edge->ge_vertex->gv_name, i == 0 ? "ed" : "able"); in require_all_satisfied()
1274 graph_edge_t *edge; in require_any_satisfied() local
1283 for (edge = uu_list_first(groupv->gv_dependencies); in require_any_satisfied()
1284 edge != NULL; in require_any_satisfied()
1285 edge = uu_list_next(groupv->gv_dependencies, edge)) { in require_any_satisfied()
[all …]
/titanic_41/usr/src/lib/librstp/
H A DMakefile.com29 OBJECTS = edge.o migrate.o p2p.o pcost.o port.o portinfo.o rolesel.o \
/titanic_41/usr/src/cmd/vi/port/
H A Dex_voper.c554 forbid(margin() || opf == vmove && edge()); in operate()
1012 if (edge()) in find()
1182 edge(void) in edge() function
H A Dex.news508 distance from the right edge of the screen, but this location
509 is now the right edge of the area where wraps can take place,
510 instead of the left edge. Wrapmargin now behaves much like
/titanic_41/usr/src/uts/intel/pcbe/
H A Dp4_pcbe.c686 int edge = 0; in p4_pcbe_configure() local
782 edge = 1; in p4_pcbe_configure()
882 if (edge) in p4_pcbe_configure()
/titanic_41/usr/src/cmd/cmd-inet/lib/nwamd/
H A DREADME345 edge case here is that when DHCP information comes
/titanic_41/exception_lists/
H A Dhdrchk141 usr/src/lib/librstp/common/edge.h
H A Dcstyle594 usr/src/lib/librstp/common/edge.c
595 usr/src/lib/librstp/common/edge.h
/titanic_41/usr/src/cmd/sgs/liblddbg/common/
H A Dliblddbg.msg1093 @ MSG_UTL_EDGE_TITLE_I "traversing %s dependency edge for interposer:"
1094 @ MSG_UTL_EDGE_TITLE_S "traversing %s dependency edge:"
/titanic_41/usr/src/uts/sun4/ml/
H A Dinterrupt.s1008 ! ASSERT(%l1 != 0) (we didn't shift the bit off the right edge)
/titanic_41/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.
/titanic_41/usr/src/cmd/look/
H A Dwords7415 edge
/titanic_41/usr/src/cmd/spell/
H A Dlist7413 edge
/titanic_41/usr/src/uts/intel/io/acpica/
H A Dchanges.txt1464 the status bit for edge-triggered GPEs. Lv Zheng.
12527 the active and edge/level bits.
/titanic_41/usr/src/cmd/terminfo/
H A Dtermcap.src8889 # hit a window edge (yes, really). Turned off by CR
19121 # all the GNU termcaps pushes a few over the edge).

12