Searched defs:nobj (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Daudit.c101 const char *oobj, uint_t flags, const char *nobj)
113 if (nobj)
115 oobj, nobj);
100 Dbg_audit_objsearch(Lm_list *lml, int call, const char *lib, const char *oobj, uint_t flags, const char *nobj) argument
/illumos-gate/usr/src/lib/storage/liba5k/common/
H A Ddiag.c213 int nobj = 0; local
246 if (ioctl(fd, SESIOC_GETNOBJ, (caddr_t)&nobj) < 0) {
250 if (nobj == 0) {
256 nobj);
259 if ((all_objp = g_zalloc((nobj + 1) * sizeof (ses_object))) == NULL) {
272 for (i = 0; i < nobj; i++, all_objp++) {
/illumos-gate/usr/src/lib/libexacct/common/
H A Dexacct_ops.c121 * Add a new group onto the stack, pushing down one frame. nobj is the number
1342 ea_get_object_tree(ea_file_t *ef, uint32_t nobj) argument
1347 while (nobj--) {
/illumos-gate/usr/src/cmd/awk/
H A Dawk.h169 int nobj; member in struct:Node
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dses_ses.c227 int err, amt, i, nobj, ntype, maxima; local
315 for (nobj = i = 0; i < ntype; i++) {
326 nobj += thdr.enc_maxelt;
337 kmem_zalloc(nobj * sizeof (encobj), KM_SLEEP);
340 kmem_zalloc(nobj * sizeof (struct typidx), KM_SLEEP);
347 kmem_free(ssc->ses_objmap, (nobj * sizeof (encobj)));
352 (nobj * sizeof (struct typidx)));
364 ssc->ses_nobjects = nobj;
370 nobj = 0;
378 cc->ses_typidx[nobj]
[all...]
/illumos-gate/usr/src/lib/libpicltree/
H A Dpicltree.c722 picl_obj_t *nobj; local
731 nobj = NULL;
733 nobj = pobj->prop_node;
735 nobj = pobj->prop_table->prop_node;
741 if (nobj && (lock_obj(rw, nobj) < 0)) /* Lock node */
744 *nodep = nobj;
759 picl_obj_t *nobj; local
768 nobj = NULL;
771 nobj
791 picl_obj_t *nobj; local
824 picl_obj_t *nobj; local
[all...]

Completed in 408 milliseconds