Searched refs:ulp (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ffs/
H A Dffs_vfsops.c931 struct ufslabel *ulp; local
978 ulp = (struct ufslabel *)offset;
980 if (ufs_label_check(ulp)) {
981 length = ulp->ul_namelen;
987 bcopy(ulp->ul_name, fsap->f_vol_name, length);
1081 struct ufslabel *ulp; local
1110 ulp = (struct ufslabel *)offset;
1111 if (!ufs_label_check(ulp))
1112 ufs_label_init(ulp);
1115 ulp
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/netkey/
H A Dkey.c366 #define KEY_SETSECSPIDX(_dir, s, d, ps, pd, ulp, idx) \
372 (idx)->ul_proto = (ulp); \

Completed in 46 milliseconds