Home
last modified time | relevance | path

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

/freebsd-13.1/sbin/camcontrol/
H A Dtimestamp.c66 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() argument
140 if (set_flag != 0) { in set_restore_flags()
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dio.c2342 svn_boolean_t set_flag, in io_set_readonly_flag() argument
2350 (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()
/freebsd-13.1/contrib/googletest/googlemock/docs/
H A DCookBook.md2191 Action<bool(int*)> set_flag = DoAll(SetArgPointee<0>(5),
2193 ... use set_flag in .WillOnce() and .WillRepeatedly() ...