Lines Matching refs:status
118 uint32_t status;
127 status = NT_STATUS_INTERNAL_ERROR;
129 status = res->r_ntstatus;
132 return (status);
161 smb_join(smb_joininfo_t *jdi, uint32_t *status)
167 status, xdr_uint32_t);
188 * Returns NT status codes.
362 uint32_t status;
371 &status, xdr_uint32_t);
375 status = NT_STATUS_INTERNAL_ERROR;
378 return (status);
399 uint32_t status;
407 smb_ns_create_xdr, &status, xdr_uint32_t);
410 status = NT_STATUS_INTERNAL_ERROR;
412 return (status);
419 uint32_t status;
426 smb_ns_destroy_xdr, &status, xdr_uint32_t);
429 status = NT_STATUS_INTERNAL_ERROR;
431 return (status);
644 syslog(LOG_DEBUG, "smb_door_chkhdr[%s]: call status=%d",
658 * buffers regardless of the status of the door call.