| /titanic_53/usr/src/uts/common/sys/ |
| H A D | flock_impl.h | 51 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 D | sip_reass.c | 84 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 D | flock.c | 922 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 D | port.c | 95 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 D | TODO | 12 3. To rewrite edge.c for more exact correspondence with the
|
| H A D | port.h | 67 STATE_MACH_T* edge; /* */ member
|
| H A D | stp_in.c | 216 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 D | README.files | 46 edge.c - operEdge Port Resolution State Machine
|
| /titanic_53/usr/src/cmd/mdb/common/modules/genunix/ |
| H A D | typegraph.c | 1205 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 D | event_pentium.c | 538 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 D | bindings-gpio.txt | 86 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 D | graph.c | 1236 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 D | Makefile.com | 29 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 D | annapurna-alpine.dts | 119 // 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 D | ex_voper.c | 554 forbid(margin() || opf == vmove && edge()); in operate() 1012 if (edge()) in find() 1182 edge(void) in edge() function
|
| H A D | ex.news | 508 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 D | p4_pcbe.c | 686 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 D | README | 345 edge case here is that when DHCP information comes
|
| /titanic_53/usr/src/cmd/sgs/liblddbg/common/ |
| H A D | liblddbg.msg | 1093 @ 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 D | hdrchk | 206 usr/src/lib/librstp/common/edge.h
|
| H A D | cstyle | 724 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 D | rfc1951.txt | 356 choosing the edge corresponding to the next input bit.
|
| /titanic_53/usr/src/uts/sun4/ml/ |
| H A D | interrupt.s | 1008 ! ASSERT(%l1 != 0) (we didn't shift the bit off the right edge)
|
| /titanic_53/usr/src/grub/grub-0.97/docs/ |
| H A D | texinfo.tex | 216 % \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 D | words | 7415 edge
|