Searched refs:fd_str (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/monitor/ |
H A D | fds.c | 270 char fd_str[60]; in qmp_remove_fd() local 298 snprintf(fd_str, sizeof(fd_str), "fdset-id:%" PRId64 ", fd:%" PRId64, in qmp_remove_fd() 301 snprintf(fd_str, sizeof(fd_str), "fdset-id:%" PRId64, fdset_id); in qmp_remove_fd() 303 error_setg(errp, "File descriptor named '%s' not found", fd_str); in qmp_remove_fd()
|
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/ |
H A D | 0008-libinstaller-syslinuxext-implement-syslinux_patch_bo.patch | 139 - struct floppy_struct fd_str; 149 - } else if (!ioctl(devfd, FDGETPRM, &fd_str)) { 150 - geo->heads = fd_str.head; 151 - geo->sectors = fd_str.sect; 152 - geo->cylinders = fd_str.track; 338 + struct floppy_struct fd_str; 348 + } else if (!ioctl(dev_fd, FDGETPRM, &fd_str)) { 349 + geo->heads = fd_str.head; 350 + geo->sectors = fd_str.sect; 351 + geo->cylinders = fd_str.track;
|