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

/freebsd-12-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-12-stable/libexec/mknetid/
H A Dmknetid.c109 struct grouplist *glist; local
231 if ((glist = lookup(mtable, (char *)&readbuf)) != NULL) {
232 while(glist) {
233 if (glist->groupid != i)
234 printf(",%lu", (u_long)glist->groupid);
235 glist = glist->next;
/freebsd-12-stable/sys/geom/sched/
H A Dgs_scheduler.h123 LIST_ENTRY(g_gsched) glist; member in struct:g_gsched
H A Dg_sched.c570 LIST_FOREACH(gsp, &me.gs_scheds, glist) {
592 LIST_FOREACH(cur, &me.gs_scheds, glist) {
614 LIST_FOREACH(cur, &me.gs_scheds, glist) {
623 LIST_INSERT_HEAD(&me.gs_scheds, gsp, glist);
668 LIST_FOREACH_SAFE(cur, &me.gs_scheds, glist, tmp) {
677 LIST_REMOVE(gsp, glist);
/freebsd-12-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-12-stable/contrib/ipfilter/tools/
H A Dipscan_y.y90 gline: YY_STR ':' glist '=' action
120 glist: YY_STR label
121 | glist ',' YY_STR
/freebsd-12-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-12-stable/crypto/openssl/include/openssl/
H A Dssl.h1393 # define SSL_get1_groups(s, glist) \
1394 SSL_ctrl(s,SSL_CTRL_GET_GROUPS,0,(int*)(glist))
1395 # define SSL_CTX_set1_groups(ctx, glist, glistlen) \
1396 SSL_CTX_ctrl(ctx,SSL_CTRL_SET_GROUPS,glistlen,(int *)(glist))
1399 # define SSL_set1_groups(s, glist, glistlen) \
1400 SSL_ctrl(s,SSL_CTRL_SET_GROUPS,glistlen,(char *)(glist))
/freebsd-12-stable/crypto/openssl/ssl/
H A Dt1_lib.c341 uint16_t *glist; local
353 if ((glist = OPENSSL_malloc(ngroups * sizeof(*glist))) == NULL) {
364 OPENSSL_free(glist);
368 glist[i] = id;
371 *pext = glist;
/freebsd-12-stable/contrib/binutils/bfd/
H A Delf64-ppc.c3695 only care about glist, but when compiled on a 32-bit host the
3699 htab->elf.init_got_refcount.glist = NULL;
3701 htab->elf.init_plt_refcount.glist = NULL;
3703 htab->elf.init_got_offset.glist = NULL;
3705 htab->elf.init_plt_offset.glist = NULL;
4102 if (eind->elf.got.glist != NULL)
4104 if (edir->elf.got.glist != NULL)
4109 for (entp = &eind->elf.got.glist; (ent = *entp) != NULL; )
4113 for (dent = edir->elf.got.glist; dent != NULL; dent = dent->next)
4125 *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.c2571 ret->elf.init_plt_refcount.glist = NULL;
2573 ret->elf.init_plt_offset.glist = NULL;
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa.c2365 uint64_t *glist; local
2376 &glist, &gcount) != 0)
2384 if (glist[i] == 0) /* vdev is hole */
2387 vd[i] = spa_lookup_by_guid(spa, glist[i], B_FALSE);
6987 uint64_t txg, *glist; local
7055 glist = kmem_zalloc(children * sizeof (uint64_t), KM_SLEEP);
7076 &glist[c]) != 0) {
7082 vml[c] = spa_lookup_by_guid(spa, glist[c], B_FALSE);
7130 kmem_free(glist, children * sizeof (uint64_t));
7147 glist, childre
[all...]

Completed in 245 milliseconds