Searched refs:swabst (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/cmd/backup/lib/ |
H A D | byteorder.c | 66 swabst(char *cp, uchar_t *sp) in swabst() function 103 swabst("l", (uchar_t *)&l); in swabl() 190 swabst("8l4s31l", (uchar_t *)sp); in normspcl() 197 swabst("34l", (uchar_t *)&(sp->c_flags)); in normspcl() 207 swabst(buffy, (uchar_t *)sp->c_data.s_inos); in normspcl() 214 swabst("1l", (uchar_t *)&(sp->c_level)); in normspcl() 262 swabst("l2s", (uchar_t *)d); 278 swabst("1s", (uchar_t *)&(acl[i].acl_tag)); /* u_short */ in normacls() 279 swabst("1s", (uchar_t *)&(acl[i].acl_perm)); /* o_mode_t */ in normacls() 296 swabst("1l", (uchar_t *)&(uid)); /* uid32_t */ in normacls()
|
/titanic_50/usr/src/cmd/backup/include/ |
H A D | byteorder.h | 53 extern void swabst(char *, uchar_t *); 62 extern void swabst();
|