Home
last modified time | relevance | path

Searched full:status (Results 1 – 25 of 4526) sorted by relevance

12345678910>>...182

/freebsd/contrib/processor-trace/libipt/test/src/
H A Dptunit-image.c55 /* A test file status - turned into a section status. */
100 struct ifix_status status[ifix_nsecs]; member
126 struct ifix_status *status, in ifix_init_section() argument
135 section->status = status; in ifix_init_section()
142 status->deleted = 0; in ifix_init_section()
143 status->bad_put = 0; in ifix_init_section()
144 status->mapping = mapping; in ifix_init_section()
145 status->ifix = ifix; in ifix_init_section()
159 ifix_init_section(&ifix->section[index], filename, &ifix->status[index], in ifix_add_section()
234 struct ifix_status *status; in pt_section_put() local
[all …]
H A Dptunit-retstack.c39 int status; in init() local
45 status = pt_retstack_is_empty(&retstack); in init()
46 ptu_int_ne(status, 0); in init()
62 int status; in query() local
66 status = pt_retstack_push(&retstack, 0x42ull); in query()
67 ptu_int_eq(status, 0); in query()
69 status = pt_retstack_is_empty(&retstack); in query()
70 ptu_int_eq(status, 0); in query()
72 status = pt_retstack_pop(&retstack, &ip); in query()
73 ptu_int_eq(status, 0); in query()
[all …]
/freebsd/crypto/heimdal/appl/test/
H A Duu_client.c48 krb5_error_code status; in proto() local
65 status = krb5_init_context(&context); in proto()
66 if (status) in proto()
67 errx(1, "krb5_init_context failed: %d", status); in proto()
69 status = krb5_cc_default (context, &ccache); in proto()
70 if (status) in proto()
71 krb5_err(context, 1, status, "krb5_cc_default"); in proto()
73 status = krb5_auth_con_init (context, &auth_context); in proto()
74 if (status) in proto()
75 krb5_err(context, 1, status, "krb5_auth_con_init"); in proto()
[all …]
H A Duu_server.c47 krb5_error_code status; in proto() local
63 status = krb5_auth_con_init (context, &auth_context); in proto()
64 if (status) in proto()
65 krb5_err(context, 1, status, "krb5_auth_con_init"); in proto()
75 status = krb5_auth_con_setaddrs (context, in proto()
79 if (status) in proto()
80 krb5_err(context, 1, status, "krb5_auth_con_setaddr"); in proto()
82 status = krb5_read_message(context, &sock, &client_name); in proto()
83 if(status) in proto()
84 krb5_err(context, 1, status, "krb5_read_message"); in proto()
[all …]
/freebsd/tests/sys/kern/
H A Dptrace_test.c136 int status; in attach_child() local
140 wpid = waitpid(pid, &status, 0); in attach_child()
142 ATF_REQUIRE(WIFSTOPPED(status)); in attach_child()
143 REQUIRE_EQ(WSTOPSIG(status), SIGSTOP); in attach_child()
186 int status; in ATF_TC_BODY() local
199 wpid = waitpid(child, &status, 0); in ATF_TC_BODY()
201 ATF_REQUIRE(WIFSTOPPED(status)); in ATF_TC_BODY()
202 REQUIRE_EQ(WSTOPSIG(status), SIGSTOP); in ATF_TC_BODY()
207 /* The second wait() should report the exit status. */ in ATF_TC_BODY()
208 wpid = waitpid(child, &status, 0); in ATF_TC_BODY()
[all …]
/freebsd/contrib/arm-optimized-routines/math/test/testcases/directed/
H A Dpow.tst24 func=pow op1=00000000.00000000 op2=7ff00000.00000001 result=7ff80000.00000000 errno=0 status=i
27 func=pow op1=00000000.00000000 op2=80000000.00000001 result=7ff00000.00000000 errno=ERANGE status=z
28 func=pow op1=00000000.00000000 op2=80100000.00000000 result=7ff00000.00000000 errno=ERANGE status=z
29 func=pow op1=00000000.00000000 op2=9fffffff.ffffffff result=7ff00000.00000000 errno=ERANGE status=z
30 func=pow op1=00000000.00000000 op2=bbdfffff.ffffffff result=7ff00000.00000000 errno=ERANGE status=z
31 func=pow op1=00000000.00000000 op2=bbe00000.00000000 result=7ff00000.00000000 errno=ERANGE status=z
32 func=pow op1=00000000.00000000 op2=bfe00000.00000000 result=7ff00000.00000000 errno=ERANGE status=z
33 func=pow op1=00000000.00000000 op2=bff00000.00000000 result=7ff00000.00000000 errno=ERANGE status=z
34 func=pow op1=00000000.00000000 op2=c0000000.00000000 result=7ff00000.00000000 errno=ERANGE status=z
35 func=pow op1=00000000.00000000 op2=c0080000.00000000 result=7ff00000.00000000 errno=ERANGE status=z
[all …]
H A Dpowf.tst6 func=powf op1=7f800001 op2=7f800001 result=7fc00001 errno=0 status=i
7 func=powf op1=7f800001 op2=ff800001 result=7fc00001 errno=0 status=i
8 func=powf op1=7f800001 op2=7fc00001 result=7fc00001 errno=0 status=i
9 func=powf op1=7f800001 op2=ffc00001 result=7fc00001 errno=0 status=i
10 func=powf op1=7f800001 op2=7f800000 result=7fc00001 errno=0 status=i
11 func=powf op1=7f800001 op2=40800000 result=7fc00001 errno=0 status=i
12 func=powf op1=7f800001 op2=40400000 result=7fc00001 errno=0 status=i
13 func=powf op1=7f800001 op2=3f000000 result=7fc00001 errno=0 status=i
14 func=powf op1=7f800001 op2=00000000 result=7fc00001 errno=0 status=i
15 func=powf op1=7f800001 op2=80000000 result=7fc00001 errno=0 status=i
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dmem_map_fuchsia.cpp18 #include <zircon/status.h>
23 static void NORETURN dieOnError(zx_status_t Status, const char *FnName, in dieOnError() argument
27 Size >> 10, _zx_status_get_string(Status)); in dieOnError()
35 zx_status_t Status = _zx_object_set_property(Vmo, ZX_PROP_NAME, Name, Len); in setVmoName() local
36 CHECK_EQ(Status, ZX_OK); in setVmoName()
46 zx_status_t Status = in getRootVmarBase() local
49 CHECK_EQ(Status, ZX_OK); in getRootVmarBase()
66 zx_status_t Status = _zx_vmo_create(0, 0, &Vmo); in getPlaceholderVmo() local
67 if (UNLIKELY(Status != ZX_OK)) in getPlaceholderVmo()
68 dieOnError(Status, "zx_vmo_create", 0); in getPlaceholderVmo()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/phy/
H A Dnvidia,tegra124-xusb-padctl.txt79 The "status" property is used to enable or disable the use of a pad. If set
133 - status: Defines the operation status of the PHY. Valid values are:
179 - status: Defines the operation status of the port. Valid values are:
204 - status: Defines the operation status of the port. Valid values are:
216 - status: Defines the operation status of the port. Valid values are:
227 - status: Defines the operation status of the port. Valid values are:
282 status = "disabled";
286 status = "disabled";
291 status = "disabled";
296 status = "disabled";
[all …]
/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_block_decoder.c50 int status; in pt_blk_status() local
55 status = decoder->status; in pt_blk_status()
60 * where we indicate the status after synchronizing. in pt_blk_status()
69 if ((status & pts_eos) && !decoder->process_event) in pt_blk_status()
82 decoder->status = 0; in pt_blk_reset()
262 int status, errcode; in pt_blk_indirect_branch() local
269 status = pt_qry_indirect_branch(&decoder->query, ip); in pt_blk_indirect_branch()
270 if (status < 0) in pt_blk_indirect_branch()
271 return status; in pt_blk_indirect_branch()
279 return status; in pt_blk_indirect_branch()
[all …]
H A Dpt_insn_decoder.c53 decoder->status = 0; in pt_insn_reset()
68 int status; in pt_insn_status() local
73 status = decoder->status; in pt_insn_status()
78 * where we indicate the status after synchronizing. in pt_insn_status()
87 if ((status & pts_eos) && !decoder->process_event) in pt_insn_status()
258 int status, errcode; in pt_insn_indirect_branch() local
265 status = pt_qry_indirect_branch(&decoder->query, ip); in pt_insn_indirect_branch()
266 if (status < 0) in pt_insn_indirect_branch()
267 return status; in pt_insn_indirect_branch()
275 return status; in pt_insn_indirect_branch()
[all …]
/freebsd/contrib/bsnmp/snmp_ntp/
H A DNTP-PROXY-MIB.txt60 STATUS current
66 the state of the status column is `notInService' and the
69 If the set to `create' is attempted when the status column
95 STATUS current
103 STATUS current
117 STATUS current
125 STATUS current
137 STATUS current
145 STATUS current
172 STATUS current
[all …]
/freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/
H A DBEGEMOT-WIRELESS-MIB.txt67 STATUS current
107 STATUS current
129 STATUS current
166 STATUS current
190 STATUS current
201 STATUS current
219 STATUS current
264 STATUS current
273 STATUS current
294 STATUS current
[all …]
/freebsd/usr.sbin/bsnmpd/modules/snmp_pf/
H A DBEGEMOT-PF-MIB.txt72 -- status information
78 STATUS current
87 STATUS current
98 STATUS current
106 STATUS current
120 STATUS current
128 STATUS current
136 STATUS current
144 STATUS current
152 STATUS current
[all …]
/freebsd/sys/contrib/dev/acpica/compiler/
H A Ddttable1.c179 * RETURN: Status
205 ACPI_STATUS Status; in DtCompileAest() local
222 Status = DtCompileTable (PFieldList, AcpiDmTableInfoAestHdr, in DtCompileAest()
224 if (ACPI_FAILURE (Status)) in DtCompileAest()
226 return (Status); in DtCompileAest()
306 Status = DtCompileTable (PFieldList, InfoTable, &Subtable); in DtCompileAest()
307 if (ACPI_FAILURE (Status)) in DtCompileAest()
309 return (Status); in DtCompileAest()
358 Status = DtCompileTable (PFieldList, InfoTable, &Subtable); in DtCompileAest()
359 if (ACPI_FAILURE (Status)) in DtCompileAest()
[all …]
H A Ddttable2.c166 * RETURN: Status
176 ACPI_STATUS Status; in DtCompileLpit() local
193 Status = DtCompileTable (PFieldList, AcpiDmTableInfoLpitHdr, in DtCompileLpit()
195 if (ACPI_FAILURE (Status)) in DtCompileLpit()
197 return (Status); in DtCompileLpit()
221 Status = DtCompileTable (PFieldList, InfoTable, &Subtable); in DtCompileLpit()
222 if (ACPI_FAILURE (Status)) in DtCompileLpit()
224 return (Status); in DtCompileLpit()
242 * RETURN: Status
252 ACPI_STATUS Status; in DtCompileMadt() local
[all …]
/freebsd/sys/contrib/device-tree/src/mips/brcm/
H A Dbcm97435svmb.dts25 status = "okay";
29 status = "okay";
33 status = "okay";
37 status = "okay";
41 status = "okay";
45 status = "okay";
49 status = "okay";
53 status = "okay";
57 status = "okay";
61 status = "okay";
[all …]
H A Dbcm97346dbsmb.dts23 status = "okay";
27 status = "okay";
31 status = "okay";
35 status = "okay";
39 status = "okay";
43 status = "okay";
47 status = "okay";
51 status = "okay";
55 status = "okay";
59 status = "okay";
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/xilinx/
H A Dzynqmp-zc1751-xm018-dc4.dts44 status = "okay";
48 status = "okay";
52 status = "okay";
56 status = "okay";
60 status = "okay";
64 status = "okay";
68 status = "okay";
72 status = "okay";
76 status = "okay";
80 status
[all...]
/freebsd/sys/dev/ixgbe/
H A Dixgbe_x550.c111 * Returns status code
124 * Returns status code
137 * Returns status code
141 s32 status; in ixgbe_read_pe() local
143 status = ixgbe_read_i2c_byte_unlocked(hw, reg, IXGBE_PE, value); in ixgbe_read_pe()
144 if (status != IXGBE_SUCCESS) in ixgbe_read_pe()
146 "port expander access failed with %d\n", status); in ixgbe_read_pe()
147 return status; in ixgbe_read_pe()
156 * Returns status code
160 s32 status; in ixgbe_write_pe() local
[all …]
/freebsd/sys/dev/ice/
H A Dice_nvm.c92 * Returns a status code on failure. Note that the data pointer may be
102 int status; in ice_read_flat_nvm()
132 status = ice_aq_read_nvm(hw, ICE_AQC_NVM_START_POINT, in ice_read_flat_nvm()
136 if (status) in ice_read_flat_nvm()
144 return status; in ice_read_flat_nvm()
205 int status; in ice_aq_erase_nvm()
213 status = ice_aq_read_nvm(hw, 0, 2 * module_typeid + 2, 2, &len, true, in ice_aq_erase_nvm()
215 if (status) in ice_aq_erase_nvm()
216 return status; in ice_aq_erase_nvm()
248 int status; in ice_aq_read_nvm_cfg()
99 enum ice_status status; ice_read_flat_nvm() local
206 enum ice_status status; ice_aq_erase_nvm() local
249 enum ice_status status; ice_aq_read_nvm_cfg() local
340 enum ice_status status; ice_read_sr_word_aq() local
372 enum ice_status status; ice_write_sr_aq() local
398 enum ice_status status; ice_read_sr_buf_aq() local
540 enum ice_status status; ice_read_flash_module() local
576 enum ice_status status; ice_read_nvm_module() local
601 enum ice_status status; ice_get_nvm_css_hdr_len() local
636 enum ice_status status; ice_read_nvm_sr_copy() local
662 enum ice_status status; ice_read_orom_module() local
685 enum ice_status status; ice_read_netlist_module() local
706 enum ice_status status; ice_read_sr_word() local
732 enum ice_status status; ice_get_pfa_module_tlv() local
795 enum ice_status status; ice_read_pba_string() local
853 enum ice_status status; ice_get_nvm_srev() local
882 enum ice_status status; ice_get_nvm_ver_info() local
939 enum ice_status status; ice_get_orom_srev() local
985 enum ice_status status; ice_get_orom_civd_data() local
1061 enum ice_status status; ice_get_orom_ver_info() local
1114 enum ice_status status; ice_get_netlist_info() local
1213 enum ice_status status; ice_discover_flash_size() local
1270 enum ice_status status; ice_read_sr_pointer() local
1302 enum ice_status status; ice_read_sr_area_size() local
1329 enum ice_status status; ice_determine_active_flash_banks() local
1408 enum ice_status status; ice_init_nvm() local
1477 enum ice_status status; ice_read_sr_buf() local
1525 enum ice_status status; __ice_write_sr_buf() local
1562 enum ice_status status = ICE_SUCCESS; ice_calc_sr_checksum() local
1633 enum ice_status status; ice_update_sr_checksum() local
1658 enum ice_status status; ice_validate_sr_checksum() local
1699 enum ice_status status; ice_nvm_validate_checksum() local
1731 enum ice_status status; ice_nvm_recalculate_checksum() local
1774 enum ice_status status; ice_nvm_write_activate() local
1801 enum ice_status status; ice_get_nvm_minsrevs() local
1859 enum ice_status status; ice_update_nvm_minsrevs() local
2036 enum ice_status status; ice_nvm_access_read() local
2069 enum ice_status status; ice_nvm_access_write() local
[all...]
/freebsd/contrib/kyua/utils/
H A Dsanity_test.cpp44 #include "utils/process/status.hpp"
66 static process::status
71 const process::status status = process::child::fork_files( in run_test() local
75 return status; in run_test()
80 verify_success(const process::status& status) in verify_success() argument
82 ATF_REQUIRE(status.exited()); in verify_success()
83 ATF_REQUIRE_EQ(EXIT_SUCCESS, status.exitstatus()); in verify_success()
90 verify_failed(const process::status& status, const char* type, in verify_failed() argument
95 verify_success(status); in verify_failed()
97 ATF_REQUIRE(status.signaled()); in verify_failed()
[all …]
/freebsd/tools/regression/zfs/zpool/create/
H A Doption-f_type_mismatch.t13 expect_fl ${ZPOOL} status -x ${name0}
17 expect_ok ${ZPOOL} status -x ${name0}
18 expect "pool '${name0}' is healthy" ${ZPOOL} status -x ${name0}
30 expect "${exp}" ${ZPOOL} status ${name0}
32 expect_fl ${ZPOOL} status -x ${name0}
36 expect_fl ${ZPOOL} status -x ${name0}
40 expect_ok ${ZPOOL} status -x ${name0}
41 expect "pool '${name0}' is healthy" ${ZPOOL} status -x ${name0}
53 expect "${exp}" ${ZPOOL} status ${name0}
55 expect_fl ${ZPOOL} status -x ${name0}
[all …]
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dqat_crypt.c63 symcallback(void *p_callback, CpaStatus status, const CpaCySymOp operation, in symcallback() argument
106 CpaStatus status = CPA_STATUS_FAIL; in qat_cy_init() local
111 status = cpaCyGetNumInstances(&num_inst); in qat_cy_init()
112 if (status != CPA_STATUS_SUCCESS) in qat_cy_init()
122 status = cpaCyGetInstances(num_inst, &cy_inst_handles[0]); in qat_cy_init()
123 if (status != CPA_STATUS_SUCCESS) in qat_cy_init()
127 status = cpaCySetAddressTranslation(cy_inst_handles[i], in qat_cy_init()
129 if (status != CPA_STATUS_SUCCESS) in qat_cy_init()
132 status = cpaCyStartInstance(cy_inst_handles[i]); in qat_cy_init()
133 if (status != CPA_STATUS_SUCCESS) in qat_cy_init()
[all …]
/freebsd/contrib/kyua/utils/process/
H A Dstatus.cpp29 #include "utils/process/status.hpp"
49 /// Constructs a new status object based on the status value of waitpid(2).
51 /// \param dead_pid_ The PID of the process this status belonged to.
52 /// \param stat_loc The status value returnd by waitpid(2).
53 process::status::status(const int dead_pid_, int stat_loc) : in status() function in process::status
65 /// Constructs a new status object based on fake values.
67 /// \param exited_ If not none, specifies the exit status of the program.
70 process::status::status(const optional< int >& exited_, in status() function in process::status
79 /// Constructs a new status object based on a fake exit status.
83 /// \return A status object with fake data.
[all …]

12345678910>>...182