Searched defs:object (Results 51 - 75 of 100) sorted by relevance

1234

/illumos-gate/usr/src/lib/libipadm/common/
H A Dipadm_prop.c1103 const char *pval, const void *object)
1121 (void) strlcpy(pargp->ia_module, object,
1125 /* check if object is protostr or an ifname */
1126 if (ipadm_str2proto(object) != MOD_PROTO_NONE) {
1127 (void) strlcpy(pargp->ia_module, object,
1134 (void) strlcpy(pargp->ia_ifname, object,
1140 ipaddr = object;
1452 * operation is performed on a temporary object.
1630 char *gbuf, uint_t *gbufsize, const void *object)
1639 i_ipadm_populate_proparg(&parg, pdp, NULL, object);
1102 i_ipadm_populate_proparg(ipmgmt_prop_arg_t *pargp, ipadm_prop_desc_t *pdp, const char *pval, const void *object) argument
1629 i_ipadm_get_persist_propval(ipadm_handle_t iph, ipadm_prop_desc_t *pdp, char *gbuf, uint_t *gbufsize, const void *object) argument
1663 i_ipadm_persist_propval(ipadm_handle_t iph, ipadm_prop_desc_t *pdp, const char *pval, const void *object, uint_t flags) argument
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamadm/
H A Dnwamadm.c92 "enable [-p <profile-type>] [-c <ncu-class>] <object-name>",
95 "disable [-p <profile-type>] [-c <ncu-class>] <object-name>",
98 "list [-x] [-p <profile-type>] [-c <ncu-class>] [<object-name>]",
341 * Given a name, returns object type (loc, enm, ncp, or ncu) and how many
697 /* returns the state and auxilliary state of the object */
725 die_nwamerr(ret, "could not get object state");
736 /* populate profile_entry_t with values for object with given handle */
886 /* object-name given in command-line */
892 * (type = UNKNOWN), then try to open handle for each object
952 /* If at least object i
1016 char *object = NULL; local
[all...]
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_kproc.c44 * object will attempt to read the corresponding dynamic symbol table. In
48 * mdb_pservice.c for how this is done), and then process each load object
50 * symbol tables for each load object, we would like make use of our existing
52 * objects to read in an ELF file, we simply define a new type of mdb_io object
84 const char *sym_obj; /* Containing object */
88 mdb_gelf_file_t *kpf_file; /* ELF file object */
101 kp_file_t *kpm_file; /* Pointer to load object */
123 kp_file_t *kp_file_head; /* Head of load object list */
124 kp_file_t *kp_file_tail; /* Tail of load object list */
127 int kp_num_files; /* Length of load object lis
568 kp_lookup_by_name(mdb_tgt_t *t, const char *object, const char *name, GElf_Sym *symp, mdb_syminfo_t *sip) argument
771 kp_symbol_iter(mdb_tgt_t *t, const char *object, uint_t which, uint_t type, mdb_tgt_sym_f *func, void *private) argument
[all...]
H A Dmdb_nm.c449 nm_gelf_symtab_iter(mdb_gelf_symtab_t *gst, const char *object, uint_t table, argument
458 ngs.ngs_object = object;
474 * don't return an error if we hit an object that we can't
484 nm_symbol_iter(const char *object, uint_t which, uint_t type, argument
489 if (object == MDB_TGT_OBJ_EVERY) {
500 niip->nii_fp = mdb_tgt_name_to_ctf(t, object);
502 return (mdb_tgt_symbol_iter(t, object, which, type, cb, niip));
558 char *object = (char *)MDB_TGT_OBJ_EVERY; local
599 object = (char *)argv[i].a_un.a_str;
656 if (object !
[all...]
H A Dmdb_target.c84 * delete | object / \ reset | failure
108 * object that is not yet loaded), it remains in the IDLE state. The target
109 * implementation should intercept object load events and then transition the
110 * specifier to the ACTIVE state when the corresponding object is loaded.
123 * so we can destroy an object when it is no longer needed. The mdb_sespec_t
597 * wants to look up a scoped symbol name such as "object`symbol". It is
599 * we split on the *last* occurrence of "`", so the object name itself may
608 const char *object = MDB_TGT_OBJ_EVERY; local
622 object = buf;
624 if (*object
[all...]
/illumos-gate/usr/src/cmd/mpathadm/
H A Dmpathadm.c48 /* object functions per subcommand */
176 * operandDefinition -> Usage definition for the operand of this object
198 * If it's not here, there are no options for that object.
3163 listFunc(int operandLen, char *operand[], int object, cmdOptions_t *options, argument
3168 switch (object) {
3199 showFunc(int operandLen, char *operand[], int object, cmdOptions_t *options, argument
3204 switch (object) {
3234 modifyFunc(int operandLen, char *operand[], int object, cmdOptions_t *options, argument
3239 switch (object) {
3266 enableFunc(int operandLen, char *operand[], int object, cmdOptions_ argument
3294 disableFunc(int operandLen, char *operand[], int object, cmdOptions_t *options, void *addArgs) argument
3322 failoverFunc(int operandLen, char *operand[], int object, cmdOptions_t *options, void *addArgs) argument
3350 overrideFunc(int operandLen, char *operand[], int object, cmdOptions_t *options, void *addArgs) argument
[all...]
/illumos-gate/usr/src/cmd/cmd-crypto/elfsign/
H A Delfsign.c27 * Developer command for adding the signature section to an ELF object
409 "Unable to open %s as an ELF object."),
493 do_sign(char *object) argument
508 if ((ret = getelfobj(object)) != EXIT_OKAY)
570 "signature block in %s"), object);
582 "signature block into %s"), object);
590 es_error(gettext("Unable to calculate hash of ELF object %s"),
591 object);
600 object, cmd_info.privpath ?
619 object);
666 do_verify(char *object) argument
875 do_cert_request(char *object) argument
963 do_list(char *object) argument
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dncu_phys.c455 nlog(LOG_ERR, "nwamd_wlan_set_key: could not find object "
473 * Name key object for this WLAN so it can be later retrieved.
474 * (bssid is appended if an object, with the same keyname,
506 nlog(LOG_ERR, "store_key: could not remove old secure object "
523 nlog(LOG_ERR, "store_key: could not create secure object "
595 nlog(LOG_DEBUG, "nwamd_wlan_get_key_named: len = %d, object = %s\n",
627 "from secure object '%s': %s", cooked_key->wk_name,
651 " from secure object '%s'", cooked_key->wk_name);
673 * Called with object lock held.
676 wireless_selection_possible(nwamd_object_t object) argument
[all...]
/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport_fop.c56 * The object for this event source is of type 'struct file_obj *'
94 * port by this source. The object here is the pointer to the file_obj
95 * structure. The portfop_t's are hashed in using the object pointer. Therefore
97 * process by using different object structure(file_obj_t) and hence can
328 * The object will be dissociated from the port.
330 * The object will be dissociated from the port because the port
705 * does not find it in the hash table. The object pointer is used as index.
706 * The entries are hashed by the object's address. We need to match the pid
818 portfop_t *pfp, void *objptr, uintptr_t object)
871 tpfp = port_cache_lookup_fop(pfcp, curproc->p_pid, object);
817 port_check_timestamp(portfop_cache_t *pfcp, vnode_t *vp, vnode_t *dvp, portfop_t *pfp, void *objptr, uintptr_t object) argument
1104 port_pfp_setup(portfop_t **pfpp, port_t *pp, vnode_t *vp, portfop_cache_t *pfcp, uintptr_t object, int events, void *user, char *cname, int clen, vnode_t *dvp) argument
1256 port_associate_fop(port_t *pp, int source, uintptr_t object, int events, void *user) argument
1549 port_dissociate_fop(port_t *pp, uintptr_t object) argument
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ctldir.c336 * We are a purely virtual object, so we have no
359 uint64_t object = zcp->zc_id; local
376 zfid->zf_object[i] = (uint8_t)(object >> (8 * i));
H A Ddmu_tx.c101 dmu_tx_hold_object_impl(dmu_tx_t *tx, objset_t *os, uint64_t object, argument
108 if (object != DMU_NEW_OBJECT) {
109 err = dnode_hold(os, object, tx, &dn);
149 dmu_tx_add_new_object(dmu_tx_t *tx, objset_t *os, uint64_t object) argument
152 * If we're syncing, they can manipulate any object anyhow, and
157 object, THT_NEWOBJECT, 0, 0);
380 * The object contains at most 2^(64 - min_bs) blocks,
433 dmu_tx_hold_write(dmu_tx_t *tx, uint64_t object, uint64_t off, int len) argument
442 object, THT_WRITE, off, len);
653 dmu_tx_hold_free(dmu_tx_t *tx, uint64_t object, uint64_ argument
744 dmu_tx_hold_zap(dmu_tx_t *tx, uint64_t object, int add, const char *name) argument
848 dmu_tx_hold_bonus(dmu_tx_t *tx, uint64_t object) argument
873 dmu_tx_holds(dmu_tx_t *tx, uint64_t object) argument
1598 dmu_tx_hold_spill(dmu_tx_t *tx, uint64_t object) argument
1674 uint64_t object; local
[all...]
H A Ddsl_scan.c84 * Enable/disable the processing of the free_bpobj object.
373 dnode_phys_t *dnp, uint64_t object, dmu_tx_t *tx);
560 uint64_t objset, uint64_t object, uint64_t blkid)
572 SET_BOOKMARK(&czb, objset, object, BP_GET_LEVEL(bp), blkid);
598 * we went past it to a different object, zero it out to
721 uint64_t object, dmu_tx_t *tx)
728 SET_BOOKMARK(&czb, ds ? ds->ds_object : 0, object,
736 SET_BOOKMARK(&czb, ds ? ds->ds_object : 0, object,
1357 /* keep pulling things out of the zap-object-as-queue */
559 dsl_scan_prefetch(dsl_scan_t *scn, arc_buf_t *buf, blkptr_t *bp, uint64_t objset, uint64_t object, uint64_t blkid) argument
719 dsl_scan_visitdnode(dsl_scan_t *scn, dsl_dataset_t *ds, dmu_objset_type_t ostype, dnode_phys_t *dnp, uint64_t object, dmu_tx_t *tx) argument
H A Ddnode.c403 uint64_t object, dnode_handle_t *dnh)
415 dn->dn_object = object;
458 if (!DMU_OBJECT_IS_SPECIAL(object))
1001 dnode_special_open(objset_t *os, dnode_phys_t *dnp, uint64_t object, argument
1006 dn = dnode_create(os, dnp, NULL, object, dnh);
1052 * EINVAL - invalid object number.
1057 dnode_hold_impl(objset_t *os, uint64_t object, int flag, argument
1079 if (object == DMU_USERUSED_OBJECT || object == DMU_GROUPUSED_OBJECT) {
1080 dn = (object
402 dnode_create(objset_t *os, dnode_phys_t *dnp, dmu_buf_impl_t *db, uint64_t object, dnode_handle_t *dnh) argument
1194 dnode_hold(objset_t *os, uint64_t object, void *tag, dnode_t **dnp) argument
[all...]
H A Dzap.c632 uint64_t object = zap->zap_object; local
636 err = zap_lockdir(os, object, tx, RW_WRITER,
/illumos-gate/usr/src/lib/libshare/common/
H A Dlibsharecore.c775 * sa_is_share(object)
777 * returns true if the object is of type "share".
781 sa_is_share(void *object) argument
783 if (object != NULL) {
784 if (strcmp((char *)((xmlNodePtr)object)->name, "share") == 0)
790 * sa_is_resource(object)
792 * returns true if the object is of type "resource".
796 sa_is_resource(void *object) argument
798 if (object != NULL) {
799 if (strcmp((char *)((xmlNodePtr)object)
1655 sa_valid_property(sa_handle_t handle, void *object, char *proto, sa_property_t property) argument
1713 sa_get_derived_optionset(void *object, char *proto, int hier) argument
1802 sa_get_all_security_types(void *object, char *proto, int hier) argument
1869 sa_get_derived_security(void *object, char *sectype, char *proto, int hier) argument
[all...]
H A Dlibshare.c52 * internal object type values returned by sa_get_object_type()
683 * sa_get_object_type(object)
685 * This function returns a numeric value representing the object
691 sa_get_object_type(void *object) argument
693 xmlNodePtr node = (xmlNodePtr)object;
935 * create a new object is called. The document
938 * etc. when all you have is an object in the
1213 * Return the share object for the share specified. The share
1540 * Add a new share object to the specified group. The share will
2435 * Get the property object wit
3241 sa_add_property(void *object, sa_property_t property) argument
4112 get_protocol_list(sa_optionset_t optionset, void *object) argument
4171 sa_get_active_protocols(void *object) argument
[all...]
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelObject.h187 typedef struct object { struct
200 struct object *next;
201 struct object *prev;
207 /* For each object, only one object class is presented */
214 /* Session handle that the object belongs to */
216 uint32_t obj_refcnt; /* object reference count */
218 uint32_t obj_delete_sync; /* object delete sync flags */
226 CK_ULONG next_result_index; /* next result object to return */
235 * time the first object i
[all...]
/illumos-gate/usr/src/lib/libproc/common/
H A DPsymtab.c92 * This function creates a list of addresses for a load object's sections.
191 * for this load object we try to obtain the start and end address
195 * correspond to this load object.
318 * libraries. We use this to get the load object names for the mappings.
328 dprintf("encountered rd object at %p\n", (void *)lop->rl_base);
377 dprintf("loaded rd object %s lmid %lx\n",
556 * Consult librtld_db to get the load object
565 * forcibly cache all of the symbol tables associated with all object files.
621 * data section was found for this load object, and that
655 * Convert a full or partial load object nam
2581 Plookup_by_name(struct ps_prochandle *P, const char *object, const char *symbol, GElf_Sym *symp) argument
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipadm/
H A Dipadm.c326 * Opaque ipadm address object. Used by all the address management subcommands.
509 char *object; local
515 object = ifname;
519 object = ipadm_proto2str(proto);
523 object = statep->sps_aobjname;
530 "'%s'", prop_name, object);
532 warn_ipadmerr(status, "'%s'", object);
538 warn_ipadmerr(status, "no such object '%s'",
539 object);
624 * if an object i
[all...]
/illumos-gate/usr/src/cmd/dfs.cmds/sharemgr/
H A Dcommands.c782 void *object, char *sec)
789 if (object != NULL) {
791 parent = sa_get_optionset(object, proto);
793 parent = sa_get_security(object, sec, proto);
2028 * full object that can have multiple instances below the share, we
781 valid_options(sa_handle_t handle, struct options *optlist, char *proto, void *object, char *sec) argument
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs_log.h295 nfs_fh3 object; member in union:nfslog_LOOKUP3res::__anon6811
328 nfs_fh3 object; member in struct:nfslog_SETATTR3args
429 nfslog_diropargs3 object; member in struct:nfslog_REMOVE3args
434 nfslog_diropargs3 object; member in struct:nfslog_RMDIR3args
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_ci.c1809 ibt_object_type_t object, void *ibc_object_handle, void *data_p,
1819 status = hermon_umap_ci_data_in(state, flags, object,
1831 ibt_object_type_t object, void *ibc_object_handle, void *data_p,
1841 status = hermon_umap_ci_data_out(state, flags, object,
1808 hermon_ci_ci_data_in(ibc_hca_hdl_t hca, ibt_ci_data_flags_t flags, ibt_object_type_t object, void *ibc_object_handle, void *data_p, size_t data_sz) argument
1830 hermon_ci_ci_data_out(ibc_hca_hdl_t hca, ibt_ci_data_flags_t flags, ibt_object_type_t object, void *ibc_object_handle, void *data_p, size_t data_sz) argument
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_ci.c2609 ibt_object_type_t object, void *ibc_object_handle, void *data_p,
2629 status = tavor_umap_ci_data_in(state, flags, object,
2649 ibt_object_type_t object, void *ibc_object_handle, void *data_p,
2669 status = tavor_umap_ci_data_out(state, flags, object,
2608 tavor_ci_ci_data_in(ibc_hca_hdl_t hca, ibt_ci_data_flags_t flags, ibt_object_type_t object, void *ibc_object_handle, void *data_p, size_t data_sz) argument
2648 tavor_ci_ci_data_out(ibc_hca_hdl_t hca, ibt_ci_data_flags_t flags, ibt_object_type_t object, void *ibc_object_handle, void *data_p, size_t data_sz) argument
/illumos-gate/usr/src/uts/common/io/idm/
H A Didm_so.c2756 idm_tx_obj_t *object, *next; local
2782 object = (idm_tx_obj_t *)list_head(&so_conn->ic_tx_list);
2783 list_remove(&so_conn->ic_tx_list, object);
2786 switch (object->idm_tx_obj_magic) {
2788 idm_pdu_t *pdu = (idm_pdu_t *)object;
2790 idm_pdu_t *, (idm_pdu_t *)object);
2796 status = idm_i_so_tx((idm_pdu_t *)object);
2800 idm_buf_t *idb = (idm_buf_t *)object;
2837 "(0x%08x)", object->idm_tx_obj_magic);
2855 object
[all...]
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_kutil.c369 * Initialize the llist delete queue object cache.
382 * Destroy the llist delete queue object cache.
434 * Post an object to the delete queue. The delete queue will be processed
437 * not required, and an object can be posted at any time.
440 smb_llist_post(smb_llist_t *ll, void *object, smb_dtorproc_t dtorproc) argument
444 ASSERT((object != NULL) && (dtorproc != NULL));
449 dtor->dt_object = object;
532 * This function inserts the object passed a the beginning of the list. This
548 * This function appends to the object passed to the list. This function assumes
565 * This function removes the object passe
[all...]

Completed in 900 milliseconds

1234