/titanic_50/usr/src/lib/libbc/libc/gen/common/ |
H A D | getauditflags.c | 91 list_t lists[3]; in getauditflagschar() local 101 lists[mask_num].count = 0; in getauditflagschar() 102 lists[mask_num].off = -1; in getauditflagschar() 104 lists[mask_num].on[i] = -1; in getauditflagschar() 137 lists[COMMON].on[lists[COMMON].count++] = i; in getauditflagschar() 143 lists[SUCCESS].on[lists[SUCCESS].count++] = i; in getauditflagschar() 146 if (lists[SUCCESS].off == -1) in getauditflagschar() 147 lists[SUCCESS].off = i; in getauditflagschar() 153 lists[FAILURE].on[lists[FAILURE].count++] = i; in getauditflagschar() 156 if (lists[FAILURE].off == -1) in getauditflagschar() [all …]
|
/titanic_50/usr/src/cmd/cpc/common/ |
H A D | caps.c | 123 struct evlist **lists; in allpics_equal() local 126 lists = emalloc(npics * sizeof (struct evlist *)); in allpics_equal() 129 lists[i] = emalloc(sizeof (struct evlist)); in allpics_equal() 130 lists[i]->size = 0; in allpics_equal() 131 lists[i]->list = emalloc(1); in allpics_equal() 132 lists[i]->list[0] = '\0'; in allpics_equal() 133 cpc_walk_events_pic(cpc, i, lists[i], cap_walker); in allpics_equal() 137 if (lists[i]->size != lists[0]->size || in allpics_equal() 138 strncmp(lists[i]->list, lists[0]->list, in allpics_equal() 139 lists[0]->size) != 0) { in allpics_equal() [all …]
|
/titanic_50/usr/src/uts/common/io/usb/hcd/ |
H A D | README | 170 index into an array of 32 interrupt endpoint descriptor lists or periodic 171 frame lists found in the HCCA (Host controller communication area). This 173 sets up the interrupt lists to visit any given endpoint descriptor in as 174 many lists as necessary to provide the interrupt granularity required for 180 - The host controller driver maintains an array of 32 frame bandwidth lists 197 the 32 frame bandwidth lists, against the bandwidth required by this 210 bandwidth to one or more frame bandwidth lists. Before adding, we need to 211 double check the availability of bandwidth in those respective lists. If 213 the required frame bandwidth lists. 217 28 frame bandwidth lists. [all …]
|
/titanic_50/ |
H A D | README | 8 exception_lists - These are lists of exceptional cases 45 RTI Advocates: advocates@lists.illumos.org 46 Developer Council: developer-council@lists.illumos.org 49 Mailing list: developer@lists.illumos.org
|
/titanic_50/usr/src/data/perfmon/ |
H A D | readme.txt | 2 This package contains performance monitoring event lists for Intel processors, as well as a mapping… 3 to help match event lists to processor Family/Model/Stepping codes. 6 The event lists are available in 2 formats: 10 Event lists are created per microarchitecture, and each has a version. Versions are listed in the e… 11 …l as the header for each file. For some microarchitectures, up to three different event lists will 12 be available. These event lists correspond to the types of events that can be collected: 20 New version releases will be announced in the mail list perfmon-announce@lists.01.org 96 This field lists the fixed (PERF_FIXED_CTRX) or programmable (IA32_PMCX) counters that can be used … 99 This field lists the counters where this event can be sampled when Intel� Hyper-Threading Technolog… 105 This field is only relevant to PEBS events. It lists the counters where the event can be sampled wh… [all …]
|
/titanic_50/usr/src/uts/common/vm/ |
H A D | vm_page.c | 6215 page_capture_hash_bucket_t lists[2]; /* sentinel nodes */ member 6275 bp1 = page_capture_hash[i].lists[j].next; in page_capture_unregister_callback() 6277 while (bp1 != &page_capture_hash[i].lists[j]) { in page_capture_unregister_callback() 6325 bp = page_capture_hash[index].lists[0].next; in page_capture_move_to_walked() 6326 while (bp != &page_capture_hash[index].lists[0]) { in page_capture_move_to_walked() 6333 bp->next = page_capture_hash[index].lists[1].next; in page_capture_move_to_walked() 6334 bp->prev = &page_capture_hash[index].lists[1]; in page_capture_move_to_walked() 6335 page_capture_hash[index].lists[1].next = bp; in page_capture_move_to_walked() 6427 tp1 = page_capture_hash[index].lists[l].next; in page_capture_add_hash() 6428 while (tp1 != &page_capture_hash[index].lists[l]) { in page_capture_add_hash() [all …]
|
/titanic_50/usr/src/tools/findunref/ |
H A D | README.exception_lists | 29 Exception lists for the findunref tool 31 Files in these lists are by definition intentionally never used during a
|
/titanic_50/usr/src/cmd/sgs/rtld/mdbmod/common/ |
H A D | rtld.msg | 324 @ MSG_LMLIST_TITLE0 "Link-map lists (%s): 0x0\n"; 325 @ MSG_LMLIST_TITLE1 "Link-map lists (%s): 0x%p Alist[used %u: total %u]\n"; 328 @ MSG_LMLIST_LINE0 " lists: 0x%0?p Alist[used %u: total %u]\n" 348 A link-map list header points to a family of link-map control lists, \ 352 Additional control lists may exist as families of objects are processed\nin \ 357 The -v option walks all link-map control lists displaying each member.\n\ 364 \t lists: 0xff3f0b00 Alist[used 1: total 4]\n\ 385 \tLink-map lists (dynlm_list): 0xffbfdbf8\n\ 389 \t lists: 0xff3f0b68 Alist[used 1: total 4]\n\ 400 \t lists: 0xff3f0ba4 Alist[used 1: total 4]\n\ [all …]
|
/titanic_50/usr/src/cmd/dtrace/test/cmd/jdtrace/ |
H A D | JDTrace.java | 901 List <List <Probe>> lists = in main() local 904 lists.add(dtrace.listProgramProbeDetail(p)); in main() 908 for (List <Probe> list : lists) { in main() 917 List <List <ProbeDescription>> lists = in main() local 920 lists.add(dtrace.listProgramProbes(p)); in main() 922 for (List <ProbeDescription> list : lists) { in main()
|
/titanic_50/usr/src/tools/opensolaris/ |
H A D | README.opensolaris.tmpl | 62 on-discuss list. Please note that the mailing lists are configured to 65 OpenSolaris lists is available at
|
/titanic_50/usr/src/pkg/transforms/ |
H A D | synthetic | 31 # the package lists.
|
/titanic_50/usr/src/tools/scripts/ |
H A D | its.reg | 132 CONTACT=sitewranglers@lists.freedesktop.org 164 CONTACT=developer@lists.illumos.org
|
/titanic_50/usr/src/cmd/filesync/ |
H A D | README | 64 and for running programs to generate lists of files and 110 programs to generate lists of names for inclusion 113 programs to generate lists of names for ignoring 134 three lists of associated "rule" descriptions:
|
/titanic_50/usr/src/cmd/ipf/examples/ |
H A D | nat-setup | 65 checked the access control lists for outbound packets.
|
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | memory.c | 879 static const char *lists[] = { in memlist() local 897 if ((mdb_readvar(&ptr, lists[i]) == -1) || in memlist() 899 mdb_warn("%s not found or invalid", lists[i]); in memlist() 903 mdb_printf("%s:\n", lists[i]); in memlist()
|
/titanic_50/usr/src/cmd/hal/fdi/ |
H A D | README | 38 [1] : http://lists.freedesktop.org/archives/hal/2004-August/000858.html
|
/titanic_50/usr/src/grub/grub-0.97/ |
H A D | MAINTENANCE | 31 debian-hurd@lists.debian.org. If the announcement is for a stable
|
/titanic_50/usr/src/cmd/mandoc/ |
H A D | mdoc_html.c | 250 static const char * const lists[LIST_MAX] = { variable 834 assert(lists[type]); in mdoc_it_pre() 835 PAIR_CLASS_INIT(&tag[0], lists[type]); in mdoc_it_pre() 975 assert(lists[n->norm->Bl.type]); in mdoc_bl_pre() 977 (void)strlcat(buf, lists[n->norm->Bl.type], BUFSIZ); in mdoc_bl_pre()
|
/titanic_50/usr/src/cmd/ssh/doc/ |
H A D | README | 36 There is now several mailing lists for this port of OpenSSH. Please
|
/titanic_50/usr/src/cmd/sgs/liblddbg/common/ |
H A D | liblddbg.msg | 302 # optionally filter the lists: By default, 304 # lists except that of the runtime linker 309 # can specify multiple link-map lists. 311 # all all link-map lists except ldso 312 # alt all alternative link-map lists 325 @ MSG_USE_R5_A2 " optionally filter the lists: By \ 329 @ MSG_USE_R5_A4 " lists except that of the runtime \ 341 lists." 345 @ MSG_USE_R5_B " all all link-map lists \ 350 link-map lists"
|
/titanic_50/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/ |
H A D | Lgrp.xs | 301 # Functions below convert C arrays into Perl lists. They use XS PPCODE
|
/titanic_50/usr/src/cmd/perl/contrib/Sun/Solaris/Project/pod/ |
H A D | Project.pod | 60 user or project lists. On end-of-file C<undef> is returned.
|
/titanic_50/usr/src/uts/sun4u/serengeti/io/ |
H A D | sbdp_mem.c | 1842 pnode_t *lists; in sbdp_init_bd_banks() local 1844 lists = bdp->nodes; in sbdp_init_bd_banks() 1854 (void) sbdp_add_nodes_banks(lists[i], &bdp->banks); in sbdp_init_bd_banks()
|
/titanic_50/usr/src/data/zoneinfo/ |
H A D | country.tab | 15 # chosen so that alphabetic sorting of subsets produces helpful lists.
|
/titanic_50/usr/src/tools/ |
H A D | README.tools | 229 compares proto lists and the package definitions. Used by nightly 254 lists of checked-out files and proposed SCCS comments.
|