Searched refs:nobj (Results 1 – 14 of 14) sorted by relevance
/titanic_50/usr/src/cmd/oawk/ |
H A D | parse.c | 58 x->nobj = a; in node0() 70 x->nobj = a; 83 x->nobj = a; 97 x->nobj = a; 112 x->nobj = a;
|
H A D | run.c | 104 if (notlegal(a->nobj)) in execute() 106 proc = proctab[a->nobj-FIRSTTOKEN]; in execute() 107 x = (*proc)(a->narg, a->nobj); in execute() 1167 x= (CELL *) a->nobj; in nodetoobj()
|
H A D | awk.def | 104 int nobj;
|
H A D | b.c | 46 #define type(v) v->nobj
|
/titanic_50/usr/src/uts/common/io/scsi/targets/ |
H A D | ses_ses.c | 227 int err, amt, i, nobj, ntype, maxima; in ses_getconfig() local 315 for (nobj = i = 0; i < ntype; i++) { in ses_getconfig() 326 nobj += thdr.enc_maxelt; in ses_getconfig() 337 kmem_zalloc(nobj * sizeof (encobj), KM_SLEEP); in ses_getconfig() 340 kmem_zalloc(nobj * sizeof (struct typidx), KM_SLEEP); in ses_getconfig() 347 kmem_free(ssc->ses_objmap, (nobj * sizeof (encobj))); in ses_getconfig() 352 (nobj * sizeof (struct typidx))); in ses_getconfig() 364 ssc->ses_nobjects = nobj; in ses_getconfig() 370 nobj = 0; in ses_getconfig() 378 cc->ses_typidx[nobj].ses_tidx = i; in ses_getconfig() [all …]
|
/titanic_50/usr/src/cmd/awk/ |
H A D | parse.c | 63 x->nobj = a; in node1() 74 x->nobj = a; in node2() 86 x->nobj = a; in node3() 98 x->nobj = a; in node4()
|
H A D | awk.h | 169 int nobj; member
|
H A D | run.c | 107 if (notlegal(a->nobj)) in r_execute() 109 proc = proctab[a->nobj-FIRSTTOKEN]; in r_execute() 110 x = (*proc)(a->narg, a->nobj); in r_execute()
|
H A D | awk.g.y | 463 switch (n->nobj) {
|
H A D | b.c | 42 #define type(v) (v)->nobj
|
/titanic_50/usr/src/lib/libpicltree/ |
H A D | picltree.c | 722 picl_obj_t *nobj; in lookup_and_lock_propnode() local 731 nobj = NULL; in lookup_and_lock_propnode() 733 nobj = pobj->prop_node; in lookup_and_lock_propnode() 735 nobj = pobj->prop_table->prop_node; in lookup_and_lock_propnode() 741 if (nobj && (lock_obj(rw, nobj) < 0)) /* Lock node */ in lookup_and_lock_propnode() 744 *nodep = nobj; in lookup_and_lock_propnode() 759 picl_obj_t *nobj; in lookup_and_lock_tablenode() local 768 nobj = NULL; in lookup_and_lock_tablenode() 771 nobj = pobj->prop_node; in lookup_and_lock_tablenode() 773 if (nobj && (lock_obj(rw, nobj) < 0)) /* Lock node */ in lookup_and_lock_tablenode() [all …]
|
/titanic_50/usr/src/cmd/sgs/liblddbg/common/ |
H A D | audit.c | 101 const char *oobj, uint_t flags, const char *nobj) in Dbg_audit_objsearch() argument 113 if (nobj) in Dbg_audit_objsearch() 115 oobj, nobj); in Dbg_audit_objsearch()
|
/titanic_50/usr/src/lib/storage/liba5k/common/ |
H A D | diag.c | 213 int nobj = 0; in l_bp_bypass_enable() local 246 if (ioctl(fd, SESIOC_GETNOBJ, (caddr_t)&nobj) < 0) { in l_bp_bypass_enable() 250 if (nobj == 0) { in l_bp_bypass_enable() 256 nobj); in l_bp_bypass_enable() 259 if ((all_objp = g_zalloc((nobj + 1) * sizeof (ses_object))) == NULL) { in l_bp_bypass_enable() 272 for (i = 0; i < nobj; i++, all_objp++) { in l_bp_bypass_enable()
|
/titanic_50/usr/src/lib/libexacct/common/ |
H A D | exacct_ops.c | 1342 ea_get_object_tree(ea_file_t *ef, uint32_t nobj) in ea_get_object_tree() argument 1347 while (nobj--) { in ea_get_object_tree()
|