Searched refs:nb (Results 101 - 110 of 110) sorted by relevance

12345

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bn/
H A Dbn_lcl.h461 void bn_mul_normal(BN_ULONG *r,BN_ULONG *a,int na,BN_ULONG *b,int nb);
/opensolaris-onvv-gate/usr/src/uts/common/io/lvm/stripe/
H A Dstripe.c1052 u_longlong_t nb; local
1072 nb = ldbtob(nblk);
1075 more = md_mapbuf(un, (diskaddr_t)blkno, nb, bp, &mdc);
1089 nb -= bp->b_bcount;
/opensolaris-onvv-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c4075 same_addr(struct netbuf *na, struct netbuf *nb) argument
4080 assert(na->buf != NULL && nb->buf != NULL);
4082 if (na->len != nb->len) {
4087 b = nb->buf;
4088 n = nb->len;
/opensolaris-onvv-gate/usr/src/uts/common/fs/ufs/
H A Dufs_alloc.c1946 * Find a cg with as close to nb contiguous bytes as possible
1953 contigpref(ufsvfs_t *ufsvfsp, size_t nb, size_t minb) argument
1956 daddr_t nblk = lblkno(fs, blkroundup(fs, nb));
/opensolaris-onvv-gate/usr/src/cmd/troff/
H A Dn7.c99 if (nb)
/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dasy.c2679 int nb; local
2907 nb = async->async_break;
2912 for (; nb > 0; nb--)
/opensolaris-onvv-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_hba.c5721 struct scsi_hba_barrier *nb; local
5730 nb = kmem_alloc(sizeof (struct scsi_hba_barrier), KM_SLEEP);
5737 nb->barrier_next = *bp;
5738 nb->barrier_endtime = endtime;
5739 nb->barrier_probe = probe;
5740 *bp = nb;
/opensolaris-onvv-gate/usr/src/common/mpi/
H A Dmpi.c2883 /* {{{ s_mp_alloc(nb, ni, kmflag) */
2886 /* Allocate ni records of nb bytes each, and return a pointer to that */
2887 void *s_mp_alloc(size_t nb, size_t ni, int kmflag) argument
2891 return kmem_zalloc(nb * ni, kmflag);
2893 return calloc(nb, ni);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/LangTags/
H A DList.pm1180 =item {nb} : Norwegian Bokmal
/opensolaris-onvv-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c14757 char *nb; local
14774 nb = safe_malloc(max_scf_name_len + 1);
14777 if (scf_snapshot_get_name(snap, nb, max_scf_name_len + 1) < 0)
14780 (void) puts(nb);
14785 free(nb);

Completed in 293 milliseconds

12345