Home
last modified time | relevance | path

Searched refs:odp (Results 1 – 14 of 14) sorted by relevance

/titanic_41/usr/src/cmd/sgs/elfwrap/common/
H A Dlintsup.c44 ObjDesc_t *odp) in input32() argument
46 return (input64(argc, argv, prog, ofile, odp)); in input32()
51 ObjDesc_t *odp) in output32() argument
53 return (output64(prog, fd, ofile, mach, odp)); in output32()
58 ObjDesc_t *odp) in input64() argument
60 return (input32(argc, argv, prog, ofile, odp)); in input64()
64 ObjDesc_t *odp) in output64() argument
66 return (output32(prog, fd, ofile, mach, odp)); in output64()
H A Delfwrap.c68 ObjDesc_t *odp) in input() argument
130 if (alist_append(&(odp->od_outsecs), &outsec, sizeof (OutSec_t), in input()
150 odp->od_symtabno += 3; in input()
151 odp->od_strtabsz += (namesz + MSG_STR_START_SIZE); in input()
152 odp->od_strtabsz += (namesz + MSG_STR_END_SIZE); in input()
153 odp->od_shstrtabsz += (namesz + MSG_STR_DOT_SIZE); in input()
162 if (ret || (odp->od_outsecs == NULL)) in input()
181 if (alist_append(&(odp->od_outsecs), &outsec, sizeof (OutSec_t), in input()
195 odp->od_symtabno++; in input()
196 odp->od_shstrtabsz += (strlen(outsec.os_name) + 1); in input()
[all …]
/titanic_41/usr/src/lib/lvm/libmeta/common/
H A Dmeta_mn_changelog.c118 mdmn_changelog_record_od_t *odp, int direction) in copy_changelog() argument
120 assert(incp != NULL && odp != NULL); in copy_changelog()
125 odp->lr_revision = incp->lr_revision; in copy_changelog()
126 odp->lr_flags = incp->lr_flags; in copy_changelog()
127 odp->lr_selfid = incp->lr_selfid; in copy_changelog()
128 odp->lr_class = incp->lr_class; in copy_changelog()
129 odp->lr_msglen = incp->lr_msglen; in copy_changelog()
131 copy_msg_2(&incp->lr_msg, &odp->lr_od_msg, direction); in copy_changelog()
133 incp->lr_revision = odp->lr_revision; in copy_changelog()
134 incp->lr_flags = odp->lr_flags; in copy_changelog()
[all …]
/titanic_41/usr/src/cmd/backup/restore/
H A Ddirs.c410 struct odirect *odp; in putdir() local
419 for (odp = (struct odirect *)buf; odp < eodp; odp++) in putdir()
420 if (odp->d_ino != 0) { in putdir()
421 dcvt(odp, &cvtbuf); in putdir()
495 dcvt(struct odirect *odp, struct direct *ndp) in dcvt() argument
499 ndp->d_ino = odp->d_ino; in dcvt()
502 assert(sizeof (ndp->d_name) > sizeof (odp->d_name)); in dcvt()
503 (void) strncpy(ndp->d_name, odp->d_name, sizeof (odp->d_name)); in dcvt()
504 ndp->d_name[sizeof (odp->d_name)] = '\0'; in dcvt()
/titanic_41/usr/src/uts/common/fs/ctfs/
H A Dctfs_all.c128 struct dirent64 *odp = dp; in ctfs_adir_do_readdir() local
140 odp->d_ino = CTFS_INO_CT_LINK(next); in ctfs_adir_do_readdir()
141 numtos(next, odp->d_name); in ctfs_adir_do_readdir()
H A Dctfs_tdir.c116 struct dirent64 *odp = dp; in ctfs_tdir_do_readdir() local
128 odp->d_ino = CTFS_INO_CT_DIR(next); in ctfs_tdir_do_readdir()
129 numtos(next, odp->d_name); in ctfs_tdir_do_readdir()
/titanic_41/usr/src/uts/common/fs/objfs/
H A Dobjfs_root.c113 struct dirent64 *odp = dp; in objfs_root_do_readdir() local
148 (void) strncpy(odp->d_name, mp->mod_modname, OBJFS_NAME_MAX); in objfs_root_do_readdir()
149 odp->d_ino = OBJFS_INO_ODIR(mp->mod_id); in objfs_root_do_readdir()
/titanic_41/usr/src/uts/common/fs/autofs/
H A Dauto_vnops.c1036 dirent64_t *odp = dp; /* next in output buffer */ in auto_readdir() local
1055 if (cdp != odp) in auto_readdir()
1056 bcopy(cdp, odp, in auto_readdir()
1058 odp = nextdp(odp); in auto_readdir()
1066 if (odp == dp) { in auto_readdir()
1068 odp = dp; in auto_readdir()
/titanic_41/usr/src/uts/common/io/
H A Dstrsun.c56 mblk_t *odp = mp->b_cont; /* allows freemsg() to be a tail call */ in mioc2ack() local
66 freemsg(odp); in mioc2ack()
/titanic_41/usr/src/cmd/Adm/
H A Dmime.types11 application/vnd.oasis.opendocument.presentation odp
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dzfs_ctldir.c1013 struct dirent64 *odp = dp; in zfsctl_snapdir_readdir_cb() local
1015 (void) strcpy(odp->d_name, snapname); in zfsctl_snapdir_readdir_cb()
1016 odp->d_ino = ZFSCTL_INO_SNAP(id); in zfsctl_snapdir_readdir_cb()
H A Dzfs_vnops.c2234 dirent64_t *odp; in zfs_readdir() local
2310 odp = (struct dirent64 *)outbuf; in zfs_readdir()
2314 odp = (struct dirent64 *)iovp->iov_base; in zfs_readdir()
2316 eodp = (struct edirent *)odp; in zfs_readdir()
2435 odp->d_ino = objnum; in zfs_readdir()
2436 odp->d_reclen = reclen; in zfs_readdir()
2438 next = &(odp->d_off); in zfs_readdir()
2439 (void) strncpy(odp->d_name, zap.za_name, in zfs_readdir()
2441 odp = (dirent64_t *)((intptr_t)odp + reclen); in zfs_readdir()
/titanic_41/usr/src/uts/common/fs/ufs/
H A Dufs_vnops.c3901 struct dirent64 *odp; in ufs_readdir() local
3968 odp = (struct dirent64 *)outbuf; in ufs_readdir()
3971 odp = (struct dirent64 *)iovp->iov_base; in ufs_readdir()
4035 odp->d_ino = (ino64_t)idp->d_ino; in ufs_readdir()
4036 odp->d_reclen = (ushort_t)this_reclen; in ufs_readdir()
4037 odp->d_off = (offset_t)(offset + idp->d_reclen); in ufs_readdir()
4043 (void) strncpy(odp->d_name, idp->d_name, in ufs_readdir()
4045 outcount += odp->d_reclen; in ufs_readdir()
4046 odp = (struct dirent64 *) in ufs_readdir()
4047 ((intptr_t)odp + odp->d_reclen); in ufs_readdir()
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs4_xdr.c2100 struct dirent64 *odp; in nfs4_init_dot_entries() local
2109 odp = (struct dirent64 *)nfs4_dot_entries; in nfs4_init_dot_entries()
2110 odp->d_off = 1; /* magic cookie for "." entry */ in nfs4_init_dot_entries()
2111 odp->d_reclen = DIRENT64_RECLEN(1); in nfs4_init_dot_entries()
2112 odp->d_name[0] = '.'; in nfs4_init_dot_entries()
2113 odp->d_name[1] = '\0'; in nfs4_init_dot_entries()
2116 odp = (struct dirent64 *)nfs4_dot_dot_entry; in nfs4_init_dot_entries()
2118 odp->d_off = 2; in nfs4_init_dot_entries()
2119 odp->d_reclen = DIRENT64_RECLEN(2); in nfs4_init_dot_entries()
2120 odp->d_name[0] = '.'; in nfs4_init_dot_entries()
[all …]