Home
last modified time | relevance | path

Searched refs:complen (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/
H A Dpathname.c165 pn_insert(struct pathname *pnp, struct pathname *sympnp, size_t complen) in pn_insert() argument
185 if ((pnp->pn_path - pnp->pn_buf) - complen + in pn_insert()
190 ovbcopy(pnp->pn_path, pnp->pn_path - complen + in pn_insert()
192 pnp->pn_path -= complen; in pn_insert()
H A Dlookup.c1120 size_t complen; in dirtopath() local
1189 complen = strlen(rpn.pn_path); in dirtopath()
1190 bufloc -= complen; in dirtopath()
1195 bcopy(rpn.pn_path, bufloc, complen); in dirtopath()
1253 complen = strlen(dp->d_name); in dirtopath()
1254 bufloc -= complen; in dirtopath()
1259 bcopy(dp->d_name, bufloc, complen); in dirtopath()
1269 dw_entry->dw_name = kmem_alloc(complen + 1, KM_SLEEP); in dirtopath()
1272 bcopy(dp->d_name, dw_entry->dw_name, complen + 1); in dirtopath()
1273 dw_entry->dw_len = complen; in dirtopath()
/illumos-gate/usr/src/uts/common/sys/
H A Dnet80211_proto.h714 #define IEEE80211_ELEM_LEN(complen) (2 + (complen)) argument
/illumos-gate/usr/src/contrib/zlib/
H A Ddeflate.c696 uLong complen, wraplen; local
699 complen = sourceLen +
704 return complen + 6;
743 return complen + wraplen;
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_znode.c2145 size_t complen; in zfs_obj_to_path_impl() local
2171 complen = strlen(component); in zfs_obj_to_path_impl()
2172 path -= complen; in zfs_obj_to_path_impl()
2174 bcopy(component, path, complen); in zfs_obj_to_path_impl()
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c7605 int complen; /* length of pathing section */ in prepare_xattr() local
7627 complen = stringlen + sizeof (struct xattr_buf); in prepare_xattr()
7670 sizeof (hptr->h_component_len) - 1, complen); in prepare_xattr()
7715 sizeof (struct xattr_hdr) + complen); in prepare_xattr()
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c8584 int complen; /* length of pathing section */ in prepare_xattr_hdr() local
8606 complen = stringlen + sizeof (struct xattr_buf); in prepare_xattr_hdr()
8645 sizeof (hptr->h_component_len) - 1, complen); in prepare_xattr_hdr()
8690 sizeof (struct xattr_hdr) + complen); in prepare_xattr_hdr()