_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

Enter the query into the form above.

API method:

GET /api/symbols?search=hello&page=1&limit=20

where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned in response headers.

If you'd like to join our channel search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


boot-parameters-store-device
Channel: guix
Location: gnu/system.scm (gnu system)
read-boot-parameters-file (system)
Channel: guix
Location: gnu/system.scm (gnu system)
Documentation:

Read boot parameters from SYSTEM's (system or generation) "parameters" file and returns the corresponding <boot-parameters> object or #f if the format is unrecognized. The object has its kernel-arguments extended in order to make it bootable.

boot-parameters-initrd
Channel: guix
Location: gnu/system.scm (gnu system)
operating-system-setuid-programs
Channel: guix
Location: gnu/system.scm (gnu system)
operating-system-services (os)
Channel: guix
Location: gnu/system.scm (gnu system)
Documentation:

Return all the services of OS, including "essential" services.

boot-parameters-multiboot-modules
Channel: guix
Location: gnu/system.scm (gnu system)
operating-system-locale-definitions
Channel: guix
Location: gnu/system.scm (gnu system)
boot-parameters-version
Channel: guix
Location: gnu/system.scm (gnu system)
operating-system-boot-mapped-devices (os)
Channel: guix
Location: gnu/system.scm (gnu system)
Documentation:

Return the subset of mapped devices that must be installed during boot, from the initrd.

boot-parameters-root-device
Channel: guix
Location: gnu/system.scm (gnu system)
operating-system-kernel-loadable-modules
Channel: guix
Location: gnu/system.scm (gnu system)
operating-system-boot-script (os)
Channel: guix
Location: gnu/system.scm (gnu system)
Documentation:

Return the boot script for OS---i.e., the code started by the initrd once we're running in the final root.

%default-kernel-arguments
Channel: guix
Location: gnu/system.scm (gnu system)
operating-system-kernel-arguments (os root-device #:key version)
Channel: guix
Location: gnu/system.scm (gnu system)
Documentation:

Return all the kernel arguments, including the ones not specified directly by the user. VERSION should match that of the target <boot-parameters> record object that will contain the kernel parameters.

boot-parameters-store-crypto-devices
Channel: guix
Location: gnu/system.scm (gnu system)
operating-system-pam-services
Channel: guix
Location: gnu/system.scm (gnu system)
boot-parameters-bootloader-menu-entries
Channel: guix
Location: gnu/system.scm (gnu system)
operating-system-hosts-file
Channel: guix
Location: gnu/system.scm (gnu system)
operating-system-etc-directory (os)
Channel: guix
Location: gnu/system.scm (gnu system)
Documentation:

Return that static part of the /etc directory of OS.

boot-parameters
Channel: guix
Location: gnu/system.scm (gnu system)
operating-system-user-mapped-devices (os)
Channel: guix
Location: gnu/system.scm (gnu system)
Documentation:

Return the subset of mapped devices that can be installed in user-land--i.e., those not needed during boot.

operating-system-default-essential-services (os)
Channel: guix
Location: gnu/system.scm (gnu system)
Documentation:

Return the list of essential services for OS. These are special services that implement part of what's declared in OS are responsible for low-level bookkeeping.

%setuid-programs
Channel: guix
Location: gnu/system.scm (gnu system)
operating-system-bootloader
Channel: guix
Location: gnu/system.scm (gnu system)
Total public symbols: 86650