Searched refs:src_buf (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/ntp/ntpd/ |
| H A D | rc_cmdlength.c | 17 const char *src_buf, in remoteconfig_cmdlength() argument 25 while (src_end != src_buf) { in remoteconfig_cmdlength() 32 for (scan = src_buf; scan != src_end; ++scan) { in remoteconfig_cmdlength() 37 return (size_t)(scan - src_buf); in remoteconfig_cmdlength()
|
| /freebsd-12.1/sys/dev/smartpqi/ |
| H A D | smartpqi_ioctl.c | 39 void *src_buf, int size, int mode) in os_copy_to_user() argument 41 return(copyout(src_buf, dest_buf, size)); in os_copy_to_user() 48 void *src_buf, int size, int mode) in os_copy_from_user() argument 50 return(copyin(src_buf, dest_buf, size)); in os_copy_from_user()
|
| /freebsd-12.1/contrib/ntp/include/ |
| H A D | rc_cmdlength.h | 2 extern size_t remoteconfig_cmdlength( const char *src_buf, const char *src_end );
|
| /freebsd-12.1/usr.sbin/camdd/ |
| H A D | camdd.c | 135 struct camdd_buf *src_buf; member 2149 struct camdd_buf *src_buf; local 2163 src_buf = indirect->src_buf; 2164 src_buf->refcount--; 2173 src_buf->status = buf->status; 2174 if (src_buf->refcount <= 0) 2175 camdd_complete_peer_buf(dev, src_buf); 2903 indirect->src_buf = read_buf; 2970 indirect->src_buf = read_buf;
|