Searched refs:copyp (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetmntent.c144 char *copyp, *bufp; local
156 if ((copyp = bufp = getmntbuf(MNT_LINE_MAX)) == NULL) {
162 mgetp->mnt_special = copyp;
163 copyp += snprintf(mgetp->mnt_special, MNT_LINE_MAX, "%s",
167 mgetp->mnt_mountp = copyp;
168 copyp += snprintf(mgetp->mnt_mountp,
169 bufp + MNT_LINE_MAX - copyp, "%s", mrefp->mnt_mountp) + 1;
172 mgetp->mnt_fstype = copyp;
173 copyp += snprintf(mgetp->mnt_fstype,
174 bufp + MNT_LINE_MAX - copyp, "
[all...]
/illumos-gate/usr/src/uts/common/fs/mntfs/
H A Dmntvnops.c449 mntelem_t *copyp; local
451 copyp = kmem_zalloc(sizeof (mntelem_t), KM_SLEEP);
452 copyp->mnte_vfs_ctime = origp->mnte_vfs_ctime;
453 copyp->mnte_text_size = origp->mnte_text_size;
454 copyp->mnte_text = kmem_alloc(copyp->mnte_text_size, KM_SLEEP);
455 bcopy(origp->mnte_text, copyp->mnte_text, copyp->mnte_text_size);
456 copyp->mnte_tab = origp->mnte_tab;
457 copyp
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/dsw/
H A Ddsw_dev.c3133 dsw_copyp_t copyp; local
3143 II_TAIL_COPY(copyp, copyp32, shadow_vol, dsw_copyp_t);
3144 copyp.status = (spcs_s_info_t)copyp32.status;
3145 } else if (copyin((void *)arg, &copyp, sizeof (copyp)) < 0)
3152 if (!copyp.shadow_vol[0])
3153 return (spcs_s_ocopyoutf(&kstatus, copyp.status, DSW_EEMPTY));
3156 ip = _ii_find_set(copyp.shadow_vol);
3159 return (spcs_s_ocopyoutf(&kstatus, copyp.status,
3163 if (copyp
[all...]

Completed in 72 milliseconds