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

/freebsd-10-stable/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-10-stable/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-10-stable/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-10-stable/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-10-stable/contrib/ipfilter/tools/
H A Dipscan_y.y90 gline: YY_STR ':' glist '=' action
120 glist: YY_STR label
121 | glist ',' YY_STR
/freebsd-10-stable/contrib/gcc/
H A Dc-typeck.c7975 struct c_label_list *glist;
7987 for (glist = label_context_stack_se->labels_used;
7988 glist != NULL;
7989 glist = glist->next)
7991 C_DECL_UNDEFINABLE_STMT_EXPR (glist->label) = 1;
8010 struct c_label_list *dlist, *glist, *glist_prev = NULL;
8028 for (glist = label_context_stack_se->next->labels_used;
8029 glist != NULL;
8030 glist
7939 struct c_label_list *glist; local
7974 struct c_label_list *dlist, *glist, *glist_prev = NULL; local
8090 struct c_label_list *glist; local
8128 struct c_label_list *dlist, *glist, *glist_prev = NULL; local
[all...]
/freebsd-10-stable/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-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa.c2102 uint64_t *glist; local
2113 &glist, &gcount) != 0)
2121 if (glist[i] == 0) /* vdev is hole */
2124 vd[i] = spa_lookup_by_guid(spa, glist[i], B_FALSE);
5257 uint64_t txg, *glist; local
5318 glist = kmem_zalloc(children * sizeof (uint64_t), KM_SLEEP);
5339 &glist[c]) != 0) {
5345 vml[c] = spa_lookup_by_guid(spa, glist[c], B_FALSE);
5383 kmem_free(glist, children * sizeof (uint64_t));
5400 glist, childre
[all...]

Completed in 305 milliseconds