Home
last modified time | relevance | path

Searched refs:ccw_alloc (Results 1 – 3 of 3) sorted by relevance

/kvm-unit-tests/s390x/
H A Dcss.c85 ccw = ccw_alloc(CCW_CMD_SENSE_ID, senseid, sizeof(*senseid), CCW_F_SLI); in test_sense()
193 ccw = ccw_alloc(CCW_CMD_SENSE_ID, senseid, sizeof(*senseid), CCW_F_SLI); in start_measuring()
/kvm-unit-tests/lib/s390x/
H A Dcss.h310 struct ccw1 *ccw_alloc(int code, void *data, int count, unsigned char flags);
H A Dcss_lib.c404 struct ccw1 *ccw_alloc(int code, void *data, int count, unsigned char flags) in ccw_alloc() function