Searched defs:name (Results 1 - 25 of 3188) sorted by last modified time

1234567891011>>

/illumos-gate/usr/src/uts/intel/io/acpica/parser/
H A Dpsutils.c61 * DESCRIPTION: Create a Scope and associated namepath op with the root name
244 * Get op's name (4-byte name segment) or 0 if unnamed
251 /* The "generic" object has no name associated with it */
258 /* Only the "Extended" parse objects have a name */
265 * Set op's name
270 UINT32 name)
273 /* The "generic" object has no name associated with it */
280 Op->Named.Name = name;
268 AcpiPsSetName( ACPI_PARSE_OBJECT *Op, UINT32 name) argument
/illumos-gate/usr/src/uts/intel/io/vmxnet3s/
H A Dvmxnet3_utils.c204 * Get the numeric value of the property "name" in vmxnet3s.conf for
213 vmxnet3_getprop(vmxnet3_softc_t *dp, char *name, int min, int max, int def) argument
220 name, &props, &nprops) == DDI_PROP_SUCCESS) {
225 "device\n", name);
233 name, min, ret, max);
237 VMXNET3_DEBUG(dp, 2, "getprop(%s) -> %d\n", name, ret);
/illumos-gate/usr/src/uts/common/c2/
H A Daudit_event.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
2646 /* add path name to audit record */
2686 /* add path name to audit record */
2729 /* add path name to audit record */
2770 /* add path name to audit record */
2886 /* Make sure that the template name is null-terminated. */
2887 *(tpent->name + TNTNAMSIZ - 1) = '\0';
2889 au_uwrite(au_to_text(tpent->name));
3297 char *name; local
3318 name
3462 char *name; local
4930 long name; /* char */ member in struct:a
5287 long name; /* char */ member in union:a::__anon181
[all...]
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
101 * includes both the name of the DTrace module ("dtrace") and the name of the
179 static dtrace_hash_t *dtrace_byname; /* probes hashed by name */
4840 * by the fact that we (a) want to include the minor name and
4871 * We want to have a name for the minor. In order to do this,
4892 uintptr_t name = offsetof(struct ddi_minor_data, local
4893 d_minor) + offsetof(struct ddi_minor, name);
4934 * copy the minor's name into the end of the
4937 s = (char *)dtrace_loadptr(maddr + name);
8159 dtrace_register(const char *name, const dtrace_pattr_t *pap, uint32_t priv, cred_t *cr, const dtrace_pops_t *pops, void *arg, dtrace_provider_id_t *idp) argument
8563 dtrace_probe_create(dtrace_provider_id_t prov, const char *mod, const char *func, const char *name, int aframes, void *arg) argument
8662 dtrace_probe_lookup(dtrace_provider_id_t prid, const char *mod, const char *func, const char *name) argument
9046 dtrace_meta_register(const char *name, const dtrace_mops_t *mops, void *arg, dtrace_meta_provider_id_t *idp) argument
12589 dtrace_dof_property(const char *name) argument
[all...]
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
1502 bcopy("CORE", note.name, 4);
1508 * included so that the description that follows the name string
1610 const char *name; local
1656 name = shstrbase + shdr->sh_name;
1658 if (strcmp(name, shstrtab_data[STR_CTF]) == 0) {
1715 } else if (strcmp(name,
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_client.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
4023 * Get or create an fname with the given name, as a child of the given
4029 fn_get(nfs4_fname_t *parent, char *name, nfs4_sharedfh_t *sfh) argument
4035 key.fn_name = name;
4038 * If there's already an fname registered with the given name, bump
4042 * fname entries we are looking for should match both name
4094 fnp->fn_len = strlen(name);
4097 (void) strcpy(fnp->fn_name, name);
4183 * Returns the single component name of the given fname, in a MAXNAMELEN
4185 * the name ma
4191 char *name; local
[all...]
H A Dnfs4_srv_readdir.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
66 * sizeof smallest (padded) name (4 bytes) +
82 * required for a given name length. MAXNAMELEN is the maximum
438 char *name = NULL; local
782 name = nfscmd_convname(ca, cs->exi, dp->d_name,
785 if (name == NULL) {
789 /* Calculate the dirent name length */
790 namelen = strlen(name);
800 /* encode the LENGTH of the name */
805 bcopy(name, (cha
[all...]
H A Dnfs4_vnops.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
394 * Note on directory name lookup cacheing: If we detect a stale fhandle,
938 /* name of file */
1330 * having the same file name. The passed in vnode is released
2067 * was removed and a new file created with the same name.
4762 char *name; local
4769 name = fn_name(VTOSV(vp)->sv_name);
4771 "release vnode %s", name));
4772 kmem_free(name, MAXNAMELEN);
4985 * passed to VOP_LOOKUP, the name i
14193 char *name; local
14586 char *name; local
[all...]
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprsubr.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
1454 pr_object_name(char *name, vnode_t *vp, struct vattr *vattr) argument
1456 char *s = name;
H A Dprvnops.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
105 char d_name[14]; /* name of file */
3741 char name[64]; local
3745 pr_object_name(name, vp, &vattr);
3746 if (strcmp(name, comp) == 0)
4194 char name[64]; local
4199 pr_object_name(name, vp,
4201 if (strcmp(name, comp) == 0)
5715 * and comprehensible way to export the path name for p_execdir. To solve
5717 * pr_lookup_pathdir(), we mark the a.out path name vnod
[all...]
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_vfsops.c16 * 4. Neither the name of the author nor the names of any co-contributors
78 int smbfsinit(int fstyp, char *name);
97 * option name cancel option default arg flags
275 smbfsinit(int fstyp, char *name) argument
286 error = vn_make_ops(name, smbfs_vnodeops_template, &smbfs_vnodeops);
H A Dsmbfs_vnops.c16 * 4. Neither the name of the author nor the names of any co-contributors
125 * Note on directory name lookup cacheing: If we detect a stale fhandle,
360 NULL, 0, 0, /* name nmlen xattr */
1508 const char *name = (const char *)nm; local
1562 if (nmlen == 1 && name[0] == '.') {
1569 * Now some sanity checks on the name.
1601 if (nmlen == 2 && name[0] == '.' && name[1] == '.') {
1652 * Normal lookup of a name under this directory.
1676 /* Note: this can allocate a new "name" */
1825 const char *name = (const char *)nm; local
2418 const char *name = (const char *) nm; local
[all...]
/illumos-gate/usr/src/uts/common/fs/
H A Dvnode.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
153 * counter - Partial name structure member to update in vopstats for counts
154 * bytecounter - Partial name structure member to update in vopstats for bytes
409 * kstat name.
651 * Generate a kstat name, create the kstat structure, and allocate a
658 char kstatstr[KSTAT_STRLEN]; /* kstat name for vopstats */
668 /* Need to get the fsid to build a kstat name */
670 /* Create a name for our kstats based on fsid */
1115 * in the filesystem name space is not supported.
1342 * When it is done the pn holds the name o
2243 vn_make_ops( const char *name, const fs_operation_def_t *templ, vnodeops_t **actual) argument
2522 vnevent_rename_src(vnode_t *vp, vnode_t *dvp, char *name, caller_context_t *ct) argument
2531 vnevent_rename_dest(vnode_t *vp, vnode_t *dvp, char *name, caller_context_t *ct) argument
2550 vnevent_remove(vnode_t *vp, vnode_t *dvp, char *name, caller_context_t *ct) argument
2559 vnevent_rmdir(vnode_t *vp, vnode_t *dvp, char *name, caller_context_t *ct) argument
2568 vnevent_pre_rename_src(vnode_t *vp, vnode_t *dvp, char *name, caller_context_t *ct) argument
2578 vnevent_pre_rename_dest(vnode_t *vp, vnode_t *dvp, char *name, caller_context_t *ct) argument
2588 vnevent_pre_rename_dest_dir(vnode_t *vp, vnode_t *nvp, char *name, caller_context_t *ct) argument
3471 fop_create( vnode_t *dvp, char *name, vattr_t *vap, vcexcl_t excl, int mode, vnode_t **vpp, cred_t *cr, int flags, caller_context_t *ct, vsecattr_t *vsecp) argument
[all...]
H A Dxattr.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
75 * rename: If "to" or "from" is a SUNWattr name, special handling,
78 * link: If "from" is a SUNWattr name, disallow.
80 * create: If a SUNWattr name, disallow, else pass to lower FS.
630 * Validate the name and type of each attribute.
893 * Given the name of an extended attribute file, determine if there is a
894 * normalization conflict with a sysattr view name.
1192 xattr_dir_create(vnode_t *dvp, char *name, vattr_t *vap, vcexcl_t excl, argument
1204 if (is_sattr_name(name)) {
1205 return (gfs_dir_lookup(dvp, name, vp
1218 xattr_dir_remove(vnode_t *dvp, char *name, cred_t *cr, caller_context_t *ct, int flags) argument
1236 xattr_dir_link(vnode_t *tdvp, vnode_t *svp, char *name, cred_t *cr, caller_context_t *ct, int flags) argument
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_objset.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
520 dmu_objset_hold(const char *name, void *tag, objset_t **osp) argument
526 err = dsl_pool_hold(name, tag, &dp);
529 err = dsl_dataset_hold(dp, name, tag, &ds);
569 dmu_objset_own(const char *name, dmu_objset_type_t type, argument
576 err = dsl_pool_hold(name, FTAG, &dp);
579 err = dsl_dataset_own(dp, name, tag, &ds);
621 * same name so that it can be partially torn down and reconstructed.
628 char name[ZFS_MAX_DATASET_NAME_LEN]; local
635 dsl_dataset_name(ds, name);
904 dmu_objset_create(const char *name, dmu_objset_type_t type, uint64_t flags, void (*func)(objset_t *os, void *arg, cred_t *cr, dmu_tx_t *tx), void *arg) argument
1614 dmu_snapshot_realname(objset_t *os, char *name, char *real, int maxlen, boolean_t *conflict) argument
1629 dmu_snapshot_list_next(objset_t *os, int namelen, char *name, uint64_t *idp, uint64_t *offp, boolean_t *case_conflict) argument
1668 dmu_dir_list_next(objset_t *os, int namelen, char *name, uint64_t *idp, uint64_t *offp) argument
1954 dmu_objset_find_impl(spa_t *spa, const char *name, int func(const char *, void *), void *arg, int flags) argument
2062 dmu_objset_find(char *name, int func(const char *, void *), void *arg, int flags) argument
[all...]
H A Ddmu_send.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
1254 /* temporary clone name must not exist */
1261 /* new snapshot name must not exist */
2410 char name[ZFS_MAX_DATASET_NAME_LEN]; local
2411 dsl_dataset_name(drc->drc_ds, name);
2413 (void) dsl_destroy_head(name);
3212 add_ds_to_guidmap(const char *name, avl_tree_t *guid_map, uint64_t snapobj) argument
3221 err = dsl_pool_hold(name, FTAG, &dp);
3249 char name[ZFS_MAX_DATASET_NAME_LEN]; local
3250 dsl_dataset_name(drc->drc_ds, name);
[all...]
H A Ddsl_dataset.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
352 dsl_dataset_snap_lookup(dsl_dataset_t *ds, const char *name, uint64_t *value) argument
364 err = zap_lookup_norm(mos, snapobj, name, 8, 1,
367 err = zap_lookup(mos, snapobj, name, 8, 1, value);
372 dsl_dataset_snap_remove(dsl_dataset_t *ds, const char *name, dmu_tx_t *tx, argument
387 err = zap_remove_norm(mos, snapobj, name, mt, tx);
389 err = zap_remove(mos, snapobj, name, tx);
580 dsl_dataset_hold(dsl_pool_t *dp, const char *name, argument
589 err = dsl_dir_hold(dp, name, FTAG, &dd, &snapname);
647 dsl_dataset_own(dsl_pool_t *dp, const char *name, argument
690 dsl_dataset_name(dsl_dataset_t *ds, char *name) argument
1261 char *name; local
1293 char *name, *atp; local
1473 char *name, *atp; local
2861 dsl_dataset_promote(const char *name, char *conflsnap) argument
[all...]
H A Ddsl_dir.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
119 * this case a temporary clone name of %X is created (see dmu_recv_begin). We
328 /* Calculate name length, avoiding all the strcat calls of dsl_dir_name */
335 /* parent's name + 1 for the "/" */
403 * be found in *tail. The name must be in the specified dsl_pool_t. This
405 * path is bogus, or if tail==NULL and we couldn't parse the whole name.
409 dsl_dir_hold(dsl_pool_t *dp, const char *name, void *tag, argument
418 err = getcomponent(name, buf, &next);
422 /* Make sure the name is in the specified pool. */
473 /* bad path name */
879 dsl_dir_create_sync(dsl_pool_t *dp, dsl_dir_t *pds, const char *name, dmu_tx_t *tx) argument
[all...]
H A Ddsl_pool.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
134 dsl_pool_open_special_dir(dsl_pool_t *dp, const char *name, dsl_dir_t **ddp) argument
141 name, sizeof (obj), 1, &obj);
145 return (dsl_dir_hold_obj(dp, obj, name, dp, ddp));
907 char *name; local
926 name = kmem_asprintf("%llx-%s", (u_longlong_t)dsobj, tag);
928 error = zap_add(mos, zapobj, name, 8, 1, &now, tx);
930 error = zap_remove(mos, zapobj, name, tx);
931 strfree(name);
1009 dsl_pool_hold(const char *name, voi argument
[all...]
H A Dspa.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
143 static sysevent_t *spa_event_create(spa_t *spa, vdev_t *vd, const char *name);
162 * This (illegal) pool name is used when temporarily importing a spa_t in order
846 char name[32]; local
884 (void) snprintf(name, sizeof (name), "%s_%s_%u",
887 (void) snprintf(name, sizeof (name), "%s_%s",
895 tq = taskq_create_sysdc(name, value, 50, INT_MAX,
907 tq = taskq_create_proc(name, valu
2024 spa_dir_prop(spa_t *spa, const char *name, uint64_t *val) argument
3160 spa_open_rewind(const char *name, spa_t **spapp, void *tag, nvlist_t *policy, nvlist_t **config) argument
3167 spa_open(const char *name, spa_t **spapp, void *tag) argument
3177 spa_inject_addref(char *name) argument
3346 spa_get_stats(const char *name, nvlist_t **config, char *altroot, size_t buflen) argument
5334 spa_vdev_remove_aux(nvlist_t *config, char *name, nvlist_t **dev, int count, nvlist_t *dev_to_remove) argument
6946 spa_event_create(spa_t *spa, vdev_t *vd, const char *name) argument
7014 spa_event_notify(spa_t *spa, vdev_t *vd, const char *name) argument
[all...]
H A Dspa_misc.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
66 * - Lookup a spa_t by name
77 * to lookup a spa_t by name.
117 * spa_lookup() Lookup a spa_t by name.
495 spa_lookup(const char *name) argument
504 (void) strlcpy(search.spa_name, name, sizeof (search.spa_name));
507 * If it's a full dataset name, figure out the pool name and
545 * Create an uninitialized spa_t with the given name. Requires
550 spa_add(const char *name, nvlist_ argument
1281 spa_rename(const char *name, const char *newname) argument
[all...]
H A Dzap.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
976 const char *name, dmu_tx_t *tx)
981 VERIFY0(zap_add(os, parent_obj, name, sizeof (uint64_t), 1, &new_obj,
989 char *name)
1003 (void) strcpy(name, za->za_name);
1095 char name[20]; local
1097 (void) snprintf(name, sizeof (name), "%llx", (longlong_t)value);
1098 return (zap_add(os, obj, name, 8, 1, &value, tx));
1104 char name[2 local
975 zap_create_link(objset_t *os, dmu_object_type_t ot, uint64_t parent_obj, const char *name, dmu_tx_t *tx) argument
988 zap_value_search(objset_t *os, uint64_t zapobj, uint64_t value, uint64_t mask, char *name) argument
1113 char name[20]; local
1123 char name[20]; local
1133 char name[20]; local
1142 char name[20]; local
1149 zap_increment(objset_t *os, uint64_t obj, const char *name, int64_t delta, dmu_tx_t *tx) argument
1173 char name[20]; local
[all...]
H A Dzap_micro.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
136 zap_normalize(zap_t *zap, const char *name, char *namenorm) argument
143 inlen = strlen(name) + 1;
147 (void) u8_textprep_str((char *)name, &inlen, namenorm, &outlen,
817 zap_lookup(objset_t *os, uint64_t zapobj, const char *name, argument
820 return (zap_lookup_norm(os, zapobj, name, integer_size,
825 zap_lookup_impl(zap_t *zap, const char *name, argument
834 zn = zap_name_alloc(zap, name, mt);
867 zap_lookup_norm(objset_t *os, uint64_t zapobj, const char *name, argument
878 err = zap_lookup_impl(zap, name, integer_siz
885 zap_lookup_by_dnode(dnode_t *dn, const char *name, uint64_t integer_size, uint64_t num_integers, void *buf) argument
893 zap_lookup_norm_by_dnode(dnode_t *dn, const char *name, uint64_t integer_size, uint64_t num_integers, void *buf, matchtype_t mt, char *realname, int rn_len, boolean_t *ncp) argument
959 zap_contains(objset_t *os, uint64_t zapobj, const char *name) argument
969 zap_length(objset_t *os, uint64_t zapobj, const char *name, uint64_t *integer_size, uint64_t *num_integers) argument
1140 zap_update(objset_t *os, uint64_t zapobj, const char *name, int integer_size, uint64_t num_integers, const void *val, dmu_tx_t *tx) argument
1223 zap_remove(objset_t *os, uint64_t zapobj, const char *name, dmu_tx_t *tx) argument
1229 zap_remove_norm(objset_t *os, uint64_t zapobj, const char *name, matchtype_t mt, dmu_tx_t *tx) argument
1442 zap_count_write_by_dnode(dnode_t *dn, const char *name, int add, refcount_t *towrite, refcount_t *tooverwrite) argument
[all...]
H A Dzfs_ioctl.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
52 * const char *name
53 * The name of the ioctl. This is used for history logging. If the
73 * name, a dataset name, or nothing. If the name is not well-formed,
75 * Therefore, the callback can assume that the name is well-formed
104 * const char *name
105 * The name of the pool or dataset to operate on, from
242 static int zfs_check_settable(const char *name, nvpair_
319 zfs_is_bootfs(const char *name) argument
336 zfs_earlier_version(const char *name, int version) argument
354 zpl_earlier_version(const char *name, int version) argument
474 zfs_secpolicy_write_perms_ds(const char *name, dsl_dataset_t *ds, const char *perm, cred_t *cr) argument
489 zfs_secpolicy_write_perms(const char *name, const char *perm, cred_t *cr) argument
526 zfs_set_slabel_policy(const char *name, char *strval, cred_t *cr) argument
814 zfs_secpolicy_destroy_perms(const char *name, cred_t *cr) argument
972 zfs_secpolicy_snapshot_perms(const char *name, cred_t *cr) argument
993 char *name = nvpair_name(pair); local
1020 char *name = nvpair_name(pair); local
1046 char *name = nvpair_name(pair); local
1428 zfsvfs_hold(const char *name, void *tag, zfsvfs_t **zfvp, boolean_t writer) argument
2203 dataset_name_hidden(const char *name) argument
3336 const char *name = nvpair_name(pair); local
3581 const char *name = nvpair_name(pair); local
5582 zfs_ioctl_register(const char *name, zfs_ioc_t ioc, zfs_ioc_func_t *func, zfs_secpolicy_func_t *secpolicy, zfs_ioc_namecheck_t namecheck, zfs_ioc_poolcheck_t pool_check, boolean_t smush_outnvlist, boolean_t allow_log) argument
5859 pool_status_check(const char *name, zfs_ioc_namecheck_t type, zfs_ioc_poolcheck_t check) argument
[all...]
H A Dzfs_vfsops.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
1269 * "rootpool-name/root-filesystem-object-number'. Convert this
1270 * string to a dataset name: "rootpool-name/root-filesystem-name".
1286 /* if no '/', just return the pool name */
1291 /* if not a number, just return the root dataset name */
1464 "bootfs name");
1570 * Get the objset name (the "special" mount argument).
2104 zfs_vfsinit(int fstype, char *name) argument
[all...]

Completed in 489 milliseconds

1234567891011>>