Searched refs:urman (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/lib/libdevinfo/
H A Ddevinfo.c249 struct u_rman urman; local
296 rlen = sizeof(urman);
297 error = sysctl(oid, oidlen, &urman, &rlen, NULL, 0);
307 dm->dm_rman.dm_handle = urman.rm_handle;
308 dm->dm_rman.dm_start = urman.rm_start;
309 dm->dm_rman.dm_size = urman.rm_size;
310 snprintf(dm->dm_desc, DEVINFO_STRLEN, "%s", urman.rm_descr);

Completed in 103 milliseconds