| /src/tests/fs/common/ | 
| fstest_ext2fs.c | 60 	int res;  local in function:ext2fs_fstest_newfs 67 	res = system(cmd);
 68 	if (res != 0)
 69 		return res;
 71 	res = rump_init();
 72 	if (res != 0)
 73 		return res;
 83 	res = rump_pub_etfs_register(args->ta_devpath, image, RUMP_ETFS_BLK);
 84 	if (res != 0) {
 86 		return res;
 98  int res;  local in function:ext2fs_fstest_delfs
 117  int res;  local in function:ext2fs_fstest_mount
 132  int res;  local in function:ext2fs_fstest_unmount
 [all...]
 | 
| fstest_msdosfs.c | 60 	int res;  local in function:msdosfs_fstest_newfs 67 	res = system(cmd);
 68 	if (res != 0)
 69 		return res;
 71 	res = rump_init();
 72 	if (res != 0)
 73 		return res;
 84 	res = rump_pub_etfs_register(args->ta_devpath, image, RUMP_ETFS_BLK);
 85 	if (res != 0) {
 87 		return res;
 99  int res;  local in function:msdosfs_fstest_delfs
 118  int res;  local in function:msdosfs_fstest_mount
 133  int res;  local in function:msdosfs_fstest_unmount
 [all...]
 | 
| fstest_sysvbfs.c | 60 	int res;  local in function:sysvbfs_fstest_newfs 67 	res = system(cmd);
 68 	if (res != 0)
 69 		return res;
 71 	res = rump_init();
 72 	if (res != 0)
 73 		return res;
 83 	res = rump_pub_etfs_register(args->ta_devpath, image, RUMP_ETFS_BLK);
 84 	if (res != 0) {
 86 		return res;
 98  int res;  local in function:sysvbfs_fstest_delfs
 117  int res;  local in function:sysvbfs_fstest_mount
 132  int res;  local in function:sysvbfs_fstest_unmount
 [all...]
 | 
| fstest_v7fs.c | 60 	int res;  local in function:v7fs_fstest_newfs 67 	res = system(cmd);
 68 	if (res != 0)
 69 		return res;
 71 	res = rump_init();
 72 	if (res != 0)
 73 		return res;
 84 	res = rump_pub_etfs_register(args->ta_devpath, image, RUMP_ETFS_BLK);
 85 	if (res != 0) {
 87 		return res;
 99  int res;  local in function:v7fs_fstest_delfs
 118  int res;  local in function:v7fs_fstest_mount
 133  int res;  local in function:v7fs_fstest_unmount
 [all...]
 | 
| fstest_ffs.c | 61 	int res;  local in function:ffs_fstest_newfs 71 	res = system(cmd);
 73 	if (res != 0)
 74 		return res;
 76 	res = rump_init();
 77 	if (res != 0)
 78 		return res;
 88 	res = rump_pub_etfs_register(args->ta_devpath, image, RUMP_ETFS_BLK);
 89 	if (res != 0) {
 91 		return res;
 104  int res;  local in function:ffs_fstest_delfs
 126  int res;  local in function:ffs_fstest_mount
 148  int res;  local in function:ffs_fstest_unmount
 [all...]
 | 
| fstest_udf.c | 61 	int res;  local in function:udf_fstest_newfs 74 	res = system(cmd);
 76 	if (res != 0)
 77 		return res;
 79 	res = rump_init();
 80 	if (res != 0)
 81 		return res;
 92 	res = rump_pub_etfs_register(args->ta_devpath, image, RUMP_ETFS_BLK);
 93 	if (res != 0) {
 95 		return res;
 108  int res;  local in function:udf_fstest_delfs
 130  int res;  local in function:udf_fstest_mount
 145  int res;  local in function:udf_fstest_unmount
 [all...]
 | 
| fstest_tmpfs.c | 57 	int res;  local in function:tmpfs_fstest_newfs 60 	res = rump_init();
 61 	if (res != 0)
 62 		return res;
 90 	int res;  local in function:tmpfs_fstest_mount
 93 	res = rump_sys_mkdir(path, 0777);
 94 	if (res == -1)
 95 		return res;
 97 	res = rump_sys_mount(MOUNT_TMPFS, path, flags, &args->ta_uargs,
 99 	return res;
 105  int res;  local in function:tmpfs_fstest_unmount
 [all...]
 | 
| fstest_lfs.c | 67 	int res;  local in function:lfs_fstest_newfs 74 	res = system(cmd);
 75 	if (res != 0)
 76 		return res;
 78 	res = rump_init();
 79 	if (res != 0)
 80 		return res;
 92 	res = rump_pub_etfs_register(args->ta_devpath, image, RUMP_ETFS_BLK);
 93 	if (res != 0) {
 95 		return res;
 107  int res;  local in function:lfs_fstest_delfs
 163  int res;  local in function:lfs_fstest_mount
 188  int res;  local in function:lfs_fstest_unmount
 [all...]
 | 
| fstest_rumpfs.c | 52 	int res;  local in function:rumpfs_fstest_newfs 55 	res = setenv("RUMP_MEMLIMIT", tmp, 0);
 56 	if (res == -1)
 57 		return res;
 72 	int res;  local in function:rumpfs_fstest_mount
 74 	res = rump_sys_mkdir(path, 0777);
 75 	if (res == -1)
 76 		return res;
 84 	int res;  local in function:rumpfs_fstest_unmount
 86 	res = rump_sys_unmount(path, flags)
 [all...]
 | 
| /src/lib/libc/uuid/ | 
| uuid_compare.c | 53 	int res;  local in function:uuid_compare 67 	res = (int)((int64_t)a->time_low - (int64_t)b->time_low);
 68 	if (res)
 69 		return ((res < 0) ? -1 : 1);
 70 	res = (int)a->time_mid - (int)b->time_mid;
 71 	if (res)
 72 		return ((res < 0) ? -1 : 1);
 73 	res = (int)a->time_hi_and_version - (int)b->time_hi_and_version;
 74 	if (res)
 75 		return ((res < 0) ? -1 : 1)
 [all...]
 | 
| /src/sys/external/bsd/drm2/dist/drm/vmwgfx/ | 
| vmwgfx_resource_priv.h | 56 	void (*res_free) (struct vmw_resource *res); 93 	int (*create) (struct vmw_resource *res);
 94 	int (*destroy) (struct vmw_resource *res);
 95 	int (*bind) (struct vmw_resource *res,
 97 	int (*unbind) (struct vmw_resource *res,
 100 	void (*commit_notify)(struct vmw_resource *res,
 102 	int (*dirty_alloc)(struct vmw_resource *res);
 103 	void (*dirty_free)(struct vmw_resource *res);
 104 	int (*dirty_sync)(struct vmw_resource *res);
 105 	void (*dirty_range_add)(struct vmw_resource *res, size_t start
 135  struct vmw_resource res;  member in struct:vmw_simple_resource
 [all...]
 | 
| vmwgfx_resource.c | 43  * @res: The resource 45 void vmw_resource_mob_attach(struct vmw_resource *res)
 47 	struct vmw_buffer_object *backup = res->backup;
 50 	dma_resv_assert_held(res->backup->base.base.resv);
 51 	res->used_prio = (res->res_dirty) ? res->func->dirty_prio :
 52 		res->func->prio;
 62 		new = (res->backup_offset < this->backup_offset) ?
 66 	rb_link_node(&res->mob_node, parent, new)
 124  struct vmw_resource *res =  local in function:vmw_resource_release
 176  struct vmw_resource *res = *p_res;  local in function:vmw_resource_unreference
 272  struct vmw_resource *res;  local in function:vmw_user_resource_lookup_handle
 340  struct vmw_resource *res;  local in function:vmw_user_lookup_handle
 801  struct vmw_resource *res =  local in function:vmw_resource_unbind_list
 [all...]
 | 
| /src/usr.sbin/rpc.lockd/ | 
| test.c | 26 	static nlm_testres res;  local in function:nlm_test_1 28 	(void)memset(&res, 0, sizeof(res));
 30 			&res, TIMEOUT);
 33 	return &res;
 41 	static nlm_res res;  local in function:nlm_lock_1
 43 	(void)memset(&res, 0, sizeof(res));
 45 			&res, TIMEOUT);
 51 	return &res;
 59  static nlm_res res;  local in function:nlm_cancel_1
 75  static nlm_res res;  local in function:nlm_unlock_1
 91  static nlm_res res;  local in function:nlm_granted_1
 107  static char res;  local in function:nlm_test_msg_1
 123  static char res;  local in function:nlm_lock_msg_1
 140  static char res;  local in function:nlm_cancel_msg_1
 156  static char res;  local in function:nlm_unlock_msg_1
 172  static char res;  local in function:nlm_granted_msg_1
 188  static char res;  local in function:nlm_test_res_1
 204  static char res;  local in function:nlm_lock_res_1
 220  static char res;  local in function:nlm_cancel_res_1
 236  static char res;  local in function:nlm_unlock_res_1
 252  static char res;  local in function:nlm_granted_res_1
 268  static nlm_shareres res;  local in function:nlm_share_3
 284  static nlm_shareres res;  local in function:nlm_unshare_3
 300  static nlm_res res;  local in function:nlm_nm_lock_3
 316  static char res;  local in function:nlm_free_all_3
 [all...]
 | 
| /src/sys/external/bsd/compiler_rt/dist/include/sanitizer/ | 
| netbsd_syscall_hooks.h | 18 //   long long res = syscall(SYS_getfoo, ...args...); 19 //   __sanitizer_syscall_post_getfoo(res, ...args...);
 37 #define __sanitizer_syscall_post_syscall(res, code, arg0, arg1, arg2, arg3,    \
 40       res, (long long)(code), (long long)(arg0), (long long)(arg1),            \
 45 #define __sanitizer_syscall_post_exit(res, rval)                               \
 46   __sanitizer_syscall_post_impl_exit(res, (long long)(rval))
 48 #define __sanitizer_syscall_post_fork(res)                                     \
 49   __sanitizer_syscall_post_impl_fork(res)
 53 #define __sanitizer_syscall_post_read(res, fd, buf, nbyte)                     \
 54   __sanitizer_syscall_post_impl_read(res, (long long)(fd), (long long)(buf),
 [all...]
 | 
| linux_syscall_hooks.h | 18 //   long res = syscall(__NR_getfoo, ...args...); 19 //   __sanitizer_syscall_post_getfoo(res, ...args...);
 26 #define __sanitizer_syscall_post_time(res, tloc) \
 27   __sanitizer_syscall_post_impl_time(res, (long)(tloc))
 30 #define __sanitizer_syscall_post_stime(res, tptr) \
 31   __sanitizer_syscall_post_impl_stime(res, (long)(tptr))
 34 #define __sanitizer_syscall_post_gettimeofday(res, tv, tz) \
 35   __sanitizer_syscall_post_impl_gettimeofday(res, (long)(tv), (long)(tz))
 38 #define __sanitizer_syscall_post_settimeofday(res, tv, tz) \
 39   __sanitizer_syscall_post_impl_settimeofday(res, (long)(tv), (long)(tz)
 [all...]
 | 
| /src/common/lib/libc/quad/ | 
| negdi2.c | 53 	union uu aa, res;  local in function:__negdi2 56 	res.ul[L] = -aa.ul[L];
 57 	res.ul[H] = -aa.ul[H] - (res.ul[L] > 0);
 58 	return (res.q);
 
 | 
| /src/usr.sbin/rpc.statd/ | 
| test.c | 19 	static struct sm_stat_res res;  local in function:sm_stat_1 21 	bzero((char *) &res, sizeof(res));
 23 	    &res, TIMEOUT) != RPC_SUCCESS)
 25 	return (&res);
 32 	static struct sm_stat_res res;  local in function:sm_mon_1
 34 	bzero((char *) &res, sizeof(res));
 36 	    &res, TIMEOUT) != RPC_SUCCESS)
 38 	return (&res);
 45  static struct sm_stat res;  local in function:sm_unmon_1
 58  static struct sm_stat res;  local in function:sm_unmon_all_1
 71  static char res;  local in function:sm_simu_crash_1
 106  struct sm_stat_res *res;  local in function:main
 [all...]
 | 
| /src/tests/fs/vfs/ | 
| t_rmdirrace.c | 68 	int res, fd, quit;  local in function:race 77 	res = rump_sys_chdir(path);
 78 	if (res == -1)
 83 	res = pthread_create(&th1, NULL, func1, &quit);
 84 	if (res != 0)
 86 	res = pthread_create(&th2, NULL, func2, &quit);
 87 	if (res != 0)
 94 	res = pthread_join(th2, NULL);
 95 	if (res != 0)
 97 	res = pthread_join(th1, NULL)
 [all...]
 | 
| /src/sys/dev/acpi/ | 
| acpi_resource.c | 92 acpi_resource_parse_callback(ACPI_RESOURCE *res, void *context) 102 	switch (res->Type) {
 109 				     res->Data.FixedIo.Address,
 110 				     res->Data.FixedIo.AddressLength));
 113 			    res->Data.FixedIo.Address,
 114 			    res->Data.FixedIo.AddressLength);
 118 		if (res->Data.Io.Minimum ==
 119 		    res->Data.Io.Maximum) {
 122 					     res->Data.Io.Minimum,
 123 					     res->Data.Io.AddressLength))
 744  struct acpi_resources *res = arg;  local in function:acpi_res_parse_init
 770  struct acpi_resources *res = context;  local in function:acpi_res_parse_fini
 780  struct acpi_resources *res = context;  local in function:acpi_res_parse_ioport
 834  struct acpi_resources *res = context;  local in function:acpi_res_parse_iorange
 858  struct acpi_resources *res = context;  local in function:acpi_res_parse_memory
 881  struct acpi_resources *res = context;  local in function:acpi_res_parse_memrange
 904  struct acpi_resources *res = context;  local in function:acpi_res_parse_irq
 925  struct acpi_resources *res = context;  local in function:acpi_res_parse_drq
 [all...]
 | 
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ | 
| sanitizer_mac_libcdep.cc | 24   void *res = MmapFixedNoAccess(max_address, size_to_mmap, "high gap");  local in function:__sanitizer::RestrictMemoryToMaxAddress 25   CHECK(res != MAP_FAILED);
 
 | 
| /src/lib/libc/arch/sparc64/gen/ | 
| fpgetsticky.c | 30 	fp_except res;  local in function:fpgetsticky 33 	res = (x >> 5) & 0x1f;
 36 	res |= _softfloat_float_exception_flags;
 39 	return res;
 
 | 
| /src/common/lib/libc/string/ | 
| consttime_memequal.c | 22 	unsigned int res = 0;  local in function:__weak_alias 25 		res |= *c1++ ^ *c2++;
 31 	 * This is not simply `!res' because although many CPUs support
 34 	 * certain CPUs for `!res'.
 36 	return (1 & ((res - 1) >> 8));
 
 | 
| /src/lib/librefuse/refuse/ | 
| legacy.c | 44     int res = fuse_invalidate_path(fuse, path);  local in function:fuse_invalidate 46     switch (res) {
 52         return res;
 
 | 
| /src/sys/arch/evbmips/stand/sbmips/common/ | 
| cfe.c | 46     int res;  local in function:getchar 48     while ((res = cfe_read(conhandle,&ch,1)) == 0) ; /* null loop */
 49     return (res < 0) ? -1 : ch;
 
 | 
| /src/sys/arch/sbmips/stand/common/ | 
| cfe.c | 46     int res;  local in function:getchar 48     while ((res = cfe_read(conhandle,&ch,1)) == 0) ; /* null loop */
 49     return (res < 0) ? -1 : ch;
 
 |