Searched refs:list (Results 176 - 200 of 536) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/libast/common/hash/
H A Dhashalloc.c181 tab->root->next = hash_info.list;
182 hash_info.list = tab->root;
/osnet-11/usr/src/lib/libbe/common/
H A Dbe_activate.c460 be_node_list_t *list = be_nodes; local
463 while (list != NULL) {
464 be_dataset_list_t *datasets = list->be_node_datasets;
466 be_make_root_ds(list->be_rpool, list->be_node_name, ds_path,
498 be_make_root_ds(list->be_rpool,
533 list = list->be_next_node;
540 * Description: This function gathers the list of devices where bootblocks
545 * boot_devices - a pointer to a list o
[all...]
/osnet-11/usr/src/lib/libc/port/gen/
H A Devent_port.c81 port_getn(int port, port_event_t list[], uint_t max, uint_t *nget, argument
89 r.r_vals = _portfs(PORT_GETN, port, (uintptr_t)list, max, *nget,
173 /* list submitted */
/osnet-11/usr/src/lib/libzpool/common/
H A Dllib-lzpool29 #include <sys/list.h>
/osnet-11/usr/src/lib/pam_modules/roles/
H A Droles.c191 roleinlist(char *list, char *role) argument
194 char *rolename = (char *)strtok_r(list, ",", &lasts);
/osnet-11/usr/src/grub/grub2/build-bios/grub-core/gnulib/
H A DMakefile874 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
972 list='$(SUBDIRS)'; for subdir in $$list; do \
997 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
998 *) list='$(SUBDIRS)' ;; \
1000 rev=''; for subdir in $$list; do \
1018 list='$(SUBDIRS)'; for subdir in $$list; do \
1022 list
1113 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \\ macro
[all...]
/osnet-11/usr/src/grub/grub2/build-uefi64/grub-core/gnulib/
H A DMakefile874 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
972 list='$(SUBDIRS)'; for subdir in $$list; do \
997 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
998 *) list='$(SUBDIRS)' ;; \
1000 rev=''; for subdir in $$list; do \
1018 list='$(SUBDIRS)'; for subdir in $$list; do \
1022 list
1113 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \\ macro
[all...]
/osnet-11/usr/src/lib/libnisdb/yptol/
H A Dshim.h120 extern void get_list_max(map_id_elt_t ***list, int *max);
/osnet-11/usr/src/lib/libfru/include/
H A Dlibfruds.h66 fru_errno_t (*get_seg_list)(fru_treehdl_t container, fru_strlist_t *list);
/osnet-11/usr/src/lib/fm/libasr/common/
H A Dasr_scf.c48 * Stores properties retrieved from SCF in a linked list
103 * Frees the entire SCF property list including the SCF allocated internal
115 * Adds, removes or modifies the previous SCF properties in the old list to
116 * match the new properties in supplied list. Non-zero is returned if there is
123 char *pgname, nvlist_t *list, nvlist_t *oldlist, asr_scf_prop_t **outprops)
131 for (nvp = nvlist_next_nvpair(list, NULL);
133 nvp = nvlist_next_nvpair(list, nvp)) {
252 * Remove properties that are in the old list but not in the new list
265 if (nvlist_exists(list, nam
122 asr_addprops(scf_handle_t *scf_hdl, scf_transaction_t *tx, char *pgname, nvlist_t *list, nvlist_t *oldlist, asr_scf_prop_t **outprops) argument
[all...]
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dserial.h26 #include <grub/list.h>
/osnet-11/usr/src/lib/brand/shared/zone/
H A Duninstall.ksh209 c=`zfs list -H -t snapshot -o name -r $fs | grep "^$fs@" |
243 # Get a list of all the cloned datasets within the zpool
251 LANG=C LC_ALL=C zfs list -H -t filesystem -s creation \
305 zfs list -H -t snapshot -s creation -o name -r $fs |
333 # snapshot has no clones so add it to our delete list
336 # remove it from the origin snapshot list
378 zfs list -H -t snapshot -s creation -o name -r $s_clone |
/osnet-11/usr/src/lib/brand/solaris/zone/
H A Duninstall.ksh127 zfs list -H -t filesystem -r -d 1 -o \
/osnet-11/usr/src/cmd/ast/msgcc/
H A Dmsggen.c55 "[l:list?List \acatfile\a in UTF-8 \amsgfile\a form.]"
91 " are combined into a single \b,\b separated list.]"
129 * append s to the translation list
229 int list = 0; local
239 format = list = 1;
242 list = 1;
261 * set and list only need catfile
269 else if (list)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DPacklist.pm191 .packlist format is a simple list of absolute pathnames, one per line. In
193 each line may contain a list of attributes in the form of a space separated
194 list of key=value pairs. This is used by the installperl script to
236 from the internal hash. The return value is a list of the missing files, which
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DParseWords.pm166 and a list of lines and then breaks those lines up into a list of
168 returns all of the tokens in a single long list, while &nested_quotewords()
169 returns a list of token lists corresponding to the elements of @lines.
/osnet-11/usr/src/lib/libpp/common/
H A Dppbuiltin.c51 struct pplist* list; local
252 p = (list = (struct pplist*)hashget(pp.prdtab, a)) ? list->value : "";
/osnet-11/usr/src/cmd/hal/addons/network-devices/
H A Daddon-network-discovery.c57 GList *elem, *list = broadcast_addresses(); local
59 for (elem = list; elem != NULL; elem = g_list_next(elem)) {
64 g_list_free(list);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dattributes.pm116 list to this module. In particular, the first example above is equivalent to
209 subroutine or variable. It returns a list of attributes, which may be
213 C<FETCH_I<type>_ATTRIBUTES> call in its return list, as described in
238 When an attribute list is present in a declaration, a check is made to see
260 The expected return value is a list of associated attributes.
261 This list may be empty.
265 This method is called with two fixed arguments, followed by the list of
268 variable. The expected return value is a list of attributes which were
292 An attribute list is a sequence of attribute specifications, separated by
295 name, optionally followed by a parenthesised parameter list
[all...]
/osnet-11/usr/src/lib/libwrap/
H A Dhosts_access.c13 * a list of options is executed or an optional shell command is executed.
145 char sv_list[BUFLEN]; /* becomes list of daemons */
146 char *cl_list; /* becomes list of clients */
197 /* list_match - match a request against a list of patterns with exceptions */
199 static int list_match(list, request, match_fn)
200 char *list;
208 * when we reach an "EXCEPT" token or the end of the list. If we do find
209 * a match, look for an "EXCEPT" list and recurse to determine whether
213 for (tok = strtok(list, sep); tok != 0; tok = strtok((char *) 0, sep)) {
/osnet-11/usr/src/lib/libraidcfg/common/
H A Draidcfg.c147 #define LIST_OBJ_TO_EL(list, obj) \
148 ((void *)((char *)(obj) + (list)->offset))
4234 * Object list maintennance routines
4237 raid_list_create(raid_list_t *list, size_t offset) argument
4239 list->head = NULL;
4240 list->tail = NULL;
4241 list->offset = offset;
4245 raid_list_head(raid_list_t *list) argument
4247 return (list->head);
4251 raid_list_next(raid_list_t *list, voi argument
4259 raid_list_insert_tail(raid_list_t *list, void *obj) argument
4278 raid_list_remove(raid_list_t *list, void *obj) argument
4302 raid_list_remove_head(raid_list_t *list) argument
4313 raid_list_find(raid_list_t *list, raid_obj_id_t obj_id) argument
4369 raid_list_t *list; local
4384 raid_list_t *list; local
4398 raid_list_t *list; local
4408 raid_list_destroy(raid_list_t *list) argument
[all...]
/osnet-11/usr/src/lib/libdscfg/common/
H A Dcfg.c551 char **list = NULL; local
581 if ((rc = cfg_get_section(cfg, &list, section)) <= 0) {
589 strcpy(buf, list[i]);
594 free(list[j]);
595 free(list);
607 free(list[i]);
609 free(list);
613 if ((rc = cfg_get_section(cfg, &list, section)) <= 0) {
631 strcpy(buf, list[i]);
643 free(list[
3128 cfg_get_section(CFGFILE *cfg, char ***list, const char *section) argument
3205 char **list; local
3331 cfg_get_srtdsec(CFGFILE *cfg, char ***list, const char *section, const char *field) argument
[all...]
/osnet-11/usr/src/lib/libadm/common/
H A Dckitem.c125 char **list; local
169 list = match(menup, strval, (int)max);
170 if (!list) {
175 item[i] = list[i];
176 free(list);
/osnet-11/usr/src/cmd/hal/tools/
H A Dhal-device.c88 unsigned list:1; member in struct:__anon51
108 opt.list = 1;
114 opt.list = 0;
119 opt.list = 0;
153 if (opt.list)
178 " \t\t\tReads property list in 'lshal' syntax from stdin.\n"
214 fprintf(stderr, "Empty HAL device list.\n");
284 printf(" } (string list)\n");
/osnet-11/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_usb.c591 device_connected(devctl_hdl_t hdl, nvlist_t *list, ap_ostate_t *ostate) argument
598 if (devctl_ap_getstate(hdl, list, &devctl_ap_state) == -1) {
1223 nvlist_t *list = NULL; local
1251 if ((rv = setup_for_devctl_cmd(ap_id, &hdl, &list, 0)) !=
1256 if ((rv = device_connected(hdl, list, &ostate)) !=
1269 cleanup_after_devctl_cmd(hdl, list);
1274 cleanup_after_devctl_cmd(hdl, list);
1278 if ((rv = reset_device(hdl, list)) != CFGA_USB_OK) {
1376 cleanup_after_devctl_cmd(hdl, list);
1418 if ((rv = reset_device(hdl, list)) !
[all...]

Completed in 94 milliseconds

1234567891011>>