Searched refs:wbuf (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | kernel-vfs-rw-iterate.m4 | 26 const char __user *wbuf = NULL; 31 ret = new_sync_write(filp, wbuf, len, &ppos);
|
| /f-stack/freebsd/contrib/device-tree/Bindings/memory-controllers/ |
| H A D | renesas,rpc-if.yaml | 44 - const: wbuf 74 reg-names = "regs", "dirmap", "wbuf";
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | zil.c | 297 zil_read_log_data(zilog_t *zilog, const lr_write_t *lr, void *wbuf) in zil_read_log_data() argument 307 if (wbuf != NULL) in zil_read_log_data() 308 bzero(wbuf, MAX(BP_GET_LSIZE(bp), lr->lr_length)); in zil_read_log_data() 320 if (wbuf == NULL) in zil_read_log_data() 330 if (wbuf != NULL) in zil_read_log_data() 331 bcopy(abuf->b_data, wbuf, arc_buf_size(abuf)); in zil_read_log_data()
|
| H A D | zio.c | 1404 abd_t *wbuf = abd_alloc_sametype(data, size); in zio_write_phys() local 1405 abd_copy(wbuf, data, size); in zio_write_phys() 1407 zio_push_transform(zio, wbuf, size, size, NULL); in zio_write_phys()
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/renesas/ |
| H A D | r8a77970.dtsi | 1048 reg-names = "regs", "dirmap", "wbuf";
|
| H A D | r8a77980.dtsi | 1353 reg-names = "regs", "dirmap", "wbuf";
|
| /f-stack/freebsd/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_main.c | 2169 char rbuf[6], wbuf[6], cbuf[6]; in print_status_config() local 2229 zfs_nicenum(vs->vs_write_errors, wbuf, sizeof (wbuf)); in print_status_config() 2235 printf_color(wcolor, "%5s", wbuf); in print_status_config()
|