Searched defs:nm (Results 126 - 137 of 137) sorted by relevance

123456

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vnops.c2724 ufs_lookup(struct vnode *dvp, char *nm, struct vnode **vpp, argument
2792 if (nm[0] == 0) {
2804 if ((nm[0] == '.') && (nm[1] == 0)) {
2820 if (vp = dnlc_lookup(dvp, nm)) {
2862 error = ufs_dirlook(ip, nm, &xip, cr, 1, 0);
3195 ufs_remove(struct vnode *vp, char *nm, struct cred *cr, argument
3217 error = ufs_eventlookup(vp, nm, cr, &rmvp);
3221 vnevent_remove(rmvp, vp, nm, ct);
3242 error = ufs_dirremove(ip, nm, (struc
3840 ufs_rmdir(struct vnode *vp, char *nm, struct vnode *cdir, struct cred *cr, caller_context_t *ct, int flags) argument
6591 ufs_eventlookup(struct vnode *dvp, char *nm, struct cred *cr, struct vnode **vpp) argument
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_vnops.c1214 * nm - name of entry to lookup.
1232 zfs_lookup(vnode_t *dvp, char *nm, vnode_t **vpp, struct pathname *pnp, argument
1249 if (nm[0] == 0 || (nm[0] == '.' && nm[1] == '\0')) {
1258 vnode_t *tvp = dnlc_lookup(dvp, nm);
1277 DTRACE_PROBE2(zfs__fastpath__lookup__miss, vnode_t *, dvp, char *, nm);
1335 if (zfsvfs->z_utf8 && u8_validate(nm, strlen(nm),
1341 error = zfs_dirlook(zdp, nm, vp
[all...]
H A Ddsl_dataset.c1232 char nm[MAXPATHLEN]; local
1234 (void) strlcpy(nm, nvpair_name(pair), sizeof (nm));
1235 pdelim = strchr(nm, '@');
1241 if (nvlist_lookup_uint64(cnt_track, nm,
1244 fnvlist_add_uint64(cnt_track, nm,
1248 fnvlist_add_uint64(cnt_track, nm, 1);
1251 pdelim = strrchr(nm, '/');
/illumos-gate/usr/src/cmd/svc/startd/
H A Dgraph.c5554 graph_vertex_t *nm, *v; local
5608 nm = vertex_get_by_name(cfmri);
5609 if (nm == NULL || !(nm->gv_flags & GV_CONFIGURED)) {
5630 milestone = nm;
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv.c870 do_rfs4_op_secinfo(struct compound_state *cs, char *nm, SECINFO4res *resp) argument
884 dotdot = (nm[0] == '.' && nm[1] == '.' && nm[2] == '\0');
928 * Get the vnode for the component "nm".
930 error = VOP_LOOKUP(dvp, nm, &vp, NULL, 0, NULL, cs->cr,
1132 char *nm; local
1169 nm = utf8_to_str(utfnm, &len, NULL);
1170 if (nm == NULL) {
1177 kmem_free(nm, le
1452 do_rfs4_op_mknod(CREATE4args *args, CREATE4res *resp, struct svc_req *req, struct compound_state *cs, vattr_t *vap, char *nm) argument
1525 char *nm, *lnm; local
2451 char *nm; local
2609 do_rfs4_op_lookup(char *nm, struct svc_req *req, struct compound_state *cs) argument
2891 char *nm; local
4025 rfs4_lookup_and_findfile(vnode_t *dvp, char *nm, vnode_t **vpp, int *lkup_error, cred_t *cr) argument
4067 char *nm; local
6049 char *nm; local
6165 create_vnode(vnode_t *dvp, char *nm, vattr_t *vap, createmode4 mode, timespec32_t *mtime, cred_t *cr, vnode_t **vpp, bool_t *created) argument
6314 char *nm = NULL; local
[all...]
H A Dnfs4_vnops.c1169 "nfs4open_otw: %s call, nm %s, rp %s",
4957 nfs4_lookup(vnode_t *dvp, char *nm, vnode_t **vpp, struct pathname *pnp, argument
4973 error = nfs4lookup_xattr(dvp, nm, &avp, flags, cr);
4992 if (*nm == '\0') {
5010 error = nfs4lookup(dvp, nm, vpp, cr, 0);
5027 nfs4lookup_xattr(vnode_t *dvp, char *nm, vnode_t **vpp, int flags, cred_t *cr) argument
5086 nfs4lookup(vnode_t *dvp, char *nm, vnode_t **vpp, cred_t *cr, int skipdnlc) argument
5098 if (*nm == '\0') {
5115 if (nm[0] == '.' && nm[
5235 nfs4lookupvalidate_otw(vnode_t *dvp, char *nm, vnode_t **vpp, cred_t *cr) argument
5669 nfs4lookupnew_otw(vnode_t *dvp, char *nm, vnode_t **vpp, cred_t *cr) argument
6159 nfs4lookup_setup(char *nm, lookup4_param_t *lookupargp, int needgetfh) argument
6528 nfs4_create(vnode_t *dvp, char *nm, struct vattr *va, enum vcexcl exclusive, int mode, vnode_t **vpp, cred_t *cr, int flags, caller_context_t *ct, vsecattr_t *vsecp) argument
6813 call_nfs4_create_req(vnode_t *dvp, char *nm, void *data, struct vattr *va, vnode_t **vpp, cred_t *cr, nfs_ftype4 type) argument
7165 nfs4mknod(vnode_t *dvp, char *nm, struct vattr *va, enum vcexcl exclusive, int mode, vnode_t **vpp, cred_t *cr) argument
7234 nfs4_remove(vnode_t *dvp, char *nm, cred_t *cr, caller_context_t *ct, int flags) argument
8618 nfs4_mkdir(vnode_t *dvp, char *nm, struct vattr *va, vnode_t **vpp, cred_t *cr, caller_context_t *ct, int flags, vsecattr_t *vsecp) argument
8657 nfs4_rmdir(vnode_t *dvp, char *nm, vnode_t *cdir, cred_t *cr, caller_context_t *ct, int flags) argument
12623 nfs4_update_dircaches(change_info4 *cinfo, vnode_t *dvp, vnode_t *vp, char *nm, dirattr_info_t *dinfo) argument
[all...]
/illumos-gate/usr/src/uts/common/fs/
H A Dvnode.c3071 vn_renamepath(vnode_t *dvp, vnode_t *vp, const char *nm, size_t len) argument
3079 vn_setpath(rootdir, dvp, vp, nm, len);
3429 char *nm,
3458 (dvp, nm, vpp, pnp, flags, rdir, cr, ct, deflags, ppnp);
3463 vn_setpath(rootdir, dvp, *vpp, nm, strlen(nm));
3515 char *nm,
3533 err = (*(dvp)->v_op->vop_remove)(dvp, nm, cr, ct, flags);
3638 char *nm,
3657 err = (*(dvp)->v_op->vop_rmdir)(dvp, nm, cdi
3427 fop_lookup( vnode_t *dvp, char *nm, vnode_t **vpp, pathname_t *pnp, int flags, vnode_t *rdir, cred_t *cr, caller_context_t *ct, int *deflags, pathname_t *ppnp) argument
3513 fop_remove( vnode_t *dvp, char *nm, cred_t *cr, caller_context_t *ct, int flags) argument
3636 fop_rmdir( vnode_t *dvp, char *nm, vnode_t *cdir, cred_t *cr, caller_context_t *ct, int flags) argument
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c2296 const char *nm = vmem->vm_name; local
2307 mdb_printf("Searching vmem arena %s...\n", nm);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c6151 char *nm; local
6215 nm = nvpair_name(nvp);
6223 * we copy nm to a seperate buffer as nv_pair
6228 (void) strlcpy(tmp, nm, sizeof (tmp));
6229 nm = tmp;
6237 nm, action);
6241 nm, action);
6252 res = add_aref(&params->actions, nm, action);
6883 int nm, act; local
6913 stats = nm
7311 int nm, cls, ipv; local
7786 int nm, md; local
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c2132 const char *nm = vmem->vm_name; local
2136 mdb_printf("Searching vmem arena %s...\n", nm);
/illumos-gate/usr/src/uts/common/os/
H A Dsunddi.c7934 char *nm; local
7945 nm = i_ddi_devtspectype_to_minorname(dip, dev, spec_type);
7946 if (nm)
7947 (void) strcpy(buf, nm);
7951 if (nm) {
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c3993 nm_to_dtd(char *nm) argument
3995 if (strcmp(nm, "device") == 0)
3997 if (strcmp(nm, "fs") == 0)
3999 if (strcmp(nm, "net") == 0)
4001 if (strcmp(nm, "attr") == 0)
4003 if (strcmp(nm, "rctl") == 0)
4005 if (strcmp(nm, "dataset") == 0)
4007 if (strcmp(nm, "admin") == 0)

Completed in 256 milliseconds

123456