Lines Matching defs:status

201 	int		status = 0;
243 status = door_ki_upcall_limited(dh, arg, NULL, SIZE_MAX, 0);
245 switch (status) {
271 "idmap: Door call returned error %d. Retrying\n", status);
289 "idmap: Door call returned error %d. Retrying\n", status);
298 "idmap: Door call returned error %d.\n", status);
434 idmap_stat status;
461 status = results.retcode;
465 status = results.ids.ids_val[0].retcode;
467 if (status == IDMAP_SUCCESS) {
475 status = IDMAP_ERR_NOMAPPING;
481 status = IDMAP_ERR_NOMAPPING;
484 return (status);
511 idmap_stat status;
538 status = results.retcode;
542 status = results.ids.ids_val[0].retcode;
544 if (status == IDMAP_SUCCESS) {
552 status = IDMAP_ERR_NOMAPPING;
558 status = IDMAP_ERR_NOMAPPING;
561 return (status);
588 idmap_stat status;
615 status = results.retcode;
621 status = results.ids.ids_val[0].retcode;
629 if (status == IDMAP_SUCCESS) {
638 status = IDMAP_ERR_NOMAPPING;
645 status = IDMAP_ERR_NOMAPPING;
649 return (status);
675 idmap_stat status;
704 status = results.retcode;
711 status = results.ids.ids_val[0].retcode;
716 if (status == IDMAP_SUCCESS) {
722 status = IDMAP_ERR_NOMAPPING;
729 status = IDMAP_ERR_NOMAPPING;
733 return (status);
759 idmap_stat status;
787 status = results.retcode;
794 status = results.ids.ids_val[0].retcode;
799 if (status == IDMAP_SUCCESS) {
805 status = IDMAP_ERR_NOMAPPING;
812 status = IDMAP_ERR_NOMAPPING;
816 return (status);
890 * stat - status of the get request
951 * stat - status of the get request
1012 * stat - status of the get request
1074 * stat - status of the get request
1129 * stat - status of the get request
1179 * status and identity) will be available in the data areas
1182 * If the door call fails the status IDMAP_ERR_NOMAPPING is
1195 int status;
1218 status = IDMAP_ERR_NOMAPPING;
1222 status = rpc_res.retcode;
1223 if (status != IDMAP_SUCCESS) {
1348 return (status);
1354 *result->stat = status;
1371 return (status);
1407 int status = 0;
1430 status = -1;
1444 status = -1;
1461 status = -1;
1477 status = -1;
1488 status = -1;
1496 status = -1;
1506 return (status);