Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HelenOS/helenos
/ functions
Functions
16,295 in github.com/HelenOS/helenos
⨍
Functions
16,295
◇
Types & classes
2,310
↓ 9 callers
Function
wmi_reg_read
WMI registry read. * * @param htc_device HTC device structure. * @param reg_offset Registry offset (address) to be read. * @param res Store
uspace/drv/nic/ar9271/wmi.c:52
↓ 9 callers
Function
wndmgt_free_window_list
Free window list. * * @param list Window management list */
uspace/lib/wndmgt/src/wndmgt.c:209
↓ 9 callers
Function
xhci_ep_to_dev
uspace/drv/bus/usb/xhci/endpoint.h:146
↓ 8 callers
Function
_digit_value
uspace/lib/c/generic/strtol.c:54
↓ 8 callers
Function
_digit_value
kernel/generic/src/lib/strtol.c:83
↓ 8 callers
Method
_next_token
(self)
tools/config.py:115
↓ 8 callers
Function
_strtounsigned
uspace/lib/c/generic/strtol.c:236
↓ 8 callers
Function
ascii_check
Check whether character is plain ASCII. * * @return True if character is plain ASCII. * */
boot/generic/src/str.c:335
↓ 8 callers
Function
ascii_check
Check whether character is plain ASCII. * * @return True if character is plain ASCII. * */
uspace/lib/c/generic/str.c:543
↓ 8 callers
Function
balloc_rebase
boot/generic/src/balloc.c:66
↓ 8 callers
Function
bd_conn
uspace/lib/device/src/bd_srv.c:224
↓ 8 callers
Function
bd_srvs_init
uspace/lib/device/src/bd_srv.c:218
↓ 8 callers
Method
begin
uspace/lib/cpp/include/__bits/adt/list.hpp:506
↓ 8 callers
Function
bigint_get_value_int
Get value of big integer. * * Allows to obtain the value of big integer, provided that it fits * into a small integer. * * @param bigint Bigint t
uspace/app/sbi/src/bigint.c:188
↓ 8 callers
Function
bithenge_init_random_access_blob
Initialize a random access blob. * @memberof bithenge_blob_t * @param[out] blob The blob to initialize. * @param[in] ops Operations providing rando
uspace/lib/bithenge/src/blob.c:51
↓ 8 callers
Function
bithenge_should_fail
uspace/lib/bithenge/src/failure.c:126
↓ 8 callers
Function
block_read_direct
Read blocks directly from device (bypass cache). * * @param service_id Service ID of the block device. * @param ba Address of first block (physica
uspace/lib/block/block.c:760
↓ 8 callers
Function
caps_apply_to_kobject_type
Invoke callback function on task's capabilites of given type * * @param task Task where the invocation should take place. * @param type Kernel ob
kernel/generic/src/cap/cap.c:200
↓ 8 callers
Function
check_consistency
uspace/app/tester/mm/common.c:135
↓ 8 callers
Function
circ_buf_nused
Return number of used buffer entries. * * @param cbuf Circular buffer * @return Number of used buffer entries */
uspace/lib/c/generic/adt/circ_buf.c:73
↓ 8 callers
Function
console_clear
uspace/lib/c/generic/io/console.c:87
↓ 8 callers
Function
console_cursor_visibility
uspace/lib/c/generic/io/console.c:126
↓ 8 callers
Function
console_get_size
uspace/lib/c/generic/io/console.c:94
↓ 8 callers
Function
cr_set_state
uspace/drv/bus/usb/xhci/commands.c:166
↓ 8 callers
Function
cut_str
uspace/lib/uri/uri.c:46
↓ 8 callers
Function
dev_to_hcd
uspace/lib/usbhost/include/usb/host/hcd.h:111
↓ 8 callers
Function
devman_fun_get_handle
uspace/lib/device/src/devman.c:360
↓ 8 callers
Function
ds_clonegc_delete
Delete cloning GC. * * @param cgc Cloning GC */
uspace/srv/hid/display/clonegc.c:203
↓ 8 callers
Function
ds_clonegc_get_ctx
Get generic graphic context from clone GC. * * @param cgc Clone GC * @return Graphic context */
uspace/srv/hid/display/clonegc.c:258
↓ 8 callers
Function
dsp_report_event
uspace/drv/audio/sb16/dsp.c:152
↓ 8 callers
Function
ehci_endpoint_get
Get and convert assigned ehci_endpoint_t structure * @param[in] ep USBD endpoint structure. * @return Pointer to assigned ehci endpoint structure *
uspace/drv/bus/usb/ehci/ehci_bus.h:80
↓ 8 callers
Method
emplace_hint
uspace/lib/cpp/include/__bits/adt/map.hpp:325
↓ 8 callers
Function
exfat_block_get
Read block from file located on a exFAT file system. * * @param block Pointer to a block pointer for storing result. * @param bs Buffer holding t
uspace/srv/fs/exfat/exfat_fat.c:123
↓ 8 callers
Function
exfat_node_get
Instantiate a exFAT in-core node. */
uspace/srv/fs/exfat/exfat_ops.c:565
↓ 8 callers
Function
ext4_balloc_alloc_block
Data block allocation algorithm. * * @param inode_ref Inode to allocate block for * @param fblock Allocated block address * * @return Error co
uspace/lib/ext4/src/balloc.c:346
↓ 8 callers
Function
ext4_directory_add_entry
Add new entry to the directory. * * @param parent Directory i-node * @param name Name of new entry * @param child I-node to be referenced from
uspace/lib/ext4/src/directory.c:391
↓ 8 callers
Function
ext4_directory_entry_ll_set_entry_length
Set directory entry length. * * @param de Directory entry * @param length Entry length * */
uspace/lib/ext4/src/directory.c:91
↓ 8 callers
Function
ext4_extent_header_get_entries_count
Get number of entries from extent header * * @param header Extent header to get value from * * @return Number of entries covered by extent header
uspace/lib/ext4/src/extent.c:196
↓ 8 callers
Function
ext4_extent_header_set_entries_count
Set number of entries to extent header * * @param header Extent header to set value to * @param count Number of entries covered by extent header
uspace/lib/ext4/src/extent.c:207
↓ 8 callers
Function
ext4_filesystem_index_in_group2blockaddr
Convert relative block address in group to absolute address. * * @param sb Superblock pointer * * @return Absolute block address * */
uspace/lib/ext4/src/filesystem.c:571
↓ 8 callers
Function
ext4_inode_get_links_count
Get number of links to i-node. * * @param inode I-node to load number of links from * * @return Number of links to i-node * */
uspace/lib/ext4/src/inode.c:274
↓ 8 callers
Function
ext4_superblock_get_block_group_count
Compute number of block groups in the filesystem. * * @param sb Superblock * * @return Number of block groups * */
uspace/lib/ext4/src/superblock.c:1289
↓ 8 callers
Function
ext4_superblock_get_blocks_per_group
Get number of data blocks per block group (except last BG) * * @param sb Superblock * * @return Data blocks per block group * */
uspace/lib/ext4/src/superblock.c:321
↓ 8 callers
Function
ext4_superblock_get_rev_level
Get revision level of the filesystem. * * @param sb Superblock * * @return Revision level * */
uspace/lib/ext4/src/superblock.c:644
↓ 8 callers
Function
fat_classify_dentry
uspace/srv/fs/fat/fat_dentry.c:211
↓ 8 callers
Function
fat_directory_get
uspace/srv/fs/fat/fat_directory.c:141
↓ 8 callers
Function
fault_from_uspace
Terminate thread and task after the exception came from userspace. * */
kernel/generic/src/interrupt/interrupt.c:187
↓ 8 callers
Function
fibril_notify
* Wake up the fibril waiting for the given event. * Up to one wakeup is remembered if the fibril is not currently waiting. * * This function is saf
uspace/lib/c/generic/thread/fibril.c:722
↓ 8 callers
Function
fibril_rwlock_is_write_locked
uspace/lib/c/generic/thread/fibril_synch.c:380
↓ 8 callers
Function
fibril_timer_clear
Clear timer. * * Clears (cancels) timer and returns last state of the timer. * This can be one of: * - fts_not_set If the timer has not been se
uspace/lib/c/generic/thread/fibril_synch.c:615
↓ 8 callers
Function
fibril_wait_timeout
* Same as `fibril_wait_for()`, except with a timeout. * * It is guaranteed that timing out cannot cause another thread's * `fibril_notify()` to be
uspace/lib/c/generic/thread/fibril.c:626
↓ 8 callers
Function
find
uspace/lib/cpp/include/__bits/algorithm.hpp:104
↓ 8 callers
Method
find_first_of
uspace/lib/cpp/include/__bits/string/string.hpp:1287
↓ 8 callers
Function
find_zone
Find a zone with a given frames. * * Assume interrupts are disabled and zones lock is * locked. * * @param frame Frame number contained in zone.
kernel/generic/src/mm/frame.c:192
↓ 8 callers
Function
fint
uspace/lib/math/test/rounding.c:38
↓ 8 callers
Function
floor_mod
Modulo that rounds to negative infinity. * * Used by some functions in this module. * * @param op1 Dividend. * @param op2 Divisor. * * @return
uspace/lib/c/generic/time.c:215
↓ 8 callers
Function
fs_instance_destroy
uspace/lib/fs/libfs.c:890
↓ 8 callers
Function
fs_register
Register file system server. * * This function abstracts away the tedious registration protocol from * file system implementations and lets them to
uspace/lib/fs/libfs.c:365
↓ 8 callers
Function
gfx_color_get_rgb_i16
Convert color to 16-bit RGB coordinates. * * @param color Color * @param r Place to store red coordinate * @param g Place to store green coordinat
uspace/lib/gfx/src/color.c:109
↓ 8 callers
Function
gfx_cursor_set_pos
Set hardware cursor position. * * @param gc Graphic context * @param pos New cursor position * * @return EOK on success, ENOTSUP if not supported
uspace/lib/gfx/src/cursor.c:68
↓ 8 callers
Function
gfx_rect_is_inside
Return true if rectangle @a a is contained in rectangle @a b. * * @param a Inside rectangle * @param b Outside rectangle * @return @c true iff @a
uspace/lib/gfx/src/coord.c:308
↓ 8 callers
Function
gfx_typeface_first_font
Get info on first font in typeface. * * @param tface Typeface * @return First font info or @c NULL if there are none */
uspace/lib/gfxfont/src/typeface.c:104
↓ 8 callers
Function
hub_set_port_state
Change port state. * * @param hub Hub the port belongs to. * @param port_index Port index (zero based). * @param state New port state. */
uspace/drv/bus/usb/vhc/hub/hub.c:226
↓ 8 callers
Function
hw_res_clean_resource_list
uspace/lib/c/include/device/hw_res.h:108
↓ 8 callers
Function
ieee80211_set_auth_phase
uspace/lib/ieee80211/src/ieee80211.c:390
↓ 8 callers
Method
is_eq_to
uspace/lib/cpp/include/__bits/adt/rbtree.hpp:301
↓ 8 callers
Function
list_next
Get next item in list. * * @param link Current item link * @param list List containing @a link * * @return Next item or NULL if @a link is the la
kernel/generic/include/adt/list.h:285
↓ 8 callers
Function
loc_service_get_id
Find ID for service identified by name. * * In answer will be send EOK and service ID in arg1 or a error * code from errno.h. * */
uspace/srv/locsrv/locsrv.c:740
↓ 8 callers
Method
lower_bound
uspace/lib/cpp/include/__bits/adt/map.hpp:558
↓ 8 callers
Function
membar
Memory Barrier instruction. */
kernel/arch/sparc64/include/arch/barrier.h:64
↓ 8 callers
Function
memory_barrier
kernel/generic/include/barrier.h:40
↓ 8 callers
Function
node_as_seq
uspace/lib/bithenge/src/sequence.c:69
↓ 8 callers
Function
ns_session_get
uspace/lib/c/generic/ns.c:208
↓ 8 callers
Function
odict_insert
Insert entry in ordered dictionary. * * Insert entry in ordered dictionary, placing it after other entries * with the same key. * * @param odlink
uspace/lib/c/generic/adt/odict.c:239
↓ 8 callers
Function
ofw_find_device
boot/genarch/src/ofw.c:133
↓ 8 callers
Function
ofw_translate
boot/genarch/src/ofw.c:204
↓ 8 callers
Function
parse_transform
Parse a transform. * @return The parsed transform, or NULL if an error occurred. */
uspace/lib/bithenge/src/script.c:1203
↓ 8 callers
Function
pcm_format_frame_size
* Frame size helper function. * @param a pointer to a PCM format structure. * @return Size in bytes. */
uspace/lib/pcm/include/pcm/format.h:58
↓ 8 callers
Function
pio_read_le16
uspace/lib/c/include/ddi.h:114
↓ 8 callers
Function
pio_trace_log
uspace/lib/c/generic/pio_trace.c:89
↓ 8 callers
Function
pio_write_le32
uspace/lib/c/include/ddi.h:97
↓ 8 callers
Function
pow2u
uspace/lib/cpp/include/__bits/builtins.hpp:61
↓ 8 callers
Function
pstate_read
Read Processor State register. * * @return Value of PSTATE register. * */
kernel/arch/sparc64/include/arch/asm.h:90
↓ 8 callers
Function
qsort
Quicksort. * * @param base Array to sort * @param nmemb Number of array members * @param size Size of member in bytes * @param compar Comparison
uspace/lib/c/generic/qsort.c:171
↓ 8 callers
Method
rbegin
uspace/lib/cpp/include/__bits/adt/map.hpp:215
↓ 8 callers
Method
rend
uspace/lib/cpp/include/__bits/adt/map.hpp:225
↓ 8 callers
Function
riff_ropen
Open RIFF file for reading. * * @param fname File name * @param riffck Place to store root (RIFF) chunk * @param rrr Place to store pointer to R
uspace/lib/riff/src/chunk.c:208
↓ 8 callers
Function
riff_wopen
Open RIFF file for writing * * @param fname File name * @param rrw Place to store pointer to RIFF writer * * @return EOK on success, ENOMEM if
uspace/lib/riff/src/chunk.c:52
↓ 8 callers
Function
run_local_vars_lookup
Find a local variable in the currently active function. * * @param run Runner object * @param name Name SID of the local variable * @return Poi
uspace/app/sbi/src/run.c:868
↓ 8 callers
Function
scheduler_fpu_lazy_request
kernel/generic/src/proc/scheduler.c:134
↓ 8 callers
Function
screen_get_pos
uspace/app/top/screen.c:84
↓ 8 callers
Function
segment_begin
* Get the first TRB of a segment. */
uspace/drv/bus/usb/xhci/trb_ring.c:60
↓ 8 callers
Function
selection_delete
Delete selected text. */
uspace/app/edit/edit.c:1924
↓ 8 callers
Function
seq_no_lt_le
a < b <= c modulo sequence space */
uspace/srv/net/tcp/seq_no.c:54
↓ 8 callers
Function
seq_node_field_offset
uspace/lib/bithenge/src/sequence.c:74
↓ 8 callers
Function
serial_set_comm_props
Set serial port communication properties. */
uspace/lib/device/src/io/serial.c:70
↓ 8 callers
Function
setvbuf
Set stream buffer. */
uspace/lib/c/generic/io/io.c:268
↓ 8 callers
Function
sif_node_get_type
Get node type. * * @param node SIF node * @return Pointer to string, valid until next modification. */
uspace/lib/sif/src/sif.c:360
↓ 8 callers
Function
sif_trans_abort
Abort SIF transaction. * * @param trans Transaction */
uspace/lib/sif/src/sif.c:439
↓ 8 callers
Function
snprintf
kernel/generic/src/printf/snprintf.c:38
← previous
next →
1,101–1,200 of 16,295, ranked by callers