Searched refs:tl (Results 1 - 25 of 101) sorted by relevance

12345

/illumos-gate/usr/src/lib/libast/common/comp/
H A Dstrftime.c54 Tm_t tl;
56 memset(&tl, 0, sizeof(tl));
72 tl.tm_sec = tm->tm_sec;
74 tl.tm_min = tm->tm_min;
76 tl.tm_hour = tm->tm_hour;
78 tl.tm_wday = tm->tm_wday;
80 tl.tm_mday = tm->tm_mday;
82 tl.tm_mon = tm->tm_mon;
84 tl
[all...]
/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_targets.c144 struct target_list *tl; local
162 if (!(tl = calloc(1, sizeof (*tl)))) {
166 tl->DAs = NULL;
168 if (!(tl->scopes = calloc(scope_cnt + 1, sizeof (*(tl->scopes))))) {
170 free(tl);
173 tl->uc_scopes = NULL;
174 tl->state = tl
251 struct target_list *tl = (struct target_list *)h; local
256 struct target_list *tl = (struct target_list *)h; local
262 struct target_list *tl = (struct target_list *)h; local
345 struct target_list *tl = (struct target_list *)h; local
377 add2scopes_list(struct da_node *te, struct target_list *tl) argument
476 struct target_list *tl = (struct target_list *)cookie; local
[all...]
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dbrdr_st.c49 border_set(ls, rs, ts, bs, tl, tr, bl, br)
50 const cchar_t *ls, *rs, *ts, *bs, *tl, *tr, *bl, *br;
57 ls, rs, ts, bs, tl, tr, bl, br
61 code = wborder_set(stdscr, ls, rs, ts, bs, tl, tr, bl, br);
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
H A Dwbrdr_st.c53 wborder_set(w, ls, rs, ts, bs, tl, tr, bl, br)
55 const cchar_t *ls, *rs, *ts, *bs, *tl, *tr, *bl, *br;
63 w, ls, rs, ts, bs, tl, tr, bl, br
89 if (tl == (const cchar_t *) 0)
90 tl = WACS_ULCORNER;
98 if (__m_cc_replace(w, 0, 0, tl, 0) == -1)
/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/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
/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/uts/common/sys/
H A Dticlts.h35 #include <sys/tl.h>
H A Dticots.h35 #include <sys/tl.h>
H A Dticotsord.h35 #include <sys/tl.h>
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dtxg.h112 extern void txg_list_create(txg_list_t *tl, size_t offset);
113 extern void txg_list_destroy(txg_list_t *tl);
114 extern boolean_t txg_list_empty(txg_list_t *tl, uint64_t txg);
115 extern boolean_t txg_all_lists_empty(txg_list_t *tl);
116 extern boolean_t txg_list_add(txg_list_t *tl, void *p, uint64_t txg);
117 extern boolean_t txg_list_add_tail(txg_list_t *tl, void *p, uint64_t txg);
118 extern void *txg_list_remove(txg_list_t *tl, uint64_t txg);
119 extern void *txg_list_remove_this(txg_list_t *tl, void *p, uint64_t txg);
120 extern boolean_t txg_list_member(txg_list_t *tl, void *p, uint64_t txg);
121 extern void *txg_list_head(txg_list_t *tl, uint64_
[all...]
/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.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
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
/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/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/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/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...]
/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/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/boot/sys/boot/arm/at91/boot2/
H A DMakefile7 SRCS=arm_init.S boot2.c ${BOOT_FLAVOR:tl}_board.c
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_smb.c733 int sz, tl; local
741 tl = snprintf(p, sz, "SMB R");
743 tl = snprintf(p, sz, "SMB C");
744 p += tl;
745 sz -= tl;
749 tl = snprintf(p, sz, " Cmd=SMB%s", decoder->name);
751 tl = snprintf(p, sz, " Cmd=0x%02X", smb->com);
753 p += tl;
754 sz -= tl;
761 tl
1426 int tl; local
1952 int i, tl; local
[all...]

Completed in 82 milliseconds

12345