Searched defs:list (Results 551 - 575 of 605) sorted by relevance

<<2122232425

/illumos-gate/usr/src/uts/sparc/dtrace/
H A Dfbt.c1026 struct modctl_list *list; local
1028 list = (struct modctl_list *)ctl->mod_requisites;
1030 for (; list != NULL; list = list->modl_next) {
1031 if (strcmp(list->modl_modp->mod_modname, "dtrace") == 0)
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c217 * list of support services needed
436 * Add a mapfs entry to the list described by *mfs_head and *mfs_tail,
501 * Walk linked list "raw", building a new list consisting of members
502 * NOT found in list "filter", returning the result.
530 * Walk a linked list of mapfs structs, freeing each member.
740 * Get protocol specified in options list, if any.
747 * Get port specified in options list, if any.
832 * Walk the whole list, pinging and collecting version
1119 * replicas and try to come up with a list w
3585 struct replica *list; local
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/common/devtree/
H A Dpicldevtree.c768 * If the length is less than or equal to 4, assume it's not a string list.
855 * If it's a string list, create a table prop
2254 free_conf_entries(conf_entries_t *list) argument
2259 if (list == NULL)
2261 el = list;
2276 read_conf_file(char *fname, conf_entries_t *list) argument
2286 return (list);
2291 return (list);
2312 return (list);
2317 * Add it to the end of list
2366 free_asr_conf_entries(asr_conf_entries_t *list) argument
2392 read_asr_conf_file(char *fname, asr_conf_entries_t *list) argument
[all...]
/illumos-gate/usr/src/uts/i86pc/os/
H A Dlgrpplat.c49 * build and manage a physical page free list for each NUMA node and allocate
412 void plat_build_mem_nodes(struct memlist *list);
528 plat_build_mem_nodes(struct memlist *list) argument
539 while (list) {
542 start = list->ml_address >> PAGESHIFT;
543 end = (list->ml_address + list->ml_size - 1) >> PAGESHIFT;
546 list = list->ml_next;
557 list
[all...]
/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_boot.c140 static void memlist_remove_list(struct memlist **list,
174 pci_cache_free_list, /* free data list */
291 * a list of name/value pairs, where name is a string representation
648 struct memlist *list; local
653 list = pci_bus_res[i].io_used;
654 while (list) {
658 list->ml_address, list->ml_size);
659 list = list
904 struct memlist *list, *scratch_list; local
3174 memlist_remove_list(struct memlist **list, struct memlist *remove_list) argument
3184 memlist_to_spec(struct pci_phys_spec *sp, struct memlist *list, int type) argument
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_send.c167 * able to receive a full send as a clone, which requires a list of all the free
1806 list_t list; /* List of struct receive_objnode. */ member in struct:objlist
1835 /* Sorted list of objects not to issue prefetches for. */
2502 objlist_create(struct objlist *list) argument
2504 list_create(&list->list, sizeof (struct receive_objnode),
2506 list->last_lookup = 0;
2510 objlist_destroy(struct objlist *list) argument
2512 for (struct receive_objnode *n = list_remove_head(&list->list);
2528 objlist_exists(struct objlist *list, uint64_t object) argument
2549 objlist_insert(struct objlist *list, uint64_t object) argument
[all...]
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c763 * Before adding the property to the list make sure that no
1094 * Create the named pool, using the provided vdev list. It is assumed
1644 * Import the given pool using the known configuration and a list of
2818 * The mchild array contains a list of disks in one of the top-level mirrors
2819 * of the source pool. The schild array contains a list of disks that the
2975 zfs_error_aux(hdl, dgettext(TEXT_DOMAIN, "Device list must "
3007 /* now build up the config list & call the ioctl */
3259 devid_nmlist_t *list = NULL; local
3265 ret = devid_deviceid_to_nmlist("/dev", devid, minor, &list);
3276 path = strdup(list[
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/
H A Dwificonfig.c130 aelist_t *list; member in struct:section
580 * new_ae: Add an element with content pointed by arg to the list *ael.
604 * and return the list pointer.
638 * new_section: Add a list pointed by "p_list", with identity "section_id" to
653 p_section->list = p_list;
681 p_list = p_section->list;
749 * | *list | | | *list | | | *list | |
951 p_list = p_section->list;
[all...]
/illumos-gate/usr/src/cmd/cron/
H A Dcron.c217 struct event *ctevents; /* list of this usr's crontab events */
218 struct event *atevents; /* list of this usr's at events */
257 static struct usr *uhead; /* ptr to the list of users */
447 * main() where the event list is cleared and rebuilt, and reset_needed
590 /* add cronevent back into the main event list */
725 * read directories, create users list, and add events to the
726 * main event list. Only zero user list on firstpass.
1123 * readcron reads in a crontab file for a user (u). The list of
1125 * this list
1994 next_ge(int current, char *list) argument
[all...]
/illumos-gate/usr/src/uts/common/io/drm/
H A Ddrm.h415 /* Add to the *END* of the list */
511 int count; /**< Number of buffers described in list */
512 drm_buf_desc_t __user *list; /**< List of buffer descriptions */ member in struct:drm_buf_info
520 int __user *list; member in struct:drm_buf_free
529 int idx; /**< Index into the master buffer list */
539 int count; /**< Length of the buffer list */
545 drm_buf_pub_t __user *list; /**< Buffer information */ member in struct:drm_buf_map
552 * Indices here refer to the offset into the buffer list in drm_buf_get.
H A DdrmP.h367 struct drm_buf *next; /* Kernel-only: used for free list */
379 } list; /* Which list we're on */ member in struct:drm_buf
757 /* Linked list of mappable regions. Protected by dev_lock */
797 /* signal list to send on VBLANK */
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c120 * This lock protects the fc_ulp_module_t linked list (i.e. mod_next field)
133 * fctl_port_lock protects the linked list of local port structures
134 * (fctl_fca_portlist). When walking the list, this lock must be obtained
659 fc_ulp_list_t *list; local
662 for (last = NULL, list = fctl_ulp_list; list != NULL;
663 list = list->ulp_next) {
664 if (list->ulp_info == ulp_info) {
667 last = list;
746 fc_ulp_list_t *list; local
1765 fc_ulp_list_t *list; local
2434 fc_fca_port_t *list; local
6329 fctl_local_port_list_add(fc_fca_port_t *list, fc_local_port_t *port) argument
6349 fctl_local_port_list_free(fc_fca_port_t *list) argument
6376 fc_fca_port_t *list = NULL, *tmpEntry; local
[all...]
H A Dfp.c110 &modldrv, /* NULL terminated list of */
240 * Driver global variable to anchor the list of soft state structs for
1135 * fctl maintains a list of all port handles, so
1136 * help fctl add this one to its list now.
3745 * Build the port driver's data structures based on the AL_PA list
4741 * structs in this list. We don't know when the task
7677 fc_hba_npiv_port_list_t *list; local
7686 list = kmem_zalloc(fcio->fcio_olen, KM_SLEEP);
7687 list->version = FC_HBA_LIST_VERSION;
7692 list
14042 fc_portmap_t *list; local
[all...]
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c258 * Partition object list
400 static ibd_mce_t *ibd_mcache_find(ib_gid_t, struct list *);
1123 * the "non" list is used for promiscuous mode, when all mcg traffic
1125 * transmission, so there can not be an AH in the active list
1126 * corresponding to a member in this list. This list does not need
1130 * "Full" and "SendOnly" membership is tracked using a single list,
1131 * the "full" list. This is because this single list can then be
1133 * mcg is not found in the active list), sinc
1162 list_get_head(list_t *list) argument
3963 ibd_rwqe_t *list; local
4077 ibd_wqe_t *list; local
[all...]
/illumos-gate/usr/src/uts/common/io/rsm/
H A Drsm.c108 * The state information is mainly in the form of a cookie list for the import
153 * import segments are inserted in the import segments list only after they
491 static rsmhash_table_t rsm_export_segs; /* list of exported segs */
492 rsmhash_table_t rsm_import_segs; /* list of imported segs */
493 static rsmhash_table_t rsm_event_queues; /* list of event queues */
497 /* list of nodes to which RSMIPC_MSG_SUSPEND has been sent */
500 /* list of descriptors for remote importers */
584 * find resource - grab reader lock on resouce list
645 * Initialize the suspend message list
1532 * then the resource is (probably) already on the list
2656 rsmacl_build(rsm_ioctlmsg_t *msg, int mode, rsmapi_access_entry_t **list, int *len, int loopback) argument
[all...]
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c1850 * lists and the Host Controller (HC) processes one interrupt ED list in
1894 * Initialize the interrupt list in the HCCA so that it points
2110 /* Disable all HC ED list processing */
2361 "ohci_cpr_suspend: Disable HC ED list processing");
2363 /* Disable all HC ED list processing */
2648 * appropriate endpoint list. The host controller
2716 * Controller's appropriate endpoint list.
2972 /* Add the TD into the Host Controller's bulk list */
3261 uint_t leftmost, list, bandwidth; local
3367 list
3418 uint_t height, leftmost, list; local
[all...]
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/rdma/
H A Dib_verbs.h29 * copyright notice, this list of conditions and the following
33 * copyright notice, this list of conditions and the following
294 llist_head_t list; member in struct:ib_event_handler
638 struct llist_head list; member in struct:ib_device
682 * @qp_init_attr: A list of initial attributes required to create the
/illumos-gate/usr/src/uts/sun4u/sunfire/sys/
H A Dfhc.h407 * Fault list management.
410 * the fault list (struct ft_list). These defines must match with the
412 * added at the end of this list, and the table must be modified
457 * The fault list structure is a structure for holding information on
458 * kernel detected faults. The fault list structures are linked into
459 * a list and the list is protected by the ftlist_mutex. There are
460 * also several routines for manipulating the fault list.
483 * Board list management.
721 dev_info_t **dip_list; /* list o
910 struct bd_list *list; /* pointer to board list entry */ member in struct:fhc_soft_state
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c492 mdb_warn("non-DEBUG image; cannot walk th_hash list\n");
496 if (mdb_layered_walk("list", wsp) == -1) {
497 mdb_warn("can't walk 'list'");
546 int list = iw->ill_list; local
556 (uintptr_t)iw->ill_g_heads[list].ill_g_list_head) {
558 if (++list >= MAX_G_HEADS)
561 iw->ill_list = list;
563 (uintptr_t)iw->ill_g_heads[list].ill_g_list_head;
579 int ill_printlist; /* list to be printed (MAX_G_HEADS for all) */
1781 * list
[all...]
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c1041 struct str_mlist list; local
1054 if (Pread(Proc, &list, sizeof (list), offset) !=
1055 sizeof (list))
1059 (int)sizeof (list.l_name),
1060 list.l_name);
1071 struct str_mlist list; local
1084 if (Pread(Proc, &list, sizeof (list), offset) !=
1085 sizeof (list))
[all...]
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c22 * notice, this list of conditions and the following disclaimer.
25 * notice, this list of conditions and the following disclaimer in
727 /* Remove this cert from the list by clearing it. */
736 * Sort the list of certs by length to put the cleared ones
742 /* since we sorted the list, just return the number of hits */
1056 /* Get the optional returned certificate list */
1116 /* If load succeeds, add certdata to the list */
2559 * certificate list came with the response file.
2954 * The caller may want a list of the raw key data as well.
3291 * Search a list o
4164 KMF_X509_DER_CERT *list = (*certlist); local
4203 KMF_RAW_KEY_DATA *list = (*keylist); local
[all...]
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c166 { "list", zpool_do_list, HELP_LIST },
333 (strcmp(current_command->name, "list") == 0))) {
1016 * through all the vdevs in the list and print out in an
2197 * At this point we have a list of import candidate configs. Even if
2199 * post-process the list to deal with pool state and possible
2483 * If the pool has disappeared, remove it from the list and continue.
2658 zpool_list_t *list; local
2684 * Construct the list of all interesting pools.
2687 if ((list = pool_list_get(argc, argv, NULL, &ret)) == NULL)
2690 if (pool_list_count(list)
3097 zpool_list_t *list; local
[all...]
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c141 struct vfs *rootvfs = &root; /* pointer to root vfs; head of VFS list. */
142 rvfs_t *rvfs_list; /* array of vfs ptrs for vfs hash list */
159 * list of standard options in usr/src/cmd/fs.d/fslib.c as well.
619 * Lock for accessing the vfs linked list. Initialized in vfs_mountroot(),
621 * vfs_list_unlock(). Also used to protect the timestamp for mods to the list.
674 * Set appropriate members and add to vfs list for mnttab display
752 * Set appropriate members and add to vfs list for mnttab display
1093 * should be entered into the vfs list, and credentials. Fills in its vfspp
1161 * On entry, the buffer holds a null terminated list of options; on
1162 * return, the string is the list o
3802 struct vfs *list; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DuDNS.c38 // This is the user's DNS search list.
49 // question. Bit position is the index into the DNS server list. This is done so to try all
175 *p = tmp; // move to end of list, to ensure ordering from platform layer
179 // allocate, add to list
307 // list and retrying all the servers again e.g., at least one server failed to respond in the previous try, we
318 // We don't have any more DNS servers for this question. If some server in the list did not return
369 // First purge any dead keys from the list
377 *p = info->next; // Cut DomainAuthInfo from list *before* scanning our question list updating AuthInfo pointers
441 if (*p) {LogInfo("mDNS_SetSecretForDomain: Domain %##s Already in list", (*
2213 AuthRecord **list = &m->ResourceRecords; local
[all...]
/illumos-gate/usr/src/cmd/svc/startd/
H A Dgraph.c586 uu_list_t *list; local
615 * Recurse using appropriate list.
618 list = v->gv_dependents;
620 list = v->gv_dependencies;
622 r = uu_list_walk(list, (uu_walk_fn_t *)graph_walk_recurse,
2788 * When run on the dependencies of a vertex, populates list with
2793 * in the list. The vertex won't be able to be deleted from the dgraph
2797 append_svcs_or_insts(graph_edge_t *e, uu_list_t *list) argument
2810 (uu_walk_fn_t *)append_svcs_or_insts, list, 0);
2828 r = uu_list_insert_before(list, NUL
[all...]

Completed in 330 milliseconds

<<2122232425