Searched refs:glist (Results 1 - 11 of 11) sorted by relevance

/freebsd-9.3-release/tools/tools/scsi-defects/
H A 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-9.3-release/libexec/mknetid/
H A Dmknetid.c107 struct grouplist *glist; local
229 if ((glist = lookup(mtable, (char *)&readbuf)) != NULL) {
230 while(glist) {
231 if (glist->groupid != i)
232 printf(",%lu", (u_long)glist->groupid);
233 glist = glist->next;
/freebsd-9.3-release/sys/geom/sched/
H A Dgs_scheduler.h121 LIST_ENTRY(g_gsched) glist; member in struct:g_gsched
H A Dg_sched.c577 LIST_FOREACH(gsp, &me.gs_scheds, glist) {
599 LIST_FOREACH(cur, &me.gs_scheds, glist) {
621 LIST_FOREACH(cur, &me.gs_scheds, glist) {
630 LIST_INSERT_HEAD(&me.gs_scheds, gsp, glist);
675 LIST_FOREACH_SAFE(cur, &me.gs_scheds, glist, tmp) {
684 LIST_REMOVE(gsp, glist);
/freebsd-9.3-release/contrib/binutils/opcodes/
H A Dia64-gen.c2230 static struct completer_entry **glist;
2282 glist = (struct completer_entry **)
2283 xrealloc (glist, sizeof (struct completer_entry *) * glisttotlen);
2288 glist[0] = ent;
2293 if (ent->name->num < glist[0]->name->num)
2295 else if (ent->name->num > glist[end - 1]->name->num)
2304 c = ent->name->num - glist[i]->name->num;
2311 && ent->name->num == glist[i - 1]->name->num)
2327 if (ent->name->num != glist[i]->name->num)
2330 if (completer_entries_eq (ent, glist[
2215 static struct completer_entry **glist; variable in typeref:struct:completer_entry
[all...]
/freebsd-9.3-release/contrib/ipfilter/tools/
H A Dipscan_y.y89 gline: YY_STR ':' glist '=' action
119 glist: YY_STR label
120 | glist ',' YY_STR
/freebsd-9.3-release/contrib/gcc/
H A Dc-typeck.c7494 struct c_label_list *glist;
7506 for (glist = label_context_stack_se->labels_used;
7507 glist != NULL;
7508 glist = glist->next)
7510 C_DECL_UNDEFINABLE_STMT_EXPR (glist->label) = 1;
7529 struct c_label_list *dlist, *glist, *glist_prev = NULL;
7547 for (glist = label_context_stack_se->next->labels_used;
7548 glist != NULL;
7549 glist
7458 struct c_label_list *glist; local
7493 struct c_label_list *dlist, *glist, *glist_prev = NULL; local
7609 struct c_label_list *glist; local
7647 struct c_label_list *dlist, *glist, *glist_prev = NULL; local
[all...]
/freebsd-9.3-release/contrib/binutils/bfd/
H A Delf64-ppc.c3626 only care about glist, but when compiled on a 32-bit host the
3630 htab->elf.init_got_refcount.glist = NULL;
3632 htab->elf.init_plt_refcount.glist = NULL;
3634 htab->elf.init_got_offset.glist = NULL;
3636 htab->elf.init_plt_offset.glist = NULL;
4033 if (eind->elf.got.glist != NULL)
4035 if (edir->elf.got.glist != NULL)
4040 for (entp = &eind->elf.got.glist; (ent = *entp) != NULL; )
4044 for (dent = edir->elf.got.glist; dent != NULL; dent = dent->next)
4056 *entp = edir->elf.got.glist;
[all...]
H A Delf-bfd.h121 struct got_entry *glist;
120 struct got_entry *glist; member in union:elf_link_hash_entry::gotplt_union
H A Delf32-ppc.c2523 ret->elf.init_plt_refcount.glist = NULL;
2525 ret->elf.init_plt_offset.glist = NULL;
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa.c1995 uint64_t *glist; local
2006 &glist, &gcount) != 0)
2014 if (glist[i] == 0) /* vdev is hole */
2017 vd[i] = spa_lookup_by_guid(spa, glist[i], B_FALSE);
5070 uint64_t txg, *glist; local
5131 glist = kmem_zalloc(children * sizeof (uint64_t), KM_SLEEP);
5152 &glist[c]) != 0) {
5158 vml[c] = spa_lookup_by_guid(spa, glist[c], B_FALSE);
5196 kmem_free(glist, children * sizeof (uint64_t));
5213 glist, childre
[all...]

Completed in 209 milliseconds