Searched refs:newobj (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_entry.cc80 entry_object* newobj = new entry_object; local
81 if (newobj == NULL)
85 if (copy_entry(old, newobj))
86 return (newobj);
88 delete newobj;
H A Dnis_db.cc56 nis_attr *attrname, entry_obj * newobj,
1588 entry_obj * newobj, int skiplog, int nosync)
1599 (entry_object *) newobj, NULL);
1611 query, (entry_object *) newobj, NULL);
1614 (entry_object *) newobj, NULL);
1623 entry_obj * newobj)
1625 return (db_add_entry_x(tab, numattrs, attrname, newobj, 0, 0));
1630 entry_obj * newobj)
1632 return (db_add_entry_x(tab, numattrs, attrname, newobj, 1, 0));
1637 entry_obj * newobj)
1587 db_add_entry_x(char * tab, int numattrs, nis_attr * attrname, entry_obj * newobj, int skiplog, int nosync) argument
1622 db_add_entry(char * tab, int numattrs, nis_attr * attrname, entry_obj * newobj) argument
1629 __db_add_entry_nolog(char * tab, int numattrs, nis_attr * attrname, entry_obj * newobj) argument
1636 __db_add_entry_nosync(char * tab, int numattrs, nis_attr * attrname, entry_obj * newobj) argument
[all...]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/
H A DTestBean.java610 checkEquality(Object obj, Object newobj) argument
617 Boolean ret = (Boolean) eq.invoke(obj, newobj);
636 Object newobj = null;
654 newobj = in.readObject();
656 String deserialized = getString(newobj);
663 checkEquality(obj, newobj);
671 Object newobj = null;
692 newobj = decoder.readObject();
693 String decoded = getString(newobj);
701 checkEquality(obj, newobj);
[all...]
/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_backend.c213 void *obj, *newobj = NULL; local
254 req->nwbda_flags, &newobj)) != NWAM_SUCCESS) {
257 if (newobj != NULL) {
263 if ((req->nwbda_result = nwam_pack_object_list(newobj,
268 nwam_free_object_list(newobj);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_deadlist.c328 uint64_t newobj; local
330 newobj = dsl_deadlist_alloc(dl->dl_os, tx);
333 dsl_deadlist_regenerate(dl->dl_os, newobj, mrs_obj, tx);
334 return (newobj);
347 VERIFY3U(0, ==, zap_add_int_key(dl->dl_os, newobj,
350 return (newobj);
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c4001 CK_OBJECT_HANDLE newobj; local
4037 (CK_OBJECT_HANDLE)key->keyp, tokenattr, 1, &newobj);
4050 key->keyp = (void *)newobj;

Completed in 67 milliseconds