Home
last modified time | relevance | path

Searched refs:pstatus (Results 1 – 25 of 28) sorted by relevance

12

/openbsd/usr.bin/rpcinfo/
H A Drpcinfo.c61 int pstatus(CLIENT *client, u_long prognum, u_long vers);
279 (void) pstatus(client, prognum, MAX_VERS); in udpping()
283 (void) pstatus(client, prognum, (u_long)0); in udpping()
302 if (pstatus(client, prognum, vers) < 0) in udpping()
322 if (pstatus(client, prognum, vers) < 0) in udpping()
403 (void) pstatus(client, prognum, MAX_VERS); in tcpping()
407 (void) pstatus(client, prognum, MIN_VERS); in tcpping()
426 if (pstatus(client, prognum, vers) < 0) in tcpping()
446 if (pstatus(client, prognum, vers) < 0) in tcpping()
461 pstatus(CLIENT *client, u_long prognum, u_long vers) in pstatus() function
/openbsd/sys/dev/usb/
H A Duvscom.c750 u_char pstatus; in uvscom_intr() local
772 pstatus = buf[0]; in uvscom_intr()
773 if (ISSET(pstatus, UVSCOM_TXRDY)) in uvscom_intr()
775 if (ISSET(pstatus, UVSCOM_RXRDY)) in uvscom_intr()
778 pstatus = buf[1]; in uvscom_intr()
779 if (ISSET(pstatus, UVSCOM_CTS)) in uvscom_intr()
781 if (ISSET(pstatus, UVSCOM_DSR)) in uvscom_intr()
783 if (ISSET(pstatus, UVSCOM_DCD)) in uvscom_intr()
H A Duplcom.c767 u_char pstatus; in uplcom_intr() local
785 pstatus = buf[8]; in uplcom_intr()
786 if (ISSET(pstatus, RSAQ_STATUS_CTS)) in uplcom_intr()
790 if (ISSET(pstatus, RSAQ_STATUS_DSR)) in uplcom_intr()
794 if (ISSET(pstatus, RSAQ_STATUS_DCD)) in uplcom_intr()
/openbsd/usr.sbin/lpr/lpd/
H A Dprintjob.c116 static void pstatus(const char *, ...)
933 pstatus("sending to %s", RM); in sendfile()
1436 pstatus("waiting for %s to come up", LP); in opennet()
1438 pstatus("waiting for access to printer on %s", LP); in opennet()
1442 pstatus("sending to %s port %d", cp, port); in opennet()
1464 pstatus("waiting for %s to become ready (offline ?)", in opentty()
1470 pstatus("%s is ready and printing", printer); in opentty()
1496 pstatus("waiting for %s to come up", RM); in openrem()
1498 pstatus("waiting for queue to be enabled on %s", in openrem()
1505 pstatus("sending to %s", RM); in openrem()
[all …]
/openbsd/bin/csh/
H A Dproc.c652 int jobflags, pstatus; in pprint() local
668 pstatus = pp->p_flags & PALLSTATES; in pprint()
670 ((pstatus == status && pp->p_reason == reason) || in pprint()
698 if (pstatus == status) in pprint()
707 status = pstatus; in pprint()
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dwin32-nat.c2368 struct win32_pstatus *pstatus; in core_section_load_dll_symbols() local
2383 pstatus = (struct win32_pstatus *) buf; in core_section_load_dll_symbols()
2385 memmove (&base_addr, &(pstatus->data.module_info.base_address), sizeof (base_addr)); in core_section_load_dll_symbols()
2386 dll_name_size = pstatus->data.module_info.module_name_size; in core_section_load_dll_symbols()
2396 strncpy (dll_name, pstatus->data.module_info.module_name, dll_name_size); in core_section_load_dll_symbols()
/openbsd/usr.bin/cdio/
H A Dcdio.c180 int pstatus(char *arg);
358 return pstatus(arg); in run()
1123 pstatus(char *arg) in pstatus() function
/openbsd/gnu/usr.bin/binutils/bfd/
H A Delf.c6799 win32_pstatus_t pstatus; in elfcore_grok_win32pstatus() local
6801 if (note->descsz < sizeof (pstatus)) in elfcore_grok_win32pstatus()
6804 memcpy (&pstatus, note->descdata, sizeof (pstatus)); in elfcore_grok_win32pstatus()
6806 switch (pstatus.data_type) in elfcore_grok_win32pstatus()
6810 elf_tdata (abfd)->core_signal = pstatus.data.process_info.signal; in elfcore_grok_win32pstatus()
6811 elf_tdata (abfd)->core_pid = pstatus.data.process_info.pid; in elfcore_grok_win32pstatus()
6816 sprintf (buf, ".reg/%d", pstatus.data.thread_info.tid); in elfcore_grok_win32pstatus()
6829 sect->_raw_size = sizeof (pstatus.data.thread_info.thread_context); in elfcore_grok_win32pstatus()
6836 if (pstatus.data.thread_info.is_active_thread) in elfcore_grok_win32pstatus()
6843 sprintf (buf, ".module/%08x", pstatus.data.module_info.base_address); in elfcore_grok_win32pstatus()
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delf.c7823 win32_pstatus_t pstatus; in elfcore_grok_win32pstatus() local
7825 if (note->descsz < sizeof (pstatus)) in elfcore_grok_win32pstatus()
7828 memcpy (&pstatus, note->descdata, sizeof (pstatus)); in elfcore_grok_win32pstatus()
7830 switch (pstatus.data_type) in elfcore_grok_win32pstatus()
7834 elf_tdata (abfd)->core_signal = pstatus.data.process_info.signal; in elfcore_grok_win32pstatus()
7835 elf_tdata (abfd)->core_pid = pstatus.data.process_info.pid; in elfcore_grok_win32pstatus()
7840 sprintf (buf, ".reg/%ld", (long) pstatus.data.thread_info.tid); in elfcore_grok_win32pstatus()
7853 sect->size = sizeof (pstatus.data.thread_info.thread_context); in elfcore_grok_win32pstatus()
7860 if (pstatus.data.thread_info.is_active_thread) in elfcore_grok_win32pstatus()
7868 (long) pstatus.data.module_info.base_address); in elfcore_grok_win32pstatus()
/openbsd/gnu/usr.bin/binutils/binutils/po/
H A Dja.po3353 msgid "NT_PSTATUS (pstatus structure)"
3354 msgstr "NT_PSTATUS (pstatus ��¤��)"
H A Dzh_CN.po3931 msgid "NT_PSTATUS (pstatus structure)"
3932 msgstr "NT_PSTATUS (pstatus �ṹ)"
H A Dru.po4033 msgid "NT_PSTATUS (pstatus structure)"
4034 msgstr "NT_PSTATUS (��������� pstatus)"
H A Dda.po3976 msgid "NT_PSTATUS (pstatus structure)"
3977 msgstr "NT_PSTATUS (pstatus-struktur)"
H A Dsv.po4622 msgid "NT_PSTATUS (pstatus structure)"
4623 msgstr "NT_PSTATUS (pstatus-struktur)"
H A Dtr.po4078 msgid "NT_PSTATUS (pstatus structure)"
4079 msgstr "NT_PSTATUS (pstatus yapısı)"
H A Dbinutils.pot3771 msgid "NT_PSTATUS (pstatus structure)"
/openbsd/gnu/usr.bin/binutils-2.17/binutils/po/
H A Dja.po3353 msgid "NT_PSTATUS (pstatus structure)"
3354 msgstr "NT_PSTATUS (pstatus ��¤��)"
H A Dzh_CN.po3931 msgid "NT_PSTATUS (pstatus structure)"
3932 msgstr "NT_PSTATUS (pstatus �ṹ)"
H A Dzh_TW.po4527 msgid "NT_PSTATUS (pstatus structure)"
4528 msgstr "NT_PSTATUS (pstatus 結構)"
H A Dsv.po4622 msgid "NT_PSTATUS (pstatus structure)"
4623 msgstr "NT_PSTATUS (pstatus-struktur)"
H A Dda.po3976 msgid "NT_PSTATUS (pstatus structure)"
3977 msgstr "NT_PSTATUS (pstatus-struktur)"
H A Dru.po4631 msgid "NT_PSTATUS (pstatus structure)"
4632 msgstr "NT_PSTATUS (��������� pstatus)"
H A Dfi.po4709 msgid "NT_PSTATUS (pstatus structure)"
4710 msgstr "NT_PSTATUS (pstatus-rakenne)"
H A Dtr.po4592 msgid "NT_PSTATUS (pstatus structure)"
4593 msgstr "NT_PSTATUS (pstatus yapısı)"
H A Dbinutils.pot4347 msgid "NT_PSTATUS (pstatus structure)"

12