Home
last modified time | relevance | path

Searched refs:GETACLCNT (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dacl.c142 case GETACLCNT: in cacl()
143 if (cmd == GETACLCNT) { in cacl()
/illumos-gate/usr/src/uts/common/sys/
H A Dacl.h212 #define GETACLCNT 3 macro
/illumos-gate/usr/src/cmd/getfacl/
H A Dgetfacl.c108 if ((aclcnt = acl(filep, GETACLCNT, 0, NULL)) < 0) { in main()
/illumos-gate/usr/src/lib/libsec/common/
H A Daclutils.c76 cntcmd = GETACLCNT; in acl_trivial()
135 cntcmd = GETACLCNT; in cacl_get()
/illumos-gate/usr/src/cmd/setfacl/
H A Dsetfacl.c198 if ((aclcnt = acl(filep, GETACLCNT, 0, NULL)) < 0) { in get_acl_info()
/illumos-gate/usr/src/ucbcmd/ls/
H A Dls.c423 if ((aclcnt = acl(file, GETACLCNT, 0, NULL)) > in gstat()
/illumos-gate/usr/src/cmd/chmod/
H A Dchmod.c684 if ((aclcnt = acl(name, GETACLCNT, 0, NULL)) <= MIN_ACL_ENTRIES) in handle_acl()
/illumos-gate/usr/src/uts/common/c2/
H A Daudit_event.c5410 case GETACLCNT: in aui_acl()
5434 case GETACLCNT: in au_acl()
/illumos-gate/usr/src/cmd/truss/
H A Dprint.c1170 case GETACLCNT: s = "GETACLCNT"; break; in prt_acl()