Searched refs:outp (Results 1 - 25 of 42) sorted by relevance

12

/opensolaris-onvv-gate/usr/src/cmd/fs.d/cachefs/cfsd/
H A Dcfsd_svc.c75 * outp should be NULL
83 cachefsd_null_1_svc(void *inp, void *outp, struct svc_req *reqp) argument
89 dbug_assert(outp == NULL);
102 * outp should point to return object
111 cachefsd_caches_return *outp,
123 dbug_assert(outp);
125 if (inp || (outp == NULL)) {
151 outp->ccr_modify = all_object_p->i_modify;
152 outp->ccr_ids.ccr_ids_len = cnt;
153 outp
110 cachefsd_caches_1_svc(void *inp, cachefsd_caches_return *outp, struct svc_req *reqp) argument
176 cachefsd_cache_status_1_svc(int *inp, struct cachefsd_cache_status *outp, struct svc_req *reqp) argument
294 cachefsd_mounts_1_svc(int *inp, struct cachefsd_mount_returns *outp, struct svc_req *reqp) argument
388 cachefsd_mount_stat_1_svc(struct cachefsd_mount_stat_args *inp, struct cachefsd_mount_stat *outp, struct svc_req *reqp) argument
516 cachefsd_fs_mounted_1_svc(struct cachefsd_fs_mounted *inp, void *outp, struct svc_req *reqp) argument
566 cachefsd_fs_unmounted_1_svc(struct cachefsd_fs_unmounted *inp, int *outp, struct svc_req *reqp) argument
663 cachefsd_disconnection_1_svc(struct cachefsd_disconnection_args *inp, int *outp, struct svc_req *reqp) argument
[all...]
/opensolaris-onvv-gate/usr/src/lib/libpp/common/
H A Dppprintf.c36 if (!(sp = sfnew(NiL, pp.outp, MAXTOKEN, -1, SF_WRITE|SF_STRING)))
41 pp.outp += sfseek(sp, 0L, SEEK_CUR);
H A Dpp.h73 #define pplastout() ((pp.outp>pp.outbuf)?*(pp.outp-1):pp.lastout)
75 #define pppendout() (pp.outp-pp.outbuf)
76 #define ppputchar(c) (*pp.outp++=(c))
77 #define ppflushout() do{if(pp.outp>pp.outbuf){PPWRITE(pp.outp-pp.outbuf);pp.outp=pp.outbuf;}}while(0)
78 #define ppcheckout() do{if(pp.outp>pp.oute){PPWRITE(PPBUFSIZ);if(pp.outbuf==pp.outb){pp.outbuf+=PPBUFSIZ;pp.oute+=PPBUFSIZ;}else{pp.outbuf-=PPBUFSIZ;memcpy(pp.outbuf,pp.oute,pp.outp-pp.oute);pp.oute-=PPBUFSIZ;pp.outp
410 char* outp; /* outbuf pointer */ member in struct:ppglobals
[all...]
H A Dppmacref.c37 p = (pp.state & (DIRECTIVE|JOINING)) == DIRECTIVE ? pp.outp : pp.addp;
48 pp.outp = p;
/opensolaris-onvv-gate/usr/src/lib/libcmd/common/
H A Duniq.c88 register char *cp, *ep, *mp, *bufp, *outp; local
163 if(outp!=sbufp)
164 sfwrite(fdout,outp,0);
174 outp[f++] = ' ';
175 outp[f++] = '0' + count + 1;
176 outp[f] = ' ';
182 outp[f--] = ' ';
185 outp[f--] = '0' + (count % 10);
188 outp[f--] = ' ';
193 if(outp!
[all...]
H A Dfmt.c57 char* outp; member in struct:Fmt_s
86 if (!fp->outp)
88 while (fp->outp[-1] == ' ')
89 fp->outp--;
90 *fp->outp = 0;
118 if ((d = (fp->outp - cp)) <= 0)
120 else if ((c = fp->outp[-1]) == 'n' && d > 1 && fp->outp[-2] == '\\')
133 fp->outp = 0;
160 fp->outp
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Dpppoed.h44 ppptun_atype *pap, uint32_t *outp, void **srvp);
/opensolaris-onvv-gate/usr/src/cmd/exstr/
H A Dexstr.c258 char *outp; local
263 outp = outbuf;
344 if (outp != outbuf) {
346 *outp++ = *inp++;
347 *outp = '\0';
351 outp = outbuf;
367 *outp++ = *inp++;
402 outp += snprintf(outp, BUFSIZ - (outp
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dchap.c795 u_char *outp; local
802 outp = outpacket_buf;
804 MAKEHEADER(outp, PPP_CHAP); /* paste in a CHAP header */
806 PUTCHAR(CHAP_CHALLENGE, outp);
807 PUTCHAR(cstate->chal_id, outp);
808 PUTSHORT(outlen, outp);
810 PUTCHAR(chal_len, outp); /* put length of challenge */
811 BCOPY(cstate->challenge, outp, chal_len);
812 INCPTR(chal_len, outp);
814 BCOPY(cstate->chal_name, outp, name_le
831 u_char *outp; local
898 u_char *outp; local
[all...]
H A Dupap.c601 u_char *outp; local
609 outp = outpacket_buf;
611 MAKEHEADER(outp, PPP_PAP);
613 PUTCHAR(UPAP_AUTHREQ, outp);
614 PUTCHAR(++u->us_id, outp);
615 PUTSHORT(outlen, outp);
616 PUTCHAR(u->us_userlen, outp);
617 BCOPY(u->us_user, outp, u->us_userlen);
618 INCPTR(u->us_userlen, outp);
619 PUTCHAR(pwlen, outp);
641 u_char *outp; local
[all...]
H A Dcbcp.c434 u_char *outp; local
437 outp = outpacket_buf;
441 MAKEHEADER(outp, PPP_CBCP);
443 PUTCHAR(code, outp);
444 PUTCHAR(us->us_id, outp);
445 PUTSHORT(outlen, outp);
448 BCOPY(buf, outp, len);
H A Dfsm.c820 u_char *outp; local
841 outp = outpacket_buf + PPP_HDRLEN + HEADERLEN;
851 (*f->callbacks->addci)(f, outp, &cilen);
856 fsm_sdata(f, CODE_CONFREQ, f->reqid, outp, cilen);
876 u_char *outp; local
886 outp = outpacket_buf;
889 if (datalen && data != outp + PPP_HDRLEN + HEADERLEN)
890 BCOPY(data, outp + PPP_HDRLEN + HEADERLEN, datalen);
892 MAKEHEADER(outp, f->protocol);
893 PUTCHAR(code, outp);
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_ioctl.c136 wldp_t *outp; local
143 outp = (wldp_t *)omp->b_rptr;
144 ow_essid = (wl_essid_t *)outp->wldp_buf;
155 outp->wldp_result = WL_NOTSUPPORTED;
170 wldp_t *outp; local
175 outp = (wldp_t *)omp->b_rptr;
179 wl_get_bssid(ic, outp->wldp_buf);
189 outp->wldp_result = WL_NOTSUPPORTED;
204 wldp_t *outp; local
213 outp
261 wldp_t *outp; local
297 wldp_t *outp; local
339 wldp_t *outp; local
384 wldp_t *outp; local
418 wldp_t *outp; local
452 wldp_t *outp; local
489 wldp_t *outp; local
522 wldp_t *outp; local
555 wldp_t *outp; local
594 wldp_t *outp; local
649 wldp_t *outp; local
818 wldp_t *outp; local
954 wldp_t *outp; local
990 wldp_t *outp; local
1028 wldp_t *outp; local
1065 wldp_t *outp; local
1101 wldp_t *outp; local
1139 wldp_t *outp; local
1210 wldp_t *outp; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/pack/
H A Dpack.c147 register char **q, *outp; local
160 outp = &outbuff[6];
161 *outp++ = maxlev;
163 *outp++ = levcount[i];
164 *outp++ = levcount[maxlev]-2;
168 *outp++ = c;
169 dictsize = outp-&outbuff[0];
191 *outp = **q++;
193 *outp |= **q++;
196 *++outp
[all...]
/opensolaris-onvv-gate/usr/src/cmd/tcopy/
H A Dtcopy.c69 int n, nw, inp, outp; local
87 if ((outp = open(outf, O_WRONLY, 0666)) < 0) {
124 nw = write(outp, buff, (size_t)n);
165 if (ioctl(outp, MTIOCTOP, (char *)&op) < 0) {
181 (void) close(outp);
/opensolaris-onvv-gate/usr/src/cmd/fmt/
H A Dfmt.c52 wchar_t *outp; /* Pointer in above */ variable
121 outp = NOSTR;
350 if (outp) {
353 *outp = L'\0';
355 outp = NOSTR;
475 * "outp" points to the next available space therein. When outp is NOSTR,
494 if (outp == NOSTR)
497 *outp = L'\0';
500 for (cp = word; *cp; *outp
[all...]
/opensolaris-onvv-gate/usr/src/cmd/compress/
H A Dcompress.c254 static FILE *outp; /* current output file */ variable
550 outp = stdout;
557 outp = outfile;
562 outp = stdout;
669 outp = stdout;
679 outp = outfile;
684 outp = stdout;
804 if (freopen(ofname, "w", outp) == NULL) {
863 if (ferror(outp) || jmpval == 3) {
952 * compress inp to outp
[all...]
/opensolaris-onvv-gate/usr/src/cmd/audio/audiotest/
H A Dwavedata.c71 int p = 12, outp = 0; local
119 outbuf[outp++] = s; \
127 outp = 0;
193 return (outp * 2);
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute_aux.c86 uchar_t *outp; /* packet following the IP header (UDP/ICMP) */ local
103 outp = (uchar_t *)(outip + 1);
120 outip->ip_hl = (outp - (uchar_t *)outip) >> 2;
127 outicmp = (struct icmp *)outp;
134 outudp = (struct udphdr *)outp;
199 uchar_t *outp; /* packet following the IP header (UDP/ICMP) */ local
208 outp = (uchar_t *)(outip + 1);
210 outudp = (struct udphdr *)outp;
212 outicmp = (struct icmp *)outp;
214 outdata = (struct outdata *)(outp
[all...]
H A Dtraceroute_aux6.c78 uchar_t *outp; local
96 outp = (uchar_t *)(outip + 1);
100 outicmp = (struct icmp *)outp;
105 outudp = (struct udphdr *)outp;
304 uchar_t *outp; local
326 outp = (uchar_t *)(outip + 1);
328 outicmp = (struct icmp *)outp;
330 outdata = (struct outdata *)(outp + ICMP6_MINLEN);
350 iov.iov_base = outp;
/opensolaris-onvv-gate/usr/src/cmd/unpack/
H A Dunpack.c68 static char *outp; variable
176 outp = &outbuff[0];
206 c = outp - &outbuff[0];
221 *outp++ = *p;
222 if (outp == &outbuff[BUFSIZ]) {
223 if (write(outfile, outp = &outbuff[0],
498 outp = outbuff;
560 (void) write(outfile, outbuff, outp - outbuff);
623 *outp++ = c;
624 if (outp
[all...]
/opensolaris-onvv-gate/usr/src/lib/libcurses/screen/
H A Dtparm.c257 char *outp = result; local
306 *outp++ = c;
391 (void) sprintf(outp, formatbuffer,
394 (void) sprintf(outp, formatbuffer, op);
396 * Advance outp past what sprintf just did.
402 while (*outp)
403 outp++;
477 *outp++ = (char)op;
487 *outp++ = c;
726 (void) strcpy(outp, adde
[all...]
/opensolaris-onvv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
H A DPartition.cxx124 ISet<Char> *inp, ISet<Char> *outp)
146 outp->addRange(setMin, setMax);
151 outp->addRange(setMin, refMin - 1);
158 addUpTo(outp, setMin, set);
123 refine(const ISet<Char> &set, const ISet<Char> &refiner, ISet<Char> *inp, ISet<Char> *outp) argument
/opensolaris-onvv-gate/usr/src/uts/common/io/scsi/targets/
H A Dses_ses.c152 #define sset8(outp, idx, sval) \
153 (((uchar_t *)(outp))[idx++]) = sbyte(sval, 0)
155 #define sset16(outp, idx, sval) \
156 (((uchar_t *)(outp))[idx++]) = sbyte(sval, 1), \
157 (((uchar_t *)(outp))[idx++]) = sbyte(sval, 0)
160 #define sset24(outp, idx, sval) \
161 (((uchar_t *)(outp))[idx++]) = sbyte(sval, 2), \
162 (((uchar_t *)(outp))[idx++]) = sbyte(sval, 1), \
163 (((uchar_t *)(outp))[idx++]) = sbyte(sval, 0)
166 #define sset32(outp, id
[all...]
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.c395 mdb_ctf_type_resolve(mdb_ctf_id_t mid, mdb_ctf_id_t *outp) argument
401 if (outp)
402 mdb_ctf_type_invalidate(outp);
413 outp != NULL) {
414 *outp = lookup_id;
419 if (outp != NULL)
420 set_ctf_id(outp, idp->mci_fp, id);
472 mdb_ctf_type_reference(mdb_ctf_id_t mid, mdb_ctf_id_t *outp) argument
478 if (outp)
479 mdb_ctf_type_invalidate(outp);
[all...]

Completed in 211 milliseconds

12