Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/
H A Dpathname.c162 pn_insert(struct pathname *pnp, struct pathname *sympnp, size_t complen) in pn_insert() argument
182 if ((pnp->pn_path - pnp->pn_buf) - complen + in pn_insert()
187 ovbcopy(pnp->pn_path, pnp->pn_path - complen + in pn_insert()
189 pnp->pn_path -= complen; in pn_insert()
H A Dlookup.c993 size_t complen; in dirtopath() local
1070 complen = strlen(rpn.pn_path); in dirtopath()
1071 bufloc -= complen; in dirtopath()
1077 complen); in dirtopath()
1111 complen = strlen(rpn.pn_path); in dirtopath()
1112 bufloc -= complen; in dirtopath()
1118 complen); in dirtopath()
1176 complen = strlen(dp->d_name); in dirtopath()
1177 bufloc -= complen; in dirtopath()
1182 bcopy(dp->d_name, bufloc, complen); in dirtopath()
/titanic_44/usr/src/uts/common/sys/
H A Dnet80211_proto.h714 #define IEEE80211_ELEM_LEN(complen) (2 + (complen)) argument
/titanic_44/usr/src/uts/common/fs/zfs/
H A Dzfs_znode.c2032 size_t complen; in zfs_obj_to_path_impl() local
2058 complen = strlen(component); in zfs_obj_to_path_impl()
2059 path -= complen; in zfs_obj_to_path_impl()
2061 bcopy(component, path, complen); in zfs_obj_to_path_impl()
/titanic_44/usr/src/cmd/tar/
H A Dtar.c7561 int complen; /* length of pathing section */ in prepare_xattr() local
7583 complen = stringlen + sizeof (struct xattr_buf); in prepare_xattr()
7626 sizeof (hptr->h_component_len) - 1, complen); in prepare_xattr()
7671 sizeof (struct xattr_hdr) + complen); in prepare_xattr()
/titanic_44/usr/src/cmd/cpio/
H A Dcpio.c8566 int complen; /* length of pathing section */ in prepare_xattr_hdr() local
8588 complen = stringlen + sizeof (struct xattr_buf); in prepare_xattr_hdr()
8627 sizeof (hptr->h_component_len) - 1, complen); in prepare_xattr_hdr()
8672 sizeof (struct xattr_hdr) + complen); in prepare_xattr_hdr()