Lines Matching defs:request

961  * stat - status of the get request
983 * stat - status of the get request
1012 /* Extend the request array and the return list */
1016 /* Setup the request */
1055 * stat - status of the get request
1078 * stat - status of the get request
1107 /* Extend the request array and the return list */
1111 /* Setup the request */
1150 * stat - status of the get request
1176 * stat - status of the get request
1207 /* Extend the request array and the return list */
1211 /* Setup the request */
1250 * stat - status of the get request
1273 * stat - status of the get request
1303 /* Extend the request array and the return list */
1307 /* Setup the request */
1341 * stat - status of the get request
1364 * stat - status of the get request
1394 /* Extend the request array and the return list */
1398 /* Setup the request */
1603 idmap_mapping request, *mapping;
1607 (void) memset(&request, 0, sizeof (request));
1617 request.flag = flag;
1618 request.id1.idtype = IDMAP_SID;
1620 request.id1.idmap_id_u.sid.prefix = (char *)sidprefix;
1621 request.id1.idmap_id_u.sid.rid = *rid;
1623 retcode = idmap_strdupnull(&request.id1name, winname);
1627 retcode = idmap_strdupnull(&request.id1domain, windomain);
1631 request.id1.idmap_id_u.sid.prefix = NULL;
1638 request.id2.idtype = IDMAP_UID;
1640 request.id2.idtype = IDMAP_GID;
1642 request.id2.idtype = IDMAP_POSIXID;
1645 request.id1.idtype = IDMAP_USID;
1647 request.id1.idtype = IDMAP_GSID;
1649 request.id1.idtype = IDMAP_SID;
1652 (xdrproc_t)xdr_idmap_mapping, (caddr_t)&request,
1696 if (request.id1name != NULL)
1697 free(request.id1name);
1698 if (request.id1domain != NULL)
1699 free(request.id1domain);
1718 idmap_mapping request, *mapping;
1733 (void) memset(&request, 0, sizeof (request));
1736 request.flag = flag;
1737 request.id1.idtype = is_user?IDMAP_UID:IDMAP_GID;
1740 request.id1.idmap_id_u.uid = *pid;
1742 request.id1name = (char *)unixname;
1743 request.id1.idmap_id_u.uid = UINT32_MAX;
1750 request.id2.idtype = IDMAP_SID;
1752 request.id2.idtype = IDMAP_SID;
1754 request.id2.idtype = IDMAP_GSID;
1756 request.id2.idtype = IDMAP_USID;
1759 (xdrproc_t)xdr_idmap_mapping, (caddr_t)&request,