Searched defs:list (Results 351 - 375 of 605) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/uts/common/sys/usb/clients/hidparser/
H A Dhidparser_impl.h53 /* linked list of attributes */
73 * linked list of entity and control attributes. Parser is
81 * linked list of children if this is a collection
149 entity_attribute_t *list; member in struct:entity_attribute_stack
172 /* Pointer to the Global Item list */
175 /* Pointer to the Local Item list */
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_fip.c290 * Verify if the descriptor list length in the received packet is
300 "login ack desc list len (0x%lx) too small "
1249 * Update the full vhub table or chain it to the list of pending
1355 * The eib_vhub_update_t list is only touched/traversed when the
1358 * control mcgs. Bottom line is that this list traversal is always
1406 eib_vhub_map_t *list; local
1412 * Take the update list out
1415 list = upd->up_vnic_entry;
1423 for (map = list; (map) && (map->mp_tusn <= tbl_tusn); map = nxt) {
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_qp.c58 llist_head_t list; member in struct:uverbs_mcast_entry
2294 * Take object write to protect MC list.
2329 llist_head_init(&mc->list, mc);
2341 llist_add_tail(&mc->list, &uqp->mcast_list);
2400 * Get object write to protect mcast list.
2422 * Find and delete MC group from the QP multicast list.
2434 llist_del(&mc->list);
2459 * list should be flushed.
2468 * multicast list.
2479 * Find and delete MC group from the QP multicast list
[all...]
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dib_rdma.c26 * copyright notice, this list of conditions and the following
30 * copyright notice, this list of conditions and the following
56 list_node_t m_obj; /* list obj of rdsv3_fmr_pool list */
80 list_t f_list; /* list of freed mr */
102 RDSV3_FOR_EACH_LIST_NODE(rds_ibdev, &rdsv3_ib_devices, list) {
105 list) {
151 list) {
153 list_remove_node(&i_ipaddr->list);
232 __rdsv3_ib_destroy_conns(struct list *lis argument
[all...]
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash_page.c14 * notice, this list of conditions and the following disclaimer.
16 * notice, this list of conditions and the following disclaimer in the
1364 } list[100]; local
1371 /* Find page in list. */
1373 if (list[i].pgno == pgno)
1377 list[last].times = inout;
1378 list[last].pgno = pgno;
1381 list[i].times = inout;
1382 if (list[i].times == 0) {
1384 list[
[all...]
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dmime.c307 * ok, so ~ won't work for the last list element
341 list(Dt_t* dt, void* object, void* context) function
438 * list mime <type,data> for pat on fp
458 list(mp->cap, ent, &ws);
462 dtwalk(mp->cap, list, &ws);
/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmbest.c78 static int vmonlist(Block_t* list, Block_t* b) argument
80 static int vmonlist(list,b)
81 Block_t* list;
85 for(; list; list = LINK(list))
86 if(list == b)
132 /* check the list that b is supposed to be in */
137 /* on occasions, b may be put onto the catch-all list */
181 Block_t* freeb; /* known to be free but not on any free list */
379 reg Block_t *fp, *np, *t, *list; local
[all...]
H A Dvmprofile.c62 { Pfobj_t* next; /* next in linked list */
361 reg Pfobj_t *pf, *list, *next, *last; local
378 list = NIL(Pfobj_t*);
393 /* put on output list */
394 pf->next = list;
395 list = pf;
424 list = pfsort(list);
425 for(pf = list; pf; )
/illumos-gate/usr/src/uts/common/io/lvm/hotspares/
H A Dhotspares.c100 /* Scan the hot spare pool list */
192 /* Scan the hot spare list */
234 /* Scan the hot spare list again */
286 /* Scan the hot spare pool list */
459 /* Scan the hot spare pool list */
533 /* Scan the hot spare list */
578 /* Scan the hot spare list again */
599 /* Scan the hot spare pool list */
710 /* Scan the hot spare list */
754 /* Scan the hot spare list agai
1055 build_key_list(set_t setno, hot_spare_pool_t *hsp, mdkey_t *list) argument
[all...]
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_ib.c560 px_ino_t *list = ib_p->ib_ino_lst; local
562 for (; list->ino_next_p != ino_p; list = list->ino_next_p)
564 list->ino_next_p = ino_p->ino_next_p;
668 * Removes px_ih_t from the ino's link list.
727 /* Search the link list for ih_p */
735 /* Remove ih_p from the link list and maintain the head/tail */
/illumos-gate/usr/src/uts/sun4u/cherrystone/os/
H A Dcherrystone.c439 plat_build_mem_nodes(prom_memlist_t *list, size_t nelems) argument
/illumos-gate/usr/src/uts/i86pc/os/cpupm/
H A Dcpu_acpi.c57 * NOTE: Please keep the ordering of the list as same as cpu_acpi_obj_t.
987 ACPI_OBJECT_LIST list = { 1, &obj}; local
1009 astatus = AcpiEvaluateObject(handle->cs_handle, "_PDC", &list, NULL);
/illumos-gate/usr/src/uts/intel/dtrace/
H A Dfbt.c169 struct modctl_list *list; local
171 list = (struct modctl_list *)ctl->mod_requisites;
173 for (; list != NULL; list = list->modl_next) {
174 if (strcmp(list->modl_modp->mod_modname, "dtrace") == 0)
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dfncs.c45 list_append(void ***list, void *item) argument
49 if ((list == NULL) || (item == NULL)) {
55 if (*list == NULL)
56 *list = (void **)calloc(__list_increment,
59 if (*list == NULL)
62 for (count = 0; (*list)[count] != NULL; count++);
64 if ((count + 1) % __list_increment == 0) { /* expand the list */ void **new_list = NULL;
72 for (count = 0; (*list)[count] != NULL; count++)
73 new_list[count] = (*list)[count];
74 free(*list);
85 list_remove(void ***list, void *item) argument
[all...]
/illumos-gate/usr/src/cmd/lvm/metassist/common/
H A Dvolume_devconfig.c73 /* Create attribute list */
185 dlist_t *list; local
192 for (list = devconfig_get_components(device);
193 list != NULL; list = list->next) {
195 *component = (devconfig_t *)list->obj;
/illumos-gate/usr/src/cmd/lvm/metassist/controller/
H A Dmetassist.c83 static int parse_tokenized_list(const char *string, dlist_t **list);
665 * Convert a string containing a comma/space-separated list into a
669 * a comma/space-separated list
671 * @param list
673 * new list.
682 dlist_t **list)
695 /* For each device in the string list... */
711 /* Append item to list */
712 *list = dlist_append(item, *list, B_TRU
680 parse_tokenized_list( const char *string, dlist_t **list) argument
[all...]
/illumos-gate/usr/src/cmd/svc/startd/
H A Dstartd.c430 uu_list_t *list; local
433 list = uu_list_create(pool, parent, flags);
434 if (list != NULL)
435 return (list);
442 list = uu_list_create(pool, parent, flags);
443 if (list != NULL)
444 return (list);
/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dshim_changepasswd.c101 /* Bitmasks used in list of fields to change */
212 * we try to get a list of password related domains from the mapping
217 /* Got a domain list ... process all the domains */
230 * There was no domain list in the mapping file. The
387 /* Get list of passwd maps from mapping file */
390 /* Process list of passwd maps */
403 /* Get list of adjunct maps from mapping file */
407 * Process list of adjunct maps. If the required information
421 * DESCRIPTION: Finds entries in one list of map that need to be updated.
424 * INPUTS: Null terminated list o
748 int list = 0; local
[all...]
/illumos-gate/usr/src/uts/sun4u/daktari/os/
H A Ddaktari.c432 plat_build_mem_nodes(prom_memlist_t *list, size_t nelems) argument
/illumos-gate/usr/src/cmd/fm/fminject/common/
H A Dinj_defn.c132 inj_defn_mem_create_list(inj_defn_t *list, inj_defnmemtype_t type) argument
136 dfm->dfm_list = list->defn_members;
138 inj_free(list, sizeof (inj_defn_t));
548 * the name of a previously-defined list, in which case we just make a copy of
549 * said list for insertion into ours. Alternatively, the user could simply
550 * define a new list here. In that case, we recursively invoke the member
551 * comparator, but against the list type for the member being defined.
590 die("failed to duplicate %s list %s",
615 /* A single sub-list */
626 die("failed to add list membe
[all...]
/illumos-gate/usr/src/cmd/ptools/pmadvise/
H A Dpmadvise.c50 * pid: process id list
65 * chopped_list: used for verbose output only. This list parses the merged
66 * list such that it eliminates any overlap and combines the
68 * the advice in the merged list and lay them down on a memory
73 * definition in this list). List ordered by addr. Created once
83 * maplist: list of memory mappings for a particular process. Used to create
94 * II. Create [raw advice list] of specific advice
96 * A. Create [map list]
97 * B. Merge generic advice and [raw advice list] into [merged list]
417 insert_addr(saddr_t **list, saddr_t *newaddr, int dups) argument
454 delete_addr(saddr_t **list, saddr_t *delme) argument
478 delete_list(saddr_t **list) argument
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dbrand.c60 * Used to maintain a list of all the brands currently loaded into the
72 * This lock protects the integrity of the brand list.
86 struct brand_list *list, *scan; local
113 list = kmem_alloc(sizeof (struct brand_list), KM_SLEEP);
115 /* Add the brand to the list of loaded brands. */
127 kmem_free(list, sizeof (struct brand_list));
138 list->bl_brand = brand;
139 list->bl_refcnt = 0;
140 list->bl_next = brand_list;
141 brand_list = list;
155 struct brand_list *list, *prev; local
300 struct brand_list *list; local
[all...]
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_virtchnl.h10 this list of conditions and the following disclaimer.
13 notice, this list of conditions and the following disclaimer in the
287 struct i40e_virtchnl_ether_addr list[1]; member in struct:i40e_virtchnl_ether_addr_list
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Def10_filter.c9 * this list of conditions and the following disclaimer.
11 * this list of conditions and the following disclaimer in the documentation
885 __out uint32_t *list,
922 (void) memcpy(list,
935 if (list[i] & MC_CMD_FILTER_OP_IN_MATCH_UNKNOWN_UCAST_DST_LBN) {
936 list[i] &=
940 if (list[i] & MC_CMD_FILTER_OP_IN_MATCH_UNKNOWN_MCAST_DST_LBN) {
941 list[i] &=
947 list[i] &= EFX_FILTER_MATCH_LOC_MAC_IG;
965 __out uint32_t *list,
883 efx_mcdi_get_parser_disp_info( __in efx_nic_t *enp, __out uint32_t *list, __out size_t *length) argument
963 ef10_filter_supported_filters( __in efx_nic_t *enp, __out uint32_t *list, __out size_t *length) argument
[all...]
H A Defx_filter.c9 * this list of conditions and the following disclaimer.
11 * this list of conditions and the following disclaimer in the documentation
65 __out uint32_t *list,
218 __out uint32_t *list,
228 if ((rc = enp->en_efop->efo_supported_filters(enp, list, length)) != 0)
1354 __out uint32_t *list,
1361 if (list == NULL) {
1385 (void) memcpy(list, rx_matches, *length);
216 efx_filter_supported_filters( __in efx_nic_t *enp, __out uint32_t *list, __out size_t *length) argument
1352 siena_filter_supported_filters( __in efx_nic_t *enp, __out uint32_t *list, __out size_t *length) argument

Completed in 182 milliseconds

<<11121314151617181920>>