/titanic_44/usr/src/cmd/emul64ioctl/ |
H A D | emul64ioctl.c | 55 static int get_disk_addr(char *path, emul64_tgt_range_t *tr, char **admin); 77 emul64_tgt_range_t tr; in main() local 89 tr.emul64_blkrange.emul64_sb = atoll(optarg); in main() 93 tr.emul64_blkrange.emul64_blkcnt = atoll(optarg); in main() 125 if (get_disk_addr(slice, &tr, &admin) != 0) in main() 133 retval = ioctl(fd, cmd, &tr); in main() 156 get_disk_addr(char *path, emul64_tgt_range_t *tr, char **admin) in get_disk_addr() argument 170 &tr->emul64_target, &tr->emul64_lun); in get_disk_addr()
|
/titanic_44/usr/src/lib/libc/port/locale/ |
H A D | collate.c | 381 wchar_t *tr = NULL; in _collate_wxfrm() local 415 if (tr) in _collate_wxfrm() 416 free(tr); in _collate_wxfrm() 417 if ((tr = wcsdup(t)) == NULL) { in _collate_wxfrm() 421 bp = tr; in _collate_wxfrm() 422 fp = tr + wcslen(tr) - 1; in _collate_wxfrm() 428 t = (const wchar_t *)tr; in _collate_wxfrm() 473 if (tr) in _collate_wxfrm() 474 free(tr); in _collate_wxfrm() 478 if (tr) in _collate_wxfrm() [all …]
|
/titanic_44/usr/src/grub/grub-0.97/netboot/ |
H A D | fsys_tftp.c | 87 struct tftp_t *tr; in tftp_file_read() local 141 tr = (struct tftp_t *)&nic.packet[ETH_HLEN]; in tftp_file_read() 142 if (tr->opcode == ntohs(TFTP_ERROR)) in tftp_file_read() 145 ntohs(tr->u.err.errcode), in tftp_file_read() 146 tr->u.err.errmsg); in tftp_file_read() 150 if (tr->opcode == ntohs(TFTP_OACK)) { in tftp_file_read() 151 char *p = tr->u.oack.data, *e; in tftp_file_read() 155 len = ntohs(tr->udp.len) - sizeof(struct udphdr) - 2; in tftp_file_read() 187 iport, ntohs(tr->udp.src), in tftp_file_read() 198 else if (tr->opcode == htons(TFTP_DATA)) { in tftp_file_read() [all …]
|
/titanic_44/usr/src/lib/libshell/common/tests/ |
H A D | treemove.sh | 55 nameref tr=$1 56 typeset -A tr.subtree 62 typeset -m tr.subtree["a_node"]=node 69 nameref tr=$1 70 typeset -A tr.subtree 71 nameref node=tr.subtree["a_node"]
|
H A D | sun_solaris_cr_6805792_varmovetest1.sh | 102 nameref tr=$1 104 typeset -A tr.subtree 122 typeset -m tr.subtree["a_node"]=node 130 nameref tr=$1 132 typeset -A tr.subtree 134 nameref node=tr.subtree["a_node"]
|
/titanic_44/usr/src/cmd/tail/ |
H A D | reverse.c | 182 BF *mark, *tl, *tr; in r_buf() local 255 for (tr = tl->next; tr->len; tr = tr->next) { in r_buf() 256 WR(tr->l, tr->len); in r_buf() 257 tr->len = 0; in r_buf() 258 if (tr == mark) in r_buf()
|
/titanic_44/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | wbrdr_st.c | 53 wborder_set(w, ls, rs, ts, bs, tl, tr, bl, br) in wborder_set() argument 55 const cchar_t *ls, *rs, *ts, *bs, *tl, *tr, *bl, *br; 63 w, ls, rs, ts, bs, tl, tr, bl, br 91 if (tr == (const cchar_t *) 0) 92 tr = WACS_URCORNER; 100 if (__m_cc_replace(w, 0, w->_maxx-1, tr, 0) == -1)
|
H A D | wbrdr.c | 55 chtype tl, chtype tr, chtype bl, chtype br) in wborder() argument 63 w, ls, rs, ts, bs, tl, tr, bl, br in wborder() 87 if (tr == 0) in wborder() 88 tr = ACS_URCORNER; in wborder() 89 (void) __m_acs_cc(tr, &wtr); in wborder()
|
H A D | brdr_st.c | 49 border_set(ls, rs, ts, bs, tl, tr, bl, br) in border_set() argument 50 const cchar_t *ls, *rs, *ts, *bs, *tl, *tr, *bl, *br; in border_set() 57 ls, rs, ts, bs, tl, tr, bl, br 61 code = wborder_set(stdscr, ls, rs, ts, bs, tl, tr, bl, br);
|
H A D | brdr.c | 50 chtype tl, chtype tr, chtype bl, chtype br) in border() argument 57 ls, rs, ts, bs, tl, tr, bl, br in border() 61 code = wborder(stdscr, ls, rs, ts, bs, tl, tr, bl, br); in border()
|
/titanic_44/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | wbrdr.c | 58 chtype tl, chtype tr, chtype bl, chtype br) in wborder() argument 83 if (tr == 0) in wborder() 84 tr = ACS_URCORNER; in wborder() 85 (void) __m_acs_cc(tr, &wtr); in wborder()
|
H A D | wbrdr_st.c | 58 const cchar_t *tr, const cchar_t *bl, const cchar_t *br) in wborder_set() argument 87 if (tr == NULL) in wborder_set() 88 tr = WACS_URCORNER; in wborder_set() 96 if (__m_cc_replace(w, 0, w->_maxx-1, tr, 0) == -1) in wborder_set()
|
H A D | brdr.c | 53 chtype tl, chtype tr, chtype bl, chtype br) in border() argument 57 code = wborder(stdscr, ls, rs, ts, bs, tl, tr, bl, br); in border()
|
H A D | brdr_st.c | 54 const cchar_t *tr, const cchar_t *bl, const cchar_t *br) in border_set() argument 58 code = wborder_set(stdscr, ls, rs, ts, bs, tl, tr, bl, br); in border_set()
|
/titanic_44/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | smb_iod.c | 727 clock_t tr, tmo1, tmo2; in smb_iod_waitrq() local 796 tr = cv_reltimedwait(&rqp->sr_cond, in smb_iod_waitrq() 799 tr = cv_reltimedwait_sig(&rqp->sr_cond, in smb_iod_waitrq() 801 if (tr == 0) { in smb_iod_waitrq() 805 if (tr < 0) { in smb_iod_waitrq() 825 tr = cv_timedwait(&rqp->sr_cond, in smb_iod_waitrq() 828 tr = cv_timedwait_sig(&rqp->sr_cond, in smb_iod_waitrq() 830 if (tr == 0) { in smb_iod_waitrq() 834 if (tr < 0) { in smb_iod_waitrq() 1054 clock_t tr, delta = SEC_TO_TICK(15); in smb_iod_vc_idle() local [all …]
|
/titanic_44/usr/src/lib/libdtrace/i386/ |
H A D | Makefile | 44 tr -d ' ' | tr '@' ' ' | tr '"' '@' | grep '^s/' > $@
|
/titanic_44/usr/src/lib/libfakekernel/common/sys/ |
H A D | condvar.h | 79 #define TIME_RES_VALID(tr) (tr >= TR_NANOSEC && tr < TR_COUNT) argument
|
/titanic_44/usr/src/grub/grub-0.97/ |
H A D | depcomp | 136 tr ' ' ' 177 tr ' ' ' 180 tr ' 185 tr ' ' ' 374 tr ' ' ' 422 sed '1,2d' "$tmpdepfile" | tr ' ' '
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | condvar.h | 86 #define TIME_RES_VALID(tr) (tr >= TR_NANOSEC && tr < TR_COUNT) argument
|
/titanic_44/usr/src/lib/libcurses/screen/ |
H A D | _border.c | 50 chtype tl, chtype tr, chtype bl, chtype br) in border() argument 52 return (wborder(stdscr, ls, rs, ts, bs, tl, tr, bl, br)); in border()
|
/titanic_44/usr/src/cmd/mdb/tools/scripts/ |
H A D | mdb.sh | 83 build=`echo "$1" | tr -d -` 88 build=`echo "$1" | tr -d -` 98 build=${os_name}_`echo "$1" | cut -c2- | tr '[A-Z]' '[a-z]'`
|
/titanic_44/usr/src/cmd/audio/utilities/ |
H A D | g721.c | 185 char tr; /* tone/transition detector */ in _g721_update() local 191 tr = 0; in _g721_update() 193 tr = (mag <= 0x2F80) ? 0 : 1; in _g721_update() 198 tr = 1; in _g721_update() 200 tr = (mag <= (thr2 - (thr2 >> 2))) ? 0 : 1; in _g721_update() 224 if (tr == 1) { in _g721_update() 330 if (tr == 1) in _g721_update() 344 if (tr == 1) in _g721_update()
|
H A D | g723.c | 191 char tr; /* tone/transition detector */ in _g723_update() local 197 tr = 0; in _g723_update() 199 tr = (mag <= 0x2F80) ? 0 : 1; in _g723_update() 204 tr = 1; in _g723_update() 206 tr = (mag <= (thr2 - (thr2 >> 2))) ? 0 : 1; in _g723_update() 228 if (tr == 1) { in _g723_update() 329 if (tr == 1) in _g723_update() 343 if (tr == 1) in _g723_update()
|
/titanic_44/usr/src/cmd/tr/ |
H A D | Makefile | 17 PROG= tr 21 OBJS= tr.o str.o cset.o cmap.o
|
/titanic_44/usr/src/cmd/lp/cmd/scripts/ |
H A D | Makefile | 60 …grep gettext $(MSGFILES) | tr '`' ' ' | sed -e "s/gettext \"/gettext \(\"/" | sed -e "s/$$/);/" >… 69 …grep gettext $(MSGFILES) | tr '`' ' ' | sed -e "s/gettext \"/gettext \(\"/" | sed -e "s/$$/);/" >…
|