/titanic_51/usr/src/lib/libsqlite/src/ |
H A D | printf.c | 609 register int nspace; in vxprintf() local 610 nspace = width-length; in vxprintf() 611 if( nspace>0 ){ in vxprintf() 612 count += nspace; in vxprintf() 613 while( nspace>=etSPACESIZE ){ in vxprintf() 615 nspace -= etSPACESIZE; in vxprintf() 617 if( nspace>0 ) (*func)(arg,spaces,nspace); in vxprintf() 625 register int nspace; in vxprintf() local 626 nspace in vxprintf() [all...] |
/titanic_51/usr/src/uts/i86pc/cpu/generic_cpu/ |
H A D | gcpu_mca.c | 362 enum gcpu_mn_namespace nspace) in gcpu_mnemonic() argument 367 switch (nspace) { in gcpu_mnemonic() 392 #define GCPU_MNEMONIC(code, name, nspace) \ argument 395 BIT_STRIP(code, name), nspace) 399 enum gcpu_mn_namespace nspace) in gcpu_mn_fmt() argument 408 mn[0] = GCPU_MNEMONIC(code, TT, nspace); in gcpu_mn_fmt() 409 mn[1] = GCPU_MNEMONIC(code, LL, nspace); in gcpu_mn_fmt() 410 mn[2] = GCPU_MNEMONIC(code, RRRR, nspace); in gcpu_mn_fmt() 411 mn[3] = GCPU_MNEMONIC(code, PP, nspace); in gcpu_mn_fmt() 412 mn[4] = GCPU_MNEMONIC(code, II, nspace); in gcpu_mn_fmt() [all...] |
/titanic_51/usr/src/uts/common/io/ib/clients/rds/ |
H A D | rdsib_ib.c | 716 uint_t npost, nspace, rcv_len; in rds_post_recv_buf() local 753 nspace = recvqp->qp_depth - recvqp->qp_level; in rds_post_recv_buf() 754 if (nspace == 0) { in rds_post_recv_buf() 770 bp = rds_get_buf(gp, nspace, &jx); in rds_post_recv_buf() 786 if (jx != nspace) { in rds_post_recv_buf() 788 "needed: %d available: %d", ep, nspace, jx); in rds_post_recv_buf() 789 nspace = jx; in rds_post_recv_buf() 793 for (ix = 0; ix < nspace; ix++) { in rds_post_recv_buf() 809 npost = nspace; in rds_post_recv_buf() 835 recvqp->qp_level += (nspace in rds_post_recv_buf() [all...] |
/titanic_51/usr/src/lib/libtecla/common/ |
H A D | cplmatch.c | 1154 static const int nspace = sizeof(spaces) - 1; in cpl_format_line() local 1161 int n = npad > nspace ? nspace : npad; in cpl_format_line() 1162 if(write_fn(data, spaces + nspace - n, n) != n) in cpl_format_line()
|
H A D | expand.c | 1423 static const int nspace = sizeof(spaces) - 1; in ef_format_line() local 1430 int n = npad > nspace ? nspace : npad; in ef_format_line() 1431 if(write_fn(data, spaces + nspace - n, n) != n) in ef_format_line()
|
/titanic_51/usr/src/lib/libshell/common/include/ |
H A D | name.h | 95 Namval_t *nspace; /* pointer to name space */ member
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | name.h | 107 Namval_t *nspace; /* pointer to name space */ member
|
/titanic_51/usr/src/cmd/stat/fsstat/ |
H A D | fsstat.c | 183 nattrchg = DELTA(nsetattr) + DELTA(nsetsecattr) + DELTA(nspace); in dflt_display()
|
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | xec.c | 2086 np->nvalue.rp->nspace = shp->namespace; in sh_exec() 2564 Namval_t *nspace = shp->namespace; in sh_funscope() local 2604 if((np=(fp->node)->nvalue.rp->nspace) && np!=shp->namespace) in sh_funscope() 2656 shp->namespace = nspace; in sh_funscope()
|
/titanic_51/usr/src/uts/common/sys/ |
H A D | vnode.h | 105 kstat_named_t nspace; /* VOP_SPACE */ member
|
/titanic_51/usr/src/lib/smbsrv/libfksmbsrv/common/sys/ |
H A D | vnode.h | 106 kstat_named_t nspace; /* VOP_SPACE */ member
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | xec.c | 2797 np->nvalue.rp->nspace = shp->namespace; in sh_exec() 3350 Namval_t *nspace = shp->namespace; in sh_funscope() local 3455 shp->namespace = nspace; in sh_funscope()
|
/titanic_51/usr/src/uts/common/fs/ |
H A D | vnode.c | 499 kstat_named_init(&vsp->nspace, "nspace", KSTAT_DATA_UINT64); in create_vopstats_template()
|