Home
last modified time | relevance | path

Searched refs:bmp (Results 1 – 20 of 20) sorted by relevance

/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_bitmap.c307 if (bmp) in bmd_free()
440 if (bmp->bm_ccur < bmp->bm_cmax) in bm_chunk_alloc()
553 if (bn >= bmp->bm_len || max > bmp->bm_len) in bmp_setval()
598 if (bn >= bmp->bm_len || max > bmp->bm_len) in bmp_getval()
695 if (bmp && BMAP_IS_INUSE(bmp)) { in bm_free()
840 if (bmp) in dbmd_free()
882 return (bmp ? bmp->bm_len : 0LL); in dbmp_getlen()
1055 if (bmp->bm_ccur < bmp->bm_cmax) in dbm_chunk_alloc()
1169 if (bn >= bmp->bm_len || max > bmp->bm_len) in dbmp_setval()
1215 if (bn >= bmp->bm_len || max > bmp->bm_len) in dbmp_getval()
[all …]
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Ddd.c363 bmp_t *bmp, *tmp_bmp; in update_matrix() local
440 MATRIX_X_INFO(bmp) = puid; in update_matrix()
526 bmp_t *bmp; in clear_matrix() local
589 bmp_t *bmp; in get_matrix() local
707 bmp_t *bmp; in is_dd_active() local
753 bmp_t *bmp; in get_scope() local
969 bmp_t *bmp; in dd_matrix_init() local
995 bmp = MATRIX_X_UNIT(x, 0); in dd_matrix_init()
1032 bmp_t *bmp; in get_ds_id() local
1065 bmp_t *bmp; in get_common_dd() local
[all …]
/illumos-gate/usr/src/uts/common/io/
H A Dbridge.c266 bridge_mac_t *bmp; in link_sdu_fail() local
284 bmp = bip->bi_mac; in link_sdu_fail()
296 mac_link_redo(bmp->bm_mh, bmp->bm_linkstate); in link_sdu_fail()
507 bcopy(&bmp->bm_linkstate, pr_val, sizeof (bmp->bm_linkstate)); in bridge_m_getprop()
595 for (bmp = list_head(&bmac_list); bmp != NULL; in bmac_alloc()
596 bmp = list_next(&bmac_list, bmp)) { in bmac_alloc()
603 *bmacp = bmp; in bmac_alloc()
663 bip = bmp->bm_inst; in bmac_disconnect()
1491 kmem_free(bmp, sizeof (*bmp)); in bridge_timer()
2730 bridge_mac_t *bmp; in bridge_ls_cb() local
[all …]
/illumos-gate/usr/src/cmd/sendmail/db/lock/
H A Dlock_deadlock.c192 __dd_build(dbenv, bmp, nlockers, idmap) in __dd_build() argument
194 u_int32_t **bmp, *nlockers;
382 *bmp = bitmap;
388 __dd_find(bmp, idmap, nlockers) in __dd_find() argument
389 u_int32_t *bmp, nlockers; in __dd_find()
399 for (mymap = bmp, i = 0; i < nlockers; i++, mymap += nentries) {
405 tmpmap = bmp + (nentries * j);
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregex2.h112 unsigned char bmp[NC_MAX / 8]; member
130 return (((cs->bmp[ch >> 3] & (1 << (ch & 7))) != 0) ^ in CHIN1()
155 return (((cs->bmp[ch >> 3] & (1 << (ch & 7))) != 0) ^ in CHIN()
H A Dregcomp.c885 cs->bmp['\n' >> 3] |= 1 << ('\n' & 7); in p_bracket()
1344 cs->bmp[ch >> 3] |= 1 << (ch & 7); in CHadd()
1357 cs->bmp[nch >> 3] |= 1 << (nch & 7); in CHadd()
1359 cs->bmp[nch >> 3] |= 1 << (nch & 7); in CHadd()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_io.c1113 iob_bits2str(mdb_iob_t *iob, u_longlong_t value, const mdb_bitmask_t *bmp, in iob_bits2str() argument
1120 if (bmp == NULL) in iob_bits2str()
1123 for (; bmp->bm_name != NULL; bmp++) { in iob_bits2str()
1124 if ((value & bmp->bm_mask) == bmp->bm_bits) { in iob_bits2str()
1125 width = strlen(bmp->bm_name) + delim; in iob_bits2str()
1135 mdb_iob_puts(iob, bmp->bm_name); in iob_bits2str()
1136 value &= ~bmp->bm_bits; in iob_bits2str()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_bookmark.c95 dsl_dataset_t *later_ds, zfs_bookmark_phys_t *bmp) in dsl_bookmark_lookup() argument
105 error = dsl_dataset_bmark_lookup(ds, shortname, bmp); in dsl_bookmark_lookup()
107 if (!dsl_dataset_is_before(later_ds, ds, bmp->zbm_creation_txg)) in dsl_bookmark_lookup()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli3.c2350 MATCHMAP *bmp; in emlxs_sli2_bde_setup() local
2369 if (!bmp) { in emlxs_sli2_bde_setup()
2373 sbp->bmp = bmp; in emlxs_sli2_bde_setup()
2374 bpl = (ULP_BDE64 *)bmp->virt; in emlxs_sli2_bde_setup()
2375 bp = bmp->phys; in emlxs_sli2_bde_setup()
2649 MATCHMAP *bmp; in emlxs_sli2_fct_bde_setup() local
2658 sbp->bmp = NULL; in emlxs_sli2_fct_bde_setup()
2678 if (!bmp) { in emlxs_sli2_fct_bde_setup()
2694 bpl = (ULP_BDE64 *)bmp->virt; in emlxs_sli2_fct_bde_setup()
2695 bp = bmp->phys; in emlxs_sli2_fct_bde_setup()
[all …]
H A Demlxs_fcp.c2242 if (sbp->bmp) { in emlxs_unregister_pkt()
2243 emlxs_mem_put(hba, MEM_BPL, (void *)sbp->bmp); in emlxs_unregister_pkt()
2244 sbp->bmp = 0; in emlxs_unregister_pkt()
3840 if (sbp->bmp) { in emlxs_iotag_flush()
3842 (void *)sbp->bmp); in emlxs_iotag_flush()
3843 sbp->bmp = 0; in emlxs_iotag_flush()
H A Demlxs_clock.c1341 MATCHMAP *bmp; in emlxs_tx_watchdog() local
H A Demlxs_sli4.c4567 sbp->bmp = NULL; in emlxs_sli4_prep_fcp_iocb()
4702 sbp->bmp = NULL; in emlxs_sli4_prep_els_iocb()
5033 sbp->bmp = NULL; in emlxs_sli4_prep_ct_iocb()
H A Demlxs_solaris.c2200 sbp->bmp = NULL; in emlxs_initialize_pkt()
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_txdma.c485 p_mblk_t nmp, bmp, tmp; in hxge_tx_pkt_nmblocks() local
493 bmp = mp; in hxge_tx_pkt_nmblocks()
505 bmp = nmp; in hxge_tx_pkt_nmblocks()
528 nmp = bmp; in hxge_tx_pkt_nmblocks()
590 bmp = nmp; in hxge_tx_pkt_nmblocks()
/illumos-gate/usr/src/boot/
H A DREADME.loader79 load -t splash_image_data /path/to/file.bmp
85 /path/to/file.bmp.
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_txdma.c778 p_mblk_t nmp, bmp, tmp; in nxge_tx_pkt_nmblocks() local
786 bmp = mp; in nxge_tx_pkt_nmblocks()
799 bmp = nmp; in nxge_tx_pkt_nmblocks()
825 nmp = bmp; in nxge_tx_pkt_nmblocks()
887 bmp = nmp; in nxge_tx_pkt_nmblocks()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h40 void *bmp; /* Save the buffer pointer */ member
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dmagic.tab1471 |name match *.bmp Bitmap Image image/bmp
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip.c7828 mblk_t *bmp; in ip_dlur_to_mhi() local
7853 (bmp = ill->ill_bcast_mp) != NULL) { in ip_dlur_to_mhi()
7857 dlur = (dl_unitdata_req_t *)bmp->b_rptr; in ip_dlur_to_mhi()
7885 mblk_t *bmp; in ip_mdata_to_mhi() local
7928 if ((bmp = ill->ill_bcast_mp) != NULL) { in ip_mdata_to_mhi()
7933 dlur = (dl_unitdata_req_t *)bmp->b_rptr; in ip_mdata_to_mhi()
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c181 #define SETELSBIT(bmp, els) (bmp)[((els) >> 3) & 0x1F] = \ argument
182 (uint8_t)((bmp)[((els) >> 3) & 0x1F] | ((uint8_t)1) << ((els) & 7))