Searched refs:count (Results 1 - 25 of 468) sorted by path

1234567891011>>

/barrelfish-2018-10-04/doc/002-mackerel/
H A DMackerel.tex865 prdbc\verb+ +32 "Physical region descriptor byte count";
899 with statistical count registers, for example). Driver code
/barrelfish-2018-10-04/doc/009-notifications/
H A DNotify.tex115 count} in each channel). However, when a domain was activated it
/barrelfish-2018-10-04/doc/014-bulk-transfer/
H A Dbulk-transfer.tex157 particular pbuf. The current implementation uses a reference count
/barrelfish-2018-10-04/doc/015-disk-driver-arch/
H A Dfat.tex71 \lstinline+fs_cache_release+. If the reference count for an entry sinks to
86 increments the reference count as if \lstinline+fs_cache_acquire+ had
H A Dintro.tex33 \ac{lba} and sector count.
H A Dlibahci.tex163 most 4MB and must be an even byte count. However, due to hardware-related
H A Dusage.tex122 size_t count = bytes / step;
124 for (size_t i = 0; i < count; ++i)
/barrelfish-2018-10-04/doc/018-Practical-guide/
H A DhelloWorldApp.tex291 int count;
299 myst->count = 0;
322 DEBUG_ERR(err, "error sending message %d\n", myst->count);
/barrelfish-2018-10-04/include/ahci/
H A Dsata_fis.h75 errval_t sata_set_count(void *fis, uint16_t count);
/barrelfish-2018-10-04/include/arch/aarch64/barrelfish/
H A Dinvocations_arch.h117 * \param count Number of objects to create
130 size_t count, capaddr_t to_cspace, capaddr_t to,
136 assert(count <= 0xFFFFFFFF);
141 objsize, count, to_cspace, to, slot).error;
/barrelfish-2018-10-04/include/arch/arm/barrelfish/
H A Dinvocations_arch.h115 * \param count Number of objects to create
126 size_t count, capaddr_t to_cspace, capaddr_t to,
134 assert(count <= 0xFFFFFFFF);
139 objsize, count, to_cspace, to, slot).error;
/barrelfish-2018-10-04/include/arch/x86_64/barrelfish/
H A Dinvocations_arch.h76 * \param count Number of objects to create
88 size_t count, capaddr_t to_cspace,
95 newtype, objsize, count,
85 invoke_cnode_retype(struct capref root, capaddr_t src_cspace, capaddr_t cap, gensize_t offset, enum objtype newtype, gensize_t objsize, size_t count, capaddr_t to_cspace, capaddr_t to, enum cnode_type to_level, capaddr_t slot) argument
/barrelfish-2018-10-04/include/arch/x86_64/machine/
H A Dpmap.h411 void pmap_invalidate_cache_pages(vm_page_t *pages, int count);
/barrelfish-2018-10-04/include/barrelfish/
H A Dcapabilities.h47 enum objtype new_type, gensize_t objsize, size_t count);
H A Dmemobj.h125 size_t count; ///< the number of frames member in struct:memobj_fixed
164 memobj_flags_t flags, size_t count,
H A Dterminal.h37 size_t terminal_read(char *data, size_t count);
H A Dthread_sync.h69 uint64_t count; member in struct:thread_barrier
77 { .count = 0, .max_count 0, .mutex = NULL, \
/barrelfish-2018-10-04/include/bulk_transfer/
H A Dbulk_transfer.h141 size_t count,
210 size_t count);
/barrelfish-2018-10-04/include/lua/
H A Dlua.h393 LUA_API int (lua_sethook) (lua_State *L, lua_Hook func, int mask, int count);
/barrelfish-2018-10-04/include/lwip/lwip/
H A Dmem.h90 void *mem_calloc(mem_size_t count, mem_size_t size);
H A Dsnmp_msg.h111 u8_t count; member in struct:snmp_varbind_root
H A Dsnmp_structs.h178 u16_t count; member in struct:mib_list_rootnode
H A Dsys.h112 sys_sem_t sys_sem_new(u8_t count);
/barrelfish-2018-10-04/include/lwip2/lwip/apps/
H A Dfs.h82 int fs_read_async(struct fs_file *file, char *buffer, int count, fs_wait_cb callback_fn, void *callback_arg);
84 int fs_read(struct fs_file *file, char *buffer, int count);
/barrelfish-2018-10-04/include/lwip2/lwip/
H A Dmem.h75 void *mem_calloc(mem_size_t count, mem_size_t size);

Completed in 127 milliseconds

1234567891011>>