Home
last modified time | relevance | path

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

12345678910>>...396

/freebsd-src/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-src/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-src/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 …]
H A Dbcm97425svmb.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 …]
/freebsd-src/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-src/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-src/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-src/sys/contrib/dev/acpica/compiler/
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
475 ACPI_STATUS Status; DtCompileMcfg() local
499 ACPI_STATUS Status; DtCompileMpam() local
657 ACPI_STATUS Status; DtCompileMpst() local
794 ACPI_STATUS Status; DtCompileMsct() local
819 ACPI_STATUS Status; DtCompileNfit() local
1021 ACPI_STATUS Status; DtCompileNhlt() local
1414 ACPI_STATUS Status; DtCompilePcct() local
1522 ACPI_STATUS Status; DtCompilePdtt() local
1582 ACPI_STATUS Status = AE_OK; DtCompilePhat() local
1838 ACPI_STATUS Status; DtCompilePmtt() local
1954 ACPI_STATUS Status; DtCompilePptt() local
2088 ACPI_STATUS Status; DtCompilePrmt() local
2152 ACPI_STATUS Status; DtCompileRgrt() local
2200 ACPI_STATUS Status; DtCompileRhct() local
2369 ACPI_STATUS Status; DtCompileS3pt() local
2451 ACPI_STATUS Status; DtCompileSdev() local
2752 ACPI_STATUS Status; DtCompileSlic() local
2793 ACPI_STATUS Status; DtCompileSlit() local
2864 ACPI_STATUS Status; DtCompileSrat() local
2976 ACPI_STATUS Status; DtCompileStao() local
3032 ACPI_STATUS Status; DtCompileSvkl() local
3086 ACPI_STATUS Status; DtCompileTcpa() local
3154 ACPI_STATUS Status = AE_OK; DtCompileTpm2Rev3() local
3211 ACPI_STATUS Status = AE_OK; DtCompileTpm2() local
3368 ACPI_STATUS Status; DtCompileUefi() local
3416 ACPI_STATUS Status; DtCompileViot() local
3521 ACPI_STATUS Status; DtCompileWdat() local
3550 ACPI_STATUS Status; DtCompileWpbt() local
3650 ACPI_STATUS Status; DtCompileGeneric() local
[all...]
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()
406 ACPI_STATUS Status; DtCompileApmt() local
508 ACPI_STATUS Status; DtCompileAsf() local
677 ACPI_STATUS Status; DtCompileAspt() local
759 ACPI_STATUS Status = AE_OK; DtCompileCdat() local
886 ACPI_STATUS Status; DtCompileCedt() local
1010 ACPI_STATUS Status; DtCompileCpep() local
1035 ACPI_STATUS Status = AE_OK; DtCompileCsrt() local
1143 ACPI_STATUS Status; DtCompileDbg2() local
1299 ACPI_STATUS Status; DtCompileDmar() local
1464 ACPI_STATUS Status; DtCompileDrtm() local
1601 ACPI_STATUS Status; DtCompileEinj() local
1626 ACPI_STATUS Status; DtCompileErst() local
1651 ACPI_STATUS Status; DtCompileGtdt() local
1794 ACPI_STATUS Status; DtCompileFpdt() local
1869 ACPI_STATUS Status; DtCompileHest() local
2022 ACPI_STATUS Status; DtCompileHmat() local
2234 ACPI_STATUS Status; DtCompileIort() local
2660 ACPI_STATUS Status; DtCompileIvrs() local
[all...]
/freebsd-src/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-src/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()
36 CHECK_EQ(Status, ZX_OK); in setVmoName() local
46 zx_status_t Status = in getRootVmarBase()
49 CHECK_EQ(Status, ZX_OK); in getRootVmarBase()
66 zx_status_t Status = _zx_vmo_create(0, 0, &Vmo); in getPlaceholderVmo()
67 if (UNLIKELY(Status != ZX_OK)) in getPlaceholderVmo() local
68 dieOnError(Status, "zx_vmo_creat in getPlaceholderVmo()
47 zx_status_t Status = getRootVmarBase() local
91 zx_status_t Status = _zx_vmo_create(Capacity, 0, &Vmo); MemMapFuchsia() local
103 zx_status_t Status = _zx_vmo_create(Size, 0, &Vmo); mapImpl() local
143 zx_status_t Status; unmapImpl() local
187 zx_status_t Status = remapImpl() local
207 zx_status_t Status = _zx_vmo_op_range(Vmo, ZX_VMO_OP_DECOMMIT, From - MapAddr, releaseAndZeroPagesToOSImpl() local
218 zx_status_t Status = setMemoryPermissionImpl() local
228 zx_status_t Status = _zx_vmar_map(_zx_vmar_root_self(), ZX_VM_ALLOW_FAULTS, 0, createImpl() local
241 zx_status_t Status = _zx_vmar_unmap(_zx_vmar_root_self(), Base, Capacity); releaseImpl() local
[all...]
/freebsd-src/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-src/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-src/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-src/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 = "okay";
[all …]
/freebsd-src/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
178 s32 status; ixgbe_reset_cs4227() local
251 s32 status = IXGBE_SUCCESS; ixgbe_check_cs4227() local
1230 s32 status; ixgbe_get_phy_token() local
1268 s32 status; ixgbe_put_phy_token() local
1302 s32 status; ixgbe_write_iosf_sb_reg_x550a() local
1335 s32 status; ixgbe_read_iosf_sb_reg_x550a() local
1592 s32 status; ixgbe_identify_sfp_module_X550em() local
1614 s32 status; ixgbe_setup_sfp_modules_X550em() local
1638 s32 status; ixgbe_restart_an_internal_phy_x550em() local
1969 u32 status; ixgbe_get_lasi_ext_t_x550em() local
2056 u32 status; ixgbe_enable_lasi_ext_t_x550em() local
2154 s32 status; ixgbe_setup_kr_speed_x550em() local
2437 s32 status; ixgbe_reset_hw_X550em() local
2569 u32 status; ixgbe_init_ext_t_x550em() local
2678 s32 status; ixgbe_setup_sfi_x550a() local
2830 s32 status; ixgbe_setup_ixfi_x550em_x() local
2901 s32 status; ixgbe_setup_ixfi_x550em() local
2998 u32 status; ixgbe_setup_internal_phy_t_x550em() local
3059 s32 status; ixgbe_setup_phy_loopback_x550em() local
3131 s32 status; ixgbe_read_ee_hostif_X550() local
3178 s32 status; ixgbe_read_ee_hostif_buffer_X550() local
3249 s32 status; ixgbe_write_ee_hostif_data_X550() local
3293 s32 status = IXGBE_SUCCESS; ixgbe_write_ee_hostif_X550() local
3321 s32 status = IXGBE_SUCCESS; ixgbe_write_ee_hostif_buffer_X550() local
3365 s32 status; ixgbe_checksum_ptr_x550() local
3433 s32 status; ixgbe_calc_checksum_X550() local
3525 s32 status; ixgbe_validate_eeprom_checksum_X550() local
3578 s32 status; ixgbe_update_eeprom_checksum_X550() local
3617 s32 status = IXGBE_SUCCESS; ixgbe_update_flash_X550() local
3735 s32 status; ixgbe_disable_rx_x550() local
3782 s32 status; ixgbe_enter_lplu_t_x550em() local
3889 s32 status; ixgbe_get_lcd_t_x550em() local
4016 s32 status = IXGBE_ERR_FC_NOT_NEGOTIATED; ixgbe_fc_autoneg_backplane_x550em_a() local
4104 s32 status = IXGBE_ERR_FC_NOT_NEGOTIATED; ixgbe_fc_autoneg_sgmii_x550em_a() local
4159 s32 status = IXGBE_SUCCESS; ixgbe_setup_fc_backplane_x550em_a() local
4268 s32 status; ixgbe_acquire_swfw_sync_X550em() local
4310 s32 status = IXGBE_SUCCESS; ixgbe_acquire_swfw_sync_X550a() local
4383 s32 status; ixgbe_read_phy_reg_x550a() local
4411 s32 status; ixgbe_write_phy_reg_x550a() local
4441 u32 status; ixgbe_handle_lasi_ext_t_x550em() local
4469 s32 status; ixgbe_setup_mac_link_t_X550em() local
4522 u32 status; ixgbe_check_link_t_X550em() local
4562 s32 status; ixgbe_reset_phy_t_X550em() local
[all...]
/freebsd-src/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-src/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
539 enum ice_status status; ice_read_flash_module() local
575 enum ice_status status; ice_read_nvm_module() local
600 enum ice_status status; ice_get_nvm_css_hdr_len() local
635 enum ice_status status; ice_read_nvm_sr_copy() local
661 enum ice_status status; ice_read_orom_module() local
684 enum ice_status status; ice_read_netlist_module() local
705 enum ice_status status; ice_read_sr_word() local
731 enum ice_status status; ice_get_pfa_module_tlv() local
794 enum ice_status status; ice_read_pba_string() local
852 enum ice_status status; ice_get_nvm_srev() local
881 enum ice_status status; ice_get_nvm_ver_info() local
938 enum ice_status status; ice_get_orom_srev() local
984 enum ice_status status; ice_get_orom_civd_data() local
1062 enum ice_status status; ice_get_orom_ver_info() local
1115 enum ice_status status; ice_get_netlist_info() local
1214 enum ice_status status; ice_discover_flash_size() local
1271 enum ice_status status; ice_read_sr_pointer() local
1303 enum ice_status status; ice_read_sr_area_size() local
1330 enum ice_status status; ice_determine_active_flash_banks() local
1409 enum ice_status status; ice_init_nvm() local
1479 enum ice_status status; ice_read_sr_buf() local
1527 enum ice_status status; __ice_write_sr_buf() local
1564 enum ice_status status = ICE_SUCCESS; ice_calc_sr_checksum() local
1635 enum ice_status status; ice_update_sr_checksum() local
1660 enum ice_status status; ice_validate_sr_checksum() local
1701 enum ice_status status; ice_nvm_validate_checksum() local
1732 enum ice_status status; ice_nvm_recalculate_checksum() local
1802 enum ice_status status; ice_get_nvm_minsrevs() local
1860 enum ice_status status; ice_update_nvm_minsrevs() local
2037 enum ice_status status; ice_nvm_access_read() local
2070 enum ice_status status; ice_nvm_access_write() local
[all...]
/freebsd-src/sys/contrib/device-tree/src/arm/aspeed/
H A Dast2600-facebook-netbmc-common.dtsi29 status = "okay";
47 status = "okay";
50 status = "okay";
58 status = "okay";
76 status = "okay";
80 status = "okay";
84 status = "okay";
88 status = "okay";
92 status = "okay";
96 status = "okay";
[all …]
/freebsd-src/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>>...396