Searched refs:_ii_rsrv_devs (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/avs/ns/dsw/ |
H A D | ii_tree.c | 81 int _ii_rsrv_devs(_ii_info_t *, int, int); 269 (void) _ii_rsrv_devs(ip, SHDR, II_INTERNAL); 327 (void) _ii_rsrv_devs(ip, SHDR, II_INTERNAL);
|
H A D | dsw_dev.c | 396 * the preceding _ii_rsrv_devs call. 511 * _ii_rsrv_devs 517 _ii_rsrv_devs(_ii_info_t *ip, int devs, int flag) function 525 cmn_err(CE_WARN, "!ii: _ii_rsrv_devs null ip"); 537 if ((rc = _ii_rsrv_devs(ip->bi_master, devs&(MST|MSTR), 1048 if (_ii_rsrv_devs(ip, BMP, II_INTERNAL) == 0) { 1059 if (_ii_rsrv_devs(ip, BMP, II_INTERNAL) == 0) { 1275 (void) _ii_rsrv_devs(ip, BMP, II_INTERNAL); 1527 if (((rc = _ii_rsrv_devs(hip, rtype, II_INTERNAL)) != 0) || 1528 ((rc = _ii_rsrv_devs(i [all...] |
Completed in 67 milliseconds