Home
last modified time | relevance | path

Searched refs:b_id (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/dr/
H A Ddr.c1245 hp->h_err = drmach_board_unassign(bp->b_id); in dr_unassign_board()
1250 bp->b_id = 0; in dr_unassign_board()
1262 hp->h_err = drmach_board_poweron(bp->b_id); in dr_poweron_board()
1270 hp->h_err = drmach_board_poweroff(bp->b_id); in dr_poweroff_board()
1480 if (drmach_board_deprobe(bp->b_id)) in dr_disconnect()
2216 if (bp->b_id == 0) { in dr_dev_status()
2221 err = drmach_status(bp->b_id, &pstat); in dr_dev_status()
2903 if (bp->b_id) { in dr_init_devlists()
2906 bp->b_id, bp, dr_dev_found); in dr_init_devlists()
3002 id = bp->b_id; in dr_pt_try_drmach()
[all …]
/illumos-gate/usr/src/uts/sun4u/ngdr/io/
H A Ddr.c1255 hp->h_err = drmach_board_unassign(bp->b_id); in dr_unassign_board()
1260 bp->b_id = 0; in dr_unassign_board()
1272 hp->h_err = drmach_board_poweron(bp->b_id); in dr_poweron_board()
1280 hp->h_err = drmach_board_poweroff(bp->b_id); in dr_poweroff_board()
1488 if (drmach_board_deprobe(bp->b_id)) in dr_disconnect()
2248 if (bp->b_id == 0) { in dr_dev_status()
2253 err = drmach_status(bp->b_id, &pstat); in dr_dev_status()
2934 if (bp->b_id) { in dr_init_devlists()
2937 bp->b_id, bp, dr_dev_found); in dr_init_devlists()
3045 id = bp->b_id; in dr_pt_try_drmach()
[all …]
H A Ddr_mem.c2105 allow_src_memrange_modify = drmach_allow_memrange_modify(s_bp->b_id); in dr_select_mem_target()
2154 t_id = t_mp->sbm_cm.sbdev_bp->b_id; in dr_select_mem_target()
/illumos-gate/usr/src/cmd/ast/ksh/builtins/
H A Dalias.c96 { "id", b_id },
/illumos-gate/usr/src/cmd/ast/libcmd/
H A Dmapfile-vers67 b_id;
/illumos-gate/usr/src/uts/common/os/
H A Dtaskq.c2023 int b_id; in taskq_create_common() local
2028 for (b_id = 0; b_id < bsize; b_id++, bucket++) { in taskq_create_common()
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Did.c419 b_id(int argc, char** argv, Shbltin_t* context) in b_id() function
/illumos-gate/usr/src/uts/sun4u/ngdr/sys/
H A Ddr.h355 drmachid_t b_id; member
/illumos-gate/usr/src/uts/i86pc/sys/
H A Ddr.h386 drmachid_t b_id; member
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Ddr_mem.c2482 t_id = t_mp->sbm_cm.sbdev_bp->b_id; in dr_get_target_preference()