Searched defs:tl (Results 1 - 25 of 60) sorted by relevance

123

/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dnewscn.c40 Elf_Scn * tl; local
78 tl = elf->ed_tlscn;
80 s->sb_scn.s_index = tl->s_index + 1;
81 elf->ed_tlscn = tl->s_next = &s->sb_scn;
84 = (Elf32_Half)(tl->s_index + 2);
86 tl = &s->sb_scn;
89 return (tl);
108 tl = elf->ed_tlscn;
110 s->sb_scn.s_index = tl->s_index + 1;
111 elf->ed_tlscn = tl
[all...]
/illumos-gate/usr/src/lib/libcurses/screen/
H A D_border.c50 chtype tl, chtype tr, chtype bl, chtype br)
52 return (wborder(stdscr, ls, rs, ts, bs, tl, tr, bl, br));
49 border(chtype ls, chtype rs, chtype ts, chtype bs, chtype tl, chtype tr, chtype bl, chtype br) argument
H A Dwborder.c79 chtype bs, chtype tl, chtype tr, chtype bl, chtype br)
91 _TOPLEFT = tl;
78 wborder(WINDOW *win, chtype ls, chtype rs, chtype ts, chtype bs, chtype tl, chtype tr, chtype bl, chtype br) argument
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dbrdr.c50 chtype tl, chtype tr, chtype bl, chtype br)
57 ls, rs, ts, bs, tl, tr, bl, br
61 code = wborder(stdscr, ls, rs, ts, bs, tl, tr, bl, br);
49 border(chtype ls, chtype rs, chtype ts, chtype bs, chtype tl, chtype tr, chtype bl, chtype br) argument
H A Dwbrdr.c55 chtype tl, chtype tr, chtype bl, chtype br)
63 w, ls, rs, ts, bs, tl, tr, bl, br
83 if (tl == 0)
84 tl = ACS_ULCORNER;
85 (void) __m_acs_cc(tl, &wtl);
53 wborder(WINDOW *w, chtype ls, chtype rs, chtype ts, chtype bs, chtype tl, chtype tr, chtype bl, chtype br) argument
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dbrdr.c53 chtype tl, chtype tr, chtype bl, chtype br)
57 code = wborder(stdscr, ls, rs, ts, bs, tl, tr, bl, br);
52 border(chtype ls, chtype rs, chtype ts, chtype bs, chtype tl, chtype tr, chtype bl, chtype br) argument
H A Dbrdr_st.c53 const cchar_t *ts, const cchar_t *bs, const cchar_t *tl,
58 code = wborder_set(stdscr, ls, rs, ts, bs, tl, tr, bl, br);
52 border_set(const cchar_t *ls, const cchar_t *rs, const cchar_t *ts, const cchar_t *bs, const cchar_t *tl, const cchar_t *tr, const cchar_t *bl, const cchar_t *br) argument
H A Dwbrdr_st.c57 const cchar_t *ts, const cchar_t *bs, const cchar_t *tl,
85 if (tl == NULL)
86 tl = WACS_ULCORNER;
94 if (__m_cc_replace(w, 0, 0, tl, 0) == -1)
56 wborder_set(WINDOW *w, const cchar_t *ls, const cchar_t *rs, const cchar_t *ts, const cchar_t *bs, const cchar_t *tl, const cchar_t *tr, const cchar_t *bl, const cchar_t *br) argument
H A Dwbrdr.c58 chtype tl, chtype tr, chtype bl, chtype br)
79 if (tl == 0)
80 tl = ACS_ULCORNER;
81 (void) __m_acs_cc(tl, &wtl);
56 wborder(WINDOW *w, chtype ls, chtype rs, chtype ts, chtype bs, chtype tl, chtype tr, chtype bl, chtype br) argument
/illumos-gate/usr/src/lib/libast/common/tm/
H A Dtmxtime.c54 struct tm* tl; local
97 if (!(tl = tmlocaltime(&now)))
99 if (tm->tm_isdst = tl->tm_isdst)
115 if (!(tl = tmlocaltime(&now)))
117 tm->tm_isdst = tl->tm_isdst;
/illumos-gate/usr/src/cmd/acct/lib/
H A Ddevtolin.c50 } tl[TSIZE1]; variable in typeref:struct:tlist
73 for (tp = tl; tp < &tl[tsize1]; tp++)
/illumos-gate/usr/src/cmd/fs.d/smbclnt/chacl/
H A Dchacl.c79 ulong_t tl; local
91 tl = strtoul(optarg, NULL, 10);
92 if (tl == 0)
94 uid = (uid_t)tl;
97 tl = strtoul(optarg, NULL, 10);
98 if (tl == 0)
100 gid = (gid_t)tl;
/illumos-gate/usr/src/lib/krb5/kadm5/
H A Dmisc_free.c118 krb5_tl_data *tl; local
121 tl = val->tl_data->tl_data_next;
124 val->tl_data = tl;
/illumos-gate/usr/src/cmd/tail/
H A Dreverse.c182 BF *mark, *tl, *tr; local
187 tl = NULL;
195 if (enomem || (tl = malloc(sizeof (BF))) == NULL ||
196 (tl->l = malloc(BSZ)) == NULL) {
199 tl = enomem ? tl->next : mark;
200 enomem += tl->len;
202 tl->next = mark;
203 tl->prev = mark->prev;
204 mark->prev->next = tl;
[all...]
/illumos-gate/usr/src/uts/sun4v/io/
H A Ddr_util.c148 struct memlist *hl = NULL, *tl, **mlp; local
154 tl = *mlp;
160 (*mlp)->ml_prev = tl;
161 tl = *mlp;
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_tunables.c69 tcp_listener_t *tl; local
82 for (tl = list_head(&tcps->tcps_listener_conf); tl != NULL;
83 tl = list_next(&tcps->tcps_listener_conf, tl)) {
85 nbytes = snprintf(pval, size, "%d:%d", tl->tl_port,
86 tl->tl_ratio);
88 nbytes = snprintf(pval, size, ",%d:%d", tl->tl_port,
89 tl->tl_ratio);
113 tcp_listener_t *tl; local
161 tcp_listener_t *tl; local
[all...]
/illumos-gate/usr/src/lib/libc/port/fp/
H A Ddecimal_bin.c290 double t, th, tl; local
312 tl = (double)acc;
314 t = th + tl;
315 *pe = ((t - th) == tl)? 0 : 1;
/illumos-gate/usr/src/cmd/mdb/sparc/kmdb/kctl/
H A Dkctl_isadep.c73 kctl_ktrap_install(int tl, void (*handler)(void)) argument
76 uint32_t *entryp = tl ? &kmdb_trap_tl1 : &kmdb_trap;
77 uint32_t *savp = tl ? &kctl_trap_brsav : &kctl_trap_tl1_brsav;
/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A Dsmfi.c688 size_t tl; local
690 tl = strlen(txt);
691 if (tl > MAXREPLYLEN)
695 len += tl + 2 + rlen;
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dtxg.c691 txg_list_create(txg_list_t *tl, size_t offset) argument
695 mutex_init(&tl->tl_lock, NULL, MUTEX_DEFAULT, NULL);
697 tl->tl_offset = offset;
700 tl->tl_head[t] = NULL;
704 txg_list_destroy(txg_list_t *tl) argument
709 ASSERT(txg_list_empty(tl, t));
711 mutex_destroy(&tl->tl_lock);
715 txg_list_empty(txg_list_t *tl, uint64_t txg) argument
717 return (tl->tl_head[txg & TXG_MASK] == NULL);
728 txg_all_lists_empty(txg_list_t *tl) argument
743 txg_list_add(txg_list_t *tl, void *p, uint64_t txg) argument
767 txg_list_add_tail(txg_list_t *tl, void *p, uint64_t txg) argument
794 txg_list_remove(txg_list_t *tl, uint64_t txg) argument
816 txg_list_remove_this(txg_list_t *tl, void *p, uint64_t txg) argument
839 txg_list_member(txg_list_t *tl, void *p, uint64_t txg) argument
851 txg_list_head(txg_list_t *tl, uint64_t txg) argument
860 txg_list_next(txg_list_t *tl, void *p, uint64_t txg) argument
[all...]
/illumos-gate/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_cfgrom.c171 iec61883_node_text_leaf_t tl; local
196 if (ddi_copyin(arg, &tl, sizeof (tl), mode) != 0) {
200 n = tl.tl_num;
201 parent = tl.tl_parent;
268 tl.tl_cnt = pd->pd_tl_next;
269 tl.tl_desc_entry = desc_entry;
270 tl.tl_rlen = leaf_len;
271 tl.tl_spec = spec;
272 tl
[all...]
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_radiuspacket.c355 struct timeval tl; local
356 tl.tv_sec = timeout;
357 tl.tv_usec = 0;
360 &tl, sizeof (struct timeval), CRED()))
/illumos-gate/usr/src/uts/common/pcmcia/cis/
H A Dcis.c331 cisdata_t tl, td, *dp; local
426 tl = GET_CIS_DATA(cisptr);
439 if (tl == (cisdata_t)CISTPL_END) {
440 tl = CIS_MAX_TUPLE_DATA_LEN;
471 tp->len = tl;
486 if (tl) {
517 if (tl > (unsigned)0) {
527 tp->data = (cisdata_t *)CIS_MEM_ALLOC(tl);
533 while (tl--) {
563 } /* if (tl >
[all...]
/illumos-gate/usr/src/uts/i86pc/io/dr/
H A Ddr_util.c267 struct memlist *hl = NULL, *tl, **mlp; local
273 tl = *mlp;
278 (*mlp)->ml_prev = tl;
279 tl = *mlp;
290 struct memlist *ml, *tl, *nl; local
304 for (tl = ml = mlist; ml; tl = ml, ml = ml->ml_next) {
336 nl->ml_prev = tl;
337 tl->ml_next = nl;
349 struct memlist *ml, *tl, *nl local
418 struct memlist *ml, *tl, *nl; local
[all...]
/illumos-gate/usr/src/uts/sun4u/ngdr/io/
H A Ddr_util.c266 struct memlist *hl = NULL, *tl, **mlp; local
272 tl = *mlp;
277 (*mlp)->ml_prev = tl;
278 tl = *mlp;
289 struct memlist *ml, *tl, *nl; local
303 for (tl = ml = mlist; ml; tl = ml, ml = ml->ml_next) {
335 nl->ml_prev = tl;
336 tl->ml_next = nl;
348 struct memlist *ml, *tl, *nl local
417 struct memlist *ml, *tl, *nl; local
[all...]

Completed in 187 milliseconds

123