Searched refs:tlist (Results 1 - 17 of 17) sorted by relevance

/freebsd-12-stable/usr.sbin/ngctl/
H A Dtypes.c62 struct typelist *tlist; local
86 tlist = (struct typelist *) resp->data;
87 printf("There are %d total types:\n", tlist->numtypes);
88 if (tlist->numtypes > 0) {
92 for (k = 0; k < tlist->numtypes; k++) {
93 struct typeinfo *const ti = &tlist->typeinfo[k];
/freebsd-12-stable/usr.sbin/dumpcis/
H A Dreadcis.c123 freecis(struct tuple_list *tlist) argument
128 while ((tl = tlist) != 0) {
129 tlist = tl->next;
191 static struct tuple_list *tlist; variable in typeref:struct:tuple_list
201 tlist = 0;
202 last_tl = tlist = read_one_tuplelist(fd, MDF_ATTR, (off_t) 0);
235 if (find_tuple_in_list(tlist, CIS_NOLINK) == 0 &&
236 find_tuple_in_list(tlist, CIS_LINKTARGET) == 0 &&
241 tlist->next = read_one_tuplelist(fd, 0, 0);
243 return (tlist);
[all...]
H A Dprintcis.c63 dumpcis(struct tuple_list *tlist) argument
71 for (tl = tlist; tl; tl = tl->next)
/freebsd-12-stable/contrib/less/
H A Dedit.c57 init_textlist(tlist, str)
58 struct textlist *tlist;
69 tlist->string = skipsp(str);
70 tlist->endstring = tlist->string + strlen(tlist->string);
71 for (s = str; s < tlist->endstring; s++)
77 } else if (esclen > 0 && s + esclen < tlist->endstring &&
101 forw_textlist(tlist, prev)
102 struct textlist *tlist;
[all...]
H A Dmain.c204 struct textlist tlist; local
210 init_textlist(&tlist, gfilename);
212 while ((filename = forw_textlist(&tlist, filename)) != NULL)
H A Ddecode.c307 expand_cmd_table(tlist)
308 struct tablelist *tlist;
311 for (t = tlist; t != NULL; t = t->t_next)
364 add_cmd_table(tlist, buf, len)
365 struct tablelist **tlist;
384 t->t_next = *tlist;
385 *tlist = t;
417 add_var_table(tlist, buf, len)
418 struct tablelist **tlist;
422 if (add_cmd_table(tlist, bu
[all...]
H A Dfuncs.h111 public void init_textlist LESSPARAMS ((struct textlist *tlist, char *str));
112 public char * forw_textlist LESSPARAMS ((struct textlist *tlist, char *prev));
113 public char * back_textlist LESSPARAMS ((struct textlist *tlist, char *prev));
/freebsd-12-stable/crypto/heimdal/lib/asn1/
H A Dgen_template.c244 struct tlist { struct
248 ASN1_TAILQ_ENTRY(tlist) tmembers;
251 ASN1_TAILQ_HEAD(tlisthead, tlist);
253 static void tlist_header(struct tlist *, const char *, ...) __attribute__((__format__(__printf__, 2, 3)));
256 static int tlist_cmp(const struct tlist *, const struct tlist *);
265 static struct tlist *
268 struct tlist *tl = calloc(1, sizeof(*tl));
275 tlist_header(struct tlist *t, const char *fmt, ...)
285 tlist_count(struct tlist *t
[all...]
/freebsd-12-stable/sys/dev/mthca/
H A Dmthca_catas.c64 LIST_HEAD(tlist);
70 list_splice_init(&catas_list, &tlist);
73 list_for_each_entry_safe(dev, tmpdev, &tlist, catas_err.list) {
/freebsd-12-stable/contrib/gdb/gdb/
H A Dcharset.c1213 struct { char *from; char *to; int *table; } tlist[] = {
1230 for (i = 0; i < (sizeof (tlist) / sizeof (tlist[0])); i++)
1231 register_translation (simple_table_translation (tlist[i].from,
1232 tlist[i].to,
1233 tlist[i].table));
1195 struct { char *from; char *to; int *table; } tlist[] = { local
/freebsd-12-stable/sys/cam/ctl/
H A Dctl_tpc.c164 struct tpc_list *list, *tlist; local
169 TAILQ_FOREACH_SAFE(list, &lun->tpc_lists, links, tlist) {
231 struct tpc_list *list, *tlist; local
233 TAILQ_FOREACH_SAFE(list, &lun->tpc_lists, links, tlist) {
1671 struct tpc_list *list, *tlist; local
1788 tlist = tpc_find_list(lun, list->list_id, list->init_idx);
1789 if (tlist != NULL && !tlist->completed) {
1797 if (tlist != NULL) {
1798 TAILQ_REMOVE(&lun->tpc_lists, tlist, link
1825 struct tpc_list *list, *tlist; local
2026 struct tpc_list *list, *tlist; local
2189 struct tpc_list *list, *tlist; local
[all...]
/freebsd-12-stable/contrib/tcsh/
H A Dtw.init.c45 tlist, /* Total space in list */ member in struct:__anon7243
109 if (sl->tlist <= sl->nlist) {
111 sl->tlist += TW_INCR;
112 sl->list = xrealloc(sl->list, sl->tlist * sizeof(Char *));
145 sl->tlist = sl->nlist = 0;
/freebsd-12-stable/contrib/gcc/
H A Dc-common.c1200 struct tlist
1202 struct tlist *next;
1211 struct tlist *cache_before_sp;
1212 struct tlist *cache_after_sp;
1216 /* Obstack to use when allocating tlist structures, and corresponding
1223 static struct tlist *warned_ids;
1228 static void add_tlist (struct tlist **, struct tlist *, tree, int);
1229 static void merge_tlist (struct tlist **, struct tlist *, in
1197 struct tlist struct
[all...]
/freebsd-12-stable/sbin/shutdown/
H A Dshutdown.c75 } tlist[] = { variable in typeref:struct:interval
265 tp = tlist;
/freebsd-12-stable/contrib/libedit/
H A Dterminal.c342 char **tlist = el->el_terminal.t_str; local
343 char **tmp, **str = &tlist[t - tstr];
377 for (tmp = tlist; tmp < &tlist[T_str]; tmp++)
/freebsd-12-stable/usr.bin/rpcinfo/
H A Drpcinfo.c1547 static const char *tlist[3] = { local
1557 if ((handle = __rpc_setconf(tlist[i])) == NULL)
/freebsd-12-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_resource_tracker.c4705 LIST_HEAD(tlist);
4771 LIST_HEAD(tlist);
4834 LIST_HEAD(tlist);
4902 LIST_HEAD(tlist);
5090 LIST_HEAD(tlist);

Completed in 158 milliseconds