Searched refs:nobj (Results 1 – 15 of 15) sorted by relevance
/illumos-gate/usr/src/cmd/oawk/ |
H A D | parse.c | 56 x->nobj = a; in node0() 68 x->nobj = a; in node1() 81 x->nobj = a; in node2() 95 x->nobj = a; in node3() 110 x->nobj = a; in node4()
|
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 | 102 int nobj;
|
H A D | b.c | 44 #define type(v) v->nobj
|
/illumos-gate/usr/src/uts/common/io/scsi/targets/ |
H A D | ses_ses.c | 226 int err, amt, i, nobj, ntype, maxima; in ses_getconfig() local 314 for (nobj = i = 0; i < ntype; i++) { in ses_getconfig() 325 nobj += thdr.enc_maxelt; in ses_getconfig() 336 kmem_zalloc(nobj * sizeof (encobj), KM_SLEEP); in ses_getconfig() 339 kmem_zalloc(nobj * sizeof (struct typidx), KM_SLEEP); in ses_getconfig() 346 kmem_free(ssc->ses_objmap, (nobj * sizeof (encobj))); in ses_getconfig() 351 (nobj * sizeof (struct typidx))); in ses_getconfig() 363 ssc->ses_nobjects = nobj; in ses_getconfig() 369 nobj = 0; in ses_getconfig() 377 cc->ses_typidx[nobj].ses_tidx = i; in ses_getconfig() [all …]
|
/illumos-gate/usr/src/cmd/awk/ |
H A D | parse.c | 85 x->nobj = a; in node1() 96 x->nobj = a; in node2() 108 x->nobj = a; in node3() 121 x->nobj = a; in node4()
|
H A D | awk.h | 202 int nobj; member
|
H A D | awk.g.y | 506 switch (n->nobj) {
|
H A D | run.c | 172 if (notlegal(a->nobj)) in execute() 174 proc = proctab[a->nobj-FIRSTTOKEN]; in execute() 175 x = (*proc)(a->narg, a->nobj); in execute()
|
H A D | b.c | 66 #define type(v) (v)->nobj /* badly overloaded here */
|
/illumos-gate/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 …]
|
/illumos-gate/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()
|
/illumos-gate/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()
|
/illumos-gate/usr/src/common/ficl/softcore/ |
H A D | oo.fr | 418 locals| meta parent nobj | 419 create nobj 420 here parent --> .do-instance \ ( nobj inst class ) 422 nobj * allot \ allocate payload space 447 locals| meta class nobj | 449 nobj * allocate ( -- addr fail-flag ) 451 nobj over class --> array-init 463 : allot-array { nobj 2:this -- 2:instance } 465 this my=> get-size nobj * allot 467 nobj -rot --> array-init [all …]
|
/illumos-gate/usr/src/lib/libexacct/common/ |
H A D | exacct_ops.c | 1340 ea_get_object_tree(ea_file_t *ef, uint32_t nobj) in ea_get_object_tree() argument 1345 while (nobj--) { in ea_get_object_tree()
|