Home
last modified time | relevance | path

Searched refs:bufptr (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/devname2devid/
H A Ddevname2devid.c48 udev_device_get_devid(struct udev_device *dev, char *bufptr, size_t buflen) in udev_device_get_devid() argument
67 (void) snprintf(bufptr, buflen, "dm-uuid-%s", dm_uuid); in udev_device_get_devid()
86 (void) stpncpy(bufptr, name, buflen - 1); in udev_device_get_devid()
87 bufptr[buflen - 1] = '\0'; in udev_device_get_devid()
/f-stack/freebsd/contrib/openzfs/lib/libzutil/os/linux/
H A Dzutil_import_os.c411 zfs_device_get_devid(struct udev_device *dev, char *bufptr, size_t buflen) in zfs_device_get_devid() argument
430 (void) snprintf(bufptr, buflen, "dm-uuid-%s", dm_uuid); in zfs_device_get_devid()
443 (void) strlcpy(bufptr, name, buflen); in zfs_device_get_devid()
473 (void) strlcpy(bufptr, name, buflen); in zfs_device_get_devid()
488 zfs_device_get_physical(struct udev_device *dev, char *bufptr, size_t buflen) in zfs_device_get_physical() argument
498 (void) strlcpy(bufptr, physpath, buflen); in zfs_device_get_physical()
511 (void) strlcpy(bufptr, physpath, buflen); in zfs_device_get_physical()
522 (void) strlcpy(bufptr, physpath, buflen); in zfs_device_get_physical()
535 (void) strlcpy(bufptr, physpath, buflen); in zfs_device_get_physical()
584 zfs_device_get_devid(struct udev_device *dev, char *bufptr, size_t buflen) in zfs_device_get_devid() argument
[all …]
/f-stack/dpdk/drivers/net/e1000/base/
H A De1000_manage.c199 u8 *bufptr = buffer; in e1000_mng_host_if_write_generic() local
217 *(tmp + j) = *bufptr++; in e1000_mng_host_if_write_generic()
236 *(tmp + j) = *bufptr++; in e1000_mng_host_if_write_generic()
246 *(tmp + j) = *bufptr++; in e1000_mng_host_if_write_generic()
/f-stack/dpdk/drivers/net/igc/base/
H A Digc_manage.c199 u8 *bufptr = buffer; in igc_mng_host_if_write_generic() local
217 *(tmp + j) = *bufptr++; in igc_mng_host_if_write_generic()
236 *(tmp + j) = *bufptr++; in igc_mng_host_if_write_generic()
246 *(tmp + j) = *bufptr++; in igc_mng_host_if_write_generic()
/f-stack/freebsd/arm/ti/cpsw/
H A Dif_cpswreg.h203 volatile uint32_t bufptr; member
H A Dif_cpsw.c438 printf(" BufPtr: 0x%08x BufLen: 0x%08x\n", bd.bufptr, bd.buflen); in cpsw_dump_slot()
1789 bd.bufptr = seg->ds_addr; in cpsw_rx_enqueue()
1932 bd.bufptr = segs[0].ds_addr; in cpswp_tx_enqueue()
1954 bd.bufptr = segs[seg].ds_addr; in cpswp_tx_enqueue()
/f-stack/freebsd/contrib/openzfs/lib/libzfs_core/
H A Dlibzfs_core.abi1646 …<parameter type-id='type-id-74' name='bufptr' filepath='os/linux/zutil_import_os.c' line='488' col…
1652 …<parameter type-id='type-id-74' name='bufptr' filepath='os/linux/zutil_import_os.c' line='411' col…