MCPcopy Create free account

hub / github.com/HelenOS/helenos / functions

Functions16,295 in github.com/HelenOS/helenos

↓ 8 callersMethodstr
uspace/lib/cpp/include/__bits/io/sstream.hpp:103
↓ 8 callersFunctionstr_cmp
Compare two NULL terminated strings. * * Do a char-by-char comparison of two NULL-terminated strings. * The strings are considered equal iff their
boot/generic/src/str.c:374
↓ 8 callersFunctionstr_rtrim
Removes specified trailing characters from a string. * * @param str String to remove from. * @param ch Character to remove. */
uspace/lib/c/generic/str.c:1258
↓ 8 callersFunctionstr_uint16_t
Convert string to uint16_t. * * @param nptr Pointer to string. * @param endptr If not NULL, pointer to the first invalid character *
uspace/lib/c/generic/strtol.c:374
↓ 8 callersFunctionstr_width
Get string display width on a character cell display. * * @param str String * @return Width of string in cells. */
uspace/lib/c/generic/str.c:526
↓ 8 callersFunctionstree_csimbr_new
Allocate new CSI member. * * @param cc CSI member class * @return New CSI member */
uspace/app/sbi/src/stree.c:107
↓ 8 callersFunctionstrncmp
Compare not more than @a n characters. * * @param s1 First string * @param s2 Second string * @param n Maximum number of characters to compare *
uspace/lib/c/generic/string.c:190
↓ 8 callersFunctionstrncpy
Copy not more than @a n characters. * * Copy not more than @a n characters from @a s2 to @a s1. Characters * following a null character are not co
uspace/lib/c/generic/string.c:80
↓ 8 callersFunctionstrnlen
Return number of characters in string with length limit. * * @param s String * @param maxlen Maximum number of characters to read * @return Number
uspace/lib/c/generic/string.c:510
↓ 8 callersFunctionswap
uspace/lib/cpp/include/__bits/string/string.hpp:1871
↓ 8 callersMethodswap
uspace/lib/cpp/include/__bits/memory/shared_ptr.hpp:295
↓ 8 callersFunctionsymbol_lookup_in_csi
Lookup symbol reference in CSI. * * XXX These functions should take just an sid, not a full identifier. * Sometimes we search for a name which has
uspace/app/sbi/src/symbol.c:99
↓ 8 callersFunctionsymbol_to_prop
Convert symbol to property (base to derived). * * @param symbol Symbol * @return Property or @c NULL if symbol is not a property */
uspace/app/sbi/src/symbol.c:561
↓ 8 callersFunctionsysinfo_set_item_gen_data
Set sysinfo item with a generated binary data * * Note that each time the generator function is called * it is supposed to return a new dynamically
kernel/generic/src/sysinfo/sysinfo.c:425
↓ 8 callersFunctiontable_create
Create table. * * @para, rtable Place to store pointer to new table. * @return EOK on success, ENOMEM if out of memory */
uspace/lib/c/generic/io/table.c:301
↓ 8 callersFunctiontable_header_row
Start a header row. * * @param table Table */
uspace/lib/c/generic/io/table.c:461
↓ 8 callersFunctiontask_find_by_id
Find task structure corresponding to task ID. * * The tasks_lock must be already held by the caller of this function and * interrupts must be disab
kernel/generic/src/proc/task.c:426
↓ 8 callersFunctiontask_kill
uspace/lib/c/generic/task.c:89
↓ 8 callersFunctiontcp_iqueue_insert_seg
Insert segment into incoming queue. * * @param iqueue Incoming queue * @param seg Segment */
uspace/srv/net/tcp/iqueue.c:64
↓ 8 callersFunctiontcp_rqueue_insert_seg
Insert segment into receive queue. * * @param epp Endpoint pair, oriented for reception * @param seg Segment (ownership transferred to rqueue) */
uspace/srv/net/tcp/rqueue.c:85
↓ 8 callersFunctiontcp_tqueue_new_data
Transmit data from the send buffer. * * @param conn Connection */
uspace/srv/net/tcp/tqueue.c:179
↓ 8 callersFunctiontestit
kernel/test/mm/slab1.c:39
↓ 8 callersMethodto_ulong
uspace/lib/cpp/include/__bits/adt/bitset.hpp:269
↓ 8 callersFunctiontok_get_char
Get a char from input, advancing the input position */
uspace/app/bdsh/tok.c:216
↓ 8 callersFunctiontry_lock
uspace/lib/cpp/include/__bits/thread/mutex.hpp:467
↓ 8 callersFunctionts_sub_diff
Subtract two timespecs. * * @param ts1 First timespec. * @param ts2 Second timespec. * * @return Difference between ts1 and ts2 (ts1 - ts2) in
uspace/lib/c/generic/time.c:536
↓ 8 callersFunctionudf_node_put
uspace/srv/fs/udf/udf_ops.c:155
↓ 8 callersFunctionudp_assoc_add
Enlist association. * * Add association to the association map. */
uspace/srv/net/udp/assoc.c:193
↓ 8 callersFunctionudp_assoc_remove
Delist association. * * Remove association from the association map. */
uspace/srv/net/udp/assoc.c:219
↓ 8 callersFunctionui_accel_get
Get accelerator character from marked-up string. * * @param str String with '~' accelerator markup * * @return Accelerator character (lowercase) o
uspace/lib/ui/src/accel.c:98
↓ 8 callersFunctionui_file_list_cursor_move
Move cursor to a new position, possibly scrolling. * * @param flist File list * @param entry New entry under cursor * @param entry_idx Index of ne
uspace/lib/ui/src/filelist.c:1097
↓ 8 callersFunctionui_file_list_entry_paint
Paint file list entry. * * @param entry File list entry * @param entry_idx Entry index (within list of entries) * @return EOK on success or an err
uspace/lib/ui/src/filelist.c:201
↓ 8 callersFunctionui_file_list_scrollbar_update
Update file list scrollbar position. * * @param flist File list */
uspace/lib/ui/src/filelist.c:609
↓ 8 callersFunctionui_lock
Lock UI. * * Block UI from calling window callbacks. @c ui_lock() and @c ui_unlock() * must be used when accessing UI resources from a fibril (as o
uspace/lib/ui/src/ui.c:471
↓ 8 callersFunctionui_menu_bar_select
Select or deselect menu from menu bar. * * Select @a menu. If @a menu is @c NULL or it is already selected, * then select none. * * @param mbar M
uspace/lib/ui/src/menubar.c:246
↓ 8 callersFunctionui_menu_bar_set_rect
Set menu bar rectangle. * * @param mbar Menu bar * @param rect New menu bar rectangle */
uspace/lib/ui/src/menubar.c:139
↓ 8 callersFunctionui_menu_is_open
Determine if menu is open. * * @param menu Menu * @return @c true iff menu is open */
uspace/lib/ui/src/menu.c:330
↓ 8 callersFunctionui_paint_inset_frame
Paint inset frame. * * @param resource UI resource * @param rect Rectangle to paint onto * @param inside Place to store inside rectangle or @c NUL
uspace/lib/ui/src/paint.c:178
↓ 8 callersFunctionui_wdecor_get_geom
Get window decoration geometry. * * @param wdecor Window decoration * @param geom Structure to fill in with computed geometry */
uspace/lib/ui/src/wdecor.c:454
↓ 8 callersFunctionui_window_get_active
Get active window (only valid in fullscreen mode). * * @param ui User interface * @return Active window */
uspace/lib/ui/src/window.c:471
↓ 8 callersFunctionui_window_send_pos
Send window position event. * * @param window Window */
uspace/lib/ui/src/window.c:1115
↓ 8 callersFunctionuint32_lb
uspace/srv/fs/cdfs/cdfs_endian.h:63
↓ 8 callersMethodunsetf
uspace/lib/cpp/src/ios.cpp:80
↓ 8 callersMethodupper_bound
uspace/lib/cpp/include/__bits/adt/map.hpp:586
↓ 8 callersFunctionusb_control_request_get
Generic wrapper for GET requests using standard control request format. * * @see usb_pipe_control_read * * @param pipe Pipe used for t
uspace/lib/usbdev/src/request.c:130
↓ 8 callersFunctionusb_hid_report_deinit
Frees the HID report descriptor parser structure * * @param parser Opaque HID report parser structure * @return void */
uspace/lib/usbhid/src/hiddescriptor.c:930
↓ 8 callersFunctionusb_hid_report_set_last_item
* Modifies last item of usage path structure by given usage page or usage * * @param usage_path Opaque usage path structure * @param tag Class of c
uspace/lib/usbhid/src/hidpath.c:140
↓ 8 callersFunctionusb_request_get_descriptor
Retrieve USB descriptor of a USB device. * * @param[in] pipe Control endpoint pipe (session must be already started). * @param[in] request_type Req
uspace/lib/usbdev/src/request.c:263
↓ 8 callersFunctionusb_str_speed
String representation of USB speed. * * @param s The speed. * @return USB speed as a string (in English). */
uspace/lib/usb/src/usb.c:113
↓ 8 callersFunctionusbvirt_control_reply_helper
Helper for replying to control read transfer from virtual USB device. * * This function takes care of copying data to answer buffer taking care * o
uspace/lib/usbvirt/src/stdreq.c:51
↓ 8 callersFunctionvbds_disk_by_svcid
uspace/srv/bd/vbd/disk.c:230
↓ 8 callersFunctionvfs_cwd_get
Get current working directory path * * @param[out] buf Buffer * @param size Size of @a buf * * @return EOK on success
uspace/lib/c/generic/vfs/vfs.c:263
↓ 8 callersFunctionvfs_lookup_internal
Perform a path lookup. * * @param base The file from which to perform the lookup. * @param path Path to be resolved; it must be a NULL-termin
uspace/srv/vfs/vfs_lookup.c:336
↓ 8 callersFunctionvol_volume_del_ref
Delete reference to volume. * * @param volume Volume */
uspace/srv/volsrv/volume.c:365
↓ 8 callersFunctionwait
* Wait for any child process to stop or terminate. * * @param stat_ptr Location of the final status code of the child process. * @return ID of the
uspace/lib/posix/src/sys/wait.c:80
↓ 8 callersFunctionwndlist_next
Get next window list entry. * * @param cur Current entry * @return Next entry or @c NULL if @a cur is the last entry */
uspace/app/taskbar/wndlist.c:622
↓ 7 callersFunctionSIZE2PAGES
uspace/lib/c/include/as.h:44
↓ 7 callersFunctionadvance
uspace/lib/cpp/include/__bits/iterator.hpp:116
↓ 7 callersFunctionarea_check
Check a heap area structure * * Should be called only inside the critical section. * * @param addr Address of the heap area. * */
uspace/lib/c/generic/malloc.c:277
↓ 7 callersFunctionas_area_first
Return first address space area. * * @param as Address space * @return First area in @a as (i.e. area with the lowest base address) * or @
kernel/generic/src/mm/as.c:308
↓ 7 callersMethodassign
uspace/lib/cpp/src/system_error.cpp:134
↓ 7 callersFunctionasync_irq_subscribe
Subscribe to IRQ notification. * * @param inr IRQ number. * @param handler Notification handler. * @param data Notification handler client
uspace/lib/c/generic/async/server.c:743
↓ 7 callersFunctionaudio_pcm_query_cap
* Query value of specified capability. * * @param sess Audio device session. * @param cap Audio device capability. * @param[out] val Place to st
uspace/lib/drv/generic/remote_audio_pcm.c:228
↓ 7 callersFunctionaudio_pipe_bytes
* Total bytes getter. * @param pipe The audio pipe. * @return Total size of buffer stored in the pipe. */
uspace/srv/audio/hound/audio_data.h:88
↓ 7 callersFunctionbd_srv_part
uspace/srv/bd/vbd/disk.c:104
↓ 7 callersMethodbegin
uspace/lib/cpp/include/__bits/adt/deque.hpp:503
↓ 7 callersFunctionbench_run_start
uspace/app/hbench/hbench.h:111
↓ 7 callersFunctionbench_run_stop
uspace/app/hbench/hbench.h:116
↓ 7 callersFunctionbigint_alloc
Allocate bigint of the given length. * * @param bigint Bigint whose digit array should be allocated. * @param length Length of array (also set as b
uspace/app/sbi/src/bigint.c:653
↓ 7 callersFunctionbin_order_suffix
uspace/lib/c/generic/str.c:1520
↓ 7 callersFunctionbithenge_blob_inc_ref
Increment a blob's reference count. * @param blob The blob to reference. */
uspace/lib/bithenge/include/bithenge/blob.h:233
↓ 7 callersFunctionbithenge_transform_apply
Apply a transform. Takes ownership of nothing. * @memberof bithenge_transform_t * @param self The transform. * @param scope The scope. * @param in
uspace/lib/bithenge/src/transform.c:87
↓ 7 callersFunctionblock_cache_init
uspace/lib/block/block.c:270
↓ 7 callersFunctionbsearch
Binary search. * * @param key Key to search for * @param base Array of objects * @param nmemb Number of objects in array * @param size Size of ea
uspace/lib/c/generic/bsearch.c:49
↓ 7 callersMethodbucket_count
uspace/lib/cpp/include/__bits/adt/hash_table.hpp:330
↓ 7 callersFunctionbus_to_hc
uspace/drv/bus/usb/uhci/hc.h:153
↓ 7 callersFunctioncap_publish
Publish allocated capability * * The kernel object is moved into the capability. In other words, its reference * is handed over to the capability.
kernel/generic/src/cap/cap.c:299
↓ 7 callersFunctioncaret_update
Scroll pane after caret has moved. * * After modifying the position of the caret, this is called to scroll * the pane to ensure that the caret is i
uspace/app/edit/edit.c:1599
↓ 7 callersFunctionchr_encode
Encode a single character to string representation. * * Encode a single character to string representation (i.e. UTF-8) and store * it into a buffe
kernel/generic/src/lib/str.c:217
↓ 7 callersFunctioncirc_buf_init
Initialize circular buffer. * * @param cbuf Circular buffer * @param buf Buffer for storing data * @param nmemb Number of entries in @a buf * @pa
uspace/lib/c/generic/adt/circ_buf.c:48
↓ 7 callersFunctioncirc_buf_pop
Pop entry from circular buffer. * * @param cbuf Circular buffer * @param datab Pointer to data buffer for storing entry * @return EOK on success,
uspace/lib/c/generic/adt/circ_buf.c:101
↓ 7 callersFunctioncirc_buf_push
Push new entry into circular buffer. * * @param cbuf Circular buffer * @param data Pointer to entry data * @return EOK on success, EAGAIN if circu
uspace/lib/c/generic/adt/circ_buf.c:84
↓ 7 callersFunctionclean_match_ids
uspace/lib/device/include/ipc/devman.h:129
↓ 7 callersMethodclear
uspace/lib/cpp/src/system_error.cpp:140
↓ 7 callersFunctionddev_open
Open display device. * * @param ddname Display device service name * @param rdisplay Place to store pointer to display session * @return EOK on su
uspace/lib/ddev/src/ddev.c:44
↓ 7 callersMethoddecrement_size
uspace/lib/cpp/include/__bits/adt/hash_table.hpp:555
↓ 7 callersFunctiondemo_begin
Start a new demo screen. * * Clear the screen, display a status line and set up clipping. * * @param gc Graphic context * @param w Width * @para
uspace/app/gfxdemo/gfxdemo.c:209
↓ 7 callersFunctiondevman_exchange_begin_blocking
Start an async exchange on the devman session (blocking). * * @param iface Device manager interface to choose * * @return New exchange. * */
uspace/lib/device/src/devman.c:78
↓ 7 callersFunctiondivandmod64
kernel/genarch/src/softint/division.c:74
↓ 7 callersFunctionds_display_find_window
Find window in all clients by ID. * * XXX This is just a hack needed to match GC connection to a window, * as we don't have a good safe way to pass
uspace/srv/hid/display/display.c:274
↓ 7 callersFunctionds_display_first_seat
Get first seat in display. * * @param disp Display * @return First seat or @c NULL if there is none */
uspace/srv/hid/display/display.c:533
↓ 7 callersFunctionds_wmclient_create
Create WM client. * * @param display Parent display * @param cb WM client callbacks * @param cb_arg Callback argument * @param rwmclient Place to
uspace/srv/hid/display/wmclient.c:51
↓ 7 callersFunctionds_wmclient_destroy
Destroy WM client. * * @param wmclient WM client */
uspace/srv/hid/display/wmclient.c:74
↓ 7 callersFunctiondtlb_data_access_read
Read DMMU TLB Data Access Register. * * @param entry TLB Entry index. * * @return Current value of specified DMMU TLB Data Access * Register
kernel/arch/sparc64/include/arch/mm/sun4u/tlb.h:357
↓ 7 callersFunctiondtlb_tag_read_read
Read DMMU TLB Tag Read Register. * * @param entry TLB Entry index. * * @return Current value of specified DMMU TLB Tag Read Register. */
kernel/arch/sparc64/include/arch/mm/sun4u/tlb.h:402
↓ 7 callersMethodend
uspace/lib/cpp/include/__bits/adt/deque.hpp:513
↓ 7 callersFunctionendpoint_dci
* Return an index to device context. */
uspace/drv/bus/usb/xhci/hc.c:768
↓ 7 callersFunctionenum_to_symbol
Convert enum to symbol (derived to base). * * @param deleg Enum * @return Symbol */
uspace/app/sbi/src/symbol.c:454
↓ 7 callersFunctionexfat_set_cluster
Set cluster in FAT. * * @param bs Buffer holding the boot sector for the file system. * @param service_id Service ID for the file system. * @para
uspace/srv/fs/exfat/exfat_fat.c:259
↓ 7 callersFunctionext4_block_group_get_free_blocks_count
Get number of free blocks in block group. * * @param bg Pointer to block group * @param sb Pointer to superblock * * @return Number of free block
uspace/lib/ext4/src/block_group.c:161
← previousnext →1,201–1,300 of 16,295, ranked by callers