Home
last modified time | relevance | path

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

/illumos-gate/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.h542 typedef uint_t nlink_t; /* file link type */ typedef
545 typedef ulong_t nlink_t; /* (historical version) */ typedef
H A Dvnode.h438 nlink_t va_nlink; /* number of references to file */
568 nlink_t va_nlink; /* number of references to file */
/illumos-gate/usr/src/boot/sys/sys/
H A Dstat.h81 typedef __nlink_t nlink_t; typedef
107 nlink_t st_nlink; /* number of hard links */
126 nlink_t st_nlink; /* number of hard links */
H A Dtypes.h176 typedef __nlink_t nlink_t; /* link count */ typedef
/illumos-gate/usr/src/ucbhead/sys/
H A Dtypes.h357 typedef ulong_t nlink_t; /* file link type */ typedef
360 typedef uint_t nlink_t; typedef
/illumos-gate/usr/src/head/
H A Dfts.h77 nlink_t fts_nlink; /* link count */
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dsys119 #define _typ_nlink_t 1 /* nlink_t is a type */
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dsys119 #define _typ_nlink_t 1 /* nlink_t is a type */
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dsys119 #define _typ_nlink_t 1 /* nlink_t is a type */
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dsys119 #define _typ_nlink_t 1 /* nlink_t is a type */
/illumos-gate/usr/src/lib/libproc/common/
H A Dpr_stat.c50 dest->st_nlink = (nlink_t)src->st_nlink; in stat64_32_to_n()
/illumos-gate/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 */
/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/sys/
H A Dvnode.h373 nlink_t va_nlink; /* number of references to file */
501 nlink_t va_nlink; /* number of references to file */
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dsys57 typ dev_t,nlink_t fail{
/illumos-gate/usr/src/ucbcmd/ls/
H A Dls.c48 nlink_t fnl; /* number of links */
/illumos-gate/usr/src/cmd/ls/
H A Dls.c193 nlink_t lnl; /* number of links to file */
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dinit.c1581 NV_MKINTTYPE(nlink_t,"hard link count",0); in sh_init()
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c7569 ToSt.st_nlink = (nlink_t)TmpSt.st_nlink; in convert_to_old_stat()