Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/oawk/
H A Dparse.c58 x->nobj = a; in node0()
70 x->nobj = a;
83 x->nobj = a;
97 x->nobj = a;
112 x->nobj = a;
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.def104 int nobj;
H A Db.c46 #define type(v) v->nobj
/titanic_44/usr/src/uts/common/io/scsi/targets/
H A Dses_ses.c227 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_44/usr/src/cmd/awk/
H A Dparse.c63 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 Dawk.h169 int nobj; member
H A Drun.c107 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 Dawk.g.y463 switch (n->nobj) {
H A Db.c42 #define type(v) (v)->nobj
/titanic_44/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()
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_44/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()
/titanic_44/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()
/titanic_44/usr/src/lib/libexacct/common/
H A Dexacct_ops.c1342 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()