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
↓ 6 callers
Function
spt_cmp
Compare s-points. */
uspace/app/edit/edit.c:2184
↓ 6 callers
Function
srand
uspace/lib/c/generic/stdlib.c:86
↓ 6 callers
Function
srv_to_user
uspace/srv/hid/remcons/remcons.c:112
↓ 6 callers
Function
state_realloc
Reallocate memory and handle failure by setting the error in the state. If * an error occurs, the existing pointer will be returned. */
uspace/lib/bithenge/src/script.c:368
↓ 6 callers
Function
str_lsize
Get size of string with length limit. * * Get the number of bytes which are used by up to @a max_len first * characters in the string @a str. If @a
kernel/generic/src/lib/str.c:321
↓ 6 callers
Function
str_size_t
Convert string to size_t. * * @param nptr Pointer to string. * @param endptr If not NULL, pointer to the first invalid character *
uspace/lib/c/generic/strtol.c:514
↓ 6 callers
Function
str_test_prefix
Test whether p is a prefix of s. * * Do a char-by-char comparison of two NULL-terminated strings * and determine if p is a prefix of s. * * @para
uspace/lib/c/generic/str.c:773
↓ 6 callers
Function
stree_literal_new
Allocate new literal. * * @param ltc Literal class * @return New literal */
uspace/app/sbi/src/stree.c:819
↓ 6 callers
Function
stree_proc_new
Allocate new procedure. * * @return New procedure */
uspace/app/sbi/src/stree.c:280
↓ 6 callers
Function
stree_symbol_is_static
Determine if @a symbol is static. * * @param symbol Symbol * @return @c b_true if symbol is static, @c b_false otherwise */
uspace/app/sbi/src/stree.c:1067
↓ 6 callers
Function
stree_texpr_new
Allocate new type expression * * @return New type expression */
uspace/app/sbi/src/stree.c:854
↓ 6 callers
Function
strndup
Allocate a new duplicate of string with length limit. * * Creates a new duplicate of @a s. If @a s is longer than @a n characters, * only @a n char
uspace/lib/c/generic/string.c:555
↓ 6 callers
Function
swap
uspace/lib/cpp/include/__bits/tuple/tuple.hpp:513
↓ 6 callers
Function
swap
uspace/lib/cpp/include/__bits/adt/unordered_map.hpp:1148
↓ 6 callers
Function
swap
uspace/lib/cpp/include/__bits/adt/queue.hpp:392
↓ 6 callers
Function
swap
uspace/lib/cpp/include/__bits/adt/unordered_set.hpp:873
↓ 6 callers
Method
swap
uspace/lib/cpp/include/__bits/memory/weak_ptr.hpp:165
↓ 6 callers
Function
syntax_print
uspace/app/blkdump/blkdump.c:285
↓ 6 callers
Function
sysinfo_create_path
Recursively create items in sysinfo tree * * Should be called with sysinfo_lock held. * * @param name Current sysinfo path suffix. * @param p
kernel/generic/src/sysinfo/sysinfo.c:192
↓ 6 callers
Function
tar_report
uspace/lib/untar/untar.c:63
↓ 6 callers
Function
task_get_accounting
Get accounting data of given task. * * Note that task lock of 'task' must be already held and interrupts must be * already disabled. * * @param t
kernel/generic/src/proc/task.c:497
↓ 6 callers
Function
task_hold
Hold a reference to a task. * * Holding a reference to a task prevents destruction of that task. * * @param task Task to be held. * */
kernel/generic/src/proc/task.c:297
↓ 6 callers
Function
task_release
Release a reference to a task. * * The last one to release a reference to a task destroys the task. * * @param task Task to be released. * */
kernel/generic/src/proc/task.c:309
↓ 6 callers
Function
tcp_cconn_get
Get client connection by ID. * * @param client Client * @param id Client connection ID * @param rcconn Place to store pointer to client connec
uspace/srv/net/tcp/service.c:393
↓ 6 callers
Function
tcp_conn_got_syn
Determine if SYN has been received. * * @param conn Connection * @return @c true if SYN has been received, @c false otherwise. */
uspace/srv/net/tcp/conn.c:491
↓ 6 callers
Function
tcp_conn_seg_proc_ack_est
Process segment ACK field in Established state. * * @param conn Connection * @param seg Segment * @return cp_done if we are done with this segm
uspace/srv/net/tcp/conn.c:812
↓ 6 callers
Function
tcp_rqueue_fibril_start
Start receive queue handler fibril. */
uspace/srv/net/tcp/rqueue.c:139
↓ 6 callers
Function
tcp_rqueue_init
Initialize segment receive queue. */
uspace/srv/net/tcp/rqueue.c:57
↓ 6 callers
Function
tcp_segment_dup
Create duplicate of segment. * * @param seg Segment * @return Duplicate segment */
uspace/srv/net/tcp/segment.c:62
↓ 6 callers
Function
tcp_uc_set_cb
uspace/srv/net/tcp/ucall.c:307
↓ 6 callers
Function
term_update_char
uspace/app/terminal/terminal.c:216
↓ 6 callers
Function
test_bd_create
Create pretended block device. * * @param bsize Block size * @param nblocks Number of blocks * @param rbd Place to store pointer to new pretended
uspace/lib/label/test/label.c:69
↓ 6 callers
Function
test_bd_destroy
Destroy pretended block device. * * @param bd Pretended block device */
uspace/lib/label/test/label.c:94
↓ 6 callers
Function
tinput_read_i
Read in one line of input with initial text provided. * * @param ti Text input * @param istr Initial string * @param dstr Place to save pointer
uspace/lib/clui/tinput.c:894
↓ 6 callers
Function
tinput_seek_vertical
uspace/lib/clui/tinput.c:398
↓ 6 callers
Function
tlb_invalidate_pages
Invalidate TLB entries for specified page range belonging to specified address space. * * @param asid This parameter is ignored as the architecture
kernel/arch/ia32/src/mm/tlb.c:62
↓ 6 callers
Function
tlbr
Read Indexed TLB Entry * * Read Indexed TLB Entry. */
kernel/arch/mips32/include/arch/mm/tlb.h:146
↓ 6 callers
Function
tls_get
Get address of static TLS block */
uspace/lib/c/generic/thread/tls.c:77
↓ 6 callers
Function
tmon_test_main
Common command handler for all test commands. * @param[in] argc Number of arguments. * @param[in] argv Argument values. Must point to exactly `argc`
uspace/app/tmon/tf.c:54
↓ 6 callers
Function
tok_push_token
Push the current token to the output array */
uspace/app/bdsh/tok.c:245
↓ 6 callers
Method
top
uspace/lib/cpp/include/__bits/adt/stack.hpp:100
↓ 6 callers
Function
toupper
uspace/lib/c/generic/ctype.c:117
↓ 6 callers
Function
translate
uspace/srv/hid/input/layout/us_qwerty.c:201
↓ 6 callers
Function
translate
uspace/srv/hid/input/layout/fr_azerty.c:206
↓ 6 callers
Function
translate
uspace/srv/hid/input/layout/us_dvorak.c:207
↓ 6 callers
Function
udebug_stoppable_begin
Start of stoppable section. * * A stoppable section is a section of code where if the thread can * be stoped. In other words, if a STOP operation i
kernel/generic/src/udebug/udebug.c:116
↓ 6 callers
Function
udf_tag_checksum
Calculate descriptor tag checksum * */
uspace/srv/fs/udf/udf_cksum.c:97
↓ 6 callers
Function
udp_assoc_send
Send message to association. * * @param assoc Association * @param remote Remote endpoint or inet_addr_any/inet_port_any * not to override asso
uspace/srv/net/udp/assoc.c:254
↓ 6 callers
Function
udp_pdu_delete
uspace/srv/net/udp/pdu.c:126
↓ 6 callers
Function
ui_checkbox_set_cb
Set check box callbacks. * * @param checkbox Check box * @param cb Check box callbacks * @param arg Callback argument */
uspace/lib/ui/src/checkbox.c:135
↓ 6 callers
Function
ui_control_paint
Paint UI control. * * @param control Control * @return EOK on success or an error code */
uspace/lib/ui/src/control.c:113
↓ 6 callers
Function
ui_create_cons
Create new user interface using console service. * * @param rui Place to store pointer to new UI * @return EOK on success or an error code */
uspace/lib/ui/src/ui.c:199
↓ 6 callers
Function
ui_entry_backspace
Delete character before cursor. * * @param entry Text entry */
uspace/lib/ui/src/entry.c:523
↓ 6 callers
Function
ui_entry_delete
Delete character after cursor. * * @param entry Text entry */
uspace/lib/ui/src/entry.c:554
↓ 6 callers
Function
ui_entry_insert_str
Insert string at cursor position. * * @param entry Text entry * @param str String * @return EOK on success, ENOMEM if out of memory */
uspace/lib/ui/src/entry.c:480
↓ 6 callers
Function
ui_entry_set_rect
Set text entry rectangle. * * @param entry Text entry * @param rect New text entry rectangle */
uspace/lib/ui/src/entry.c:147
↓ 6 callers
Function
ui_file_dialog_set_cb
Set mesage dialog callback. * * @param dialog File dialog * @param cb File dialog callbacks * @param arg Callback argument */
uspace/lib/ui/src/filedialog.c:375
↓ 6 callers
Function
ui_file_list_is_active
Determine if file list is active. * * @param flist File list * @return @c true iff file list is active */
uspace/lib/ui/src/filelist.c:620
↓ 6 callers
Function
ui_file_list_set_cb
Set file list callbacks. * * @param flist File list * @param cb Callbacks * @param arg Argument to callback functions */
uspace/lib/ui/src/filelist.c:162
↓ 6 callers
Function
ui_image_ctl
Get base control from image. * * @param image Image * @return Control */
uspace/lib/ui/src/image.c:112
↓ 6 callers
Function
ui_image_set_bmp
Change image bitmap. * * Note that the caller must have saved the pointer to the previous bitmap * in the image, because this causes it to be unlin
uspace/lib/ui/src/image.c:197
↓ 6 callers
Function
ui_menu_bar_deactivate
uspace/lib/ui/src/menubar.c:544
↓ 6 callers
Function
ui_msg_dialog_destroy
Destroy message dialog. * * @param dialog Message dialog or @c NULL */
uspace/lib/ui/src/msgdialog.c:210
↓ 6 callers
Function
ui_msg_dialog_set_cb
Set mesage dialog callback. * * @param dialog Message dialog * @param cb Message dialog callbacks * @param arg Callback argument */
uspace/lib/ui/src/msgdialog.c:225
↓ 6 callers
Function
ui_paint_get_inset_frame_inside
Get inset frame interior rectangle. * * This allows one to get the interior rectangle without actually painting * the inset frame. * * @param res
uspace/lib/ui/src/paint.c:210
↓ 6 callers
Function
ui_popup_destroy
Destroy popup window. * * @param popup Popup window or @c NULL */
uspace/lib/ui/src/popup.c:126
↓ 6 callers
Function
ui_prompt_dialog_create
Create new prompt dialog. * * @param ui User interface * @param params Prompt dialog parameters * @param rdialog Place to store pointer to new dia
uspace/lib/ui/src/promptdialog.c:88
↓ 6 callers
Function
ui_prompt_dialog_params_init
Initialize prompt dialog parameters structure. * * Prompt dialog parameters structure must always be initialized using * this function first. * *
uspace/lib/ui/src/promptdialog.c:75
↓ 6 callers
Function
ui_rbutton_group_set_cb
Set radio button group callbacks. * * @param group Radio button group * @param cb Radio button group callbacks * @param arg Callback argument */
uspace/lib/ui/src/rbutton.c:171
↓ 6 callers
Function
ui_rbutton_paint
Paint radio button. * * @param rbutton Radio button * @return EOK on success or an error code */
uspace/lib/ui/src/rbutton.c:353
↓ 6 callers
Function
ui_rbutton_set_rect
Set button rectangle. * * @param rbutton Button * @param rect New button rectangle */
uspace/lib/ui/src/rbutton.c:183
↓ 6 callers
Function
ui_scrollbar_get_geom
Get scrollbar geometry. * * @param scrollbar Scrollbar * @param geom Structure to fill in with computed geometry */
uspace/lib/ui/src/scrollbar.c:617
↓ 6 callers
Function
ui_scrollbar_move_length
Determine scrollbar move length. * * Return the maximum distance the thumb can move. * * @param scrollbar Scrollbar * @return Scrollbar move leng
uspace/lib/ui/src/scrollbar.c:396
↓ 6 callers
Function
ui_slider_set_rect
Set slider rectangle. * * @param slider Slider * @param rect New slider rectangle */
uspace/lib/ui/src/slider.c:154
↓ 6 callers
Function
ui_wdecor_set_maximized
Set maximized flag. * * Active window is the one receiving keyboard events. * * @param wdecor Window decoration * @param maximized @c true iff wi
uspace/lib/ui/src/wdecor.c:238
↓ 6 callers
Function
ui_window_def_kbd
Default window keyboard event routine. * * @param window Window * @return ui_claimed iff event was claimed */
uspace/lib/ui/src/window.c:1197
↓ 6 callers
Function
uint16_lb
uspace/srv/fs/cdfs/cdfs_endian.h:52
↓ 6 callers
Function
usb_dp_walk_simple
Browse flatten descriptor tree. * * The callback is called with following arguments: pointer to the start * of the descriptor (somewhere inside @p
uspace/lib/usbdev/src/dp.c:311
↓ 6 callers
Function
usb_driver_main
Main routine of USB device driver. * * Under normal conditions, this function never returns. * * @param drv USB device driver structure. * @retur
uspace/lib/usbdev/src/driver.c:172
↓ 6 callers
Function
usb_transfer_batch_init
* Initialize given batch structure. */
uspace/lib/usbhost/src/usb_transfer_batch.c:72
↓ 6 callers
Function
vfscanf_skip_ws
Skip whitespace in input stream */
uspace/lib/c/generic/stdio/scanf.c:453
↓ 6 callers
Function
virtio_setup_dma_bufs
Allocate DMA buffers * * @param buffers[in] Number of buffers to allocate. * @param size[in] Size of each buffer. * @param write[in] True
uspace/lib/virtio/virtio.c:57
↓ 6 callers
Function
vol_part_find_by_id_ref
uspace/srv/volsrv/part.c:573
↓ 6 callers
Function
vol_volume_lookup_ref
Look up volume structure. * * If a matching existing volume is found, it is returned. Otherwise * a new volume structure is created. * * @param v
uspace/srv/volsrv/volume.c:287
↓ 6 callers
Function
vprintf
kernel/generic/src/printf/vprintf.c:85
↓ 6 callers
Function
wait_ready
Wait until it is safe to write to the device. */
uspace/drv/char/i8042/i8042.c:114
↓ 6 callers
Function
xhci_reg_wait
uspace/drv/bus/usb/xhci/hw_struct/common.h:96
↓ 6 callers
Function
zone_get_frame
Return frame from zone. */
kernel/generic/src/mm/frame.c:348
↓ 5 callers
Function
__tmpfile_templ
Create and open file suitable as temporary file based on template. * * This is designed to allow creating temporary files compatible with POSIX * m
uspace/lib/c/generic/tmpfile.c:57
↓ 5 callers
Function
_ready_up
uspace/lib/c/generic/thread/fibril.c:119
↓ 5 callers
Function
addr128
uspace/lib/inet/src/addr.c:70
↓ 5 callers
Function
ahci_port_is_error
Evaluate error status from port interrupt status. * * @param port_is Value of port interrupt status. * * @return Indicate error status. * */
uspace/drv/block/ahci/ahci_hw.h:663
↓ 5 callers
Function
ahci_wait_event
Wait for interrupt event. * * @param sata SATA device structure. * * @return Value of interrupt state register. * */
uspace/drv/block/ahci/ahci.c:311
↓ 5 callers
Function
answer_preprocess
Interpret process answer as control information. * * This function is called directly after sys_ipc_answer(). * * @param answer Call structure wi
kernel/generic/src/ipc/sysipc.c:158
↓ 5 callers
Function
as_area_destroy
Destroy address space area. * * @param as Address space. * @param address Address within the area to be deleted. * * @return Zero on success
kernel/generic/src/mm/as.c:1090
↓ 5 callers
Function
as_area_get_flags
Compute flags for virtual address translation subsytem. * * @param area Address space area. * * @return Flags to be used in page_mapping_insert().
kernel/generic/src/mm/as.c:1700
↓ 5 callers
Function
as_area_get_info
Get address-space area information. * * @param address Virtual address pointing into the address space area being * modified. * @pa
uspace/lib/c/generic/as.c:119
↓ 5 callers
Function
as_area_next
Return next address space area. * * @param cur Current area * @return Next area in the same address space or @c NULL if @a cur is the * la
kernel/generic/src/mm/as.c:323
↓ 5 callers
Function
as_release
Release a reference to an address space. * * The last one to release a reference to an address space * destroys the address space. * * @param as
kernel/generic/src/mm/as.c:296
↓ 5 callers
Function
async_answer_3
uspace/lib/c/generic/async/server.c:1075
← previous
next →
1,601–1,700 of 16,295, ranked by callers