Home
last modified time | relevance | path

Searched refs:nobj (Results 1 – 15 of 15) sorted by relevance

/illumos-gate/usr/src/cmd/oawk/
H A Dparse.c56 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 Drun.c104 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 Dawk.def102 int nobj;
H A Db.c44 #define type(v) v->nobj
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dses_ses.c226 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()
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()
378 cc->ses_typidx[nobj].ses_oidx = j; in ses_getconfig()
[all …]
/illumos-gate/usr/src/cmd/awk/
H A Dparse.c85 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 Dawk.h202 int nobj; member
H A Dawk.g.y506 switch (n->nobj) {
H A Drun.c172 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 Db.c66 #define type(v) (v)->nobj /* badly overloaded here */
/illumos-gate/usr/src/lib/libpicltree/
H A Dpicltree.c722 picl_obj_t *nobj; in lookup_and_lock_propnode() local
731 nobj = NULL; 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()
768 nobj = NULL; in lookup_and_lock_tablenode()
773 if (nobj && (lock_obj(rw, nobj) < 0)) /* Lock node */ in lookup_and_lock_tablenode()
776 *nodep = nobj; in lookup_and_lock_tablenode()
800 nobj = NULL; in lookup_and_lock_tableprop_node()
809 if (nobj && (lock_obj(rw, nobj) < 0)) /* Lock node */ in lookup_and_lock_tableprop_node()
813 *nodep = nobj; in lookup_and_lock_tableprop_node()
[all …]
/illumos-gate/usr/src/lib/storage/liba5k/common/
H A Ddiag.c213 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 Daudit.c101 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 Doo.fr418 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 Dexacct_ops.c1340 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()