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

<<2122232425

/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c304 "list", OPT_OPTIONAL, list_archive, 1, /* PUB */
359 * UPDATE_ERROR : an error occourred while traversing the list of files
376 * new_nvlp/old_nvlp: new and old list of archive-files / attributes pairs
377 * sparcfile: list of file paths for mkisofs -path-list (SPARC only)
441 "\t%s list-archive [-R altroot [-p platform]]\n", prog);
452 (void) fprintf(stderr, "\t%s list-menu [-R altroot]\n", prog);
567 * list-archive -- -a list
569 * list
3364 create_sparc_archive(char *archive, char *tempname, char *bootblk, char *list) argument
[all...]
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c400 * remove it from the list, and free the data structure.
401 * Walk down the ipif list and remove the logical interfaces
443 /* Let SCTP know, so that it can remove this from its list. */
599 * Take us out of the list of ILLs. ill_glist_delete -> phyint_free
746 * Add the pending mp to the list. There can be only 1 pending mp
747 * in the list. Any exclusive ioctl that needs to wait for a response
783 * could have finished cleaning up the pending mp list,
784 * If so we should not add another mp to the list negating
811 * queued in the list.
972 /* Unlink the mblk from the pending mp list */
2909 int list; local
7586 int list; local
[all...]
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c1711 last = old; /* walk to the end of the list */
1747 zonecfg_free_fs_option_list(zone_fsopt_t *list) argument
1751 for (this = list; this != NULL; this = next) {
1864 * Walk the list of children looking for matches on any properties
2315 * Must be a comma-separated list of alpha-numeric file system names.
3590 last = old; /* walk to the end of the list */
3694 return (dgettext(TEXT_DOMAIN, "Argument list too long"));
5214 /* Allocate a new priv list node. */
5222 /* Insert the new priv list node into the right list */
[all...]
/illumos-gate/usr/src/uts/intel/io/drm/
H A Di915_drv.h271 * A reference is held on the buffer while on this list.
280 * A reference is held on the buffer while on this list.
285 * LRU list of objects which are not in the ringbuffer and
288 * A reference is not held on the buffer while on this list,
290 * freed, and we'll pull it off the list in the free path.
351 struct list_head list; member in struct:drm_i915_gem_object
407 * in an execbuffer object list.
418 * By keeping this list, we can avoid having to do questionable
423 struct list_head list; member in struct:drm_i915_gem_request
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h223 d_list_entry_t list; member in struct:sq_pending_command
548 lm_frag_list_t frags; /* coalesce buf is a frag list with 1 frag */
2701 /* This list contains the elements that have been posted to the SQ
2702 * but not completed by FW yet. Maximum list size is MAX_NUM_SPE anyway */
2806 u32_t proto_pending[MAX_PROTO]; /* list of cids that are pending for cfc-delete */
3098 d_list_entry_t link; /* Link for the device list. */

Completed in 109 milliseconds

<<2122232425