Searched refs:nm (Results 26 - 50 of 175) sorted by relevance

1234567

/illumos-gate/usr/src/cmd/sgs/nm/amd64/
H A DMakefile26 PROG= nm
33 COMOBJS= nm.o
/illumos-gate/usr/src/cmd/sgs/nm/sparcv9/
H A DMakefile25 # cmd/sgs/nm/sparcv9/Makefile
28 PROG= nm
35 COMOBJS= nm.o
/illumos-gate/usr/src/cmd/oamuser/user/
H A Dhomedir.c105 char nm[ZFS_MAX_DATASET_NAME_LEN]; local
108 (void) snprintf(nm, sizeof (nm), "%s/%s",
111 if ((zfs_create(g_zfs, nm, ZFS_TYPE_FILESYSTEM, NULL)
113 ((zhp = zfs_open(g_zfs, nm, ZFS_TYPE_FILESYSTEM)) ==
218 char *nm, *rp; local
238 if ((nm = get_mnt_special(dir, stbuf.st_fstype)) != NULL) {
241 if ((zhp = zfs_open(g_zfs, nm, ZFS_TYPE_FILESYSTEM))
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_metad_subr.c448 mdnm_params_t nm; local
479 (void) memset(&nm, '\0', sizeof (nm));
480 nm.setno = MD_LOCAL_SET;
481 nm.side = nr->nr_nodeid;
482 nm.key = dr->dr_key;
483 nm.devname = (uintptr_t)device_name;
485 if (metaioctl(MD_IOCGET_NM, &nm, &nm.mde,
487 if (! mdissyserror(&nm
641 mdnm_params_t nm; local
[all...]
H A Dmeta_mn_handlers.c1471 mdnm_params_t nm; local
1485 (void) memset(&nm, 0, sizeof (nm));
1491 /* While loop continues until IOCNXTKEY_NM gives nm.key of KEYWILD */
1496 nm.mde = mdnullerror;
1497 nm.setno = msg->msg_setno;
1498 nm.side = d->msg_otherside;
1499 if (metaioctl(MD_IOCNXTKEY_NM, &nm, &nm.mde, NULL) != 0) {
1500 (void) mdstealerror(&(resp->mmr_ep), &nm
1606 mdnm_params_t nm; local
[all...]
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_netops.c77 devnet_create_rvp(const char *nm, struct vattr *vap, dls_dl_handle_t *ddhp) argument
83 if ((error = dls_devnet_open(nm, ddhp, &dev)) != 0) {
85 "network node: %s\n", nm));
112 devnet_lookup(struct vnode *dvp, char *nm, struct vnode **vpp, argument
129 nmlen = strlen(nm);
130 if ((nmlen == 0) || ((nmlen == 1) && (nm[0] == '.'))) {
139 if ((nmlen == 2) && (strcmp(nm, "..") == 0)) {
150 if ((dv = sdev_cache_lookup(ddv, nm)) != NULL) {
162 error = devnet_create_rvp(nm, &vattr, &ddh);
166 error = sdev_mknode(ddv, nm,
[all...]
H A Dsdev_zvolops.c281 char *nm = dv->sdev_name; local
284 sdcmn_err13(("validating ('%s' '%s')", dv->sdev_path, nm));
291 sdcmn_err13(("skipping '%s'", nm));
328 prof_name_matched(nm, parent)) {
494 devzvol_create_dir(struct sdev_node *ddv, char *nm, void **arg, argument
501 ddv->sdev_path, nm));
514 devzvol_create_link(struct sdev_node *ddv, char *nm, argument
524 ddv->sdev_path, nm));
525 dsname = devzvol_make_dsname(ddv->sdev_path, nm);
603 devzvol_mk_ngz_node(struct sdev_node *parent, char *nm) argument
693 devzvol_lookup(struct vnode *dvp, char *nm, struct vnode **vpp, struct pathname *pnp, int flags, struct vnode *rdir, struct cred *cred, caller_context_t *ct, int *direntflags, pathname_t *realpnp) argument
815 devzvol_create(struct vnode *dvp, char *nm, struct vattr *vap, vcexcl_t excl, int mode, struct vnode **vpp, struct cred *cred, int flag, caller_context_t *ct, vsecattr_t *vsecp) argument
[all...]
H A Dsdev_profile.c476 char *nm; local
513 nm = dp->d_name;
515 if (strcmp(nm, ".") == 0 ||
516 strcmp(nm, "..") == 0)
519 if (callback(nm, arg) == WALK_DIR_TERMINATE)
588 prof_make_name_glob(char *nm, void *arg) argument
592 if (prof_name_matched(nm, ddv))
593 prof_lookup_globaldev(ddv, ddv->sdev_origin, nm, nm);
599 prof_make_name_zone(char *nm, voi argument
1000 prof_lookup(vnode_t *dvp, char *nm, struct vnode **vpp, struct cred *cred) argument
[all...]
H A Dsdev_vnops.c616 sdev_lookup(struct vnode *dvp, char *nm, struct vnode **vpp, argument
631 return (prof_lookup(dvp, nm, vpp, cred));
632 return (devname_lookup_func(parent, nm, vpp, cred, NULL, 0));
637 sdev_create(struct vnode *dvp, char *nm, struct vattr *vap, vcexcl_t excl, argument
666 return (prof_lookup(dvp, nm, vpp, cred));
676 error = VOP_LOOKUP(dvp, nm, &vp, NULL, 0, NULL, cred, ct, NULL, NULL);
700 nm, vap, excl, mode, &avp, cred, flag, ct, vsecp);
736 error = sdev_mknode(parent, nm, &self, vap, NULL, NULL,
763 sdev_remove(struct vnode *dvp, char *nm, struct cred *cred, argument
774 len = strlen(nm);
1202 sdev_mkdir(struct vnode *dvp, char *nm, struct vattr *va, struct vnode **vpp, struct cred *cred, caller_context_t *ct, int flags, vsecattr_t *vsecp) argument
1277 sdev_rmdir(struct vnode *dvp, char *nm, struct vnode *cdir, struct cred *cred, caller_context_t *ct, int flags) argument
[all...]
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_writes.c1912 char **nm, **lm; local
1971 nm = (char **)calloc(i+2, sizeof (char *));
1972 if (nm == NULL) {
1977 nm[j] = strdup(lm[j]);
1978 if (nm[j] == NULL) {
1980 free(nm[k]);
1981 free(nm);
1986 rc = __s_add_attrlist(e, "memberUid", nm);
1988 free(nm[j]);
1990 free(nm);
2017 char **nm, **lm; local
2151 char **nm; local
2242 char **nm; local
2331 char **nm; local
2434 char **nm; local
2588 char **nm; local
2686 char **nm; local
3003 char **nm; local
[all...]
/illumos-gate/usr/src/cmd/stat/common/
H A Dmnt.c49 lookup_mntent_byname(char *nm) argument
56 if (nm) {
60 if (strcmp(nm, minfo->device_name)) {
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_ndd.c192 char *nm; local
212 nm = &ndp->ndp_name[0];
215 switch (*nm) {
228 if (!nd_load(nddpp, ++nm, unm_param_get, setfn, (caddr_t)ndp))
237 if (setfn && UNM_PROP_EXISTS(dip, nm)) {
238 pval = UNM_PROP_GET_INT(dip, nm);
/illumos-gate/usr/src/uts/common/io/rge/
H A Drge_ndd.c194 char *nm; local
214 nm = &ndp->ndp_name[0];
217 switch (*nm) {
230 if (!nd_load(nddpp, ++nm, rge_param_get, setfn, (caddr_t)ndp))
239 if (setfn && RGE_PROP_EXISTS(dip, nm)) {
240 pval = RGE_PROP_GET_INT(dip, nm);
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Didmapd.h153 #define NLDAP_OR_MIXED(nm) \
154 ((nm) == IDMAP_NM_NLDAP || (nm) == IDMAP_NM_MIXED)
155 #define AD_OR_MIXED(nm) \
156 ((nm) == IDMAP_NM_AD || (nm) == IDMAP_NM_MIXED)
/illumos-gate/usr/src/cmd/fm/schemes/hc/
H A Dscheme.c78 char *nm; local
84 err = nvlist_lookup_string(hcprs[0], FM_FMRI_HC_NAME, &nm);
102 char *nm; local
108 err = nvlist_lookup_string(hcprs[0], FM_FMRI_HC_NAME, &nm);
126 char *nm; local
131 nvlist_lookup_string(hcprs[0], FM_FMRI_HC_NAME, &nm) != 0)
/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_vnops.c355 char *nm,
376 (void *)dvp, dfnip->fi_map, nm));
378 if (nm[0] == 0) {
387 if (nm[0] == '.' && nm[1] == 0) {
393 if (nm[0] == '.' && nm[1] == '.' && nm[2] == 0) {
417 error = VOP_LOOKUP(vp, nm, vpp, pnp, flags, rdir, cred,
430 searchnm = nm;
353 auto_lookup( vnode_t *dvp, char *nm, vnode_t **vpp, pathname_t *pnp, int flags, vnode_t *rdir, cred_t *cred, caller_context_t *ct, int *direntflags, pathname_t *realpnp) argument
663 auto_create( vnode_t *dvp, char *nm, vattr_t *va, vcexcl_t excl, int mode, vnode_t **vpp, cred_t *cred, int flag, caller_context_t *ct, vsecattr_t *vsecp) argument
702 auto_remove( vnode_t *dvp, char *nm, cred_t *cred, caller_context_t *ct, int flags) argument
735 auto_link( vnode_t *tdvp, vnode_t *svp, char *nm, cred_t *cred, caller_context_t *ct, int flags) argument
863 auto_mkdir( vnode_t *dvp, char *nm, vattr_t *va, vnode_t **vpp, cred_t *cred, caller_context_t *ct, int flags, vsecattr_t *vsecp) argument
900 auto_rmdir( vnode_t *dvp, char *nm, vnode_t *cdir, cred_t *cred, caller_context_t *ct, int flags) argument
[all...]
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dpcibus_labels.c425 char *nm; local
434 nm = topo_node_name(node);
435 if (strcmp(nm, PCI_DEVICE) != 0 && strcmp(nm, PCIEX_DEVICE) != 0 &&
436 strcmp(nm, PCIEX_BUS) != 0) {
478 char *nm; local
481 nm = topo_node_name(node);
482 if (strcmp(nm, PCI_DEVICE) != 0 && strcmp(nm, PCIEX_DEVICE) != 0 &&
483 strcmp(nm, PCIEX_BU
[all...]
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/pcibus/
H A Dpci_sun4v.c105 char *nm, *plat, *pp, **cp; local
143 nm = topo_node_name(node);
144 if (strcmp(nm, PCI_DEVICE) != 0 &&
145 strcmp(nm, PCIEX_DEVICE) != 0 &&
146 strcmp(nm, PCIEX_BUS) != 0)
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dref_subr.c54 str_to_utf8(char *nm, utf8string *str) argument
61 if (nm == NULL || *nm == '\0') {
67 len = strlen(nm);
75 bcopy(nm, str->utf8string_val, len);
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_node.c112 uint_t last_offset, char *nm, int nmlen, struct hsfs *fsp,
115 static int strip_trailing(struct hsfs *fsp, char *nm, int len);
116 static int hs_namelen(struct hsfs *fsp, char *nm, int len);
1446 char *nm, /* upcase nm to compare against */
1566 rr_namelen = rrip_namecopy(nm, &rrip_name_str[0],
1644 !HSFS_HAVE_LOWER_CASE(fsp) && *nm < *dname) {
1645 RESTORE_NM(rrip_tmp_name, nm);
1649 if (*nm != *dname || nmlen != dnamelen)
1652 if ((res = bcmp(dname, nm, nmle
1442 process_dirblock( struct fbuf *fbp, uint_t *offset, uint_t last_offset, char *nm, int nmlen, struct hsfs *fsp, struct hsnode *dhp, struct vnode *dvp, struct vnode **vpp, int *error) argument
1721 strip_trailing(struct hsfs *fsp, char *nm, int len) argument
1740 hs_namelen(struct hsfs *fsp, char *nm, int len) argument
[all...]
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypcat.c67 static char nm[YPMAXMAP+1]; variable
123 (getmapname(map, nm))) {
124 map = nm;
H A Dypmatch.c74 static char nm[YPMAXMAP+1]; variable
114 (getmapname(map, nm))) {
115 map = nm;
/illumos-gate/usr/src/uts/common/fs/ctfs/
H A Dctfs_all.c100 ctfs_adir_do_lookup(vnode_t *vp, const char *nm, vnode_t **vpp, ino64_t *inop, argument
106 i = stoi((char **)&nm);
107 if (*nm != '\0')
H A Dctfs_tdir.c138 ctfs_tdir_do_lookup(vnode_t *vp, const char *nm, vnode_t **vpp, ino64_t *inop, argument
144 i = stoi((char **)&nm);
145 if (*nm != '\0')
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_ndd.c61 nge_nd_get_prop_val(dev_info_t *dip, char *nm, long min, long max, int *pval) argument
69 if (NGE_PROP_EXISTS(dip, nm)) {
70 *pval = NGE_PROP_GET_INT(dip, nm);

Completed in 78 milliseconds

1234567