Lines Matching refs:infod
3719 infod_t infod; in strioctl() local
3721 infod.d_cmd = INFOD_COUNT; in strioctl()
3722 infod.d_count = 0; in strioctl()
3724 infod.d_cmd |= INFOD_FIRSTBYTES; in strioctl()
3725 infod.d_bytes = 0; in strioctl()
3727 infod.d_res = 0; in strioctl()
3728 (void) infonext(rdq, &infod); in strioctl()
3729 count += infod.d_count; in strioctl()
3730 if (infod.d_res & INFOD_FIRSTBYTES) in strioctl()
3731 size = infod.d_bytes; in strioctl()
3761 infod_t infod; in strioctl() local
3763 infod.d_cmd = INFOD_BYTES; in strioctl()
3764 infod.d_res = 0; in strioctl()
3765 infod.d_bytes = 0; in strioctl()
3766 (void) infonext(rdq, &infod); in strioctl()
3767 size += infod.d_bytes; in strioctl()
3798 infod_t infod; in strioctl() local
3800 infod.d_cmd = INFOD_BYTES; in strioctl()
3801 infod.d_res = 0; in strioctl()
3802 infod.d_bytes = 0; in strioctl()
3803 (void) infonext(rdq, &infod); in strioctl()
3804 size += infod.d_bytes; in strioctl()
5200 infod_t infod; in strioctl() local
5202 infod.d_cmd = INFOD_COPYOUT; in strioctl()
5203 infod.d_res = 0; in strioctl()
5204 infod.d_uiop = &uio; in strioctl()
5205 error = infonext(rdq, &infod); in strioctl()