/illumos-gate/usr/src/uts/intel/io/intel_nb5000/ |
H A D | intel_nb5000.c | 103 ferr_fat_fbd = rp->nb.fat_fbd_regs.ferr_fat_fbd; in fat_memory_error() 106 intel_fat_fbd_err(rp->nb.fat_fbd_regs.nerr_fat_fbd); in fat_memory_error() 127 nrecmema = rp->nb.fat_fbd_regs.nrecmema; in fat_memory_error() 128 nrecmemb = rp->nb.fat_fbd_regs.nrecmemb; in fat_memory_error() 246 ferr_nf_fbd = rp->nb.nf_fbd_regs.ferr_nf_fbd; in nf_memory_error() 268 recmema = rp->nb.nf_fbd_regs.recmema; in nf_memory_error() 269 recmemb = rp->nb.nf_fbd_regs.recmemb; in nf_memory_error() 282 recmema = rp->nb.nf_fbd_regs.recmema; in nf_memory_error() 283 recmemb = rp->nb.nf_fbd_regs.recmemb; in nf_memory_error() 294 recmema = rp->nb.nf_fbd_regs.recmema; in nf_memory_error() [all …]
|
/illumos-gate/usr/src/lib/libc/port/locale/ |
H A D | utf8.c | 208 size_t nb; in _UTF8_mbsnrtowcs() local 231 nb = 1; in _UTF8_mbsnrtowcs() 232 } else if ((nb = _UTF8_mbrtowc(&wc, s, nms, ps, in _UTF8_mbsnrtowcs() 236 } else if (nb == 0 || nb == (size_t)-2) { in _UTF8_mbsnrtowcs() 239 s += nb; in _UTF8_mbsnrtowcs() 240 nms -= nb; in _UTF8_mbsnrtowcs() 262 nb = 1; in _UTF8_mbsnrtowcs() 263 } else if ((nb = _UTF8_mbrtowc(dst, s, nms, ps, B_FALSE)) == in _UTF8_mbsnrtowcs() 267 } else if (nb == (size_t)-2) { in _UTF8_mbsnrtowcs() 270 } else if (nb == 0) { in _UTF8_mbsnrtowcs() [all …]
|
H A D | wcsnrtombs.c | 66 size_t nb; in __wcsnrtombs_std() local 73 if ((nb = pwcrtomb(buf, *s, ps)) == (size_t)-1) in __wcsnrtombs_std() 77 return (nbytes + nb - 1); in __wcsnrtombs_std() 79 nbytes += nb; in __wcsnrtombs_std() 87 if ((nb = pwcrtomb(dst, *s, ps)) == (size_t)-1) { in __wcsnrtombs_std() 100 if ((nb = pwcrtomb(buf, *s, ps)) == (size_t)-1) { in __wcsnrtombs_std() 104 if (nb > (int)len) { in __wcsnrtombs_std() 109 (void) memcpy(dst, buf, nb); in __wcsnrtombs_std() 113 return (nbytes + nb - 1); in __wcsnrtombs_std() 116 dst += nb; in __wcsnrtombs_std() [all …]
|
H A D | mbsnrtowcs.c | 64 size_t nb; in __mbsnrtowcs_std() local 71 if ((nb = pmbrtowc(&wc, s, nms, ps, B_FALSE)) == in __mbsnrtowcs_std() 75 } else if (nb == 0 || nb == (size_t)-2) { in __mbsnrtowcs_std() 78 s += nb; in __mbsnrtowcs_std() 79 nms -= nb; in __mbsnrtowcs_std() 86 if ((nb = pmbrtowc(dst, s, nms, ps, B_FALSE)) == (size_t)-1) { in __mbsnrtowcs_std() 89 } else if (nb == (size_t)-2) { in __mbsnrtowcs_std() 92 } else if (nb == 0) { in __mbsnrtowcs_std() 96 s += nb; in __mbsnrtowcs_std() 97 nms -= nb; in __mbsnrtowcs_std()
|
/illumos-gate/usr/src/uts/common/fs/ufs/ |
H A D | ufs_bmap.c | 213 daddr_t ob, nb, tbn; in bmap_read() local 255 nb = ip->i_ib[NIADDR - j]; in bmap_read() 256 if (nb == 0) { in bmap_read() 265 ob = nb; in bmap_read() 278 nb = bap[i]; in bmap_read() 279 if (nb == 0) { in bmap_read() 317 daddr_t ob, nb, pref, lbn, llbn, tbn; in bmap_write() local 399 &nb, cr); in bmap_write() 405 ASSERT(!ufs_badblock(ip, nb)); in bmap_write() 413 TRANS_MATA_ALLOC(ufsvfsp, ip, nb, bsize, 0); in bmap_write() [all …]
|
H A D | lufs_log.c | 352 inval_range(ml_unit_t *ul, cirbuf_t *cb, off_t lof, off_t nb) in inval_range() argument 355 off_t elof = lof + nb; in inval_range() 486 size_t nb; in alloc_rdbuf() local 509 while ((nb = bufsize) != 0) { in alloc_rdbuf() 510 if (nb > blksize) in alloc_rdbuf() 511 nb = blksize; in alloc_rdbuf() 517 bp->b_bufsize = nb; in alloc_rdbuf() 526 bufsize -= nb; in alloc_rdbuf() 527 va += nb; in alloc_rdbuf() 739 storebuf(ml_unit_t *ul, buf_t *bp, caddr_t va, size_t nb) in storebuf() argument [all …]
|
H A D | lufs_map.c | 220 off_t nb, in deltamap_add() argument 235 for (hnb = 0; nb; nb -= hnb, mof += hnb) { in deltamap_add() 237 if (hnb > nb) in deltamap_add() 238 hnb = nb; in deltamap_add() 337 deltamap_remove(mt_map_t *mtm, offset_t mof, off_t nb) in deltamap_remove() argument 351 for (mer = NULL, hnb = 0; nb; nb -= hnb, mof += hnb) { in deltamap_remove() 353 if (hnb > nb) in deltamap_remove() 354 hnb = nb; in deltamap_remove() 385 deltamap_del(mt_map_t *mtm, offset_t mof, off_t nb) in deltamap_del() argument 390 menext = deltamap_remove(mtm, mof, nb); in deltamap_del() [all …]
|
H A D | lufs_debug.c | 95 top_mataadd(ufsvfs_t *ufsvfsp, offset_t mof, off_t nb) in top_mataadd() argument 100 deltamap_add(ul->un_matamap, mof, nb, 0, 0, 0, NULL); in top_mataadd() 107 top_matadel(ufsvfs_t *ufsvfsp, offset_t mof, off_t nb) in top_matadel() argument 112 ASSERT(!matamap_overlap(ul->un_deltamap, mof, nb)); in top_matadel() 113 deltamap_del(ul->un_matamap, mof, nb); in top_matadel() 191 off_t nb, in top_delta_debug() argument 202 matamap_within(ul->un_matamap, mof, nb)); in top_delta_debug() 219 if (!matamap_within(ul->un_deltamap, mof, nb)) in top_delta_debug() 223 if (!matamap_within(ul->un_deltamap, mof, nb)) in top_delta_debug() 224 tp->rsize += nb + sizeof (struct delta); in top_delta_debug() [all …]
|
H A D | lufs_top.c | 59 off_t nb, in top_delta() argument 68 ASSERT(nb); in top_delta() 70 top_delta_debug(ul, mof, nb, dtyp)); in top_delta() 72 deltamap_add(ul->un_deltamap, mof, nb, dtyp, func, arg, tp); in top_delta() 84 top_cancel(ufsvfs_t *ufsvfsp, offset_t mof, off_t nb, int flags) in top_cancel() argument 90 ASSERT(nb); in top_cancel() 93 top_delta_debug(ul, mof, nb, DT_CANCEL))); in top_cancel() 96 deltamap_del(ul->un_deltamap, mof, nb); in top_cancel() 98 logmap_cancel(ul, mof, nb, metadata); in top_cancel() 110 top_iscancel(ufsvfs_t *ufsvfsp, offset_t mof, off_t nb) in top_iscancel() argument [all …]
|
H A D | lufs.c | 185 setsum(int32_t *sp, int32_t *lp, int nb) in setsum() argument 190 nb /= sizeof (int32_t); in setsum() 191 while (nb--) in setsum() 197 checksum(int32_t *sp, int32_t *lp, int nb) in checksum() argument 201 setsum(sp, lp, nb); in checksum() 274 size_t nb; in lufs_snarf() local 316 nb = (size_t)(sizeof (ic_extent_block_t) + in lufs_snarf() 318 nebp = kmem_alloc(nb, KM_SLEEP); in lufs_snarf() 340 kmem_free(nebp, nb); in lufs_snarf() 376 kmem_free(nebp, nb); in lufs_snarf() [all …]
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/talk/ |
H A D | io.c | 63 int read_set, nb; in talk() local 87 nb = select(32, (fd_set *)&read_set, 0, 0, &wait); in talk() 89 if (nb <= 0) { in talk() 107 nb = read(sockt, buf, sizeof (buf)); in talk() 109 if (nb <= 0) { in talk() 114 display(&rem_win, buf, nb); in talk() 125 ioctl(0, FIONREAD, (struct sgttyb *)&nb); in talk() 126 nb = read(0, buf, nb); in talk() 127 display(&my_win, buf, nb); in talk() 128 write(sockt, buf, nb); in talk()
|
/illumos-gate/usr/src/lib/libsmbfs/smb/ |
H A D | nb.c | 71 struct nb_ctx *nb = ctx->ct_nb; in smb_ctx_setnbflags() local 73 if (nb == NULL) in smb_ctx_setnbflags() 76 nb_ctx_setnbflags(nb, ns_ena, bc_ena); in smb_ctx_setnbflags() 86 struct nb_ctx *nb = ctx->ct_nb; in smb_ctx_setwins() local 88 if (nb == NULL) in smb_ctx_setwins() 91 return (nb_ctx_setwins(nb, wins1, wins2)); in smb_ctx_setwins() 100 struct nb_ctx *nb = ctx->ct_nb; in smb_ctx_setscope() local 102 if (nb == NULL) in smb_ctx_setscope() 105 return (nb_ctx_setscope(nb, scope)); in smb_ctx_setscope() 133 nb_ctx_setnbflags(struct nb_ctx *nb, int ns_ena, int bc_ena) in nb_ctx_setnbflags() argument [all …]
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | pppdump.c | 101 int nb, c2; local 117 nb = 0; 125 if (nb >= 16) { 127 for (k = 0; k < nb; ++k) { 132 nb = 0; 134 buf[nb++] = c; 156 for (k = nb; k < 16; ++k) 159 for (k = 0; k < nb; ++k) { 245 int nb, nl, dn, proto, rv; local 285 nb = pkt->cnt; [all …]
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_ufs.c | 171 grub_daddr32_t nb, blkno; in sbmap() local 192 nb = INODE->ic_ib[level]; in sbmap() 193 if (nb == 0) { in sbmap() 196 if (indirblk0 != nb) { in sbmap() 198 blkno = fsbtodb(SUPERBLOCK, nb); in sbmap() 202 indirblk0 = nb; in sbmap() 206 nb = INDIRBLK0[index]; in sbmap() 210 if (indirblk1 != nb) { in sbmap() 211 blkno = fsbtodb(SUPERBLOCK, nb); in sbmap() 215 indirblk1 = nb; in sbmap() [all …]
|
/illumos-gate/usr/src/uts/common/sys/fs/ |
H A D | ufs_trans.h | 236 #define TRANS_DELTA(ufsvfsp, mof, nb, dtyp, func, arg) \ argument 238 top_delta(ufsvfsp, (offset_t)(mof), nb, dtyp, func, arg) 243 #define TRANS_CANCEL(ufsvfsp, mof, nb, flags) \ argument 245 top_cancel(ufsvfsp, (offset_t)(mof), nb, flags) 249 #define TRANS_LOG(ufsvfsp, va, mof, nb, buf, bufsz) \ argument 251 top_log(ufsvfsp, va, (offset_t)(mof), nb, buf, bufsz) 255 #define TRANS_ISCANCEL(ufsvfsp, mof, nb) \ argument 257 top_iscancel(ufsvfsp, (offset_t)(mof), nb) : 0) 274 #define TRANS_BUF(ufsvfsp, vof, nb, bp, type) \ argument 276 ldbtob(bp->b_blkno) + (offset_t)(vof), nb, type, \ [all …]
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/ |
H A D | strvcmp.c | 35 register unsigned long nb; in strvcmp() local 41 na = nb = 0; in strvcmp() 45 nb = nb * 10 + *b++ - '0'; in strvcmp() 46 if (na < nb) in strvcmp() 48 if (na > nb) in strvcmp()
|
H A D | strnvcmp.c | 37 register unsigned long nb; in strnvcmp() local 53 na = nb = 0; in strnvcmp() 57 nb = nb * 10 + *b++ - '0'; in strnvcmp() 58 if (na < nb) in strnvcmp() 60 if (na > nb) in strnvcmp()
|
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | db_entry.cc | 91 copy_entry(entry_object * old, entry_object *nb) in copy_entry() argument 100 nb->en_type = NULL; in copy_entry() 102 nb->en_type = strdup(old->en_type); in copy_entry() 103 if (nb->en_type == NULL) in copy_entry() 112 nb->en_cols.en_cols_val = NULL; in copy_entry() 116 if (nb->en_type) in copy_entry() 117 delete nb->en_type; in copy_entry() 128 if (nb->en_type) in copy_entry() 129 delete nb->en_type; in copy_entry() 142 nb->en_cols.en_cols_len = num_cols; in copy_entry() [all …]
|
/illumos-gate/usr/src/cmd/fm/eversholt/files/i386/i86pc/ |
H A D | intel.esc | 226 event ereport.cpu.intel.nb.mem_ue@motherboard/memory-controller{within(12s)}; 227 event ereport.cpu.intel.nb.ddr2_mem_ue@ 229 event ereport.cpu.intel.nb.fbd.ma@motherboard/memory-controller{within(12s)}; 241 ereport.cpu.intel.nb.mem_ue@motherboard/memory-controller, 242 ereport.cpu.intel.nb.ddr2_mem_ue@motherboard/memory-controller, 243 ereport.cpu.intel.nb.fbd.ma@motherboard/memory-controller; 248 ereport.cpu.intel.nb.mem_ue@motherboard/memory-controller, 249 ereport.cpu.intel.nb.ddr2_mem_ue@motherboard/memory-controller, 250 ereport.cpu.intel.nb.fbd.ma@motherboard/memory-controller; 255 ereport.cpu.intel.nb.mem_ue@motherboard/memory-controller, [all …]
|
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/ |
H A D | bt_overflow.c | 89 size_t nb, plen; local 113 for (p = *buf;; p = (char *)p + nb, pg = h->nextpg) { 117 nb = MIN(sz, plen); 118 memmove(p, (char *)h + BTDATAOFF, nb); 121 if ((sz -= nb) == 0) 147 size_t nb, plen; local 165 nb = MIN(sz, plen); 166 memmove((char *)h + BTDATAOFF, p, nb); 174 if ((sz -= nb) == 0) {
|
/illumos-gate/usr/src/cmd/tbl/ |
H A D | t3.c | 47 char line[200], *cp, nb[25], *t; in getcomm() local 75 t=nb; in getcomm() 83 if (nb[0]) in getcomm() 84 *(lp->optadd) = nb[0]; in getcomm() 87 printf(".nr %d %s\n", LSIZE, nb); in getcomm() 90 delim1 = nb[0]; in getcomm() 91 delim2 = nb[1]; in getcomm()
|
/illumos-gate/usr/src/lib/libmalloc/common/ |
H A D | malloc.c | 312 size_t nb; /* size of entire block we need */ in malloc_unlocked() local 373 nb = (nbytes + grain - 1) / grain * grain; in malloc_unlocked() 374 holdblk = holdhead[nb / grain]; in malloc_unlocked() 375 nb = nb + MINHEAD; in malloc_unlocked() 399 holdhead[(nb-MINHEAD) / grain] = in malloc_unlocked() 402 } else if (((char *)holdblk->unused + nb) < in malloc_unlocked() 403 ((char *)holdblk + HOLDSZ(nb))) { in malloc_unlocked() 405 ((char *)holdblk->unused+nb); in malloc_unlocked() 409 ((char *)holdblk->unused+nb); in malloc_unlocked() 411 holdhead[(nb-MINHEAD)/grain] = in malloc_unlocked() [all …]
|
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/ |
H A D | nfs_resolve.c | 131 struct netbuf *nb = NULL; in get_nfs4ref_info() local 211 struct netbuf *nb; in resolve_netconf() local 261 nb = get_server_addr(host, NFS_PROGRAM, nfsver, in resolve_netconf() 271 return (nb); in resolve_netconf() 349 struct netbuf *nb = NULL; in get_server_addr() local 366 nb = (struct netbuf *)malloc(sizeof (struct netbuf)); in get_server_addr() 367 if (nb == NULL) { in get_server_addr() 371 nb->buf = (char *)malloc(tbind->addr.maxlen); in get_server_addr() 372 if (nb->buf == NULL) { in get_server_addr() 374 free(nb); in get_server_addr() [all …]
|
/illumos-gate/usr/src/cmd/mdb/common/modules/nfs/ |
H A D | common.c | 138 common_netbuf_str(struct netbuf *nb) in common_netbuf_str() argument 142 in = mdb_alloc(nb->len + 1, UM_SLEEP | UM_GC); in common_netbuf_str() 143 if (mdb_vread(in, nb->len, (uintptr_t)nb->buf) == -1) in common_netbuf_str() 146 if (nb->len < sizeof (struct sockaddr_in)) { in common_netbuf_str() 147 ((char *)in)[nb->len] = '\0'; in common_netbuf_str() 166 (nb->len >= sizeof (struct sockaddr_in6))) { in common_netbuf_str() 182 ((char *)in)[nb->len] = '\0'; in common_netbuf_str()
|
/illumos-gate/usr/src/cmd/ypcmd/ |
H A D | ypserv_resolv.c | 208 struct netbuf *nb; in getprognum() local 248 nb = &(*xprt)->xp_ltaddr; in getprognum() 250 while (!rpcb_set(start, vers, nc, nb)) in getprognum() 301 struct netbuf *nb; in resolv_req() local 342 nb = svc_getrpccaller(xprt); in resolv_req() 343 if (nb != 0) in resolv_req() 344 caller_af = ((struct sockaddr_storage *)nb->buf)->ss_family; in resolv_req() 350 sin6 = (struct sockaddr_in6 *)nb->buf; in resolv_req() 358 sin4 = (struct sockaddr_in *)nb->buf; in resolv_req()
|