Searched refs:set_flag (Results 1 – 3 of 3) sorted by relevance
66 int set_flag, int task_attr, int retry_count,75 set_restore_flags(struct cam_device *device, uint8_t *flags, int set_flag, in set_restore_flags() argument140 if (set_flag != 0) { in set_restore_flags()
2342 svn_boolean_t set_flag, in io_set_readonly_flag() argument2350 (set_flag ? APR_FILE_ATTR_READONLY : 0), in io_set_readonly_flag()2360 if (set_flag) in io_set_readonly_flag()2371 if (set_flag) in io_set_readonly_flag()
2191 Action<bool(int*)> set_flag = DoAll(SetArgPointee<0>(5),2193 ... use set_flag in .WillOnce() and .WillRepeatedly() ...