Searched refs:sacnt (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/common/smbclnt/ |
H A D | smbfs_ntacl.h | 47 #define I_SID_SIZE(sacnt) (8 + 4 * (sacnt))
|
H A D | smbfs_ntacl.c | 1166 uint8_t sacnt; local 1196 sacnt = 0; 1199 sacnt++; 1202 sacnt++; 1205 size = I_SID_SIZE(sacnt); 1213 sid->sid_subauthcount = sacnt; 1221 sacnt--; /* Last SA not from string */ 1223 for (i = 0; i < sacnt; i++) {
|
/illumos-gate/usr/src/cmd/ls/ |
H A D | ls.c | 300 static int sacnt; /* number of extended system attr. */ variable 1412 for (i = 0; i < sacnt; i++) { 1416 for (i = 0; i < sacnt; i++) { 2119 sacnt = attr_count(); 2121 * Allocate 'sacnt' size array to hold extended 2125 rep->exttr = xmalloc(sacnt * sizeof (struct attrb), 2129 for (i = 0; i < sacnt; i++) 2544 * Allocate 'sacnt' size array to hold extended timestamp 2547 rep->extm = xmalloc(sacnt * sizeof (struct attrtm), rep); 2548 for (i = 0; i < sacnt; [all...] |
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ip_rts.c | 77 #define RTS_MSG_SIZE(type, rtm_addrs, af, sacnt) \ 78 (rts_data_msg_size(rtm_addrs, af, sacnt) + rts_header_msg_size(type)) 1823 * Note that sacnt is either zero or one. 1826 rts_alloc_msg(int type, int rtm_addrs, sa_family_t af, uint_t sacnt) argument 1831 length = RTS_MSG_SIZE(type, rtm_addrs, af, sacnt); 1866 rts_data_msg_size(int rtm_addrs, sa_family_t af, uint_t sacnt) argument 1895 if (sacnt > 0) 1896 length += sizeof (rtm_ext_t) + TSOL_RTSECATTR_SIZE(sacnt);
|
H A D | tnet.c | 1795 uint_t sacnt; local 1825 (tp = (tsol_rtsecattr_t *)cp, (sacnt = tp->rtsa_cnt) == 0) || 1826 (lim - cp) < TSOL_RTSECATTR_SIZE(sacnt)) 1835 if ((sacnt > 0 && !is_system_labeled()) || 1836 sacnt > TSOL_RTSA_REQUEST_MAX)
|
Completed in 88 milliseconds