Searched refs:bmp (Results 1 - 12 of 12) sorted by relevance

/osnet-11/usr/src/lib/librdc/common/
H A Drdcrules.h35 extern int bitmap_in_use(int cmd, char *hostp, char *bmp);
38 extern int can_reconfig_pbmp(rdcconfig_t *rdc, char *bmp);
39 extern int can_reconfig_sbmp(rdcconfig_t *rdc, char *bmp);
H A Drdcrules.c78 bitmap_in_use(int cmd, char *hostp, char *bmp) argument
128 if ((strcmp(bmp, mas) == 0) ||
129 (strcmp(bmp, sha) == 0) ||
130 (strcmp(bmp, bit) == 0) ||
131 (strcmp(bmp, ovr) == 0)) {
134 "Point-in-Time Copy", bmp);
156 if ((strcmp(bmp, pri) == 0) ||
157 (strcmp(bmp, bit) == 0)) {
161 bmp, RDC_NAME_DU_JOUR);
168 if ((strcmp(bmp, se
503 can_reconfig_pbmp(rdcconfig_t *rdc, char *bmp) argument
512 can_reconfig_sbmp(rdcconfig_t *rdc, char *bmp) argument
[all...]
H A Drdcpersist.c79 char *vol, *bmp, *host1, *host2; local
96 bmp = strtok(NULL, " ");
102 bmp = strtok(NULL, " ");
120 volcount = (volcount_t *)nsc_lookup(volhash, bmp);
127 nsc_insert_node(volhash, volcount, bmp);
185 char bmp[NSC_MAXPATH]; local
191 strncpy(bmp, rdc->pbmp, NSC_MAXPATH);
194 strncpy(bmp, rdc->sbmp, NSC_MAXPATH);
200 if ((stat(vol, &stbv) != 0) || (stat(bmp, &stbb) != 0))
210 strncpy(svcb.svc_path, bmp, sizeo
267 char bmp[NSC_MAXPATH]; local
310 char bmp[NSC_MAXPATH]; local
[all...]
/osnet-11/usr/src/cmd/sendmail/db/lock/
H A Dlock_deadlock.c192 __dd_build(dbenv, bmp, nlockers, idmap)
194 u_int32_t **bmp, *nlockers;
382 *bmp = bitmap;
388 __dd_find(bmp, idmap, nlockers)
389 u_int32_t *bmp, nlockers;
399 for (mymap = bmp, i = 0; i < nlockers; i++, mymap += nentries) {
405 tmpmap = bmp + (nentries * j);
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/platform-mem/common/
H A Dmem_mdesc.c266 mem_bank_map_t *bmp, **banklist; local
358 bmp = topo_mod_zalloc(mod, sizeof (mem_bank_map_t));
359 bmp->bm_next = mem->mem_bank;
360 mem->mem_bank = bmp;
361 bmp->bm_mask = mask;
362 bmp->bm_match = match;
368 bmp->bm_shift = mem_log2(n);
371 *(banklist+idx) = bmp;
380 dlp->dl_next = bmp->bm_dlist;
381 bmp
[all...]
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Ddir.c723 u8 *index_end, *bmp = NULL; local
909 bmp = (u8*)malloc(bmp_buf_size);
910 if (!bmp) {
915 br = ntfs_attr_pread(bmp_na, bmp_pos >> 3, bmp_buf_size, bmp);
925 while (!(bmp[bmp_buf_pos >> 3] & (1 << (bmp_buf_pos & 7)))) {
938 br = ntfs_attr_pread(bmp_na, bmp_pos >> 3, bmp_buf_size, bmp);
1034 free(bmp);
1052 free(bmp);
H A Dindex.c872 u8 bmp[8]; local
881 memset(bmp, 0, sizeof(bmp));
883 bmp, sizeof(bmp))) {
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dntfs.c784 char *cur_pos, *indx, *bmp; local
798 bmp = NULL;
845 bmp = grub_malloc (bitmap_len);
846 if (bmp == NULL)
851 grub_memcpy (bmp, (char *) (cur_pos + u16at (cur_pos, 0x14)),
856 if (read_data (at, cur_pos, bmp, 0, bitmap_len, 0, 0))
865 bitmap = (unsigned char *) bmp;
922 grub_free (bmp);
/osnet-11/usr/src/lib/libpkg/common/
H A Dp12lib.c2296 ASN1_BMPSTRING *bmp = NULL; local
2300 /* Convert the character to the bmp format. */
2318 bmp = M_ASN1_BMPSTRING_new();
2319 if (bmp == NULL) {
2325 bmp->data = uni;
2326 bmp->length = unilen;
2328 return (bmp);
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dattrib.h268 BITMAP_ATTR bmp; member in union:__anon2035
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dmkntfs.c2049 u8 bmp[8]; local
2087 memset(bmp, 0, sizeof(bmp));
2088 ntfs_bit_set(bmp, 0ULL, 1);
2090 err = add_attr_bitmap(m, name, name_len, ic, bmp, sizeof(bmp));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DHtml.pm1240 for my $ext (qw[.png .gif .jpeg .jpg .tga .pcl .bmp]) {

Completed in 88 milliseconds