Lines Matching refs:IN
462 uint32_t cmd; /* IN: XEN_SYSCTL_LIVEPATCH_*. */
463 uint32_t pad; /* IN: Always zero. */
490 XEN_GUEST_HANDLE_64(char) name; /* IN, pointer to name. */
491 uint16_t size; /* IN, size of name. May be upto
493 uint16_t pad[3]; /* IN: MUST be zero. */
523 xen_livepatch_name_t name; /* IN, name of the patch. */
524 uint64_t size; /* IN, size of the ELF file. */
525 XEN_GUEST_HANDLE_64(uint8) payload; /* IN: ELF file. */
583 xen_livepatch_name_t name; /* IN, the name of the payload. */
584 xen_livepatch_status_t status; /* IN/OUT: status of the payload. */
653 uint32_t idx; /* IN: Index into hypervisor list. */
654 uint32_t nr; /* IN: How many status, names, and len
658 uint32_t pad; /* IN: Must be zero. */
707 xen_livepatch_name_t name; /* IN, name of the patch. */
708 uint32_t cmd; /* IN: LIVEPATCH_ACTION_* */
709 uint32_t time; /* IN: If zero then uses */