Lines Matching refs:request

963  * stat - status of the get request
985 * stat - status of the get request
1014 /* Extend the request array and the return list */
1018 /* Setup the request */
1057 * stat - status of the get request
1080 * stat - status of the get request
1109 /* Extend the request array and the return list */
1113 /* Setup the request */
1152 * stat - status of the get request
1178 * stat - status of the get request
1209 /* Extend the request array and the return list */
1213 /* Setup the request */
1252 * stat - status of the get request
1275 * stat - status of the get request
1305 /* Extend the request array and the return list */
1309 /* Setup the request */
1343 * stat - status of the get request
1366 * stat - status of the get request
1396 /* Extend the request array and the return list */
1400 /* Setup the request */
1605 idmap_mapping request, *mapping;
1609 (void) memset(&request, 0, sizeof (request));
1619 request.flag = flag;
1620 request.id1.idtype = IDMAP_SID;
1622 request.id1.idmap_id_u.sid.prefix = (char *)sidprefix;
1623 request.id1.idmap_id_u.sid.rid = *rid;
1625 retcode = idmap_strdupnull(&request.id1name, winname);
1629 retcode = idmap_strdupnull(&request.id1domain, windomain);
1633 request.id1.idmap_id_u.sid.prefix = NULL;
1640 request.id2.idtype = IDMAP_UID;
1642 request.id2.idtype = IDMAP_GID;
1644 request.id2.idtype = IDMAP_POSIXID;
1647 request.id1.idtype = IDMAP_USID;
1649 request.id1.idtype = IDMAP_GSID;
1651 request.id1.idtype = IDMAP_SID;
1654 (xdrproc_t)xdr_idmap_mapping, (caddr_t)&request,
1698 if (request.id1name != NULL)
1699 free(request.id1name);
1700 if (request.id1domain != NULL)
1701 free(request.id1domain);
1720 idmap_mapping request, *mapping;
1735 (void) memset(&request, 0, sizeof (request));
1738 request.flag = flag;
1739 request.id1.idtype = is_user?IDMAP_UID:IDMAP_GID;
1742 request.id1.idmap_id_u.uid = *pid;
1744 request.id1name = (char *)unixname;
1745 request.id1.idmap_id_u.uid = UINT32_MAX;
1752 request.id2.idtype = IDMAP_SID;
1754 request.id2.idtype = IDMAP_SID;
1756 request.id2.idtype = IDMAP_GSID;
1758 request.id2.idtype = IDMAP_USID;
1761 (xdrproc_t)xdr_idmap_mapping, (caddr_t)&request,