Searched refs:outbufp (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/sys/sys/ |
| H A D | rctl.h | 157 int rctl_get_racct(const char *inbufp, size_t inbuflen, char *outbufp, 159 int rctl_get_rules(const char *inbufp, size_t inbuflen, char *outbufp, 161 int rctl_get_limits(const char *inbufp, size_t inbuflen, char *outbufp, 163 int rctl_add_rule(const char *inbufp, size_t inbuflen, char *outbufp, 165 int rctl_remove_rule(const char *inbufp, size_t inbuflen, char *outbufp,
|
| H A D | sysproto.h | 1562 char outbufp_l_[PADL_(void *)]; void * outbufp; char outbufp_r_[PADR_(void *)]; member 1568 char outbufp_l_[PADL_(void *)]; void * outbufp; char outbufp_r_[PADR_(void *)]; member 1574 char outbufp_l_[PADL_(void *)]; void * outbufp; char outbufp_r_[PADR_(void *)]; member 1580 char outbufp_l_[PADL_(void *)]; void * outbufp; char outbufp_r_[PADR_(void *)]; member 1586 char outbufp_l_[PADL_(void *)]; void * outbufp; char outbufp_r_[PADR_(void *)]; member
|
| /freebsd-14.2/usr.bin/gzip/ |
| H A D | gzip.c | 570 char *outbufp, *inbufp; in gz_compress() local 576 outbufp = malloc(BUFLEN); in gz_compress() 578 if (outbufp == NULL || inbufp == NULL) { in gz_compress() 670 len = (char *)z.next_out - outbufp; in gz_compress() 672 w = write_retry(out, outbufp, len); in gz_compress() 679 z.next_out = (unsigned char *)outbufp; in gz_compress() 712 if (outbufp != NULL) in gz_compress() 713 free(outbufp); in gz_compress() 729 char *outbufp, *inbufp; in gz_uncompress() local 771 z.next_out = (unsigned char *)outbufp; in gz_uncompress() [all …]
|
| /freebsd-14.2/usr.sbin/rpcbind/ |
| H A D | rpcb_svc_com.c | 602 char *buf_alloc = NULL, *outbufp; in rpcbproc_callit_com() local 878 outbufp = outbuf_alloc; in rpcbproc_callit_com() 880 outbufp = outbuf; in rpcbproc_callit_com() 889 if (sendto(fd, outbufp, outlen, 0, (struct sockaddr *)na->buf, na->len) in rpcbproc_callit_com()
|
| /freebsd-14.2/sys/kern/ |
| H A D | kern_rctl.c | 1564 rctl_write_outbuf(struct sbuf *outputsbuf, char *outbufp, size_t outbuflen) in rctl_write_outbuf() argument 1578 error = copyout(sbuf_data(outputsbuf), outbufp, in rctl_write_outbuf() 1681 error = rctl_write_outbuf(outputsbuf, uap->outbufp, uap->outbuflen); in sys_rctl_get_racct() 1782 error = rctl_write_outbuf(sb, uap->outbufp, uap->outbuflen); in sys_rctl_get_rules() 1865 error = rctl_write_outbuf(sb, uap->outbufp, uap->outbuflen); in sys_rctl_get_limits()
|
| H A D | systrace_args.c | 2904 uarg[a++] = (intptr_t)p->outbufp; /* void * */ in systrace_args() 2914 uarg[a++] = (intptr_t)p->outbufp; /* void * */ in systrace_args() 2924 uarg[a++] = (intptr_t)p->outbufp; /* void * */ in systrace_args() 2934 uarg[a++] = (intptr_t)p->outbufp; /* void * */ in systrace_args() 2944 uarg[a++] = (intptr_t)p->outbufp; /* void * */ in systrace_args()
|
| /freebsd-14.2/sys/compat/freebsd32/ |
| H A D | freebsd32_systrace_args.c | 2793 uarg[a++] = (intptr_t)p->outbufp; /* void * */ in systrace_args() 2803 uarg[a++] = (intptr_t)p->outbufp; /* void * */ in systrace_args() 2813 uarg[a++] = (intptr_t)p->outbufp; /* void * */ in systrace_args() 2823 uarg[a++] = (intptr_t)p->outbufp; /* void * */ in systrace_args() 2833 uarg[a++] = (intptr_t)p->outbufp; /* void * */ in systrace_args()
|