Lines Matching defs:buf
803 char buf[VK_UUID_SIZE * 2 + 1];
804 disk_cache_format_hex_id(buf, device->cache_uuid, VK_UUID_SIZE * 2);
805 device->disk_cache = disk_cache_create(device->name, buf, 0);
3181 char buf[4];
3190 if (fread(buf, sizeof(buf), 1, f) == 1) {
3191 buf[3] = '\0';
3192 force_vrs = radv_parse_vrs_rates(buf);
3208 char buf[BUF_LEN];
3215 length = read(notifier->fd, buf, BUF_LEN);
3217 struct inotify_event *event = (struct inotify_event *)&buf[i];