Home
last modified time | relevance | path

Searched refs:pmon (Results 1 – 25 of 166) sorted by relevance

1234567

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libgloss/mips/
H A DMakefile.in72 PMONOBJS = pmon.o @part_specific_obj@ ${GENOBJS}
163 pmon-test.x: test.o ${CRT0} Makefile libpmon.a
166 pmon-test.srec: pmon-test.x
167 $(OBJCOPY) -O srec pmon-test.x $@
168 pmon-test.dis: pmon-test.x
169 @rm -fr pmon-test.dis
170 $(OBJDUMP) -d pmon-test.x > $@
171 pmon-test: pmon-test.srec pmon-test.dis
223 pmon.o: ${srcdir}/pmon.S
224 $(CC) -c $(CFLAGS_FOR_TARGET) $(CFLAGS) $(PART_SPECIFIC_DEFINES) ${srcdir}/pmon.S -o pmon.o
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libgloss/mips/
H A DMakefile.in72 PMONOBJS = pmon.o @part_specific_obj@ ${GENOBJS}
163 pmon-test.x: test.o ${CRT0} Makefile libpmon.a
166 pmon-test.srec: pmon-test.x
167 $(OBJCOPY) -O srec pmon-test.x $@
168 pmon-test.dis: pmon-test.x
169 @rm -fr pmon-test.dis
170 $(OBJDUMP) -d pmon-test.x > $@
171 pmon-test: pmon-test.srec pmon-test.dis
223 pmon.o: ${srcdir}/pmon.S
224 $(CC) -c $(CFLAGS_FOR_TARGET) $(CFLAGS) $(PART_SPECIFIC_DEFINES) ${srcdir}/pmon.S -o pmon.o
[all …]
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/libgloss/mips/
H A DMakefile.in73 PMONOBJS = pmon.o @part_specific_obj@ ${GENOBJS}
164 pmon-test.x: test.o ${CRT0} Makefile libpmon.a
167 pmon-test.srec: pmon-test.x
168 $(OBJCOPY) -O srec pmon-test.x $@
169 pmon-test.dis: pmon-test.x
170 @rm -fr pmon-test.dis
171 $(OBJDUMP) -d pmon-test.x > $@
172 pmon-test: pmon-test.srec pmon-test.dis
225 pmon.o: ${srcdir}/pmon.S
226 $(CC) -c $(CFLAGS_FOR_TARGET) $(CFLAGS) $(PART_SPECIFIC_DEFINES) ${srcdir}/pmon.S -o pmon.o
[all …]
/dports/biology/ncbi-toolkit/ncbi/demo/
H A Dcdscan.c187 if (pmon != NULL) in Main()
202 if (pmon != NULL) in Main()
218 if (pmon != NULL) in Main()
264 MonitorFree(pmon); in Main()
359 if (pmon != NULL) in PrintIdDefLine()
360 MonitorStrValue(pmon, buf); in PrintIdDefLine()
456 if (pmon != NULL) in PubWrite()
488 if (pmon != NULL) in GetPubFromGenBank()
629 if (pmon != NULL) in PrintSequence()
726 if (pmon != NULL) in ProcessFile()
[all …]
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbit_common/src/
H A Drabbit_queue_collector.erl44 {ok, #state{monitors = pmon:new(), delete_from = undefined}}.
54 {reply, ok, State#state{monitors = pmon:monitor(QPid, QMons)}};
58 case pmon:monitored(QMons) of
69 QMons1 = pmon:erase(DownPid, QMons),
70 case Deleting =/= undefined andalso pmon:is_empty(QMons1) of
/dports/comms/vrflash/vrflash-0.24/
H A DChangeLog13 (requires a special kernel and sdram pmon or 16MB sdram pmon)
19 o Added pmon position option
20 o Reduced maximum download size for 16MB sdram pmon
26 o Added support for sdram pmon with option -u.
44 o added doc/pmon-write-unprotect.txt instructions
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/hpt/src/
H A Dpktread.c393 int get_month(const char *pmon, flag_t *flag) in get_month() argument
397 if (strlen(pmon) != 3 && flag != NULL) in get_month()
404 if (pmon[0] == months_ab[i][0] && in get_month()
405 pmon[1] == months_ab[i][1] && in get_month()
406 pmon[2] == months_ab[i][2]) in get_month()
414 if (safe_toupper(pmon[0]) == safe_toupper(months_ab[i][0]) && in get_month()
416 safe_toupper(pmon[2]) == safe_toupper(months_ab[i][2])) in get_month()
429 const char *pday, *pmon, *pyear, *phour, *pminute, *psecond; in parse_ftsc_date() local
439 pday = pmon = pyear = phour = pminute = psecond = NULL; in parse_ftsc_date()
446 if ((pmon = strtok(NULL, " ")) != NULL) in parse_ftsc_date()
[all …]
/dports/news/husky/husky-1.9.20191207/hpt/src/
H A Dpktread.c393 int get_month(const char *pmon, flag_t *flag) in get_month() argument
397 if (strlen(pmon) != 3 && flag != NULL) in get_month()
404 if (pmon[0] == months_ab[i][0] && in get_month()
405 pmon[1] == months_ab[i][1] && in get_month()
406 pmon[2] == months_ab[i][2]) in get_month()
414 if (safe_toupper(pmon[0]) == safe_toupper(months_ab[i][0]) && in get_month()
416 safe_toupper(pmon[2]) == safe_toupper(months_ab[i][2])) in get_month()
429 const char *pday, *pmon, *pyear, *phour, *pminute, *psecond; in parse_ftsc_date() local
439 pday = pmon = pyear = phour = pminute = psecond = NULL; in parse_ftsc_date()
446 if ((pmon = strtok(NULL, " ")) != NULL) in parse_ftsc_date()
[all …]
/dports/news/husky-areafix/husky-areafix-1.9.20191207/hpt/src/
H A Dpktread.c393 int get_month(const char *pmon, flag_t *flag) in get_month() argument
397 if (strlen(pmon) != 3 && flag != NULL) in get_month()
404 if (pmon[0] == months_ab[i][0] && in get_month()
405 pmon[1] == months_ab[i][1] && in get_month()
406 pmon[2] == months_ab[i][2]) in get_month()
414 if (safe_toupper(pmon[0]) == safe_toupper(months_ab[i][0]) && in get_month()
416 safe_toupper(pmon[2]) == safe_toupper(months_ab[i][2])) in get_month()
429 const char *pday, *pmon, *pyear, *phour, *pminute, *psecond; in parse_ftsc_date() local
439 pday = pmon = pyear = phour = pminute = psecond = NULL; in parse_ftsc_date()
446 if ((pmon = strtok(NULL, " ")) != NULL) in parse_ftsc_date()
[all …]
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/hpt/src/
H A Dpktread.c393 int get_month(const char *pmon, flag_t *flag) in get_month() argument
397 if (strlen(pmon) != 3 && flag != NULL) in get_month()
404 if (pmon[0] == months_ab[i][0] && in get_month()
405 pmon[1] == months_ab[i][1] && in get_month()
406 pmon[2] == months_ab[i][2]) in get_month()
414 if (safe_toupper(pmon[0]) == safe_toupper(months_ab[i][0]) && in get_month()
416 safe_toupper(pmon[2]) == safe_toupper(months_ab[i][2])) in get_month()
429 const char *pday, *pmon, *pyear, *phour, *pminute, *psecond; in parse_ftsc_date() local
439 pday = pmon = pyear = phour = pminute = psecond = NULL; in parse_ftsc_date()
446 if ((pmon = strtok(NULL, " ")) != NULL) in parse_ftsc_date()
[all …]
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/hpt/src/
H A Dpktread.c393 int get_month(const char *pmon, flag_t *flag) in get_month() argument
397 if (strlen(pmon) != 3 && flag != NULL) in get_month()
404 if (pmon[0] == months_ab[i][0] && in get_month()
405 pmon[1] == months_ab[i][1] && in get_month()
406 pmon[2] == months_ab[i][2]) in get_month()
414 if (safe_toupper(pmon[0]) == safe_toupper(months_ab[i][0]) && in get_month()
416 safe_toupper(pmon[2]) == safe_toupper(months_ab[i][2])) in get_month()
429 const char *pday, *pmon, *pyear, *phour, *pminute, *psecond; in parse_ftsc_date() local
439 pday = pmon = pyear = phour = pminute = psecond = NULL; in parse_ftsc_date()
446 if ((pmon = strtok(NULL, " ")) != NULL) in parse_ftsc_date()
[all …]
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/hpt/src/
H A Dpktread.c393 int get_month(const char *pmon, flag_t *flag) in get_month() argument
397 if (strlen(pmon) != 3 && flag != NULL) in get_month()
404 if (pmon[0] == months_ab[i][0] && in get_month()
405 pmon[1] == months_ab[i][1] && in get_month()
406 pmon[2] == months_ab[i][2]) in get_month()
414 if (safe_toupper(pmon[0]) == safe_toupper(months_ab[i][0]) && in get_month()
416 safe_toupper(pmon[2]) == safe_toupper(months_ab[i][2])) in get_month()
429 const char *pday, *pmon, *pyear, *phour, *pminute, *psecond; in parse_ftsc_date() local
439 pday = pmon = pyear = phour = pminute = psecond = NULL; in parse_ftsc_date()
446 if ((pmon = strtok(NULL, " ")) != NULL) in parse_ftsc_date()
[all …]
/dports/news/husky-htick/husky-htick-1.9.20191207/hpt/src/
H A Dpktread.c393 int get_month(const char *pmon, flag_t *flag) in get_month() argument
397 if (strlen(pmon) != 3 && flag != NULL) in get_month()
404 if (pmon[0] == months_ab[i][0] && in get_month()
405 pmon[1] == months_ab[i][1] && in get_month()
406 pmon[2] == months_ab[i][2]) in get_month()
414 if (safe_toupper(pmon[0]) == safe_toupper(months_ab[i][0]) && in get_month()
416 safe_toupper(pmon[2]) == safe_toupper(months_ab[i][2])) in get_month()
429 const char *pday, *pmon, *pyear, *phour, *pminute, *psecond; in parse_ftsc_date() local
439 pday = pmon = pyear = phour = pminute = psecond = NULL; in parse_ftsc_date()
446 if ((pmon = strtok(NULL, " ")) != NULL) in parse_ftsc_date()
[all …]
/dports/news/husky-hpt/husky-hpt-1.9.20191207/hpt/src/
H A Dpktread.c393 int get_month(const char *pmon, flag_t *flag) in get_month() argument
397 if (strlen(pmon) != 3 && flag != NULL) in get_month()
404 if (pmon[0] == months_ab[i][0] && in get_month()
405 pmon[1] == months_ab[i][1] && in get_month()
406 pmon[2] == months_ab[i][2]) in get_month()
414 if (safe_toupper(pmon[0]) == safe_toupper(months_ab[i][0]) && in get_month()
416 safe_toupper(pmon[2]) == safe_toupper(months_ab[i][2])) in get_month()
429 const char *pday, *pmon, *pyear, *phour, *pminute, *psecond; in parse_ftsc_date() local
439 pday = pmon = pyear = phour = pminute = psecond = NULL; in parse_ftsc_date()
446 if ((pmon = strtok(NULL, " ")) != NULL) in parse_ftsc_date()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/plugin/x/src/
H A Dxpl_client.cc54 Client_id client_id, Protocol_monitor *pmon) in Client() argument
55 : ngs::Client(connection, server, client_id, pmon) { in Client()
56 if (pmon) pmon->init(this); in Client()
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbit/src/
H A Drabbit_mirror_queue_coordinator.erl334 monitors = pmon:new(),
383 noreply(State #state { monitors = pmon:monitor_all(Pids, Mons) });
393 noreply(case pmon:is_monitored(Pid, Mons) of
396 State #state { monitors = pmon:erase(Pid, Mons) }
H A Drabbit_node_monitor.erl364 pmon:monitor({rabbit, Node}, Monitors0)
365 end, pmon:new(), Nodes),
367 subscribers = pmon:new(),
535 Monitors1 = case pmon:is_monitored({rabbit, Node}, Monitors) of
539 pmon:monitor({rabbit, Node}, Monitors)
562 {noreply, State#state{subscribers = pmon:monitor(Pid, Subscribers)}};
575 [P ! {node_down, Node} || P <- pmon:monitored(Subscribers)],
578 State#state{monitors = pmon:erase({rabbit, Node}, Monitors)})};
582 {noreply, State#state{subscribers = pmon:erase(Pid, Subscribers)}};
613 State1 = case pmon:is_monitored({rabbit, Node}, Monitors) of
[all …]
H A Drabbit_autoheal.erl341 pmon:monitor({mnesia_sup, Node}, Monitors0)
342 end, pmon:new(), AllNodes),
346 case pmon:is_empty(Monitors) of
352 wait_for_supervisors(pmon:erase(I, Monitors))
355 AliveLosers = [Node || {_, Node} <- pmon:monitored(Monitors)],
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/rapid/plugin/x/src/
H A Dxpl_client.cc48 Protocol_monitor *pmon) in Client() argument
49 : ngs::Client(connection, server, client_id, *pmon), in Client()
51 m_protocol_monitor(pmon) in Client()
/dports/databases/percona57-server/percona-server-5.7.36-39/rapid/plugin/x/src/
H A Dxpl_client.cc48 Protocol_monitor *pmon) in Client() argument
49 : ngs::Client(connection, server, client_id, *pmon), in Client()
51 m_protocol_monitor(pmon) in Client()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/rapid/plugin/x/src/
H A Dxpl_client.cc48 Protocol_monitor *pmon) in Client() argument
49 : ngs::Client(connection, server, client_id, *pmon), in Client()
51 m_protocol_monitor(pmon) in Client()
/dports/databases/percona57-client/percona-server-5.7.36-39/rapid/plugin/x/src/
H A Dxpl_client.cc48 Protocol_monitor *pmon) in Client() argument
49 : ngs::Client(connection, server, client_id, *pmon), in Client()
51 m_protocol_monitor(pmon) in Client()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/rapid/plugin/x/src/
H A Dxpl_client.cc48 Protocol_monitor *pmon) in Client() argument
49 : ngs::Client(connection, server, client_id, *pmon), in Client()
51 m_protocol_monitor(pmon) in Client()
/dports/databases/mysql57-client/mysql-5.7.36/rapid/plugin/x/src/
H A Dxpl_client.cc48 Protocol_monitor *pmon) in Client() argument
49 : ngs::Client(connection, server, client_id, *pmon), in Client()
51 m_protocol_monitor(pmon) in Client()
/dports/sysutils/powerman/powerman-2.3.20/heartbeat/
H A Dpowerman48 pmon () {
73 pmon $2

1234567