Searched refs:list (Results 376 - 400 of 1314) sorted by relevance

<<11121314151617181920>>

/freebsd-10.2-release/crypto/heimdal/doc/
H A DMakefile.in121 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
123 for p in $$list; do echo "$$p $$p"; done | \
535 @list='$(DVIS)'; test -n "$(dvidir)" || list=; \
536 for p in $$list; do \
544 @list='$(HTMLS)'; test -n "$(htmldir)" || list=; \
545 for p in $$list; do \
556 list='$(INFO_DEPS)'; \
557 for file in $$list; d
[all...]
/freebsd-10.2-release/usr.sbin/mfiutil/
H A Dmfi_show.c9 * notice, this list of conditions and the following disclaimer.
11 * notice, this list of conditions and the following disclaimer in the
449 struct mfi_ld_list list; local
466 /* Get the logical drive list from the controller. */
467 if (mfi_ld_get_list(fd, &list, NULL) < 0) {
469 warn("Failed to get volume list");
477 for (i = 0; i < list.ld_count; i++) {
478 len = strlen(mfi_ldstate(list.ld_list[i].state));
490 for (i = 0; i < list.ld_count; i++) {
491 if (mfi_ld_get_info(fd, list
532 struct mfi_pd_list *list; local
[all...]
/freebsd-10.2-release/usr.sbin/mptutil/
H A Dmpt_config.c10 * notice, this list of conditions and the following disclaimer.
12 * notice, this list of conditions and the following disclaimer in the
244 warn("Failed to fetch volume list");
284 warn("Failed to fetch spare list");
297 warn("Failed to fetch drive list");
335 struct mpt_drive_list *list; member in struct:config_id_state
351 /* Parse a comma-separated list of drives for a volume. */
367 warnx("Invalid drive list '%s'", volume_str);
404 error = mpt_lookup_drive(state->list, cp, &PhysDiskNum);
481 for (i = 0; i < state->list
887 struct mpt_drive_list *list; local
972 struct mpt_drive_list *list; local
1082 struct mpt_drive_list *list; local
[all...]
/freebsd-10.2-release/sys/ofed/drivers/infiniband/core/
H A Ddevice.c16 * copyright notice, this list of conditions and the following
20 * copyright notice, this list of conditions and the following
55 struct list_head list; member in struct:ib_client_data
67 * modifying one list or the other list. In any case this is not a
221 list_add(&context->list, &device->client_data_list);
324 list_for_each_entry(client, &client_list, list)
349 list_for_each_entry_reverse(client, &client_list, list)
363 list_for_each_entry_safe(context, tmp, &device->client_data_list, list)
390 list_add_tail(&client->list,
[all...]
H A Dmad_rmpp.c16 * copyright notice, this list of conditions and the following
20 * copyright notice, this list of conditions and the following
46 struct list_head list; member in struct:mad_rmpp_recv
90 list_for_each_entry(rmpp_recv, &agent->rmpp_list, list) {
97 list_for_each_entry(rmpp_recv, &agent->rmpp_list, list) {
105 &agent->rmpp_list, list) {
106 list_del(&rmpp_recv->list);
252 list_del(&rmpp_recv->list);
272 list_del(&rmpp_recv->list);
330 list_for_each_entry(rmpp_recv, &agent->rmpp_list, list) {
620 struct list_head *list; local
[all...]
H A Dnotice.c15 * copyright notice, this list of conditions and the following
19 * copyright notice, this list of conditions and the following
110 struct list_head list; member in struct:inform_member
117 struct list_head list; member in struct:inform_notice
199 list_add(&member->list, &group->pending_list);
265 list_move(&member->list, &group->active_list);
272 list_del_init(&member->list);
285 struct inform_member, list);
287 list_del_init(&member->list);
305 * Report a notice to all active subscribers. We use a temporary list t
313 struct list_head list; local
[all...]
/freebsd-10.2-release/crypto/heimdal/lib/ntlm/
H A DMakefile.in112 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
114 for p in $$list; do echo "$$p $$p"; done | \
465 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
466 list2=; for p in $$list; do \
478 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
479 for p in $$list; do \
487 @list='$(lib_LTLIBRARIES)'; for p in $$list; d
[all...]
/freebsd-10.2-release/contrib/libyaml/include/
H A DMakefile.in60 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
62 for p in $$list; do echo "$$p $$p"; done | \
237 @list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \
252 @list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \
259 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
260 unique=`for i in $$list; do \
272 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
273 unique=`for i in $$list; d
[all...]
/freebsd-10.2-release/contrib/dialog/
H A Dmixedgauge.c46 DIALOG_LISTITEM *list; member in struct:__anon903
133 status = status_string(dlg->list[item].text, &freeMe);
138 dlg_print_text(win, dlg->list[item].name, lm, &attr);
279 dlg->list = dlg_calloc(DIALOG_LISTITEM, (size_t) aItemNo);
280 assert_ptr(dlg->list, "dialog_mixedgauge");
289 dlg->list[n].name = ItemName(n);
290 dlg->list[n].text = ItemText(n);
/freebsd-10.2-release/contrib/libarchive/cpio/test/
H A Dtest_format_newc.c9 * notice, this list of conditions and the following disclaimer.
11 * notice, this list of conditions and the following disclaimer in the
83 FILE *list; local
102 list = fopen("list", "w");
106 fprintf(list, "file1\n");
110 fprintf(list, "hardlink\n");
118 fprintf(list, "symlink\n");
123 fprintf(list, "dir\n");
152 fclose(list);
[all...]
/freebsd-10.2-release/sys/compat/linux/
H A Dlinux_util.c11 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
141 TAILQ_ENTRY(device_element) list;
167 TAILQ_FOREACH(de, &devices, list) {
212 TAILQ_FOREACH(de, &devices, list) {
241 TAILQ_FOREACH(de, &devices, list) {
300 /* Add the element to the list, sorted on span. */
301 TAILQ_INSERT_TAIL(&devices, de, list);
320 TAILQ_FOREACH(de, &devices, list) {
322 TAILQ_REMOVE(&devices, de, list);
[all...]
/freebsd-10.2-release/usr.bin/rpcgen/
H A Drpc_util.c68 list *defined; /* list of defined things */
94 * find a value in a list
97 findval(list *lst, const char *val, int (*cmp)(definition *, const char *))
108 * store a value in a list
111 storeval(list **lstp, definition *val)
113 list **l;
114 list *lst;
116 for (l = lstp; *l != NULL; l = (list **) & (*l)->next);
117 lst = XALLOC(list);
[all...]
/freebsd-10.2-release/usr.sbin/bsnmpd/modules/snmp_netgraph/
H A Dsnmp_netgraph.c13 * copyright notice, this list of conditions and the following disclaimer.
15 * notice, this list of conditions and the following disclaimer in the
89 * So we must keep a list of hook names and dispatch functions.
125 /* netgraph type list */
683 syslog(LOG_ERR, "get hook list: %m");
871 syslog(LOG_ERR, "get hook list: %m");
1375 struct namelist *list; local
1382 list = (struct namelist *)(void *)resp->data;
1384 qsort(list->nodeinfo, list
1474 struct hooklist *list; local
1513 struct namelist *list; local
[all...]
/freebsd-10.2-release/contrib/libstdc++/
H A DMakefile.in434 list='$(SUBDIRS)'; for subdir in $$list; do \
460 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
461 *) list='$(SUBDIRS)' ;; \
463 rev=''; for subdir in $$list; do \
481 list='$(SUBDIRS)'; for subdir in $$list; do \
485 list='$(SUBDIRS)'; for subdir in $$list; do \
490 list
[all...]
/freebsd-10.2-release/contrib/libyaml/tests/
H A DMakefile.in282 @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
283 echo " rm -f" $$list; \
284 rm -f $$list || exit $$?; \
286 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
287 echo " rm -f" $$list; \
288 rm -f $$list
291 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exi
[all...]
/freebsd-10.2-release/crypto/heimdal/kcm/
H A DMakefile.in138 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
140 for p in $$list; do echo "$$p $$p"; done | \
468 @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
469 for p in $$list; do echo "$$p $$p"; done | \
492 @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
493 files=`for p in $$list; do echo "$$p"; done | \
496 test -n "$$list" || exit 0; \
501 @list
[all...]
/freebsd-10.2-release/contrib/wpa/src/wps/
H A Dwps_upnp.c70 * notice, this list of conditions and the following disclaimer.
72 * notice, this list of conditions and the following disclaimer in
101 * this list of conditions and the following disclaimer.
103 * this list of conditions and the following disclaimer in the documentation
289 /* subscr_addr_free_all -- unlink and delete list of subscriber addresses. */
293 dl_list_for_each_safe(a, tmp, &s->addr_list, struct subscr_addr, list)
295 dl_list_del(&a->list);
404 dl_list_add(&s->addr_list, &a->list);
414 /* subscr_addr_list_create -- create list from urls in string.
421 wpa_printf(MSG_DEBUG, "WPS UPnP: Parsing URL list '
[all...]
/freebsd-10.2-release/contrib/libarchive/libarchive/
H A Darchive_read_disk_entry_from_file.c10 * notice, this list of conditions and the following disclaimer.
12 * notice, this list of conditions and the following disclaimer in the
817 char *list, *p; local
859 "Couldn't list extended attributes");
866 if ((list = malloc(list_size)) == NULL) {
873 list_size = flistxattr(*fd, list, list_size);
875 list_size = llistxattr(path, list, list_size);
877 list_size = listxattr(path, list, list_size);
880 list_size = flistea(*fd, list, list_size);
882 list_size = llistea(path, list, list_siz
976 char *list, *p; local
[all...]
/freebsd-10.2-release/contrib/binutils/gas/config/
H A Dobj-elf.c1815 the end of the list, where the loop will still see
1876 unsigned int *elt_count; /* Number of sections in each list. */
1881 add it to a list of sections belonging to the group. INF is a
1883 each list. */
1888 struct group_list *list = inf; local
1895 /* If this group already has a list, add the section to the head of
1896 the list. */
1897 for (i = 0; i < list->num_group; i++)
1899 if (strcmp (group_name, elf_group_name (list->head[i])) == 0)
1901 elf_next_in_group (sec) = list
1926 struct group_list list; local
[all...]
/freebsd-10.2-release/crypto/heimdal/lib/com_err/
H A DMakefile.in113 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
115 for p in $$list; do echo "$$p $$p"; done | \
475 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
476 list2=; for p in $$list; do \
488 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
489 for p in $$list; do \
497 @list='$(lib_LTLIBRARIES)'; for p in $$list; d
[all...]
/freebsd-10.2-release/crypto/heimdal/lib/krb5/
H A Dtest_pac.c11 * notice, this list of conditions and the following disclaimer.
14 * notice, this list of conditions and the following disclaimer in the
209 uint32_t *list; local
218 ret = krb5_pac_get_types(context, pac, &len, &list);
224 if (list[i] == 6 || list[i] == 7 || list[i] == 10)
227 ret = krb5_pac_get_buffer(context, pac, list[i], &data);
231 if (list[i] == 1) {
237 (unsigned long)list[
363 uint32_t *list; local
[all...]
/freebsd-10.2-release/usr.sbin/pciconf/
H A Dpciconf.c220 * beginning of the list, and print things twice, which may
224 warnx("PCI device list changed, please try again");
353 struct pci_list_vpd_io list; local
356 list.plvi_sel = p->pc_sel;
357 list.plvi_len = 0;
358 list.plvi_data = NULL;
359 if (ioctl(fd, PCIOCLISTVPD, &list) < 0 || list.plvi_len == 0)
362 list.plvi_data = malloc(list
[all...]
/freebsd-10.2-release/contrib/ofed/libibverbs/src/
H A Dinit.c16 * copyright notice, this list of conditions and the following
20 * copyright notice, this list of conditions and the following
263 char *list, *env_name; local
271 list = strdupa(env);
272 while ((env_name = strsep(&list, ":;")))
275 list = strdupa(env);
276 while ((env_name = strsep(&list, ":;")))
500 HIDDEN int ibverbs_init(struct ibv_device ***list) argument
511 *list = NULL;
537 add_device(device, list,
[all...]
/freebsd-10.2-release/sys/ofed/drivers/net/mlx4/
H A Dmcg.c16 * copyright notice, this list of conditions and the following
20 * copyright notice, this list of conditions and the following
135 list_for_each_entry(pqp, &s_steer->promisc_qps[steer], list) {
171 list_add_tail(&new_entry->list, &s_steer->steer_entries[steer]);
174 * it should be inserted to duplicates list
184 list_add_tail(&dqp->list, &new_entry->duplicates);
207 list_for_each_entry(pqp, &s_steer->promisc_qps[steer], list) {
230 list_del(&dqp->list);
233 list_del(&new_entry->list);
257 list_for_each_entry(tmp_entry, &s_steer->steer_entries[steer], list) {
[all...]
/freebsd-10.2-release/contrib/ntp/scripts/monitoring/
H A Dntp.pl27 ;#list if known keys (passwords)
133 local($val,*list) = @_;
135 return $list{$val} if defined($list{$val});
136 return sprintf("%s#%d",$list{"-"},$val) if defined($list{"-"});
347 ;# returns a list ($ret,$data,$status,$associd,$op,$seq,$auth_keyid)
351 ;# else --> error packet - list may contain useful info

Completed in 417 milliseconds

<<11121314151617181920>>