Searched defs:bvp (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libtnf/
H A Dreader.c42 caddr_t p, genp, bvp; local
153 bvp = _tnf_get_slot_named(tnf, bhdr, TNF_N_BYTES_VALID);
154 tnf->block_bytes_valid_offset = bvp - (caddr_t)bhdr;
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dcache.c71 struct berval *bvp[2]; local
155 bvp[0] = &bv;
156 bvp[1] = NULL;
157 mods[i]->mod_bvalues = bvp;
H A Dcontrol.c449 struct berval *bvp; local
452 bvp = NULL;
455 rc = ber_flatten( ber, &bvp );
467 if ( bvp != NULL ) {
468 ber_bvfree( bvp );
477 if ( bvp != NULL ) {
478 ber_bvfree( bvp );
483 if ( bvp == NULL ) {
487 (*ctrlp)->ldctl_value = *bvp; /* struct copy */
488 NSLDAPI_FREE( bvp ); /* fre
[all...]
/illumos-gate/usr/src/cmd/ldap/common/
H A Dfileurl.c48 static int berval_from_file( const char *path, struct berval *bvp,
215 * Populate *bvp from "value" of length "vlen."
225 * If successful, LDAPTOOL_FILEURL_SUCCESS is returned and bvp->bv_len
226 * and bvp->bv_val are set (the latter is set to malloc'd memory).
231 struct berval *bvp, int recognize_url_syntax, int always_try_file,
296 rc = berval_from_file( path, bvp, reporterrs );
308 rc = berval_from_file( value, bvp, reporterrs );
310 bvp->bv_len = vlen;
311 if (( bvp->bv_val = (char *)malloc( vlen + 1 )) == NULL ) {
315 SAFEMEMCPY( bvp
230 ldaptool_berval_from_ldif_value( const char *value, int vlen, struct berval *bvp, int recognize_url_syntax, int always_try_file, int reporterrs ) argument
359 berval_from_file( const char *path, struct berval *bvp, int reporterrs ) argument
[all...]
H A Dldapmodify.c910 struct berval *bvp; local
959 if (( bvp = (struct berval *)malloc( sizeof( struct berval )))
964 pmods[ i ]->mod_bvalues[ j ] = bvp;
971 rc = ldaptool_berval_from_ldif_value( value, vlen, bvp,
989 struct berval *bvp; local
1005 bvp = pmods[ i ]->mod_bvalues[ j ];
1008 notascii = !ldaptool_berval_is_ascii( bvp );
1011 printf( gettext("\tNOT ASCII (%ld bytes)\n"), bvp->bv_len );
1013 printf( "\t%s\n", bvp->bv_val );
/illumos-gate/usr/src/lib/libkmf/ber_der/common/
H A Ddecode.c511 struct berval ***bv, **bvp, *bval; local
566 bvp = va_arg(ap, struct berval **);
567 rc = ber_get_bigint(ber, bvp);
570 bvp = va_arg(ap, struct berval **);
571 rc = kmfber_get_stringal(ber, bvp);
717 bvp = va_arg(ap, struct berval **);
718 kmfber_bvfree(*bvp);
719 bvp = NULL;
/illumos-gate/usr/src/lib/libldap5/sources/ldap/ber/
H A Ddecode.c437 struct berval ***bv, **bvp, *bval; local
495 bvp = va_arg( ap, struct berval ** );
496 rc = ber_get_stringal( ber, bvp );
640 bvp = va_arg( ap, struct berval ** );
641 ber_bvfree(*bvp);
642 bvp = NULL;
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vfsops.c1380 struct vnode *bvp, *vp; local
1624 bvp = ufsvfsp->vfs_devvp;
1669 (void) VOP_PUTPAGE(common_specvp(bvp), (offset_t)0, (size_t)0,
1671 (void) VOP_CLOSE(bvp, flag, 1, (offset_t)0, cr, NULL);
1674 VN_RELE(bvp);
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vfsops.c1345 struct vnode *bvp; local
1368 bvp = lvp;
1370 bvp = svp;
1372 if (bvp->v_type != VBLK) {
1377 if ((error = secpolicy_spec_open(cr, bvp, FREAD)) != 0)
1388 (void) VOP_GETATTR(bvp, &vap, 0, CRED(), NULL);
1391 dev = *pdev = bvp->v_rdev;
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vfsops.c326 struct vnode *bvp, *rvp; local
345 bvp = udf_vfsp->udf_devvp;
382 (void) VOP_PUTPAGE(bvp, (offset_t)0, (uint32_t)0, B_INVAL, cr, NULL);
383 (void) VOP_CLOSE(bvp, flag, 1, (offset_t)0, cr, NULL);
386 VN_RELE(bvp);
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c1114 struct vnode *bvp; local
1315 FOLLOW, NULL, &bvp) == 0) {
1530 lookupname(uap->spec, fromspace, FOLLOW, NULL, &bvp) == 0) {
1554 bdev = bvp->v_rdev;
1555 VN_RELE(bvp);
1559 VN_RELE(bvp);
1821 VN_RELE(bvp);

Completed in 121 milliseconds