Home
last modified time | relevance | path

Searched refs:glist (Results 1 – 12 of 12) sorted by relevance

/freebsd-10-stable/tools/tools/scsi-defects/
Dscsi-defects.pl58 if ($ARGV[1] =~ /^[Gg]/) { $glist = 1; $plist = 0; }
59 elsif ($ARGV[1] =~ /^[Pp]/) { $glist = 0; $plist = 1; }
62 $glist = 1; $plist = 0;
66 "-c '{ Op code} 37 0 0:3 v:1 v:1 5:3 0 0 0 0 4:i2 0' $plist $glist " .
82 "-c '{ Op code} 37 0 0:3 v:1 v:1 5:3 0 0 0 0 v:i2 0' $plist $glist " .
/freebsd-10-stable/libexec/mknetid/
Dmknetid.c107 struct grouplist *glist; in main() local
229 if ((glist = lookup(mtable, (char *)&readbuf)) != NULL) { in main()
230 while(glist) { in main()
231 if (glist->groupid != i) in main()
232 printf(",%lu", (u_long)glist->groupid); in main()
233 glist = glist->next; in main()
/freebsd-10-stable/contrib/binutils/opcodes/
Dia64-gen.c2215 static struct completer_entry **glist; variable
2266 glist = (struct completer_entry **) in insert_gclist()
2267 xrealloc (glist, sizeof (struct completer_entry *) * glisttotlen); in insert_gclist()
2272 glist[0] = ent; in insert_gclist()
2277 if (ent->name->num < glist[0]->name->num) in insert_gclist()
2279 else if (ent->name->num > glist[end - 1]->name->num) in insert_gclist()
2288 c = ent->name->num - glist[i]->name->num; in insert_gclist()
2295 && ent->name->num == glist[i - 1]->name->num) in insert_gclist()
2311 if (ent->name->num != glist[i]->name->num) in insert_gclist()
2314 if (completer_entries_eq (ent, glist[i])) in insert_gclist()
[all …]
/freebsd-10-stable/contrib/ipfilter/tools/
Dipscan_y.y90 gline: YY_STR ':' glist '=' action
120 glist: YY_STR
121 | glist ',' YY_STR
/freebsd-10-stable/sys/geom/sched/
Dgs_scheduler.h121 LIST_ENTRY(g_gsched) glist;
Dg_sched.c577 LIST_FOREACH(gsp, &me.gs_scheds, glist) { in g_gsched_find()
599 LIST_FOREACH(cur, &me.gs_scheds, glist) { in g_gsched_build_names()
621 LIST_FOREACH(cur, &me.gs_scheds, glist) { in g_gsched_register()
630 LIST_INSERT_HEAD(&me.gs_scheds, gsp, glist); in g_gsched_register()
675 LIST_FOREACH_SAFE(cur, &me.gs_scheds, glist, tmp) { in g_gsched_unregister()
684 LIST_REMOVE(gsp, glist); in g_gsched_unregister()
/freebsd-10-stable/contrib/gcc/
Dc-typeck.c7939 struct c_label_list *glist; in c_begin_stmt_expr() local
7951 for (glist = label_context_stack_se->labels_used; in c_begin_stmt_expr()
7952 glist != NULL; in c_begin_stmt_expr()
7953 glist = glist->next) in c_begin_stmt_expr()
7955 C_DECL_UNDEFINABLE_STMT_EXPR (glist->label) = 1; in c_begin_stmt_expr()
7974 struct c_label_list *dlist, *glist, *glist_prev = NULL; in c_finish_stmt_expr() local
7992 for (glist = label_context_stack_se->next->labels_used; in c_finish_stmt_expr()
7993 glist != NULL; in c_finish_stmt_expr()
7994 glist = glist->next) in c_finish_stmt_expr()
7996 C_DECL_UNDEFINABLE_STMT_EXPR (glist->label) = 0; in c_finish_stmt_expr()
[all …]
/freebsd-10-stable/contrib/binutils/bfd/
Delf64-ppc.c3626 htab->elf.init_got_refcount.glist = NULL; in ppc64_elf_link_hash_table_create()
3628 htab->elf.init_plt_refcount.glist = NULL; in ppc64_elf_link_hash_table_create()
3630 htab->elf.init_got_offset.glist = NULL; in ppc64_elf_link_hash_table_create()
3632 htab->elf.init_plt_offset.glist = NULL; in ppc64_elf_link_hash_table_create()
4029 if (eind->elf.got.glist != NULL) in ppc64_elf_copy_indirect_symbol()
4031 if (edir->elf.got.glist != NULL) in ppc64_elf_copy_indirect_symbol()
4036 for (entp = &eind->elf.got.glist; (ent = *entp) != NULL; ) in ppc64_elf_copy_indirect_symbol()
4040 for (dent = edir->elf.got.glist; dent != NULL; dent = dent->next) in ppc64_elf_copy_indirect_symbol()
4052 *entp = edir->elf.got.glist; in ppc64_elf_copy_indirect_symbol()
4055 edir->elf.got.glist = eind->elf.got.glist; in ppc64_elf_copy_indirect_symbol()
[all …]
Delf-bfd.h120 struct got_entry *glist; member
Delf32-ppc.c2518 ret->elf.init_plt_refcount.glist = NULL; in ppc_elf_link_hash_table_create()
2520 ret->elf.init_plt_offset.glist = NULL; in ppc_elf_link_hash_table_create()
DChangeLog-02034551 handling to use got.glist rather than got.refcount. Likewise for PLT.
4589 (struct elf_link_hash_entry): Add "glist" and "plist" fields to
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dspa.c2102 uint64_t *glist; in spa_try_repair() local
2113 &glist, &gcount) != 0) in spa_try_repair()
2121 if (glist[i] == 0) /* vdev is hole */ in spa_try_repair()
2124 vd[i] = spa_lookup_by_guid(spa, glist[i], B_FALSE); in spa_try_repair()
5257 uint64_t txg, *glist; in spa_vdev_split_mirror() local
5318 glist = kmem_zalloc(children * sizeof (uint64_t), KM_SLEEP); in spa_vdev_split_mirror()
5339 &glist[c]) != 0) { in spa_vdev_split_mirror()
5345 vml[c] = spa_lookup_by_guid(spa, glist[c], B_FALSE); in spa_vdev_split_mirror()
5383 kmem_free(glist, children * sizeof (uint64_t)); in spa_vdev_split_mirror()
5400 glist, children) == 0); in spa_vdev_split_mirror()
[all …]