/illumos-gate/usr/src/lib/libbrand/common/ |
H A D | libbrand.c | 310 brand_close(brand_handle_t bh) argument 312 struct brand_handle *bhp = (struct brand_handle *)bh; 452 brand_get_attach(brand_handle_t bh, const char *zonename, argument 455 struct brand_handle *bhp = (struct brand_handle *)bh; 461 brand_get_boot(brand_handle_t bh, const char *zonename, argument 464 struct brand_handle *bhp = (struct brand_handle *)bh; 470 brand_get_brandname(brand_handle_t bh, char *buf, size_t len) argument 472 struct brand_handle *bhp = (struct brand_handle *)bh; 482 brand_get_clone(brand_handle_t bh, const char *zonename, argument 485 struct brand_handle *bhp = (struct brand_handle *)bh; 491 brand_get_detach(brand_handle_t bh, const char *zonename, const char *zonepath, char *buf, size_t len) argument 500 brand_get_halt(brand_handle_t bh, const char *zonename, const char *zonepath, char *buf, size_t len) argument 509 brand_get_shutdown(brand_handle_t bh, const char *zonename, const char *zonepath, char *buf, size_t len) argument 518 brand_get_initname(brand_handle_t bh, char *buf, size_t len) argument 526 brand_restartinit(brand_handle_t bh) argument 541 brand_get_login_cmd(brand_handle_t bh, const char *username, char *buf, size_t len) argument 551 brand_get_forcedlogin_cmd(brand_handle_t bh, const char *username, char *buf, size_t len) argument 561 brand_get_user_cmd(brand_handle_t bh, const char *username, char *buf, size_t len) argument 571 brand_get_install(brand_handle_t bh, const char *zonename, const char *zonepath, char *buf, size_t len) argument 580 brand_get_installopts(brand_handle_t bh, char *buf, size_t len) argument 588 brand_get_modname(brand_handle_t bh, char *buf, size_t len) argument 596 brand_get_postattach(brand_handle_t bh, const char *zonename, const char *zonepath, char *buf, size_t len) argument 605 brand_get_postclone(brand_handle_t bh, const char *zonename, const char *zonepath, char *buf, size_t len) argument 614 brand_get_postinstall(brand_handle_t bh, const char *zonename, const char *zonepath, char *buf, size_t len) argument 623 brand_get_postsnap(brand_handle_t bh, const char *zonename, const char *zonepath, char *buf, size_t len) argument 632 brand_get_poststatechange(brand_handle_t bh, const char *zonename, const char *zonepath, char *buf, size_t len) argument 641 brand_get_predetach(brand_handle_t bh, const char *zonename, const char *zonepath, char *buf, size_t len) argument 650 brand_get_presnap(brand_handle_t bh, const char *zonename, const char *zonepath, char *buf, size_t len) argument 659 brand_get_prestatechange(brand_handle_t bh, const char *zonename, const char *zonepath, char *buf, size_t len) argument 668 brand_get_preuninstall(brand_handle_t bh, const char *zonename, const char *zonepath, char *buf, size_t len) argument 677 brand_get_query(brand_handle_t bh, const char *zonename, const char *zonepath, char *buf, size_t len) argument 686 brand_get_uninstall(brand_handle_t bh, const char *zonename, const char *zonepath, char *buf, size_t len) argument 695 brand_get_validatesnap(brand_handle_t bh, const char *zonename, const char *zonepath, char *buf, size_t len) argument 704 brand_get_verify_cfg(brand_handle_t bh, char *buf, size_t len) argument 712 brand_get_verify_adm(brand_handle_t bh, const char *zonename, const char *zonepath, char *buf, size_t len) argument 721 brand_get_sysboot(brand_handle_t bh, const char *zonename, const char *zonepath, char *buf, size_t len) argument 730 brand_allow_exclusive_ip(brand_handle_t bh) argument 764 brand_config_iter_privilege(brand_handle_t bh, int (*func)(void *, priv_iter_t *), void *data) argument 888 brand_platform_iter_gmounts(brand_handle_t bh, const char *zonename, const char *zonepath, int (*func)(void *, const char *, const char *, const char *, const char *), void *data) argument 904 brand_platform_iter_mounts(brand_handle_t bh, int (*func)(void *, const char *, const char *, const char *, const char *), void *data) argument 919 brand_platform_iter_link(brand_handle_t bh, int (*func)(void *, const char *, const char *), void *data) argument 965 brand_platform_iter_devices(brand_handle_t bh, const char *zonename, int (*func)(void *, const char *, const char *), void *data, const char *curr_iptype) argument [all...] |
/illumos-gate/usr/src/cmd/zoneadmd/ |
H A D | zoneadmd.c | 814 brand_handle_t bh; local 835 if ((bh = brand_open(brand_name)) == NULL) { 846 if (brand_platform_iter_mounts(bh, mount_early_fs, &cb) != 0) { 848 brand_close(bh); 857 brand_close(bh); 861 if (brand_get_boot(bh, zone_name, zpath, cmdbuf + EXEC_LEN, 865 brand_close(bh); 870 if (brand_get_initname(bh, init_file, MAXPATHLEN) != 0) { 873 brand_close(bh); 878 restart_init = brand_restartinit(bh); 1009 brand_handle_t bh = NULL; local 1204 brand_handle_t bh; local 1784 brand_callback_init(brand_handle_t bh, char *zone_name) argument 1834 brand_handle_t bh; local [all...] |
H A D | vplat.c | 1095 brand_handle_t bh = NULL; local 1119 if ((bh = brand_open(brand)) == NULL) { 1137 if (brand_platform_iter_devices(bh, zone_name, 1143 if (brand_platform_iter_link(bh, 1182 if (bh != NULL) 1183 brand_close(bh); 1682 brand_handle_t bh; local 1725 if ((bh = brand_open(brand)) == NULL) { 1738 if (brand_platform_iter_gmounts(bh, zone_name, zonepath, 1741 brand_close(bh); 4938 brand_handle_t bh; local 5225 brand_handle_t bh = NULL; local [all...] |
/illumos-gate/usr/src/cmd/mdb/common/modules/nsctl/ |
H A D | nsctl.c | 2026 nsc_buf_t *bh; local 2032 bh = mdb_zalloc(sizeof (*bh), UM_SLEEP | UM_GC); 2034 if (mdb_vread(bh, sizeof (*bh), addr) != sizeof (*bh)) { 2041 mdb_printf("sb_fd: 0x%p\n", bh->sb_fd); 2042 mdb_printf("sb_pos: 0x%" STRCONV "x\n", bh->sb_pos); 2043 mdb_printf("sb_len: 0x%" STRCONV "x\n", bh->sb_len); 2044 mdb_printf("sb_flag: 0x%08x <%b>\n", bh 2069 nsc_dbuf_t *bh; local [all...] |
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/ |
H A D | readbuf.c | 146 lbp->bh.bh_length = 0; 229 if (!xdr_nfslog_buffer_header(&lbp->bh_lrp->xdrs, &lbp->bh)) { 242 * 'lbp->bh.bh_offset' contains the offset of where to begin 245 lbp->next_rec += lbp->bh.bh_offset; 312 if (lbp->bh.bh_length != 0) { 316 (void) xdr_nfslog_buffer_header(&xdrs, &lbp->bh); 317 lbp->bh.bh_length = 0; 552 nfslog_buffer_header bh; local 562 if (lbp->bh.bh_flags & NFSLOG_BH_OFFSET_OVERFLOW) { 572 bh [all...] |
H A D | nfslogd.h | 124 nfslog_buffer_header bh; /* file buffer header */ member in struct:nfslog_buf
|
H A D | process_buffer.c | 268 ncp->nc_rpclogpath, &lbp->bh, &error);
|
/illumos-gate/usr/src/cmd/zoneadm/ |
H A D | zoneadm.c | 1990 get_hook(brand_handle_t bh, char *cmd, size_t len, int (*bp)(brand_handle_t, argument 1996 if (bp(bh, zonename, zonepath, cmd + EXEC_LEN, len - EXEC_LEN) != 0) 2011 brand_handle_t bh = NULL; local 2027 if ((bh = brand_open(target_brand)) == NULL) { 2038 err = get_hook(bh, cmdbuf, sizeof (cmdbuf), brand_get_verify_adm, 2040 brand_close(bh); 2926 brand_handle_t bh = NULL; local 2950 if ((bh = brand_open(target_brand)) == NULL) { 2955 if (get_hook(bh, cmdbuf, sizeof (cmdbuf), brand_get_install, 2958 brand_close(bh); 3388 brand_handle_t bh; local 3562 brand_handle_t bh = NULL; local 4301 brand_handle_t bh = NULL; local 4644 brand_handle_t bh = NULL; local 4908 brand_handle_t bh = NULL; local [all...] |
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | moddiv.c | 46 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ 51 "g" ((USItype) (bh)), \
|
H A D | asm.S | 1508 cmpb $0x86, %bh 2007 xorb %bh, %bh 2231 * %bh = page 2246 xorb %bh, %bh /* set page to 0 */ 2265 * %bh = page 2281 xorb %bh, %bh /* set page to 0 */ 2298 * %bh [all...] |
/illumos-gate/usr/src/cmd/zlogin/ |
H A D | zlogin.c | 977 zone_get_user_cmd(brand_handle_t bh, const char *login, char *user_cmd, argument 981 if (brand_get_user_cmd(bh, login, user_cmd, len) != 0) 1030 zone_login_cmd(brand_handle_t bh, const char *login) argument 1040 if (brand_get_forcedlogin_cmd(bh, login, 1044 if (brand_get_login_cmd(bh, login, 1102 prep_args(brand_handle_t bh, const char *login, char **argv) argument 1156 new_argv = zone_login_cmd(bh, login); 1747 brand_handle_t bh; local 2049 if ((bh = brand_open(zonebrand)) == NULL) { 2054 if ((new_args = prep_args(bh, logi [all...] |
/illumos-gate/usr/src/cmd/mdb/common/modules/sdbc/ |
H A D | sdbc.c | 2624 _sd_buf_handle_t bh; local 2661 if (mdb_vread(&bh, sizeof (bh), addr) == -1) { 2666 if (!opt_a && !(bh.bh_flag & (NSC_HALLOCATED | NSC_HACTIVE))) 2673 if (OPT_C_SELECTED && (bh.bh_cd != opt_c)) 2677 mdb_printf("%p %8T cd %3-d %4T<%b> %x\n", addr, bh.bh_cd, 2678 bh.bh_flag, nsc_buf_bits, bh.bh_flag); 2683 if (bh.bh_centry) 2685 (uintptr_t)bh [all...] |
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | envelope.c | 658 register HDR *bh; local 715 bh = BlankEnvelope.e_header; 717 while (bh != NULL) 719 *nhp = (HDR *) sm_rpool_malloc_x(rpool, sizeof(*bh)); 720 memmove((char *) *nhp, (char *) bh, sizeof(*bh)); 721 bh = bh->h_link;
|
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor_mr.c | 1150 tavor_bind_info_t *bh; local 1333 bh = &mr->mr_bindinfo; 1334 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*bh)) 1335 bcopy(bind, bh, sizeof (tavor_bind_info_t)); 1336 bh->bi_bypass = bind_type; 1337 status = tavor_mr_mtt_bind(state, bh, bind_dmahdl, &mtt, 1346 bind->bi_type = bh->bi_type; 1389 mpt_entry.start_addr = bh->bi_addr; 1391 bh->bi_addr = bh [all...] |
/illumos-gate/usr/src/common/crypto/aes/amd64/ |
H A D | aes_amd64.s | 347 movzx %bh, %edi; \ 352 movzx %bh, %edi; \ 401 movzx %bh, %edi; \ 406 movzx %bh, %edi; \ 456 movzx %bh, %edi; \ 464 movzx %bh, %edi; \ 525 movzx %bh, %edi; \ 530 movzx %bh, %edi; \ 579 movzx %bh, %edi; \ 584 movzx %bh, [all...] |
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_mr.c | 1478 hermon_bind_info_t *bh; local 1646 bh = &mr->mr_bindinfo; 1647 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*bh)) 1648 bcopy(bind, bh, sizeof (hermon_bind_info_t)); 1649 bh->bi_bypass = bind_type; 1650 status = hermon_mr_mtt_bind(state, bh, bind_dmahdl, &mtt, 1657 bind->bi_type = bh->bi_type; 1713 mpt_entry.start_addr = bh->bi_addr; 1715 bh->bi_addr = bh [all...] |
/illumos-gate/usr/src/cmd/format/ |
H A D | menu_fdisk.c | 181 int b, bh, bl; local 183 bh = ((**bp) << 8) | *(*bp + 1); 188 b = (bh << 16) | bl;
|
/illumos-gate/usr/src/psm/stand/bootblks/ufs/i386/ |
H A D | mboot.S | 288 mov ch, bh /* ch = hi bits of cyl (if any) */
|
/illumos-gate/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_mdb.c | 900 fmd_buf_hash_t bh; local 902 if (mdb_vread(&bh, sizeof (bh), wsp->walk_addr) != sizeof (bh)) { 907 return (hash_walk_init(wsp, (uintptr_t)bh.bh_hash, bh.bh_hashlen,
|
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/ |
H A D | relocater_tramp.S | 159 movb %bh,%al # ICW2 to
|
/illumos-gate/usr/src/uts/i86pc/ml/ |
H A D | locore.s | 981 * disable MATCH and save in %bh 984 movb %al, %bh 991 movb %bh, %al 1031 movb %bh, %al
|
/illumos-gate/usr/src/lib/libc/i386/gen/ |
H A D | _div64.s | 71 / #define A_SUB2(bl, bh, al, ah) \ 75 / "g"((uint32_t)(bh)))
|
/illumos-gate/usr/src/common/util/i386/ |
H A D | muldiv.s | 934 / #define A_SUB2(bl, bh, al, ah) \ 938 / "g"((uint32_t)(bh)))
|
/illumos-gate/usr/src/cmd/zonecfg/ |
H A D | zonecfg.c | 4193 brand_handle_t bh; local 4201 if ((bh = brand_open(brand)) == NULL) { 4205 ret = brand_allow_exclusive_ip(bh); 4206 brand_close(bh); 5897 brand_handle_t bh; local 5905 if ((bh = brand_open(brand)) == NULL) { 5915 err = brand_get_verify_cfg(bh, cmdbuf + EXEC_LEN, 5917 brand_close(bh);
|
/illumos-gate/usr/src/lib/libzonecfg/common/ |
H A D | libzonecfg.c | 5270 brand_handle_t bh; local 5283 if ((bh = brand_open(brand)) == NULL) 5287 brand_close(bh); 5294 if (brand_config_iter_privilege(bh, priv_lists_cb, plp) != 0) { 5296 brand_close(bh); 5300 brand_close(bh);
|