HomeSort by: relevance | last modified time | path
    Searched refs:requested (Results 1 - 21 of 21) sorted by relevancy

  /src/lib/libc/compat/arch/i386/sys/
compat_sigprocmask.S 58 movl 12(%esp),%ecx # fetch old mask requested
59 testl %ecx,%ecx # test if old mask requested
  /src/lib/libc/compat/arch/mips/sys/
compat_sigprocmask.S 59 beq a2, zero, out # test if old mask requested
  /src/lib/libc/compat/arch/powerpc/sys/
compat_sigprocmask13.S 26 or. %r5,%r5,%r5 # check to see of oset requested
  /src/lib/libc/compat/arch/sparc/sys/
compat_sigprocmask.S 65 tst %o2 ! check to see if oset requested
  /src/lib/libc/compat/arch/vax/sys/
compat_sigprocmask13.S 51 3: tstl 12(%ap) # test if old mask requested
  /src/lib/libc/compat/arch/x86_64/sys/
compat_sigprocmask.S 55 testq %rdx,%rdx # test if old mask requested
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_pp_psm.c 243 struct pp_power_state *requested; local in function:power_state_management
247 requested = new_ps;
249 requested = hwmgr->request_ps;
253 phm_apply_state_adjust_rules(hwmgr, requested, pcurrent);
255 &pcurrent->hardware, &requested->hardware, &equal)))
259 phm_set_power_state(hwmgr, &pcurrent->hardware, &requested->hardware);
  /src/usr.bin/lastcomm/
lastcomm.c 67 static int requested(char *[], const struct acct *);
133 if (!*argv || requested(argv, &ab)) {
197 requested(char *argv[], const struct acct *acp) function in typeref:typename:int
  /src/usr.bin/make/unit-tests/
directive-ifmake.mk 4 # whether a certain target is requested to be made from the command line.
20 # this condition is whether the target named "!first" was requested. To
31 # effectively ignored, and 'first' is indeed a requested target. If the
33 # and such a target was not requested to be made.
  /src/usr.sbin/sysinst/
menus.pm 140 /* arg is a int pointer for the requested raid level */
155 /* arg is a const char ** set to the requested iv type */
175 /* art is a const char ** set to the requested verification type */
  /src/sys/arch/m68k/060sp/dist/
changes 67 requested by the package should return a failing value
fplsp.s 9369 # is requested. #
9387 # MOD is requested, go to Step 6. #
9389 # Step 5. R = MOD(X,Y), but REM(X,Y) is requested. #
fpsp.s 9728 # is requested. #
9746 # MOD is requested, go to Step 6. #
9748 # Step 5. R = MOD(X,Y), but REM(X,Y) is requested. #
  /src/usr.sbin/sysinst/arch/i386/
msg.md.en 141 {You have requested that an extended partition be included in the bootmenu.
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
at91-sama5d27_wlsom1_ek.dts 106 * is not requested by another peripheral then
at91-sama5d2_xplained.dts 430 * is not requested by another peripheral then
omap4-sdp.dts 362 * The legacy board file requested this pin on boot
  /src/sys/dev/usb/
utoppy.c 631 uint32_t len, thislen, requested, bytesleft; local in function:utoppy_recv_packet
643 requested = thislen = uimin(bytesleft, UTOPPY_FRAG_SIZE);
660 } while (err == 0 && bytesleft && thislen == requested);
  /src/common/dist/zlib/contrib/delphi/
ZLib.pas 103 allowed. Seeking forward decompresses data until the requested position in
  /src/sys/external/isc/libsodium/dist/
aclocal.m4 268 # only be used when explicitly requested.
  /src/share/mk/
bsd.own.mk 286 # Make sure we set _NETBSD_REVISIONID in CPPFLAGS if requested.

Completed in 41 milliseconds