HomeSort by: relevance | last modified time | path
    Searched refs:new_mp (Results 1 - 15 of 15) sorted by relevancy

  /src/external/bsd/am-utils/dist/conf/mtab/
mtab_aix.c 67 mntent_t *new_mp = ALLOC(mntent_t); local
71 new_mp->mnt_dir = strdup(vmt2dataptr(mp, VMT_STUB));
72 new_mp->mnt_opts = strdup(vmt2dataptr(mp, VMT_ARGS));
78 new_mp->mnt_fsname = xstrdup(fsname);
83 new_mp->mnt_fsname = str3cat((char *) NULL,
91 new_mp->mnt_fsname = str3cat((char *) NULL,
99 new_mp->mnt_fsname = xstrdup(fsname);
104 new_mp->mnt_type = xstrdup(ty);
106 new_mp->mnt_passno = mp->vmt_vfsnumber;
107 new_mp->mnt_freq = 0
    [all...]
mtab_bsd.c 61 mntent_t *new_mp = ALLOC(mntent_t); local
64 new_mp->mnt_fsname = xstrdup(mp->f_mntfromname);
65 new_mp->mnt_dir = xstrdup(mp->f_mntonname);
97 new_mp->mnt_type = xstrdup(ty);
98 new_mp->mnt_opts = xstrdup("unset");
99 new_mp->mnt_freq = 0;
100 new_mp->mnt_passno = 0;
102 return new_mp;
mtab_osf.c 52 mntent_t *new_mp = ALLOC(mntent_t); local
79 new_mp->mnt_fsname = xstrdup(mntfromptr);
81 new_mp->mnt_dir = xstrdup(mp->f_mntonname);
102 new_mp->mnt_type = xstrdup(ty);
103 new_mp->mnt_opts = xstrdup("unset");
104 new_mp->mnt_freq = 0;
105 new_mp->mnt_passno = 0;
107 return new_mp;
mtab_ultrix.c 65 mntent_t *new_mp = ALLOC(mntent_t); local
67 new_mp->mnt_fsname = xstrdup(mp->fd_devname);
68 new_mp->mnt_dir = xstrdup(mp->fd_path);
73 new_mp->mnt_type = xstrdup(gt_names[mp->fd_fstype]);
74 new_mp->mnt_opts = xstrdup("unset");
76 new_mp->mnt_freq = 0;
77 new_mp->mnt_passno = mp->fd_dev;
79 return new_mp;
mtab_isc3.c 113 mntent_t *new_mp = ALLOC(mntent_t); local
117 new_mp->mnt_fsname = xstrdup(nullcpy);
120 new_mp->mnt_dir = xstrdup(nullcpy);
123 new_mp->mnt_type = xstrdup(nullcpy);
126 new_mp->mnt_opts = xstrdup(nullcpy);
128 new_mp->mnt_freq = 0;
129 new_mp->mnt_passno = 0;
131 new_mp->mnt_time = mp->mt_time;
132 new_mp->mnt_ro = mp->mt_ro_flg;
134 return new_mp;
    [all...]
mtab_file.c 379 mntent_t *new_mp = ALLOC(mntent_t); local
381 new_mp->mnt_fsname = xstrdup(mp->mnt_fsname);
382 new_mp->mnt_dir = xstrdup(mp->mnt_dir);
383 new_mp->mnt_type = xstrdup(mp->mnt_type);
384 new_mp->mnt_opts = xstrdup(mp->mnt_opts);
386 new_mp->mnt_freq = mp->mnt_freq;
387 new_mp->mnt_passno = mp->mnt_passno;
391 new_mp->mnt_time = xstrdup(mp->mnt_time);
393 new_mp->mnt_time = mp->mnt_time;
398 new_mp->mnt_cnode = mp->mnt_cnode
    [all...]
mtab_linux.c 489 mntent_t *new_mp = ALLOC(mntent_t); local
491 new_mp->mnt_fsname = xstrdup(mp->mnt_fsname);
492 new_mp->mnt_dir = xstrdup(mp->mnt_dir);
493 new_mp->mnt_type = xstrdup(mp->mnt_type);
494 new_mp->mnt_opts = xstrdup(mp->mnt_opts);
496 new_mp->mnt_freq = mp->mnt_freq;
497 new_mp->mnt_passno = mp->mnt_passno;
501 new_mp->mnt_time = xstrdup(mp->mnt_time);
503 new_mp->mnt_time = mp->mnt_time;
508 new_mp->mnt_cnode = mp->mnt_cnode
    [all...]
mtab_mach3.c 441 mntent_t *new_mp = ALLOC(mntent_t); local
443 new_mp->mnt_fsname = convert(mp->mnt_fsname, '@', ':');
445 new_mp->mnt_dir = xstrdup(mp->mnt_dir);
446 new_mp->mnt_type = xstrdup(mp->mnt_type);
447 new_mp->mnt_opts = xstrdup(mp->mnt_opts);
449 new_mp->mnt_freq = mp->mnt_freq;
450 new_mp->mnt_passno = mp->mnt_passno;
452 return new_mp;
  /src/external/bsd/am-utils/dist/amd/
amfs_generic.c 89 static am_loc *amfs_lookup_one_location(am_node *new_mp, mntfs *mf, char *ivec,
91 static am_loc **amfs_lookup_loc(am_node *new_mp, int *error_return);
105 am_node *new_mp; local
160 for (new_mp = mp->am_child; new_mp; new_mp = new_mp->am_osib) {
161 if (FSTREQ(new_mp->am_name, expanded_fname)) {
162 if (new_mp->am_error) {
163 error = new_mp->am_error
1156 am_node *new_mp; local
    [all...]
map.c 190 am_node *new_mp; local
196 new_mp = exported_ap_alloc();
197 if (new_mp) {
201 init_map(new_mp, fname);
206 insert_am(new_mp, mp);
215 new_mp->am_path = str3cat(new_mp->am_path,
220 dlog("setting path to %s", new_mp->am_path);
223 return new_mp;
615 am_node *new_mp; local
    [all...]
  /src/external/bsd/am-utils/dist/conf/autofs/
autofs_solaris_v2_v3.c 500 am_node *mp, *new_mp; local
519 new_mp = mf->mf_ops->lookup_child(mp, m->name, &err, VLOOK_LOOKUP);
520 if (!new_mp) {
528 free_map(new_mp);
568 am_node *mp, *new_mp; local
588 new_mp = mf->mf_ops->lookup_child(mp, m->name + m->isdirect, &err, VLOOK_CREATE);
589 if (new_mp && err < 0) {
590 /* new_mp->am_transp = transp; */
591 new_mp = mf->mf_ops->mount_child(new_mp, &err)
    [all...]
  /src/external/lgpl3/gmp/dist/mpz/
powm_ui.c 161 mp_ptr new_mp = TMP_ALLOC_LIMBS (mn); local
162 mpn_lshift (new_mp, mp, mn, m_zero_cnt);
163 mp = new_mp;
  /src/usr.sbin/sysinst/
bsddisklabel.c 317 char new_mp[MOUNTLEN], *err; local
322 -1, 18, 0, 0, NULL, new_mp, sizeof(new_mp));
323 if (new_mp[0] == 0)
325 if (new_mp[0] != '/') {
327 memmove(new_mp+1, new_mp, sizeof(new_mp)-1);
328 new_mp[0] = '/';
335 new_mp) == 0)
    [all...]
  /src/sys/fs/nfs/server/
nfs_nfsdsocket.c 630 mount_t new_mp, temp_mp = NULL; local
983 new_mp = nvp->v_mount;
985 new_mp->mnt_stat.f_fsid.val[0] ||
987 new_mp->mnt_stat.f_fsid.val[1]) {
989 nd->nd_repstat = nfsvno_checkexp(new_mp,
998 cur_fsid = new_mp->mnt_stat.f_fsid;
nfs_nfsdport.c 1838 struct mount *mp, *new_mp; local
2101 new_mp = mp;
2164 new_mp = nvp->v_mountedhere;
2165 r = vfs_busy(new_mp, 0);
2169 r = VFS_ROOT(new_mp,
2198 if (new_mp == mp)
2199 new_mp = nvp->v_mount;
2211 vfs_unbusy(new_mp);
2255 vfs_unbusy(new_mp);
2259 dirlen += nfsvno_fillattr(nd, new_mp,
    [all...]

Completed in 25 milliseconds