| /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/ |
| _perror.c | 45 v->iov_base = s; 48 v->iov_base = ": "; 52 v->iov_base = 54 v->iov_len = strlen(v->iov_base); 56 v->iov_base = "\n";
|
| _psignal.c | 46 v->iov_base = s; 49 v->iov_base = ": "; 53 v->iov_base = 55 v->iov_len = strlen(v->iov_base); 57 v->iov_base = "\n";
|
| /onnv/onnv-gate/usr/src/cmd/sendmail/libsm/ |
| fvwrite.h | 22 void *iov_base; member in struct:sm_iov
|
| fput.c | 49 iov.iov_base = (void *) s;
|
| fwrite.c | 58 iov.iov_base = (void *) buf;
|
| /onnv/onnv-gate/usr/src/lib/libresolv2/common/resolv/ |
| herror.c | 98 v->iov_base = t; 102 v->iov_base = t; 107 v->iov_base = t; 108 v->iov_len = strlen(v->iov_base); 111 v->iov_base = t;
|
| /onnv/onnv-gate/usr/src/lib/libbc/inc/include/sys/ |
| uio.h | 18 caddr_t iov_base; member in struct:iovec
|
| /onnv/onnv-gate/usr/src/cmd/dtrace/demo/struct/ |
| ksyms.d | 54 this->iov->iov_len, this->iov->iov_base, pid);
|
| /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/docsExamples/ |
| ksyms.d | 62 this->iov->iov_base, pid);
|
| /onnv/onnv-gate/usr/src/lib/libresolv2/common/bsd/ |
| readv.c | 27 int bytes = read(fd, vp->iov_base, vp->iov_len);
|
| writev.c | 47 rcode = write(fd, tv->iov_base, tv->iov_len); 73 int written = write(fd, vp->iov_base, vp->iov_len);
|
| /onnv/onnv-gate/usr/src/lib/libslp/clib/ |
| SAAdvert.c | 56 iov[0].iov_base = reply + off; 64 iov[2].iov_base = reply + off; 72 iov[1].iov_base = reply + off;
|
| DAAdvert.c | 64 iov[0].iov_base = reply + off; 75 iov[1].iov_base = reply + off; 83 iov[3].iov_base = reply + off; 91 iov[2].iov_base = reply + off; 99 iov[4].iov_base = reply + off;
|
| SLPReg.c | 261 (*msg)->urlbytes.iov_base = m + len; 268 (*msg)->msgiov[0].iov_base = m; 278 (*msg)->msgiov[2].iov_base = m + len; 288 (*msg)->attrbytes.iov_base = m + len; 457 (*msg)->urlbytes.iov_base = m + len; 464 (*msg)->msgiov[0].iov_base = m; 474 (*msg)->msgiov[2].iov_base = m + len; 811 free(p->msg->msgiov[0].iov_base); 813 free(p->msg->msgiov[SLP_URL_AUTH].iov_base); 815 free(p->msg->msgiov[SLP_ATTR_AUTH].iov_base); [all...] |
| SLPFindSrvTypes.c | 175 msg->prlistlen.iov_base = msg->msg; 177 msg->iov[1].iov_base = msg->msg; 180 msg->scopeslen.iov_base = msg->msg + 2; 182 msg->iov[4].iov_base = msg->msg + 2; 192 msg->iov[3].iov_base = msg->msg + len;
|
| /onnv/onnv-gate/usr/src/cmd/sgs/librtld_db/rdb_demo/common/ |
| main.c | 76 piov[0].iov_base = (caddr_t)(&oper); 79 piov[1].iov_base = (caddr_t)&pflags; 90 piov[1].iov_base = (caddr_t)&sigset; 100 piov[1].iov_base = (caddr_t)&fltset; 110 piov[1].iov_base = (caddr_t)&sysset; 217 piov[0].iov_base = (caddr_t)&oper; 245 piov[1].iov_base = (caddr_t)&pflags; 260 piov[1].iov_base = (caddr_t)&sysset; 278 piov[1].iov_base = (caddr_t)&pflags; 308 piov[1].iov_base = (caddr_t)&pflags [all...] |
| /onnv/onnv-gate/usr/src/lib/mms/mms/common/ |
| mms_rw.c | 104 iov[0].iov_base = hdr; 107 iov[1].iov_base = buf; 110 iov[2].iov_base = terminator; 149 iov[i].iov_base += rc;
|
| /onnv/onnv-gate/usr/src/uts/common/os/ |
| move.c | 82 error = xcopyout_nta(p, iov->iov_base, cnt, 85 error = xcopyin_nta(iov->iov_base, p, cnt, 95 error = kcopy_nta(p, iov->iov_base, cnt, 98 error = kcopy_nta(iov->iov_base, p, cnt, 104 iov->iov_base += cnt; 144 p = iov->iov_base; 206 error = xcopyout_nta(p, iov->iov_base, cnt, 209 error = xcopyin_nta(iov->iov_base, p, cnt, 219 error = kcopy_nta(p, iov->iov_base, cnt, 222 error = kcopy_nta(iov->iov_base, p, cnt [all...] |
| /onnv/onnv-gate/usr/src/cmd/ssh/libssh/common/ |
| atomicio.c | 113 iov[0].iov_base = ((char *)iov[0].iov_base) + rem;
|
| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| uio.h | 59 void *iov_base; member in struct:iovec 64 caddr_t iov_base; member in struct:iovec 78 caddr32_t iov_base; member in struct:iovec32
|
| /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/include/ |
| port-sockets.h | 133 : ((SG)->iov_base = (char *) (SG)->iov_base + (N), \ 137 #define SG_BUF(SG) ((char*)(SG)->iov_base + 0) 138 #define SG_SET(SG, B, L) ((SG)->iov_base = (char*)(B), (SG)->iov_len = (L))
|
| /onnv/onnv-gate/usr/src/lib/libbc/libc/sys/sys5/ |
| readv.c | 71 to_utmp(iov[i].iov_base, nbuf, ret);
|
| /onnv/onnv-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/hash_provider/ |
| hash_kef_generic.c | 32 v2.iov_base = (void *)output->data; 57 v1.iov_base = (void *)input[i].data; 105 v2.iov_base = (void *)output->data; 127 v1.iov_base = (void *)input->data;
|
| /onnv/onnv-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/des/ |
| ef_crypto.c | 36 d1.cd_raw.iov_base = (char *)in; 42 d2.cd_raw.iov_base = (char *)out;
|
| /onnv/onnv-gate/usr/src/uts/common/crypto/io/ |
| md4_mod.c | 283 MD4Update(md4_ctx, data->cd_uio->uio_iov[vec_idx].iov_base + 352 cd_uio->uio_iov[vec_idx].iov_base + offset, 356 cd_uio->uio_iov[vec_idx].iov_base + offset, 377 digest->cd_uio->uio_iov[vec_idx].iov_base + offset, 556 data->cd_raw.iov_base + data->cd_offset, 585 MD4Final((unsigned char *)digest->cd_raw.iov_base + 628 data->cd_raw.iov_base + data->cd_offset, 670 MD4Final((unsigned char *)digest->cd_raw.iov_base + 722 MD4Update(&md4_ctx, data->cd_raw.iov_base + data->cd_offset, 747 MD4Final((unsigned char *)digest->cd_raw.iov_base [all...] |