Searched refs:ures (Results 1 – 5 of 5) sorted by relevance
| /trueos/lib/libdevinfo/ |
| HD | devinfo.c | 251 struct u_resource ures; in devinfo_init_resources() local 325 rlen = sizeof(ures); in devinfo_init_resources() 326 error = sysctl(oid, oidlen, &ures, &rlen, NULL, 0); in devinfo_init_resources() 337 dr->dr_res.dr_handle = ures.r_handle; in devinfo_init_resources() 338 dr->dr_res.dr_rman = ures.r_parent; in devinfo_init_resources() 339 dr->dr_res.dr_device = ures.r_device; in devinfo_init_resources() 340 dr->dr_res.dr_start = ures.r_start; in devinfo_init_resources() 341 dr->dr_res.dr_size = ures.r_size; in devinfo_init_resources()
|
| /trueos/sys/kern/ |
| HD | subr_rman.c | 941 struct u_resource ures; in sysctl_rman() local 1000 bzero(&ures, sizeof(ures)); in sysctl_rman() 1001 ures.r_handle = (uintptr_t)res; in sysctl_rman() 1002 ures.r_parent = (uintptr_t)res->r_rm; in sysctl_rman() 1003 ures.r_device = (uintptr_t)res->r_dev; in sysctl_rman() 1006 snprintf(ures.r_devname, RM_TEXTLEN, in sysctl_rman() 1011 strlcpy(ures.r_devname, "nomatch", in sysctl_rman() 1015 ures.r_devname[0] = '\0'; in sysctl_rman() 1017 ures.r_start = res->r_start; in sysctl_rman() 1018 ures.r_size = res->r_end - res->r_start + 1; in sysctl_rman() [all …]
|
| /trueos/sys/contrib/octeon-sdk/ |
| HD | cvmx-pcieepx-defs.h | 3902 uint32_t ures : 1; /**< Unsupported Request Error Status */ member 3928 uint32_t ures : 1; 3939 uint32_t ures : 1; /**< Unsupported Request Error Status */ member 3965 uint32_t ures : 1; 3977 uint32_t ures : 1; /**< Unsupported Request Error Status */ member 4003 uint32_t ures : 1; 4021 uint32_t ures : 1; /**< Unsupported Request Error Status */ member 4045 uint32_t ures : 1; 4240 uint32_t ures : 1; /**< Unsupported Request Error Severity */ member 4266 uint32_t ures : 1; [all …]
|
| HD | cvmx-pciercx-defs.h | 3597 uint32_t ures : 1; /**< Unsupported Request Error Status */ member 3623 uint32_t ures : 1; 3634 uint32_t ures : 1; /**< Unsupported Request Error Status */ member 3660 uint32_t ures : 1; 3672 uint32_t ures : 1; /**< Unsupported Request Error Status */ member 3698 uint32_t ures : 1; 3859 uint32_t ures : 1; /**< Unsupported Request Error Severity */ member 3885 uint32_t ures : 1; 3896 uint32_t ures : 1; /**< Unsupported Request Error Severity */ member 3922 uint32_t ures : 1; [all …]
|
| /trueos/sys/sys/mach/device/ |
| HD | ds_routines.h | 209 io_done_result_t *ures);
|