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

12345

/opensolaris-onvv-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_server.c196 #define NFSLOG_COPY_NETBUF(exi, xprt, nb) { \
197 (nb)->maxlen = (xprt)->xp_rtaddr.maxlen; \
198 (nb)->len = (xprt)->xp_rtaddr.len; \
199 (nb)->buf = kmem_alloc((nb)->len, KM_SLEEP); \
200 bcopy((xprt)->xp_rtaddr.buf, (nb)->buf, (nb)->len); \
1497 struct netbuf nb; local
1767 NFSLOG_COPY_NETBUF(nfslog_exi, xprt, &nb);
1807 cr, &nb, nfslog_rec_i
[all...]
H A Dnfs4_srv_deleg.c463 struct netbuf nb; local
543 nb.maxlen = nb.len = size;
544 nb.buf = (char *)taddr;
546 if (clnt_tli_kcreate(&knc, &nb, cbp->cb_callback.cb_program,
/opensolaris-onvv-gate/usr/src/lib/krb5/plugins/kdb/db2/
H A Dkdb_db2.c826 int nb, fd; local
860 nb = read(fd, buf, BUFSIZ);
861 if (nb < 0) {
866 for (j = 0; j < nb; j++) {
873 j = nb;
876 nb = write(fd, zbuf, j);
877 if (nb < 0) {
883 pos += nb;
/opensolaris-onvv-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c4795 long nb; local
4807 nb = ip->di_db[bn];
4808 return (nullblk(nb) ? 0L : nb);
4825 nb = get(LONG);
4826 if (nb == 0)
4830 addr = (nb << FRGSHIFT) + ((bn / sh) % NINDIR(fs)) * LONG;
4831 if (nullblk(nb = get(LONG)))
4834 return (nb);
4952 int nb; local
5134 log_read_log(u_offset_t *addr, caddr_t va, int nb, uint32_t *chk) argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Ddeflate.c63 static void z_free __P((void *, void *ptr, u_int nb));
/opensolaris-onvv-gate/usr/src/cmd/ldap/common/
H A Dldapmodify.c137 fprintf( stderr, gettext(" -l nb-connections\tnumber of LDAP connections\n"));
1036 unsigned int nb = 0; local
1063 ++nb;
1064 if (nb >= nbthreads)
1071 nb = nbthreads; /* last chance */
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Locale/
H A DLanguage.pm235 nb:Norwegian Bokmal
H A DScript.pm258 nb:nbb:401:Linear B
/opensolaris-onvv-gate/usr/src/lib/libast/common/port/
H A Dlc.tab109 nb norwegian-bokmal nob
235 no norway nb|no|nn
/opensolaris-onvv-gate/usr/src/uts/intel/io/intel_nb5000/
H A Dnb_log.h186 } nb; member in struct:nb_regs
/opensolaris-onvv-gate/usr/src/uts/common/vm/
H A Dseg_kmem.c684 size_t nb; local
697 nb = sizeof (page_t *) * npages;
707 kmem_free(pplist, nb);
713 pplist = kmem_alloc(nb, KM_NOSLEEP);
724 kmem_free(pplist, nb);
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmain.c235 static int record_write __P((FILE *, int code, u_char *buf, int nb,
2898 record_write(f, code, buf, nb, tp)
2902 int nb;
2926 (void) putc(nb >> 8, f);
2927 (void) putc(nb, f);
2928 (void) fwrite(buf, nb, 1, f);
/opensolaris-onvv-gate/usr/src/common/bzip2/
H A Dbzlib.c851 Int32 nb, na, mid; local
852 nb = 0;
855 mid = (nb + na) >> 1;
856 if (indx >= cftab[mid]) nb = mid; else na = mid;
858 while (na - nb != 1);
859 return nb;
/opensolaris-onvv-gate/usr/src/cmd/troff/
H A Dn1.c264 copyf = lgf = nb = nflush = nlflg = 0;
297 nb++;
H A Dtdef.h496 #define nb env._nb macro
/opensolaris-onvv-gate/usr/src/cmd/truss/
H A Dprint.c90 #define GROW(nb) if (pri->sys_leng + (nb) >= pri->sys_ssize) grow(pri, (nb))
576 int nb = nbyte > IOBSIZE? IOBSIZE : (int)nbyte; local
578 if (Pread(Proc, buffer, (size_t)nb, (long)val) != nb)
582 showbytes(buffer, nb, pri->iob_buf + 1);
584 (nb == nbyte)?
/opensolaris-onvv-gate/usr/src/lib/libnsl/nss/
H A Dnetdir_inet.c2833 struct netbuf nb; local
2844 nb.buf = (char *)&sin6;
2845 nb.len = sizeof (sin6);
2852 nb.buf = (char *)&sin4;
2853 nb.len = sizeof (sin4);
2856 nb.maxlen = nb.len;
2858 uaddr = taddr2uaddr(nc, &nb);
/opensolaris-onvv-gate/usr/src/uts/common/sys/fs/
H A Dufs_log.h467 #define DATAwithinCRB(mof, nb, crb) \
468 (WITHIN((mof), (nb), (crb)->c_mof, (crb)->c_nb))
/opensolaris-onvv-gate/usr/src/uts/common/io/lvm/softpart/
H A Dsp.c1689 sp_ext_length_t nb; local
1709 nb = (sp_ext_length_t)dbtob(nblk);
1712 more = sp_mapbuf(un, (sp_ext_offset_t)blkno, nb, bp);
1719 nb -= bp->b_bcount;
/opensolaris-onvv-gate/usr/src/grub/grub-0.97/stage2/
H A Dgunzip.c946 unsigned nb; /* number of bit length codes */ local
965 nb = 4 + ((unsigned) b & 0xf); /* number of bit length codes */
974 for (j = 0; j < nb; j++)
/opensolaris-onvv-gate/usr/src/lib/libc/port/stdio/
H A Ddoscan.c664 char *nb = buffer; local
668 file_to_decimal(&nb, len, lc, &dr, &form, &echar, iop, &nread);
674 if (nb != buffer + nread)
/opensolaris-onvv-gate/usr/src/lib/passwdutil/
H A Dldap_attr.c59 char nb[MAX_INT_LEN]; \
60 if (snprintf(nb, MAX_INT_LEN, "%d", (from)) >= MAX_INT_LEN) \
62 STRDUP_OR_RET(to, nb); \
/opensolaris-onvv-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_util.c578 smb_netmatch(struct netbuf *nb, char *name) argument
590 if (nb->len != sizeof (struct sockaddr_in))
595 &((struct sockaddr_in *)nb->buf)->sin_addr.s_addr,
/opensolaris-onvv-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dutilities.c2650 log_setsum(int32_t *sp, int32_t *lp, int nb) argument
2655 nb /= sizeof (int32_t);
2656 while (nb--)
2662 log_checksum(int32_t *sp, int32_t *lp, int nb) argument
2666 log_setsum(sp, lp, nb);
/opensolaris-onvv-gate/usr/src/cmd/rpcbind/
H A Drpcb_svc_com.c601 struct netbuf *nb; local
602 nb = &xprt->xp_ltaddr;
603 sin = (struct sockaddr_in *)nb->buf;

Completed in 655 milliseconds

12345