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

/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_lgrp.c150 uint32_t p_cnt; member in struct:smb_lgplist
1562 plist.p_cnt = SE_MAX_LUID;
1572 plist.p_cnt, (char *)plist.p_ids, 0, "");
1828 privs.p_cnt = atoi(result[2]);
1841 " WHERE name = '%s'", new_privs.p_cnt, (char *)new_privs.p_ids,
2185 out_privs->p_cnt = 0;
2188 for (i = 0; i < in_privs->p_cnt; i++) {
2193 size = (in_privs->p_cnt + 1) * sizeof (smb_lgpid_t) + 1;
2199 bcopy(in_privs->p_ids, pbuf, in_privs->p_cnt * sizeof (smb_lgpid_t));
2200 pbuf[in_privs->p_cnt]
[all...]

Completed in 18 milliseconds