Searched refs:nobj (Results 1 - 4 of 4) sorted by relevance

/osnet-11/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...]
/osnet-11/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++) {
/osnet-11/usr/src/lib/cfgadm_plugins/scsi/sun4v/common/
H A Dcfga_led_ctl.c177 int nobj; local
201 if (ioctl(ses_fd, SESIOC_GETNOBJ, &nobj) < 0) {
205 objmap = calloc(1, (sizeof (ses_object) * nobj));
215 for (i = 0; i < nobj; i++) {
230 for (i = 0; i < nobj; i++) {
/osnet-11/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--) {

Completed in 47 milliseconds