Searched refs:ccw_alloc (Results 1 – 3 of 3) sorted by relevance
/kvm-unit-tests/s390x/ |
H A D | css.c | 85 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 D | css.h | 310 struct ccw1 *ccw_alloc(int code, void *data, int count, unsigned char flags);
|
H A D | css_lib.c | 404 struct ccw1 *ccw_alloc(int code, void *data, int count, unsigned char flags) in ccw_alloc() function
|