Home
last modified time | relevance | path

Searched refs:get_status (Results 1 – 14 of 14) sorted by relevance

/openbsd/gnu/usr.bin/perl/cpan/Test-Harness/t/
H A Daggregator.t119 is $agg->get_status, 'FAIL', '... and it should tell us the tests failed';
214 is $agg->get_status, 'PASS', '... and the status should be passing';
/openbsd/gnu/usr.bin/perl/dist/Carp/lib/
H A DCarp.pm496 sub get_status { subroutine
712 my ( $known, $partial ) = get_status( $cache, $child );
719 my ( $anc_knows, $anc_partial ) = get_status( $cache, $anc );
/openbsd/sys/dev/pv/
H A Dvirtiovar.h161 int (*get_status)(struct virtio_softc *);
208 #define virtio_get_status(sc) (sc)->sc_ops->get_status(sc)
162 int (*get_status)(struct virtio_softc *); global() member
/openbsd/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/
H A DAggregator.pm272 sub get_status { subroutine
/openbsd/usr.bin/ssh/
H A Dsftp-client.c672 status = get_status(conn, id); in sftp_close()
854 status = get_status(conn, id); in sftp_rm()
871 status = get_status(conn, id); in sftp_mkdir()
889 status = get_status(conn, id); in sftp_rmdir()
958 status = get_status(conn, id); in sftp_setstat()
977 status = get_status(conn, id); in sftp_fsetstat()
1182 status = get_status(conn, id); in sftp_copy()
1234 status = get_status(conn, id); in sftp_rename()
1272 status = get_status(conn, id); in sftp_hardlink()
1308 status = get_status(conn, id); in sftp_symlink()
[all …]
/openbsd/usr.bin/telnet/
H A Dexterns.h233 int get_status (void);
H A Dtelnet.c2035 get_status(void) in get_status() function
H A Dcommands.c230 { "getstatus", "Send request for STATUS", 1, 0, get_status, 6, 0 },
/openbsd/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/
H A DBase.pm359 my $status = $aggregate->get_status;
/openbsd/sys/dev/pci/drm/amd/display/dc/inc/
H A Dlink.h124 const struct dc_link_status *(*get_status)(const struct dc_link *link); member
/openbsd/sys/dev/pci/drm/amd/display/dc/core/
H A Ddc_link_exports.c94 return link->dc->link_srv->get_status(link); in dc_link_get_status()
/openbsd/sys/dev/pci/drm/amd/display/dc/link/
H A Dlink_factory.c80 link_srv->get_status = link_get_status; in construct_link_service_detection()
/openbsd/gnu/llvm/libcxx/src/filesystem/
H A Doperations.cpp508 file_status get_status() const { return m_status; } in get_status() function
908 auto from_st = from_fd.get_status(); in __copy_file()
/openbsd/sys/dev/pci/
H A Dif_icereg.h12510 struct ice_aqc_dnl_get_status get_status; member