smb_ucnode_t
smb_ucnode_t uc_node;
smb_ucnode_t *uc_newnode;
sizeof (smb_ucnode_t), offsetof(smb_ucnode_t, cn_link));
if ((uc_newnode = malloc(sizeof (smb_ucnode_t))) == NULL) {
bzero(uc_newnode, sizeof (smb_ucnode_t));
sizeof (smb_ucnode_t), offsetof(smb_ucnode_t, cn_link));
smb_ucnode_t *ucnode;
smb_ucnode_t *ucnode;
smb_ucnode_t *u1 = (smb_ucnode_t *)p1;
smb_ucnode_t *u2 = (smb_ucnode_t *)p2;