Home
last modified time | relevance | path

Searched refs:graph (Results 1 – 25 of 177) sorted by relevance

12345678

/titanic_44/usr/src/test/libc-tests/tests/wctype/
H A Dwctype_test.c80 test_ctype_subset(upper, graph); in main()
81 test_ctype_subset(lower, graph); in main()
82 test_ctype_subset(digit, graph); in main()
83 test_ctype_subset(punct, graph); in main()
/titanic_44/usr/src/cmd/sgs/gprof/common/
H A Dgprof.callg.blurb1 call graph profile:
7 index the index of the function in the call graph
30 index the index of the function in the call graph
57 index the index of this parent in the call graph
83 index the index of this child in the call graph listing,
/titanic_44/usr/src/uts/common/sys/
H A Dflock_impl.h72 struct graph *l_graph; /* graph this belongs to */
95 struct graph { struct
103 typedef struct graph graph_t;
188 extern struct graph *lock_graph[HASH_SIZE];
/titanic_44/usr/src/cmd/localedef/data/
H A Dctype.sh25 for i in upper lower alpha space cntrl graph print punct digit xdigit blank \
H A Dsi_LK.UTF-8.src212 graph <EXCLAMATION_MARK>;/
H A Dth_TH.UTF-8.src200 graph <EXCLAMATION_MARK>;/
H A Dgu_IN.UTF-8.src204 graph <EXCLAMATION_MARK>;/
H A Dhy_AM.UTF-8.src217 graph <EXCLAMATION_MARK>;/
H A Dkn_IN.UTF-8.src208 graph <EXCLAMATION_MARK>;/
H A Dpa_IN.UTF-8.src201 graph <EXCLAMATION_MARK>;/
H A Dta_IN.UTF-8.src184 graph <EXCLAMATION_MARK>;/
H A Dte_IN.UTF-8.src208 graph <EXCLAMATION_MARK>;/
H A Dhe_IL.UTF-8.src229 graph <EXCLAMATION_MARK>;/
H A Dka_GE.UTF-8.src254 graph <EXCLAMATION_MARK>;/
H A Dor_IN.UTF-8.src205 graph <EXCLAMATION_MARK>;/
H A Das_IN.UTF-8.src204 graph <EXCLAMATION_MARK>;/
H A Dbn_BD.UTF-8.src204 graph <EXCLAMATION_MARK>;/
H A Dbn_IN.UTF-8.src204 graph <EXCLAMATION_MARK>;/
/titanic_44/usr/src/lib/libc/port/locale/
H A Disdigit.c89 DEFN_ISTYPE(graph, _ISGRAPH)
H A Diswctype.c141 DEFN_ISWTYPE(graph, _CTYPE_G) in DEFN_ISWTYPE()
/titanic_44/usr/src/cmd/svc/startd/
H A DMakefile35 graph.o \
/titanic_44/usr/src/cmd/sa/
H A Dsadp.c908 long *graph = (long *)calloc(CHPERCYL, sizeof (long)); local
940 graph[ii] = (scale * 100 * dp->hdata[ii]) / at;
942 graph[ii] = -1;
945 prthist(graph, maxrow, scale, (long) (max*100*scale/at));
/titanic_44/usr/src/uts/common/io/warlock/
H A Dddi_dki_comm.inc36 * graph.
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c1774 graph_t *graph; in lg_walk_step() local
1780 if (mdb_vread(&graph, sizeof (graph), wsp->walk_addr) == -1) { in lg_walk_step()
1785 wsp->walk_addr += sizeof (graph); in lg_walk_step()
1787 if (graph == NULL) in lg_walk_step()
1793 lw.startaddr = (uintptr_t)&(graph->active_locks); in lg_walk_step()
1799 lw.startaddr = (uintptr_t)&(graph->sleeping_locks); in lg_walk_step()
/titanic_44/usr/src/uts/common/io/usb/hcd/
H A DREADME380 It fetches the element and begins traversing the graph of linked schedule

12345678