/titanic_41/usr/src/uts/i86pc/io/dr/ |
H A D | dr.c | 535 if (drmach_board_lookup(bp->b_num, &bp->b_id) != 0) in dr_open() 1061 hp->h_err = drmach_pre_op(cmd, bp->b_id, &hp->h_opts, &devset); in dr_pre_op() 1124 err = drmach_post_op(cmd, bp->b_id, &hp->h_opts, rv); in dr_post_op() 1224 hp->h_err = drmach_board_assign(bp->b_num, &bp->b_id); in dr_assign_board() 1245 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() 1277 hp->h_err = drmach_board_test(bp->b_id, &hp->h_opts, in dr_test_board() 1352 hp->h_err = drmach_board_connect(bp->b_id, &hp->h_opts); in dr_connect() [all …]
|
/titanic_41/usr/src/uts/sun4u/ngdr/io/ |
H A D | dr.c | 537 if (drmach_board_lookup(bp->b_num, &bp->b_id) != 0) in dr_open() 1063 hp->h_err = drmach_pre_op(cmd, bp->b_id, &hp->h_opts); in dr_pre_op() 1129 hp->h_err = drmach_post_op(cmd, bp->b_id, &hp->h_opts); in dr_post_op() 1234 hp->h_err = drmach_board_assign(bp->b_num, &bp->b_id); in dr_assign_board() 1255 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() 1287 hp->h_err = drmach_board_test(bp->b_id, &hp->h_opts, in dr_test_board() 1362 hp->h_err = drmach_board_connect(bp->b_id, &hp->h_opts); in dr_connect() [all …]
|
H A D | dr_mem.c | 2103 allow_src_memrange_modify = drmach_allow_memrange_modify(s_bp->b_id); in dr_select_mem_target() 2152 t_id = t_mp->sbm_cm.sbdev_bp->b_id; in dr_select_mem_target()
|
/titanic_41/usr/src/cmd/ksh/builtins/ |
H A D | alias.c | 92 { "id", b_id },
|
/titanic_41/usr/src/lib/libcmd/amd64/include/ast/ |
H A D | cmdext.h | 51 extern __MANGLE__ int b_id __PROTO__((int, char**, __V_*));
|
/titanic_41/usr/src/lib/libcmd/i386/include/ast/ |
H A D | cmdext.h | 51 extern __MANGLE__ int b_id __PROTO__((int, char**, __V_*));
|
/titanic_41/usr/src/lib/libcmd/sparcv9/include/ast/ |
H A D | cmdext.h | 51 extern __MANGLE__ int b_id __PROTO__((int, char**, __V_*));
|
/titanic_41/usr/src/lib/libcmd/sparc/include/ast/ |
H A D | cmdext.h | 51 extern __MANGLE__ int b_id __PROTO__((int, char**, __V_*));
|
/titanic_41/usr/src/lib/libcmd/ |
H A D | mapfile-vers | 68 b_id;
|
/titanic_41/usr/src/uts/common/os/ |
H A D | taskq.c | 1976 int b_id; in taskq_create_common() local 1981 for (b_id = 0; b_id < bsize; b_id++, bucket++) { in taskq_create_common()
|
/titanic_41/usr/src/lib/libcmd/common/ |
H A D | id.c | 419 b_id(int argc, char *argv[], void* context) in b_id() function
|
/titanic_41/usr/src/uts/sun4u/ngdr/sys/ |
H A D | dr.h | 352 drmachid_t b_id; member
|
/titanic_41/usr/src/uts/sun4u/starfire/io/ |
H A D | drmach.c | 1154 drmachid_t b_id; in drmach_prep_rename_script() local 1278 rv = drmach_array_first(drmach_boards, &b_idx, &b_id); in drmach_prep_rename_script() 1290 ASSERT(DRMACH_IS_BOARD_ID(b_id)); in drmach_prep_rename_script() 1291 brd = b_id; in drmach_prep_rename_script() 1376 } while (drmach_array_next(drmach_boards, &b_idx, &b_id) == 0); in drmach_prep_rename_script()
|
/titanic_41/usr/src/uts/i86pc/sys/ |
H A D | dr.h | 383 drmachid_t b_id; member
|
/titanic_41/usr/src/uts/sun4u/starcat/io/ |
H A D | drmach.c | 4481 drmachid_t b_id; in drmach_panther_boards() local 4485 rv = drmach_array_first(drmach_boards, &b_idx, &b_id); in drmach_panther_boards() 4487 ASSERT(DRMACH_IS_BOARD_ID(b_id)); in drmach_panther_boards() 4488 bp = b_id; in drmach_panther_boards() 4493 rv = drmach_array_next(drmach_boards, &b_idx, &b_id); in drmach_panther_boards() 7654 drmachid_t b_id; in drmach_iocage_cpu_get() local 7666 b_rv = drmach_array_first(drmach_boards, &b_idx, &b_id); in drmach_iocage_cpu_get() 7674 bp = b_id; in drmach_iocage_cpu_get() 7677 b_rv = drmach_array_next(drmach_boards, &b_idx, &b_id); in drmach_iocage_cpu_get() 7683 b_rv = drmach_array_next(drmach_boards, &b_idx, &b_id); in drmach_iocage_cpu_get() [all …]
|
/titanic_41/usr/src/uts/sun4u/opl/io/ |
H A D | dr_mem.c | 2482 t_id = t_mp->sbm_cm.sbdev_bp->b_id; in dr_get_target_preference()
|