Lines Matching defs:size

1624  * @wwpn:	Array of size MAX_FC_PORTS to pass back WWPNs
1645 dev_err(dev, "%s: Unable to read VPD (size = %ld)\n",
2553 * Return: The size of the ASCII string returned in @buf or -EINVAL.
2592 * Return: The size of the ASCII string returned in @buf.
2609 * Return: The size of the ASCII string returned in @buf.
2626 * Return: The size of the ASCII string returned in @buf.
2643 * Return: The size of the ASCII string returned in @buf.
2660 * Return: The size of the ASCII string returned in @buf.
2691 * Return: The size of the ASCII string returned in @buf.
2730 * Return: The size of the ASCII string returned in @buf.
2751 * Return: The size of the ASCII string returned in @buf or -EINVAL.
2785 * Return: The size of the ASCII string returned in @buf.
2802 * Return: The size of the ASCII string returned in @buf.
2819 * Return: The size of the ASCII string returned in @buf.
2836 * Return: The size of the ASCII string returned in @buf.
2856 * Return: The size of the ASCII string returned in @buf.
2877 * Return: The size of the ASCII string returned in @buf.
2934 * Return: The size of the ASCII string returned in @buf.
2957 * Return: The size of the ASCII string returned in @buf.
3019 * Return: The size of the ASCII string returned in @buf.
3042 * Return: The size of the ASCII string returned in @buf.
3078 * Return: The size of the ASCII string returned in @buf.
3294 u64 size;
3311 size = lunprov->size;
3316 size = 0;
3348 put_unaligned_be64(size, &rcb.cdb[8]);
3482 size_t size = 0;
3489 size_t size;
3509 size = ioctl_tbl[idx].size;
3521 if (unlikely(copy_from_user(&buf, uarg, size))) {
3523 "size=%lu cmd=%d (%s) uarg=%p\n",
3524 __func__, size, cmd, decode_hioctl(cmd), uarg);
3545 if (unlikely(copy_to_user(uarg, &buf, size))) {
3547 "size=%lu cmd=%d (%s) uarg=%p\n",
3548 __func__, size, cmd, decode_hioctl(cmd), uarg);