| /NextBSD/contrib/less/ |
| HD | edit.c | 58 init_textlist(tlist, str) in init_textlist() argument 59 struct textlist *tlist; in init_textlist() 70 tlist->string = skipsp(str); 71 tlist->endstring = tlist->string + strlen(tlist->string); 72 for (s = str; s < tlist->endstring; s++) 78 } else if (esclen > 0 && s + esclen < tlist->endstring && 102 forw_textlist(tlist, prev) in forw_textlist() argument 103 struct textlist *tlist; in forw_textlist() 113 s = tlist->string; 116 if (s >= tlist->endstring) [all …]
|
| HD | decode.c | 323 add_cmd_table(tlist, buf, len) in add_cmd_table() argument 324 struct tablelist **tlist; in add_cmd_table() 344 t->t_next = *tlist; 345 *tlist = t; 377 add_var_table(tlist, buf, len) in add_var_table() argument 378 struct tablelist **tlist; in add_var_table() 382 if (add_cmd_table(tlist, buf, len) < 0) 482 cmd_decode(tlist, cmd, sp) in cmd_decode() argument 483 struct tablelist *tlist; in cmd_decode() 494 for (t = tlist; t != NULL; t = t->t_next)
|
| HD | main.c | 200 struct textlist tlist; local 204 init_textlist(&tlist, gfilename); 206 while ((filename = forw_textlist(&tlist, filename)) != NULL)
|
| /NextBSD/usr.sbin/ngctl/ |
| HD | types.c | 62 struct typelist *tlist; in TypesCmd() local 86 tlist = (struct typelist *) resp->data; in TypesCmd() 87 printf("There are %d total types:\n", tlist->numtypes); in TypesCmd() 88 if (tlist->numtypes > 0) { in TypesCmd() 92 for (k = 0; k < tlist->numtypes; k++) { in TypesCmd() 93 struct typeinfo *const ti = &tlist->typeinfo[k]; in TypesCmd()
|
| /NextBSD/usr.sbin/dumpcis/ |
| HD | readcis.c | 121 freecis(struct tuple_list *tlist) in freecis() argument 126 while ((tl = tlist) != 0) { in freecis() 127 tlist = tl->next; in freecis() 189 static struct tuple_list *tlist; variable 199 tlist = 0; in read_tuples() 200 last_tl = tlist = read_one_tuplelist(fd, MDF_ATTR, (off_t) 0); in read_tuples() 230 if (find_tuple_in_list(tlist, CIS_NOLINK) == 0 && in read_tuples() 231 find_tuple_in_list(tlist, CIS_LINKTARGET) == 0 && in read_tuples() 238 tlist->next = read_one_tuplelist(fd, 0, offs); in read_tuples() 240 return (tlist); in read_tuples() [all …]
|
| HD | printcis.c | 63 dumpcis(struct tuple_list *tlist) in dumpcis() argument 71 for (tl = tlist; tl; tl = tl->next) in dumpcis()
|
| /NextBSD/crypto/heimdal/lib/asn1/ |
| HD | gen_template.c | 244 struct tlist { struct 248 ASN1_TAILQ_ENTRY(tlist) tmembers; argument 251 ASN1_TAILQ_HEAD(tlisthead, tlist); 253 static void tlist_header(struct tlist *, const char *, ...) __attribute__((__format__(__printf__, 2… 256 static int tlist_cmp(const struct tlist *, const struct tlist *); 265 static struct tlist * 268 struct tlist *tl = calloc(1, sizeof(*tl)); in tlist_new() 275 tlist_header(struct tlist *t, const char *fmt, ...) in tlist_header() 285 tlist_count(struct tlist *tl) in tlist_count() 297 tlist_add(struct tlist *tl) in tlist_add() [all …]
|
| /NextBSD/sys/arm64/arm64/ |
| HD | gic_v3.c | 384 uint64_t aff, tlist; in gic_v3_ipi_send() local 393 aff = tlist = 0; in gic_v3_ipi_send() 397 if (!tlist) { in gic_v3_ipi_send() 403 tlist |= (1UL << CPU_AFF0(aff)); in gic_v3_ipi_send() 408 tlist |= (1UL << CPU_AFF0(CPU_AFFINITY(cpu))); in gic_v3_ipi_send() 414 if (tlist) { in gic_v3_ipi_send() 415 KASSERT((tlist & ~GICI_SGI_TLIST_MASK) == 0, in gic_v3_ipi_send() 418 val = tlist; in gic_v3_ipi_send()
|
| /NextBSD/sys/cam/ctl/ |
| HD | ctl_tpc.c | 153 struct tpc_list *list, *tlist; in tpc_timeout() local 158 TAILQ_FOREACH_SAFE(list, &lun->tpc_lists, links, tlist) { in tpc_timeout() 1602 struct tpc_list *list, *tlist; in ctl_extended_copy_lid1() local 1700 tlist = tpc_find_list(lun, list->list_id, list->init_idx); in ctl_extended_copy_lid1() 1701 if (tlist != NULL && !tlist->completed) { in ctl_extended_copy_lid1() 1709 if (tlist != NULL) { in ctl_extended_copy_lid1() 1710 TAILQ_REMOVE(&lun->tpc_lists, tlist, links); in ctl_extended_copy_lid1() 1711 free(tlist, M_CTL); in ctl_extended_copy_lid1() 1735 struct tpc_list *list, *tlist; in ctl_extended_copy_lid4() local 1833 tlist = tpc_find_list(lun, list->list_id, list->init_idx); in ctl_extended_copy_lid4() [all …]
|
| /NextBSD/sys/ofed/drivers/net/mlx4/ |
| HD | catas.c | 98 LIST_HEAD(tlist); in catas_reset() 102 list_splice_init(&catas_list, &tlist); in catas_reset() 105 list_for_each_entry_safe(priv, tmppriv, &tlist, catas_err.list) { in catas_reset()
|
| HD | resource_tracker.c | 4138 LIST_HEAD(tlist); in rem_slave_srqs() 4206 LIST_HEAD(tlist); in rem_slave_cqs() 4271 LIST_HEAD(tlist); in rem_slave_mrs() 4341 LIST_HEAD(tlist); in rem_slave_mtts() 4444 LIST_HEAD(tlist); in rem_slave_eqs()
|
| /NextBSD/sys/dev/ifmlx4/ |
| HD | catas.c | 98 LIST_HEAD(tlist); in catas_reset() 102 list_splice_init(&catas_list, &tlist); in catas_reset() 105 list_for_each_entry_safe(priv, tmppriv, &tlist, catas_err.list) { in catas_reset()
|
| HD | resource_tracker.c | 4138 LIST_HEAD(tlist); in rem_slave_srqs() 4206 LIST_HEAD(tlist); in rem_slave_cqs() 4271 LIST_HEAD(tlist); in rem_slave_mrs() 4341 LIST_HEAD(tlist); in rem_slave_mtts() 4444 LIST_HEAD(tlist); in rem_slave_eqs()
|
| /NextBSD/sys/ofed/drivers/infiniband/hw/mthca/ |
| HD | mthca_catas.c | 61 LIST_HEAD(tlist); in catas_reset() 67 list_splice_init(&catas_list, &tlist); in catas_reset() 70 list_for_each_entry_safe(dev, tmpdev, &tlist, catas_err.list) { in catas_reset()
|
| /NextBSD/contrib/gdb/gdb/ |
| HD | charset.c | 1195 struct { char *from; char *to; int *table; } tlist[] = { in _initialize_charset() local 1212 for (i = 0; i < (sizeof (tlist) / sizeof (tlist[0])); i++) in _initialize_charset() 1213 register_translation (simple_table_translation (tlist[i].from, in _initialize_charset() 1214 tlist[i].to, in _initialize_charset() 1215 tlist[i].table)); in _initialize_charset()
|
| /NextBSD/sys/dev/mlx5/mlx5_core/ |
| HD | mlx5_health.c | 48 LIST_HEAD(tlist); in health_care() 51 list_splice_init(&health_list, &tlist); in health_care() 55 list_for_each_entry_safe(health, n, &tlist, list) { in health_care()
|
| /NextBSD/contrib/gcc/ |
| HD | c-common.c | 1197 struct tlist struct 1199 struct tlist *next; argument 1208 struct tlist *cache_before_sp; argument 1209 struct tlist *cache_after_sp; 1220 static struct tlist *warned_ids; 1225 static void add_tlist (struct tlist **, struct tlist *, tree, int); 1226 static void merge_tlist (struct tlist **, struct tlist *, int); 1227 static void verify_tree (tree, struct tlist **, struct tlist **, tree); 1229 static void warn_for_collisions (struct tlist *); 1230 static void warn_for_collisions_1 (tree, tree, struct tlist *, int); [all …]
|
| HD | ChangeLog-2000 | 3015 (struct tlist, struct tlist_cache): New.
|
| /NextBSD/contrib/tcsh/ |
| HD | tw.init.c | 49 tlist, /* Total space in list */ member 113 if (sl->tlist <= sl->nlist) { in tw_str_add() 115 sl->tlist += TW_INCR; in tw_str_add() 116 sl->list = xrealloc(sl->list, sl->tlist * sizeof(Char *)); in tw_str_add() 150 sl->tlist = sl->nlist = 0; in tw_str_free()
|
| /NextBSD/sbin/shutdown/ |
| HD | shutdown.c | 73 } tlist[] = { variable 260 tp = tlist; in loop()
|
| /NextBSD/lib/libedit/ |
| HD | terminal.c | 334 char **tlist = el->el_terminal.t_str; in terminal_alloc() local 335 char **tmp, **str = &tlist[t - tstr]; in terminal_alloc() 369 for (tmp = tlist; tmp < &tlist[T_str]; tmp++) in terminal_alloc()
|
| /NextBSD/sys/kern/ |
| HD | kern_thrworkq.c | 1230 struct threadlist *tl, *tlist; in thrworkq_exit() local 1279 TAILQ_FOREACH_SAFE(tl, &wq->wq_thrunlist, th_entry, tlist) { in thrworkq_exit() 1292 TAILQ_FOREACH_SAFE(tl, &wq->wq_thidlelist, th_entry, tlist) { in thrworkq_exit()
|
| /NextBSD/usr.bin/rpcinfo/ |
| HD | rpcinfo.c | 1546 static const char *tlist[3] = { local 1556 if ((handle = __rpc_setconf(tlist[i])) == NULL)
|