Home
last modified time | relevance | path

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

12

/titanic_53/usr/src/uts/common/sys/
H A Dflock_impl.h51 struct edge { struct
52 struct edge *edge_adj_next; /* adjacency list next */ argument
53 struct edge *edge_adj_prev; /* adjacency list prev */ argument
54 struct edge *edge_in_next; /* incoming edges list next */ argument
55 struct edge *edge_in_prev; /* incoming edges list prev */ argument
60 typedef struct edge edge_t;
65 struct edge l_edge; /* edge for adj and in lists */
69 struct edge *l_sedge; /* start edge for graph alg. */
446 struct proc_edge *edge; /* adajcent edges of this process */ member
/titanic_53/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_53/usr/src/uts/common/os/
H A Dflock.c922 sizeof (struct edge), 0, NULL, NULL, NULL, NULL, NULL, 0); in flk_init()
1485 edge_t *edge; in flk_add_edge() local
1501 edge = flk_get_edge(); in flk_add_edge()
1507 edge->from_vertex = from_lock; in flk_add_edge()
1508 edge->to_vertex = to_lock; in flk_add_edge()
1514 from_lock->l_edge.edge_adj_next->edge_adj_prev = edge; in flk_add_edge()
1515 edge->edge_adj_next = from_lock->l_edge.edge_adj_next; in flk_add_edge()
1516 edge->edge_adj_prev = &from_lock->l_edge; in flk_add_edge()
1517 from_lock->l_edge.edge_adj_next = edge; in flk_add_edge()
1523 to_lock->l_edge.edge_in_next->edge_in_prev = edge; in flk_add_edge()
[all …]
/titanic_53/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_53/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_53/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_53/usr/src/boot/sys/boot/fdt/dts/
H A Dbindings-gpio.txt86 0x0002---- IN_IRQ_EDGE Interrupt, edge triggered.
98 &GPIO 2 1 0x00020000 /* GPIO[2]: IN, IRQ (edge) */
/titanic_53/usr/src/cmd/svc/startd/
H A Dgraph.c1236 graph_edge_t *edge; in require_all_satisfied() local
1245 for (edge = uu_list_first(groupv->gv_dependencies); in require_all_satisfied()
1246 edge != NULL; in require_all_satisfied()
1247 edge = uu_list_next(groupv->gv_dependencies, edge)) { in require_all_satisfied()
1248 i = dependency_satisfied(edge->ge_vertex, satbility); in require_all_satisfied()
1254 edge->ge_vertex->gv_name, i == 0 ? "ed" : "able"); in require_all_satisfied()
1275 graph_edge_t *edge; in require_any_satisfied() local
1284 for (edge = uu_list_first(groupv->gv_dependencies); in require_any_satisfied()
1285 edge != NULL; in require_any_satisfied()
1286 edge = uu_list_next(groupv->gv_dependencies, edge)) { in require_any_satisfied()
[all …]
/titanic_53/usr/src/lib/librstp/
H A DMakefile.com29 OBJECTS = edge.o migrate.o p2p.o pcost.o port.o portinfo.o rolesel.o \
/titanic_53/usr/src/boot/sys/boot/fdt/dts/arm/
H A Dannapurna-alpine.dts119 // 1 = low-to-high edge triggered
120 // 2 = high-to-low edge triggered
123 // The hardware only supports active-high-level or rising-edge.
/titanic_53/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_53/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_53/usr/src/cmd/cmd-inet/lib/nwamd/
H A DREADME345 edge case here is that when DHCP information comes
/titanic_53/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_53/exception_lists/
H A Dhdrchk206 usr/src/lib/librstp/common/edge.h
H A Dcstyle724 usr/src/lib/librstp/common/edge.c
725 usr/src/lib/librstp/common/edge.h
/titanic_53/usr/src/boot/lib/libz/doc/
H A Drfc1951.txt356 choosing the edge corresponding to the next input bit.
/titanic_53/usr/src/uts/sun4/ml/
H A Dinterrupt.s1008 ! ASSERT(%l1 != 0) (we didn't shift the bit off the right edge)
/titanic_53/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_53/usr/src/cmd/look/
H A Dwords7415 edge

12