Home
last modified time | relevance | path

Searched refs:nlink_t (Results 1 – 19 of 19) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dstat.h76 nlink_t st_nlink;
93 nlink_t st_nlink;
114 nlink_t st_nlink;
136 nlink_t st_nlink;
221 nlink_t st_nlink;
247 nlink_t st_nlink;
282 nlink_t st_nlink;
308 nlink_t st_nlink;
H A Dtypes.h510 typedef uint_t nlink_t; /* file link type */ typedef
513 typedef ulong_t nlink_t; /* (historical version) */ typedef
H A Dvnode.h371 nlink_t va_nlink; /* number of references to file */
499 nlink_t va_nlink; /* number of references to file */
/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dstdtypes.h53 typedef short nlink_t; /* links to a file */ typedef
/titanic_41/usr/src/ucbhead/sys/
H A Dtypes.h357 typedef ulong_t nlink_t; /* file link type */ typedef
360 typedef uint_t nlink_t; typedef
/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_noopc.c157 nlink_t nlink; in c_nop_modify_cached_object()
H A Dcachefs_cod.c261 nlink_t nlink; in c_cod_modify_cached_object()
H A Dcachefs_strict.c292 nlink_t nlink; in c_strict_modify_cached_object()
/titanic_41/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/
H A Dsys111 #define _typ_nlink_t 1 /* nlink_t is a type */
/titanic_41/usr/src/lib/libast/i386/src/lib/libast/FEATURE/
H A Dsys111 #define _typ_nlink_t 1 /* nlink_t is a type */
/titanic_41/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/
H A Dsys111 #define _typ_nlink_t 1 /* nlink_t is a type */
/titanic_41/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/
H A Dsys111 #define _typ_nlink_t 1 /* nlink_t is a type */
/titanic_41/usr/src/lib/libproc/common/
H A Dpr_stat.c50 dest->st_nlink = (nlink_t)src->st_nlink; in stat64_32_to_n()
/titanic_41/usr/src/lib/libast/common/features/
H A Dsys49 typ dev_t,nlink_t fail{
/titanic_41/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h366 nlink_t va_nlink; /* number of references to file */
494 nlink_t va_nlink; /* number of references to file */
/titanic_41/usr/src/ucbcmd/ls/
H A Dls.c50 nlink_t fnl; /* number of links */
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dinit.c1325 NV_MKINTTYPE(nlink_t,"hard link count",0); in sh_init()
/titanic_41/usr/src/cmd/ls/
H A Dls.c192 nlink_t lnl; /* number of links to file */
/titanic_41/usr/src/cmd/cpio/
H A Dcpio.c7552 ToSt.st_nlink = (nlink_t)TmpSt.st_nlink; in convert_to_old_stat()