Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/perl/os2/
H A Dos2.c1909 (ULONG ulCommand, ULONG ulParm1, ULONG ulParm2, ULONG ulParm3),
1910 (ulCommand, ulParm1, ulParm2, ulParm3))
1953 ULONG RETVAL, ulCommand, ulParm1, ulParm2, ulParm3, res; in XS() local
1958 ulCommand = CMD_KI_RDCNT; in XS()
1960 ulCommand = (ULONG)SvUV(ST(0)); in XS()
1964 total = (ulCommand == CMD_KI_RDCNT ? numprocessors() : 0); in XS()
1974 tot2 = (ulCommand == CMD_KI_GETQTY); in XS()
1986 RETVAL = perfSysCall(ulCommand, ulParm1, ulParm2, ulParm3); in XS()