Searched refs:status (Results 1 - 25 of 16284) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/librpc/gen_ndr/
H A Dtables.c27 NTSTATUS status; local
29 status = ndr_table_register(&ndr_table_netdfs);
30 if (NT_STATUS_IS_ERR(status)) return status;
32 status = ndr_table_register(&ndr_table_drsblobs);
33 if (NT_STATUS_IS_ERR(status)) return status;
35 status = ndr_table_register(&ndr_table_drsuapi);
36 if (NT_STATUS_IS_ERR(status)) return status;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/librpc/gen_ndr/
H A Dtables.c27 NTSTATUS status; local
29 status = ndr_table_register(&ndr_table_netdfs);
30 if (NT_STATUS_IS_ERR(status)) return status;
32 status = ndr_table_register(&ndr_table_drsblobs);
33 if (NT_STATUS_IS_ERR(status)) return status;
35 status = ndr_table_register(&ndr_table_drsuapi);
36 if (NT_STATUS_IS_ERR(status)) return status;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/librpc/gen_ndr/
H A Dtables.c27 NTSTATUS status; local
29 status = ndr_table_register(&ndr_table_netdfs);
30 if (NT_STATUS_IS_ERR(status)) return status;
32 status = ndr_table_register(&ndr_table_drsblobs);
33 if (NT_STATUS_IS_ERR(status)) return status;
35 status = ndr_table_register(&ndr_table_drsuapi);
36 if (NT_STATUS_IS_ERR(status)) return status;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/libcli/util/
H A Dpyerrors.h25 #define PyErr_FromNTSTATUS(status) Py_BuildValue("(i,s)", NT_STATUS_V(status), discard_const_p(char, get_friendly_nt_error_msg(status)))
30 #define PyErr_SetNTSTATUS(status) \
31 PyErr_SetObject(PyExc_RuntimeError, PyErr_FromNTSTATUS(status))
33 #define PyErr_NTSTATUS_IS_ERR_RAISE(status) \
34 if (NT_STATUS_IS_ERR(status)) { \
35 PyErr_SetNTSTATUS(status); \
39 #define PyErr_WERROR_IS_ERR_RAISE(status) \
40 if (!W_ERROR_IS_OK(status)) { \
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/libcli/util/
H A Dpyerrors.h25 #define PyErr_FromNTSTATUS(status) Py_BuildValue("(i,s)", NT_STATUS_V(status), discard_const_p(char, get_friendly_nt_error_msg(status)))
30 #define PyErr_SetNTSTATUS(status) \
31 PyErr_SetObject(PyExc_RuntimeError, PyErr_FromNTSTATUS(status))
33 #define PyErr_NTSTATUS_IS_ERR_RAISE(status) \
34 if (NT_STATUS_IS_ERR(status)) { \
35 PyErr_SetNTSTATUS(status); \
39 #define PyErr_WERROR_IS_ERR_RAISE(status) \
40 if (!W_ERROR_IS_OK(status)) { \
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/libcli/util/
H A Dpyerrors.h25 #define PyErr_FromNTSTATUS(status) Py_BuildValue("(i,s)", NT_STATUS_V(status), discard_const_p(char, get_friendly_nt_error_msg(status)))
30 #define PyErr_SetNTSTATUS(status) \
31 PyErr_SetObject(PyExc_RuntimeError, PyErr_FromNTSTATUS(status))
33 #define PyErr_NTSTATUS_IS_ERR_RAISE(status) \
34 if (NT_STATUS_IS_ERR(status)) { \
35 PyErr_SetNTSTATUS(status); \
39 #define PyErr_WERROR_IS_ERR_RAISE(status) \
40 if (!W_ERROR_IS_OK(status)) { \
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/libbb/
H A Disdirectory.c20 int status; local
29 status = stat(fileName, statBuf);
31 status = lstat(fileName, statBuf);
33 status = (status == 0 && S_ISDIR(statBuf->st_mode));
35 return status;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/libbb/
H A Disdirectory.c20 int status; local
29 status = stat(fileName, statBuf);
31 status = lstat(fileName, statBuf);
33 status = (status == 0 && S_ISDIR(statBuf->st_mode));
35 return status;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/libbb/
H A Disdirectory.c20 int status; local
29 status = stat(fileName, statBuf);
31 status = lstat(fileName, statBuf);
33 status = (status == 0 && S_ISDIR(statBuf->st_mode));
35 return status;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/acpi/acpica/
H A Dutxface.c69 acpi_status status; local
78 status = acpi_os_initialize();
79 if (ACPI_FAILURE(status)) {
80 ACPI_EXCEPTION((AE_INFO, status, "During OSL initialization"));
81 return_ACPI_STATUS(status);
86 status = acpi_ut_init_globals();
87 if (ACPI_FAILURE(status)) {
88 ACPI_EXCEPTION((AE_INFO, status,
90 return_ACPI_STATUS(status);
95 status
133 acpi_status status = AE_OK; local
232 acpi_status status = AE_OK; local
332 acpi_status status; local
423 acpi_status status; local
[all...]
H A Dexsystem.c68 acpi_status status; local
72 status = acpi_os_wait_semaphore(semaphore, 1, ACPI_DO_NOT_WAIT);
73 if (ACPI_SUCCESS(status)) {
74 return_ACPI_STATUS(status);
77 if (status == AE_TIME) {
83 status = acpi_os_wait_semaphore(semaphore, 1, timeout);
87 acpi_format_exception(status)));
94 return_ACPI_STATUS(status);
114 acpi_status status; local
118 status
162 acpi_status status = AE_OK; local
235 acpi_status status = AE_OK; local
266 acpi_status status = AE_OK; local
294 acpi_status status = AE_OK; local
[all...]
H A Dutlock.c64 acpi_status status; local
67 status = acpi_os_create_mutex(&lock->reader_mutex);
68 if (ACPI_FAILURE(status)) {
69 return status;
72 status = acpi_os_create_mutex(&lock->writer_mutex);
73 return status;
107 acpi_status status; local
109 status = acpi_os_acquire_mutex(lock->reader_mutex, ACPI_WAIT_FOREVER);
110 if (ACPI_FAILURE(status)) {
111 return status;
129 acpi_status status; local
165 acpi_status status; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/acpi/acpica/
H A Dutxface.c69 acpi_status status; local
78 status = acpi_os_initialize();
79 if (ACPI_FAILURE(status)) {
80 ACPI_EXCEPTION((AE_INFO, status, "During OSL initialization"));
81 return_ACPI_STATUS(status);
86 status = acpi_ut_init_globals();
87 if (ACPI_FAILURE(status)) {
88 ACPI_EXCEPTION((AE_INFO, status,
90 return_ACPI_STATUS(status);
95 status
133 acpi_status status = AE_OK; local
232 acpi_status status = AE_OK; local
332 acpi_status status; local
423 acpi_status status; local
[all...]
H A Dexsystem.c68 acpi_status status; local
72 status = acpi_os_wait_semaphore(semaphore, 1, ACPI_DO_NOT_WAIT);
73 if (ACPI_SUCCESS(status)) {
74 return_ACPI_STATUS(status);
77 if (status == AE_TIME) {
83 status = acpi_os_wait_semaphore(semaphore, 1, timeout);
87 acpi_format_exception(status)));
94 return_ACPI_STATUS(status);
114 acpi_status status; local
118 status
162 acpi_status status = AE_OK; local
235 acpi_status status = AE_OK; local
266 acpi_status status = AE_OK; local
294 acpi_status status = AE_OK; local
[all...]
H A Dutlock.c64 acpi_status status; local
67 status = acpi_os_create_mutex(&lock->reader_mutex);
68 if (ACPI_FAILURE(status)) {
69 return status;
72 status = acpi_os_create_mutex(&lock->writer_mutex);
73 return status;
107 acpi_status status; local
109 status = acpi_os_acquire_mutex(lock->reader_mutex, ACPI_WAIT_FOREVER);
110 if (ACPI_FAILURE(status)) {
111 return status;
129 acpi_status status; local
165 acpi_status status; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/util/
H A Dtevent_ntstatus.c23 bool tevent_req_nterror(struct tevent_req *req, NTSTATUS status) argument
25 return tevent_req_error(req, NT_STATUS_V(status));
28 bool tevent_req_is_nterror(struct tevent_req *req, NTSTATUS *status) argument
38 *status = NT_STATUS_IO_TIMEOUT;
41 *status = NT_STATUS_NO_MEMORY;
44 *status = NT_STATUS(err);
47 *status = NT_STATUS_INTERNAL_ERROR;
55 NTSTATUS status; local
57 if (tevent_req_is_nterror(req, &status)) {
58 return status;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/util/
H A Dtevent_ntstatus.c23 bool tevent_req_nterror(struct tevent_req *req, NTSTATUS status) argument
25 return tevent_req_error(req, NT_STATUS_V(status));
28 bool tevent_req_is_nterror(struct tevent_req *req, NTSTATUS *status) argument
38 *status = NT_STATUS_IO_TIMEOUT;
41 *status = NT_STATUS_NO_MEMORY;
44 *status = NT_STATUS(err);
47 *status = NT_STATUS_INTERNAL_ERROR;
55 NTSTATUS status; local
57 if (tevent_req_is_nterror(req, &status)) {
58 return status;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/util/
H A Dtevent_ntstatus.c23 bool tevent_req_nterror(struct tevent_req *req, NTSTATUS status) argument
25 return tevent_req_error(req, NT_STATUS_V(status));
28 bool tevent_req_is_nterror(struct tevent_req *req, NTSTATUS *status) argument
38 *status = NT_STATUS_IO_TIMEOUT;
41 *status = NT_STATUS_NO_MEMORY;
44 *status = NT_STATUS(err);
47 *status = NT_STATUS_INTERNAL_ERROR;
55 NTSTATUS status; local
57 if (tevent_req_is_nterror(req, &status)) {
58 return status;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/lib/netapi/tests/
H A Dnetapitest.c32 NET_API_STATUS status = 0; local
45 status = libnetapi_init(&ctx);
46 if (status != 0) {
47 return status;
62 status = netapitest_localgroup(ctx, hostname);
63 if (status) {
67 status = netapitest_user(ctx, hostname);
68 if (status) {
72 status = netapitest_group(ctx, hostname);
73 if (status) {
[all...]
H A Dnetserver.c33 NET_API_STATUS status = 0; local
44 status = NetServerGetInfo(hostname, levels[i], &buffer);
45 if (status && status != 124) {
46 NETAPI_STATUS(ctx, status, "NetServerGetInfo");
51 status = 0;
55 if (status != 0) {
57 libnetapi_get_error_string(ctx, status));
60 return status;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/lib/netapi/tests/
H A Dnetapitest.c32 NET_API_STATUS status = 0; local
45 status = libnetapi_init(&ctx);
46 if (status != 0) {
47 return status;
62 status = netapitest_localgroup(ctx, hostname);
63 if (status) {
67 status = netapitest_user(ctx, hostname);
68 if (status) {
72 status = netapitest_group(ctx, hostname);
73 if (status) {
[all...]
H A Dnetserver.c33 NET_API_STATUS status = 0; local
44 status = NetServerGetInfo(hostname, levels[i], &buffer);
45 if (status && status != 124) {
46 NETAPI_STATUS(ctx, status, "NetServerGetInfo");
51 status = 0;
55 if (status != 0) {
57 libnetapi_get_error_string(ctx, status));
60 return status;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/lib/netapi/tests/
H A Dnetapitest.c32 NET_API_STATUS status = 0; local
45 status = libnetapi_init(&ctx);
46 if (status != 0) {
47 return status;
62 status = netapitest_localgroup(ctx, hostname);
63 if (status) {
67 status = netapitest_user(ctx, hostname);
68 if (status) {
72 status = netapitest_group(ctx, hostname);
73 if (status) {
[all...]
H A Dnetserver.c33 NET_API_STATUS status = 0; local
44 status = NetServerGetInfo(hostname, levels[i], &buffer);
45 if (status && status != 124) {
46 NETAPI_STATUS(ctx, status, "NetServerGetInfo");
51 status = 0;
55 if (status != 0) {
57 libnetapi_get_error_string(ctx, status));
60 return status;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/db_printlog/
H A Dstatus.awk15 if (status[$5] == 0) {
16 status[$5] = 1;
23 status[txnid] = 2;
32 status[txnid] = 2
34 status[txnid] = 3
36 status[txnid] = 4
41 if (status[txns[i]] == 1)
43 else if (status[txns[i]] == 2)
45 else if (status[txns[i]] == 3)
47 else if (status[txn
[all...]

Completed in 196 milliseconds

1234567891011>>