Home
last modified time | relevance | path

Searched refs:ntsd (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/lib/libc/port/threads/
H A Dtsd.c272 tsd_t *ntsd; in thr_setspecific_slow() local
303 if ((ntsd = lmalloc(nkeys * sizeof (void *))) == NULL) in thr_setspecific_slow()
310 (void) memcpy(ntsd, stsd, stsd->tsd_nalloc * sizeof (void *)); in thr_setspecific_slow()
314 ntsd->tsd_nalloc = nkeys; in thr_setspecific_slow()
315 ntsd->tsd_data[key] = value; in thr_setspecific_slow()
316 self->ul_stsd = ntsd; in thr_setspecific_slow()
/titanic_44/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_smb.c2642 struct ntsecdesc ntsd; in smbfs_smb_setsec() local
2651 bzero(&ntsd, sizeof (ntsd)); in smbfs_smb_setsec()
2652 wset_sdrevision(&ntsd); in smbfs_smb_setsec()
2663 off = sizeof (ntsd); in smbfs_smb_setsec()
2665 wset_sdowneroff(&ntsd, off); in smbfs_smb_setsec()
2669 wset_sdgroupoff(&ntsd, off); in smbfs_smb_setsec()
2674 wset_sdsacloff(&ntsd, off); in smbfs_smb_setsec()
2679 wset_sddacloff(&ntsd, off); in smbfs_smb_setsec()
2681 wset_sdflags(&ntsd, flags); in smbfs_smb_setsec()
2682 mb_put_mem(mbp, (caddr_t)&ntsd, sizeof (ntsd), MB_MSYSTEM); in smbfs_smb_setsec()