Searched defs:obj (Results 126 - 150 of 256) sorted by relevance

1234567891011

/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_mindex.cc363 * (i.e. do not share pointers with strings in 'obj'.)
379 * Returns an empty query if 'obj' is not a valid entry.
381 * (i.e. do not share pointers with strings in 'obj'.)
384 db_mindex::extract_index_values_from_object(entry_object_p obj) argument
394 } else if (obj == NULL) {
399 db_query* answer = new db_query(scheme, obj);
920 db_mindex::add(db_query *q, entry_object * obj) argument
957 entryp recloc = table->add_entry(obj, initialLoad.flag);
959 db_query *cq = extract_index_values_from_object(obj);
1002 queryRes = storeLDAP(q, obj,
[all...]
H A Ddb_mindex2.cc145 static void setOid(nis_object *obj);
215 mappingFromObj(nis_object *obj, int *statP) { argument
221 if (obj == 0 || obj->zo_data.zo_type == NIS_ENTRY_OBJ)
229 NIL(obj->zo_name), NIL(obj->zo_domain));
248 selectMapping(db_table *table, nis_object *obj, db_query *qin, argument
258 * If 'table' is NULL, we try to find a mapping for 'obj'.
268 t = mappingFromObj(obj, statP);
320 * still be mapping the object 'obj'
447 updateTableEntry(entry_object *e, int replace, char *tableName, nis_object *obj, nis_object *tobj, uint32_t ttime, int *xid) argument
1086 removeLDAP(db_query *qin, nis_object *obj) argument
1283 storeLDAP(db_query *qin, entry_object *obj, nis_object *o, entry_obj *oldObj, char *dbId) argument
1689 setOid(nis_object *obj) argument
[all...]
H A Ddb_table.cc559 db_table::setEntryExp(entryp where, entry_obj *obj, int initialLoad) { argument
570 if (obj != 0) {
571 if (obj->en_type != 0 &&
572 strcmp(obj->en_type, "IN_DIRECTORY") == 0) {
600 o = unmakePseudoEntryObj(obj, 0);
655 db_table::add_entry(entry_object *obj, int initialLoad) { argument
671 setEntryExp(where, obj, initialLoad);
675 tab[where] = new_entry(obj);
690 db_table::replace_entry(entryp where, entry_object * obj) argument
697 setEntryExp(where, obj,
913 dupEntry(entry_object *obj, entryp loc) argument
[all...]
/illumos-gate/usr/src/lib/libnsl/nis/gen/
H A Dnis_subr.c513 nis_destroy_object(nis_object *obj) /* The object to clone */ argument
515 if (obj == 0)
517 xdr_free(xdr_nis_object, (char *)obj);
518 free(obj);
542 nis_object *obj, /* The object to clone */
551 xdr_sizeof(xdr_nis_object, obj)))
573 status = xdr_nis_object(&in_xdrs, obj);
590 nis_object *obj, /* The object to clone */
600 return (nis_clone_object_r(obj, dest, clone_buf_ptr));
541 nis_clone_object_r( nis_object *obj, nis_object *dest, struct nis_sdata *clone_buf_ptr) argument
589 nis_clone_object( nis_object *obj, nis_object *dest) argument
/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_files.c410 * the names of the objects found. Otherwise obj points to an object list
418 uint64_t flags, void *obj)
429 assert(obj != NULL);
431 *((char **)obj) = NULL;
486 *((char **)obj) = objlist;
554 * obj and bail.
557 *((char **)obj) = proplist;
604 *((char **)obj) = objlist;
606 *((char **)obj) = NULL;
611 if (*((char **)obj)
417 nwam_read_object_from_files_backend(char *filename, char *objname, uint64_t flags, void *obj) argument
[all...]
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_log.c225 ea_object_t *grp, *obj; local
247 for (obj = grp->eo_group.eg_objs; obj != NULL; obj = obj->eo_next) {
248 switch (obj->eo_catalog) {
258 for (fvers = 0, p = obj->eo_item.ei_string;
269 lp->log_name, obj->eo_item.ei_string);
278 if (strcmp(obj->eo_item.ei_string, tag) != 0) {
281 lp->log_name, obj
801 ea_object_t *obj; local
854 ea_object_t obj, *grp; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dconditions.c278 get_adv_domains(nwamd_object_t obj, void *arg) argument
280 nwamd_ncu_t *ncu = (nwamd_ncu_t *)obj->nwamd_object_data;
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ditmcomp.h122 void *obj; member in struct:__anon599
129 void *obj; member in struct:_itmc_obj
/illumos-gate/usr/src/cmd/hal/hald/
H A Ddevice.c57 hal_device_finalize (GObject *obj) argument
59 HalDevice *device = HAL_DEVICE (obj);
76 parent_class->finalize (obj);
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dadmintf.c54 object_type obj
59 switch (obj) {
81 object_type obj
86 switch (obj) {
130 isns_obj_t *obj = (isns_obj_t *)p1; local
160 attr = &obj->attrs[ATTR_INDEX_ISCSI(ISNS_ISCSI_NAME_ATTR_ID)];
167 attr = &obj->attrs[ATTR_INDEX_ISCSI(ISNS_ISCSI_NODE_TYPE_ATTR_ID)];
197 attr = &obj->attrs[ATTR_INDEX_ISCSI(ISNS_ISCSI_ALIAS_ATTR_ID)];
208 attr = &obj->attrs[ATTR_INDEX_ISCSI(ISNS_ISCSI_SCN_BITMAP_ATTR_ID)];
267 lcp->id[2] = get_parent_uid(obj);
295 isns_obj_t *obj = (isns_obj_t *)p1; local
413 isns_obj_t *obj = (isns_obj_t *)p1; local
449 isns_obj_t *obj = (isns_obj_t *)p1; local
601 isns_obj_t *obj = (isns_obj_t *)p1; local
684 isns_obj_t *obj = (isns_obj_t *)p1; local
768 isns_obj_t *obj = (isns_obj_t *)p1; local
868 isns_obj_t *obj = (isns_obj_t *)p1; local
1030 isns_obj_t *obj = (isns_obj_t *)p1; local
1098 isns_obj_t *obj = (isns_obj_t *)p1; local
1166 isns_obj_t *obj = (isns_obj_t *)p1; local
1234 isns_obj_t *obj = (isns_obj_t *)p1; local
2842 isns_obj_t *obj; local
[all...]
H A Ddd.c77 isns_obj_t *obj = (isns_obj_t *)p1; local
106 attr = &obj->attrs[which];
122 if (uid != get_obj_uid(obj)) {
158 ec = write_data(DATA_UPDATE, obj);
170 isns_obj_t *obj = NULL; local
176 obj = obj_calloc(OBJ_ISCSI);
177 attr = &obj->attrs[ATTR_INDEX_ISCSI(ISNS_ISCSI_NAME_ATTR_ID)];
182 free_object(obj);
183 obj = NULL;
185 (void) set_obj_uid(obj, ui
201 isns_obj_t *obj = NULL; local
230 isns_obj_t *obj; local
322 isns_obj_t *obj; local
672 isns_obj_t *obj = (isns_obj_t *)p1; local
847 isns_obj_t *obj = (isns_obj_t *)p1; local
1124 isns_obj_t *obj; local
1781 isns_obj_t *obj; local
1804 isns_obj_t *obj; local
[all...]
H A Desi.c215 isns_obj_t *obj = (isns_obj_t *)p1; local
225 cuidp = get_child_t(obj, OBJ_PORTAL);
235 attr = &obj->attrs[ATTR_INDEX_ENTITY(ISNS_ENTITY_REG_PERIOD_ATTR_ID)];
267 isns_obj_t *obj; local
276 obj = (isns_obj_t *)p1;
281 attr = &obj->attrs[ATTR_INDEX_PORTAL(
284 attr = &obj->attrs[ATTR_INDEX_PORTAL(
576 * obj - the object being removed.
584 const isns_obj_t *obj,
590 switch (obj
583 esi_remove_obj( const isns_obj_t *obj, int pending ) argument
[all...]
H A Dfunc.c418 * obj - the object which is being added as operating attributes.
426 isns_obj_t *obj
439 while (i < NUM_OF_ATTRS[obj->type] &&
441 attr = &obj->attrs[i];
641 isns_obj_t *obj; /* child object */ local
728 (ec = reg_get_obj(&obj, &pgt[0], &op, &op_len)) == 0 &&
729 obj != NULL &&
730 (ec = rsp_add_op(conn, obj)) == 0) {
731 ctype = obj->type;
733 (void) set_parent_obj(obj, pui
[all...]
/illumos-gate/usr/src/cmd/keyserv/
H A Dchkey_common.c406 static nis_object obj; local
410 memset((char *)(&obj), 0, sizeof (obj));
413 obj.zo_name = "cred";
414 obj.zo_group = "";
415 obj.zo_ttl = 43200;
416 obj.zo_data.zo_type = NIS_ENTRY_OBJ;
417 eo = &(obj.EN_data);
422 return (&obj);
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dfiles.c729 Dbg_file_modified(Lm_list *lml, const char *obj, const char *oname, argument
740 dbg_print(lml, MSG_INTL(MSG_FIL_MODIFIED), oname, obj);
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_db.c169 rfs4_dbe_kmem_constructor(void *obj, void *private, int kmflag) argument
171 rfs4_dbe_t *entry = obj;
180 rfs4_dbe_kmem_destructor(void *obj, void *private) argument
182 rfs4_dbe_t *entry = obj;
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_elf_access.c140 dwarf_elf_object_access_internals_t*obj = local
144 obj->elf = elf;
151 obj->is_64bit = (ehdr_ident[EI_CLASS] == ELFCLASS64);
155 obj->endianness = DW_OBJECT_LSB;
158 obj->endianness = DW_OBJECT_MSB;
161 if (obj->is_64bit) {
163 obj->ehdr64 = elf64_getehdr(elf);
164 if (obj->ehdr64 == NULL) {
168 obj->section_count = obj
211 dwarf_elf_object_access_internals_t*obj = local
223 dwarf_elf_object_access_internals_t*obj = local
240 dwarf_elf_object_access_internals_t*obj = local
305 dwarf_elf_object_access_internals_t*obj = local
317 dwarf_elf_object_access_internals_t*obj = local
693 loop_through_relocations( Dwarf_Debug dbg, dwarf_elf_object_access_internals_t* obj, struct Dwarf_Section_s *relocatablesec, int *error) argument
758 dwarf_elf_object_access_internals_t*obj = 0; local
835 dwarf_elf_object_access_internals_t*obj = local
928 dwarf_elf_object_access_finish(Dwarf_Obj_Access_Interface* obj) argument
954 struct Dwarf_Obj_Access_Interface_s * obj = 0; local
[all...]
/illumos-gate/usr/src/uts/i86pc/io/acpi/acpidev/
H A Dacpidev_util.c234 ACPI_OBJECT *obj; local
262 ASSERT(buf.Length >= sizeof (*obj));
263 obj = buf.Pointer;
264 ap = (ACPI_SUBTABLE_HEADER *)obj->Buffer.Pointer;
265 len = obj->Buffer.Length;
/illumos-gate/usr/src/uts/i86pc/os/cpupm/
H A Dcpu_acpi.c82 ACPI_OBJECT *obj; local
110 obj = abuf.Pointer;
111 if (obj->Package.Count != 2) {
114 obj->Package.Count, handle->cs_id);
121 for (i = 0; i < obj->Package.Count; i++) {
122 if (obj->Package.Elements[i].Type != ACPI_TYPE_BUFFER) {
131 obj->Package.Elements[i].Buffer.Pointer;
162 for (i = 0; i < obj->Package.Count; i++) {
164 obj->Package.Elements[i].Buffer.Pointer;
358 cpu_acpi_cache_pstate(cpu_acpi_handle_t handle, ACPI_OBJECT *obj, in argument
388 cpu_acpi_cache_tstate(cpu_acpi_handle_t handle, ACPI_OBJECT *obj, int cnt) argument
426 ACPI_OBJECT *obj, *q, *l; local
595 ACPI_OBJECT *obj; local
683 ACPI_OBJECT *obj; local
986 ACPI_OBJECT obj; local
[all...]
H A Dcpupm_mach.c795 cpupm_notify_handler(ACPI_HANDLE obj, UINT32 val, void *ctx) argument
805 entry->nq_handler(obj, val, entry->nq_ctx);
923 cpupm_event_notify_handler(ACPI_HANDLE obj, UINT32 val, void *ctx) argument
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dvfs.c555 #define list_d2l(a, obj) ((list_node_t *)(((char *)obj) + (a)->list_offset))
568 sctp_saddr_ipif_t obj; local
593 if (mdb_vread(&obj, sizeof (sctp_saddr_ipif_t),
606 (uintptr_t)obj.saddr_ipifp) == -1) {
614 SCTP_DONT_SRC(&obj) ||
630 if (mdb_vread(&obj, sizeof (sctp_saddr_ipif_t),
693 if (mdb_vread(&obj, sizeof (sctp_saddr_ipif_t),
/illumos-gate/usr/src/cmd/fm/modules/common/ext-event-transport/
H A Dfmevt_inbound.c213 nvlist_t *obj, *dtcr, *site, *ctxt; local
224 obj = fmd_nvl_alloc(fmevt_hdl, FMD_SLEEP);
229 if (obj == NULL || dtcr == NULL || site == NULL || ctxt == NULL) {
238 err += nvlist_add_string(obj, FM_FMRI_SW_OBJ_PATH, execname);
285 err += nvlist_add_nvlist(dtcr, FM_FMRI_SW_OBJ, obj);
290 nvlist_free(obj);
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_lan_hmc.c111 struct i40e_hmc_obj_info *obj, *full_obj; local
135 obj = &hw->hmc.hmc_obj[I40E_HMC_LAN_TX];
136 obj->max_cnt = rd32(hw, I40E_GLHMC_LANQMAX);
137 obj->cnt = txq_num;
138 obj->base = 0;
140 obj->size = BIT_ULL(size_exp);
143 if (txq_num > obj->max_cnt) {
146 txq_num, obj->max_cnt, ret_code);
151 full_obj->max_cnt += obj->max_cnt;
152 full_obj->cnt += obj
473 struct i40e_hmc_obj_info *obj; local
[all...]
/illumos-gate/usr/src/cmd/isns/isnsadm/
H A Disnsadm.c75 static int process_result_response(xmlChar *, int obj);
357 print_error_status(int status, int obj, xmlTextReaderPtr reader) argument
371 if ((obj == DiscoveryDomain) ||
372 (obj == DiscoveryDomainMember)) {
385 if ((obj == DiscoveryDomain) ||
386 (obj == DiscoveryDomainMember)) {
395 if ((obj == DiscoveryDomain) ||
396 (obj == DiscoveryDomainMember)) {
405 if ((obj == DiscoveryDomain) ||
406 (obj
448 int i, cnt, obj = 0; local
556 process_result_response(xmlChar *doc, int obj) argument
805 process_get_response(object_type obj, xmlChar *doc, uint32_t flag) argument
1223 cvt_enumerate_rsp_to_get_req(xmlChar *doc, xmlChar **req_doc, object_type obj, uint32_t flag) argument
1418 build_delete_xml_doc(int operandLen, char **operand, object_type obj, char *container, xmlChar **doc) argument
1594 build_modify_xml_doc(int operandLen, char **operand, object_type obj, boolean_t enabled, xmlChar **doc) argument
1731 build_rename_xml_doc(char *name, object_type obj, uint32_t id, xmlChar **doc) argument
1864 build_create_xml_doc(int operandLen, char **operand, object_type obj, char *container, xmlChar **doc) argument
2255 build_enumerate_xml_doc(object_type obj, xmlChar **doc) argument
2354 build_get_xml_doc(int operandLen, char **operand, object_type obj, xmlChar **doc) argument
[all...]
/illumos-gate/usr/src/cmd/isns/isnsd/xml/
H A Ddata.c442 * obj - the isns object.
451 isns_obj_t *obj,
481 &(obj->attrs[prop_id]));
498 * obj - the isns object.
507 isns_obj_t *obj,
524 &(obj->attrs[attr_id]));
555 isns_obj_t *obj = *objp; local
563 if (j == 'o' && obj == NULL) {
564 obj = obj_calloc(xmlArg1[i]);
565 if (obj
449 parse_xml_prop( xmlNodePtr node, isns_obj_t *obj, int i ) argument
505 parse_xml_attr( xmlNodePtr node, isns_obj_t *obj, int i ) argument
[all...]

Completed in 140 milliseconds

1234567891011