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

/freebsd-12-stable/lib/libdevinfo/
H A Ddevinfo.c266 struct u_rman urman; local
313 rlen = sizeof(urman);
314 error = sysctl(oid, oidlen, &urman, &rlen, NULL, 0);
324 dm->dm_rman.dm_handle = urman.rm_handle;
325 dm->dm_rman.dm_start = urman.rm_start;
326 dm->dm_rman.dm_size = urman.rm_size;
327 snprintf(dm->dm_desc, DEVINFO_STRLEN, "%s", urman.rm_descr);

Completed in 47 milliseconds