MCPcopy Create free account

hub / github.com/HelenOS/helenos / functions

Functions16,295 in github.com/HelenOS/helenos

↓ 23 callersFunctioncap_free
Free allocated capability * * @param task Task in which to free the capability. * @param handle Capability handle. */
kernel/generic/src/cap/cap.c:394
↓ 23 callersMethodcount
uspace/lib/cpp/include/__bits/chrono.hpp:87
↓ 23 callersFunctionfgetc
uspace/lib/c/generic/io/io.c:812
↓ 23 callersFunctionframe_mark_unavailable
Mark given range unavailable in frame zones. * */
kernel/generic/src/mm/frame.c:1088
↓ 23 callersFunctioninterrupts_disabled
Check interrupts state. * * @return True if interrupts are disabled. * */
kernel/arch/arm32/src/interrupt.c:93
↓ 23 callersFunctionlist_initialize
Initialize doubly-linked circular list * * Initialize doubly-linked circular list. * * @param list Pointer to list_t structure. * */
kernel/generic/include/adt/list.h:168
↓ 23 callersFunctionriff_rchunk_end
Finish reading RIFF chunk. * * Seek to the first byte after end of chunk. It is allowed, though, * to return to the chunk later, e.g. using riff_rc
uspace/lib/riff/src/chunk.c:480
↓ 23 callersFunctionstrcmp
Compare two strings. * * @param s1 First string * @param s2 Second string * @return Greater than, equal to, less than zero if @a s1 > @a s2, *
uspace/lib/c/generic/string.c:159
↓ 23 callersFunctiontag_get_pt
Get s-point on which the tag is located right now. */
uspace/app/edit/sheet.c:353
↓ 23 callersFunctionvfs_exchange_end
Finish an async exchange on the VFS session * * @param exch Exchange to be finished */
uspace/lib/c/generic/vfs/vfs.c:336
↓ 22 callersFunctionbithenge_node_as_blob
Cast a generic node to a blob node. * @memberof bithenge_blob_t * @param node The node to cast, which must be a blob node. * @return The generic no
uspace/lib/bithenge/include/bithenge/blob.h:224
↓ 22 callersFunctionchargrid_charfield_at
uspace/lib/c/include/io/chargrid.h:65
↓ 22 callersFunctioncount_up
Return units necessary to fit the size
tools/imgutil.py:48
↓ 22 callersFunctiondevman_exchange_end
Finish an async exchange on the devman session. * * @param exch Exchange to be finished. * */
uspace/lib/device/src/devman.c:172
↓ 22 callersFunctionext4_superblock_get_desc_size
Get size of block group descriptor structure. * * Output value is checked for minimal size. * * @param sb Superblock * * @return Size of block g
uspace/lib/ext4/src/superblock.c:1047
↓ 22 callersFunctionfailed
Checks if the value is a failing error code. * * If so, writes the error code to errno and returns true. */
uspace/lib/posix/src/internal/common.h:60
↓ 22 callersFunctionfibril_get_id
* Obsolete, use fibril_self(). * * @return ID of the currently running fibril. */
uspace/lib/c/generic/thread/fibril.c:764
↓ 22 callersFunctionframe_alloc
kernel/generic/src/mm/frame.c:989
↓ 22 callersFunctionfwrite
Write to a stream. * * @param buf Source buffer. * @param size Size of each record. * @param nmemb Number of records to write. * @param str
uspace/lib/c/generic/io/io.c:663
↓ 22 callersFunctiongfx_rect_translate
Move (translate) rectangle. * * @param trans Translation offset * @param src Source rectangle * @param dest Destination rectangle */
uspace/lib/gfx/src/coord.c:161
↓ 22 callersFunctionhash_combine
Use to create a hash from multiple values. * * Typical usage: * @code * int car_id; * bool car_convertible; * // .. * size_t hash = 0; * hash
uspace/lib/c/include/adt/hash.h:102
↓ 22 callersMethodleft
uspace/lib/cpp/include/__bits/adt/rbtree_node.hpp:462
↓ 22 callersFunctionmake_error_code
uspace/lib/cpp/src/future.cpp:35
↓ 22 callersFunctionmutex_locked
Find out whether the mutex is currently locked. * * @param mtx Mutex. * * @return True if the mutex is locked, false otherwise. */
kernel/generic/src/synch/mutex.c:66
↓ 22 callersMethodpush_back
uspace/lib/cpp/include/__bits/adt/list.hpp:670
↓ 22 callersFunctionriff_write_uint32
Write uint32_t value into RIFF file * * @param rw RIFF writer * @param v Value * @return EOK on success, EIO on error. */
uspace/lib/riff/src/chunk.c:92
↓ 22 callersFunctionsif_trans_begin
Begin SIF transaction. * * @param trans Transaction * @return EOK on success or error code */
uspace/lib/sif/src/sif.c:390
↓ 22 callersFunctionsif_trans_end
Commit SIF transaction. * * Commit and free the transaction. If an error is returned, that means * the transaction has not been freed (and sif_tran
uspace/lib/sif/src/sif.c:411
↓ 22 callersFunctionspt_get_coord
Get the coordinates of an s-point. */
uspace/app/edit/sheet.c:289
↓ 22 callersFunctionstree_expr_new
Allocate new expression. * * @param ec Expression class * @return New expression */
uspace/app/sbi/src/stree.c:608
↓ 22 callersFunctionui_fixed_ctl
Get base control from fixed layout. * * @param fixed Fixed layout * @return Control */
uspace/lib/ui/src/fixed.c:116
↓ 22 callersFunctionui_pbutton_set_rect
Set button rectangle. * * @param pbutton Button * @param rect New button rectangle */
uspace/lib/ui/src/pbutton.c:172
↓ 22 callersFunctionvfs_lookup_open
Lookup a path relative to the local root and open the result * * This function is a convenience combo for vfs_lookup() and vfs_open(). * * @param
uspace/lib/c/generic/vfs/vfs.c:588
↓ 22 callersFunctionvfs_read
Read data * * Read up to @a nbytes bytes from file if available. This function always reads * all the available bytes up to @a nbytes. * * @param
uspace/lib/c/generic/vfs/vfs.c:839
↓ 22 callersFunctionvt100_sgr
ECMA-48 Set Graphics Rendition. */
uspace/srv/hid/output/proto/vt100.c:78
↓ 21 callersFunctioncateg_dir_add_cat
Add new category to directory. */
uspace/srv/locsrv/category.c:52
↓ 21 callersFunctioncategory_new
Allocate new category. */
uspace/srv/locsrv/category.c:95
↓ 21 callersMethodcreate
uspace/lib/cpp/include/__bits/thread/threading.hpp:60
↓ 21 callersFunctiondma_buffer_free
* Free a DMA buffer. * * @param[in] db dma_buffer_t structure buffer of which will be freed */
uspace/lib/usb/src/dma_buffer.c:135
↓ 21 callersFunctioninet_addr_format
Format node address. * * @param addr Node address. * @param bufp Place to store pointer to formatted string. * * @return EOK on success. * @retu
uspace/lib/inet/src/addr.c:570
↓ 21 callersFunctionloc_category_get_id
Find ID for category specified by name. * * On success, answer will contain EOK errno_t retval and service ID in arg1. * On failure, error code wil
uspace/srv/locsrv/locsrv.c:901
↓ 21 callersFunctionlprev_span
Return coordinate span of previous lem. * * @param parse Parser object * @return Coordinate span of previous lem or @c NULL if * parse error
uspace/app/sbi/src/parse.c:1615
↓ 21 callersFunctionpage_table_unlock
Unlock page table. * * @param as Address space. * @param unlock If false, do not attempt to unlock as->lock. * */
kernel/generic/src/mm/as.c:1798
↓ 21 callersFunctionpixelmap_put_pixel
uspace/lib/c/include/io/pixelmap.h:65
↓ 21 callersMethodright
uspace/lib/cpp/include/__bits/adt/rbtree_node.hpp:479
↓ 21 callersFunctionrun_expr
Evaluate expression. * * Run the expression @a expr and store pointer to the result in *(@a res). * If the expression has on value (assignment) the
uspace/app/sbi/src/run_expr.c:138
↓ 21 callersFunctionstdin_wire
kernel/generic/src/console/console.c:116
↓ 21 callersFunctionstr_decode
Decode a single character from a string. * * Decode a single character from a string of size @a size. Decoding starts * at @a offset and this offse
boot/generic/src/str.c:138
↓ 21 callersFunctionsymbol_get_addr
Get symbol address. * * @param sym Symbol * @param m Module contaning the symbol * @param tcb TCB of the thread whose thread-local variable instan
uspace/lib/c/generic/rtld/symbol.c:262
↓ 21 callersFunctionthread_create
Create new thread * * Create a new thread. * * @param func Thread's implementing function. * @param arg Thread's implementing function
kernel/generic/src/proc/thread.c:341
↓ 21 callersFunctionui_entry_paint
Paint text entry. * * @param entry Text entry * @return EOK on success or an error code */
uspace/lib/ui/src/entry.c:276
↓ 21 callersFunctionui_file_list_set_rect
Set file list rectangle. * * @param flist File list * @param rect Rectangle */
uspace/lib/ui/src/filelist.c:503
↓ 21 callersFunctionui_scrollbar_set_rect
Set scrollbar rectangle. * * @param scrollbar Scrollbar * @param rect New scrollbar rectangle */
uspace/lib/ui/src/scrollbar.c:277
↓ 21 callersFunctionui_wdecor_create
Create new window decoration. * * @param resource UI resource * @param caption Window caption * @param style Style * @param rwdecor Place to stor
uspace/lib/ui/src/wdecor.c:122
↓ 21 callersMethodwiden
uspace/lib/cpp/include/__bits/io/ios.hpp:445
↓ 20 callersMethodcompare
uspace/lib/cpp/include/__bits/string/string.hpp:1436
↓ 20 callersFunctionconsole_set_style
uspace/lib/c/generic/io/console.c:103
↓ 20 callersFunctiondev_del_ref
Decrease device node reference count. * * When the count drops to zero the device node is freed. * * @param dev Device node */
uspace/srv/devman/dev.c:85
↓ 20 callersFunctiondisplay_wndrsz_valid
Determine if resize type is valid. * * Determine if the resize type has one of the valid values. This function * should be used when the resize typ
uspace/lib/display/src/wndresize.c:75
↓ 20 callersFunctionframe_free
kernel/generic/src/mm/frame.c:1051
↓ 20 callersFunctiongfx_glyph_first_pattern
Get first glyph pattern. * * @param glyph Glyph * @return First pattern or @c NULL if there are none */
uspace/lib/gfxfont/src/glyph.c:238
↓ 20 callersFunctionhw_res_get_list_parsed
Get hw_resources from the parent device. * * The output must be inited, will be cleared * * @see get_hw_resources * @see hw_resources_parse * *
uspace/lib/c/generic/device/hw_res_parsed.c:255
↓ 20 callersFunctionirq_initialize
Initialize one IRQ structure * * @param irq Pointer to the IRQ structure to be initialized. * */
kernel/generic/src/ddi/irq.c:112
↓ 20 callersFunctionirq_spinlock_locked
Find out whether the IRQ spinlock is currently locked. * * @param lock IRQ spinlock. * @return True if the IRQ spinlock is locked, false otherwis
kernel/generic/src/synch/spinlock.c:325
↓ 20 callersFunctionlist_first
Get first item in list. * * @param list Pointer to list_t structure. * * @return Head item of the list. * @return NULL if the list is empty. *
kernel/generic/include/adt/list.h:260
↓ 20 callersFunctionmemmove
Move memory block with possible overlapping. */
uspace/lib/c/generic/mem.c:196
↓ 20 callersFunctionprintf_putchar
Print one ASCII character. * * @param c ASCII character to be printed. * @param ps Output method. * * @return Number of characters printed. *
uspace/lib/c/generic/io/printf_core.c:219
↓ 20 callersFunctionprintf_putchar
Print one ASCII character. * * @param c ASCII character to be printed. * @param ps Output method. * * @return Number of characters printed. *
kernel/generic/src/printf/printf_core.c:171
↓ 20 callersFunctionseq_no_control_len
Determine size that control bits occupy in sequence space. * * @param ctrl Control bits combination * @return Number of sequence space units occupi
uspace/srv/net/tcp/seq_no.c:203
↓ 20 callersFunctionservice_connect_blocking
Wait and connect to a singleton service. * * @param service Singleton service ID. * @param iface Interface to connect to. * @param arg3 Custo
uspace/lib/c/generic/ns.c:155
↓ 20 callersFunctionstype_expr
Type expression * * The type is stored in @a expr->titem. If the express contains a type error, * @a stype->error will be set when this function re
uspace/app/sbi/src/stype_expr.c:140
↓ 20 callersFunctiontcp_conn_lock
Lock connection. * * Must be called before any other connection-manipulating function, * except tcp_conn_{add|del}ref(). Locks the connection inclu
uspace/srv/net/tcp/conn.c:271
↓ 20 callersFunctionui_menu_open
Open menu. * * @param menu Menu * @param prect Parent rectangle around which the menu should be placed */
uspace/lib/ui/src/menu.c:283
↓ 20 callersFunctionui_pbutton_press
Press down button. * * @param pbutton Push button */
uspace/lib/ui/src/pbutton.c:491
↓ 20 callersFunctionui_pbutton_release
Release button. * * @param pbutton Push button */
uspace/lib/ui/src/pbutton.c:506
↓ 20 callersFunctionui_quit
Terminate user interface. * * Calling this function causes the user interface to terminate * (i.e. exit from ui_run()). This would be typically cal
uspace/lib/ui/src/ui.c:497
↓ 20 callersFunctionui_window_paint
Paint window * * @param window Window * @return EOK on success or an error code */
uspace/lib/ui/src/window.c:816
↓ 20 callersFunctionvfs_exchange_begin
Start an async exchange on the VFS session * * @return New exchange */
uspace/lib/c/generic/vfs/vfs.c:318
↓ 20 callersFunctionvfs_link_path
Link a file or directory * * Create a new name and an empty file or an empty directory at given path. * If a link with the same name already exists
uspace/lib/c/generic/vfs/vfs.c:532
↓ 20 callersFunctionwmi_send_command
Send WMI message to HTC device. * * @param htc_device HTC device structure. * @param command_id Command identification. * @param command
uspace/drv/nic/ar9271/wmi.c:225
↓ 19 callersFunctionasync_req_1_1
uspace/lib/c/generic/async/client.c:599
↓ 19 callersFunctionblock_init
uspace/lib/block/block.c:147
↓ 19 callersFunctionclosedir
Close directory. * * @param dirp Open directory * @return 0 on success. On error returns -1 and sets errno. */
uspace/lib/c/generic/dirent.c:123
↓ 19 callersFunctionendpoint_del_ref
* Decrease the reference count. */
uspace/lib/usbhost/src/endpoint.c:114
↓ 19 callersFunctionfflush
uspace/lib/c/generic/io/io.c:950
↓ 19 callersFunctionfibril_condvar_wait_timeout
* FIXME: If `timeout` is negative, the function returns ETIMEOUT immediately, * and if `timeout` is 0, the wait never times out. * Thi
uspace/lib/c/generic/thread/fibril_synch.c:405
↓ 19 callersFunctiongfx_coord2_add
Add two vectors. * * @param a First vector * @param b Second vector * @param d Destination */
uspace/lib/gfx/src/coord.c:68
↓ 19 callersFunctionhash
uspace/lib/cpp/include/__bits/functional/hash.hpp:73
↓ 19 callersFunctionhash_table_remove_item
Removes an item already present in the table. The item must be in the table. */
uspace/lib/c/generic/adt/hash_table.c:335
↓ 19 callersMethodidx
uspace/lib/cpp/include/__bits/adt/deque.hpp:290
↓ 19 callersFunctioninterrupts_restore
Restore interrupt priority level. * * @param ipl Saved interrupt priority level. */
kernel/arch/arm32/src/interrupt.c:72
↓ 19 callersFunctionipc_gc_create
Create IPC GC. * * Create graphics context for rendering via IPC. * * @param sess Async session * @param rgc Place to store pointer to new GC. *
uspace/lib/ipcgfx/src/client.c:459
↓ 19 callersFunctionipc_gc_get_ctx
Get generic graphic context from IPC GC. * * @param ipcgc IPC GC * @return Graphic context */
uspace/lib/ipcgfx/src/client.c:507
↓ 19 callersFunctionirq_register
Register IRQ for device * * The irq structure must be filled with information about the interrupt source * and with the claim() function pointer an
kernel/generic/src/ddi/irq.c:129
↓ 19 callersFunctionlink_used
Determine if link is used. * * @param link Link * @return @c true if link is used, @c false if not. */
uspace/lib/c/include/adt/list.h:427
↓ 19 callersFunctionprint_loc
kernel/generic/src/lib/ubsan.c:117
↓ 19 callersFunctionrun_cvt_value_item
Convert item to value item. * * If @a item is a value, we just return a copy. If @a item is an address, * we read from the address. * * @param ru
uspace/app/sbi/src/run.c:1430
↓ 19 callersMethodsetf
uspace/lib/cpp/src/ios.cpp:63
↓ 19 callersFunctionsif_close
Close SIF session. * * @param sess SIF session * @return EOK on success or error code */
uspace/lib/sif/src/sif.c:299
↓ 19 callersFunctionstate_printf
uspace/lib/bithenge/src/print.c:56
← previousnext →401–500 of 16,295, ranked by callers