Searched defs:lists (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/cpc/common/
H A Dcaps.c123 struct evlist **lists; local
126 lists = emalloc(npics * sizeof (struct evlist *));
129 lists[i] = emalloc(sizeof (struct evlist));
130 lists[i]->size = 0;
131 lists[i]->list = emalloc(1);
132 lists[i]->list[0] = '\0';
133 cpc_walk_events_pic(cpc, i, lists[i], cap_walker);
137 if (lists[i]->size != lists[0]->size ||
138 strncmp(lists[
[all...]
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dgetauditflags.c91 list_t lists[3]; local
98 * initialize lists struct
101 lists[mask_num].count = 0;
102 lists[mask_num].off = -1;
104 lists[mask_num].on[i] = -1;
107 * initialize exception lists
125 * in one of the three event lists, common, success, failure.
137 lists[COMMON].on[lists[COMMON].count++] = i;
143 lists[SUCCES
[all...]
/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_html.c250 static const char * const lists[LIST_MAX] = { variable
815 assert(lists[type]);
816 PAIR_CLASS_INIT(&tag[0], lists[type]);
940 assert(lists[n->norm->Bl.type]);
942 (void)strlcat(buf, lists[n->norm->Bl.type], BUFSIZ);
/illumos-gate/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_request.c1064 * The returned lists of HBAs and disks must be passed to
1445 * The returned lists of HBAs and disks may contain duplicates.
1482 * lists of HBAs and disks.
1484 * The returned lists of HBAs and disks may contain duplicates.
1634 * This function is the lookup mechanism for the lists of
1814 * and its lists of avail/unavail devices.
1817 * equivalent lists of device_spec_t structs.
2326 dlist_t *lists[N_CHECKS][N_LISTS]; local
2330 memset(lists, 0, (N_CHECKS * N_LISTS) * sizeof (dlist_t *));
2335 request, &lists[DEVICE_REQUES
[all...]
H A Dlayout_device_util.c135 * device nvpair attribute lists.
1799 * OUTPUT: **list - a pointer to a list to hold the lists of HBAs
1806 * lists, grouped by their type and the protocols they
1847 dlist_t *lists[HBA_LAST]; local
1852 (void) memset(lists, '\0', HBA_LAST * sizeof (dlist_t *));
1878 lists[HBA_FIBRE_MPXIO] =
1880 lists[HBA_FIBRE_MPXIO], AT_TAIL);
1882 lists[HBA_FIBRE] =
1884 lists[HBA_FIBRE], AT_TAIL);
1909 lists[HBA_SCSI_MPXI
[all...]
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_mem.c1842 pnode_t *lists; local
1844 lists = bdp->nodes;
1854 (void) sbdp_add_nodes_banks(lists[i], &bdp->banks);
1876 * to 2 lists. The first list is the board list. The second one is
1877 * the seg list. We only need to remove the bank from both lists but only
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dmemory.c891 static const char *lists[] = { local
909 if ((mdb_readvar(&ptr, lists[i]) == -1) ||
911 mdb_warn("%s not found or invalid", lists[i]);
915 mdb_printf("%s:\n", lists[i]);
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_page.c127 * The logical page free list is maintained as two lists, the 'free'
128 * and the 'cache' lists.
131 * The implementation of the lists is machine dependent.
147 * page free and page cache lists. If there is just one
162 * lists are searched again. If a page is freeed while pcf_block is
540 * Add a physical chunk of memory to the system free lists during startup.
1726 * Called from page_create_va() when both the cache and free lists
1801 * free and cache lists.
1804 * First try both lists without worring about color.
1808 * stop deletions from the lists
6223 page_capture_hash_bucket_t lists[2]; /* sentinel nodes */ member in struct:page_capture_hash_head
[all...]

Completed in 90 milliseconds