Searched refs:tres (Results 1 - 12 of 12) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libbc/libc/stdio/common/
H A Dftell.c45 register long tres; local
59 tres = lseek(fileno(iop), 0L, 1);
60 if(tres >= 0)
61 tres += (long)adjust;
62 return(tres);
/opensolaris-onvv-gate/usr/src/lib/libc/port/stdio/
H A Dftell.c56 off64_t tres; local
77 tres = lseek64(FILENO(iop), 0, SEEK_CUR);
78 if (tres >= 0)
79 tres += adjust;
81 if (tres > LONG_MAX) {
88 return ((long)tres);
H A Dftello.c64 off64_t tres; local
82 tres = lseek64(FILENO(iop), 0, SEEK_CUR);
83 if (tres >= 0)
84 tres += (off64_t)adjust;
86 return (tres);
/opensolaris-onvv-gate/usr/src/lib/libnsl/rpc/
H A Dsvc_generic.c234 struct t_bind *tres = NULL; /* bind info */ local
317 * In any case, try to get its bound info in tres
320 tres = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR);
321 if (tres == NULL) {
367 tres) == -1) {
382 (memcmp(bindaddr->addr.buf, tres->addr.buf,
383 (int)tres->addr.len) != 0)) {
390 tres->qlen = 64; /* Chosen Arbitrarily */
391 tres->addr.len = 0;
392 if (t_bind(fd, tres, tre
[all...]
H A Drpc_soc.c285 struct t_bind tbindstr, *tres; local
330 tres = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR);
331 if (tres == NULL)
348 res = t_bind(fd, &tbindstr, tres);
350 if ((tbindstr.addr.len == tres->addr.len) &&
351 (memcmp(tbindstr.addr.buf, tres->addr.buf,
352 (int)tres->addr.len) == 0))
363 (void) t_free((char *)tres, T_BIND);
H A Dsvc_vc.c407 struct netbuf tres = {0}; local
438 if (t_getname(fd, &tres, LOCALNAME) == -1)
439 tres.len = 0;
440 dummy->xp_ltaddr = tres;
/opensolaris-onvv-gate/usr/src/lib/librpcsvc/common/
H A Dbindresvport.c77 struct t_bind *tbind, *tres; local
132 tres = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR);
133 if (tres == NULL) {
177 res = t_bind(fd, tbind, tres);
179 if (memcmp(tbind->addr.buf, tres->addr.buf,
180 (int)tres->addr.len) == 0)
194 (void) t_free((char *)tres, T_BIND);
/opensolaris-onvv-gate/usr/src/lib/libnsl/nss/
H A Dnetdir_inet_sundry.c905 struct t_bind tbindstr, *tres; local
957 tres = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR);
958 if (tres == NULL) {
980 (void) t_free((char *)tres, T_BIND);
995 (void) t_free((char *)tres, T_BIND);
1003 res = t_bind(fd, &tbindstr, tres);
1023 (void) t_free((char *)tres, T_BIND);
1030 (void) t_free((char *)tres, T_BIND);
/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/server/
H A Dovsec_kadmd.c429 struct t_bind tbindstr, *tres; local
741 tres = (struct t_bind *) t_alloc(fd, T_BIND, T_ADDR);
742 if (tres == NULL) {
755 if (t_bind(fd, &tbindstr, tres) < 0) {
824 (void) t_free((char *) tres, T_BIND);
/opensolaris-onvv-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_fflp_hw.h351 uint32_t tres:2; member in struct:_tcam_res_t::__anon8304::__anon8306
361 uint32_t tres:2;
H A Dnxge_rxdma_hw.h1681 uint16_t tres:2;
1685 uint16_t tres:2;
/opensolaris-onvv-gate/usr/src/uts/common/io/nxge/
H A Dnxge_fflp.c1506 tcam_ptr.match_action.bits.ldw.tres =
1573 tcam_ptr.match_action.bits.ldw.tres =

Completed in 137 milliseconds