Searched refs:scan (Results 1 - 10 of 10) sorted by relevance

/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dblist.c48 * set to -1) on the scan. The memory allocation is only large enough
132 static daddr_t blst_leaf_alloc(blmeta_t *scan, daddr_t blk, int count);
133 static daddr_t blst_meta_alloc(blmeta_t *scan, daddr_t blk,
135 static void blst_leaf_free(blmeta_t *scan, daddr_t relblk, int count);
136 static void blst_meta_free(blmeta_t *scan, daddr_t freeBlk, daddr_t count,
138 static void blst_copy(blmeta_t *scan, daddr_t blk, daddr_t radix,
140 static daddr_t blst_radix_init(blmeta_t *scan, daddr_t radix,
143 static void blst_radix_print(blmeta_t *scan, daddr_t blk,
318 blst_leaf_alloc(blmeta_t *scan, daddr_t blk, int count) argument
320 u_daddr_t orig = scan
395 blst_meta_alloc(blmeta_t *scan, daddr_t blk, daddr_t count, daddr_t radix, int skip) argument
477 blst_leaf_free(blmeta_t *scan, daddr_t blk, int count) argument
518 blst_meta_free(blmeta_t *scan, daddr_t freeBlk, daddr_t count, daddr_t radix, int skip, daddr_t blk) argument
606 blst_copy(blmeta_t *scan, daddr_t blk, daddr_t radix, daddr_t skip, blist_t dest, daddr_t count) argument
703 blst_radix_init(blmeta_t *scan, daddr_t radix, int skip, daddr_t count) argument
775 blst_radix_print(blmeta_t *scan, daddr_t blk, daddr_t radix, int skip, int tab) argument
[all...]
/darwin-on-arm/xnu/SETUP/kextsymboltool/
H A Dkextsymboltool.c220 char * scan; local
224 for (scan = file; true; scan = next) {
226 eol = memchr(scan, '\n', file_size - (scan - file));
234 if (eol == scan) {
240 if (scan[0] == '#') {
245 while ((scan < eol) && !issymchar(*scan)) {
246 scan
269 char * scan; local
[all...]
/darwin-on-arm/xnu/libkern/zlib/
H A Ddeflate.c1061 register Bytef *scan = s->window + s->strstart; /* current string */ local
1079 register ush scan_start = *(ushf*)scan;
1080 register ush scan_end = *(ushf*)(scan+best_len-1);
1083 register Byte scan_end1 = scan[best_len-1];
1084 register Byte scan_end = scan[best_len];
1122 /* It is not necessary to compare scan[2] and match[2] since they are
1131 Assert(scan[2] == match[2], "scan[2]?");
1132 scan++, match++;
1134 } while (*(ushf*)(scan
1208 register Bytef *scan = s->window + s->strstart; /* current string */ local
[all...]
/darwin-on-arm/xnu/bsd/netinet/
H A Ddhcp_options.c240 const uint8_t * scan; local
247 for (scan = (const uint8_t *)buffer; tag != dhcptag_end_e && len > 0; ) {
249 tag = scan[DHCP_TAG_OFFSET];
254 dhcpol_add(list, scan);
255 scan++;
259 scan++;
263 uint8_t option_len = scan[DHCP_LEN_OFFSET];
265 dhcpol_add(list, scan);
267 scan += (option_len + 2);
/darwin-on-arm/xnu/bsd/miscfs/devfs/
H A Ddevfs_tree.c292 const char * scan; local
310 scan = path;
312 while (*scan == '/')
313 scan++;
322 if (*scan == 0) {
327 start = scan;
328 while (*scan != '/' && *scan)
329 scan++;
331 strlcpy(component, start, scan
[all...]
/darwin-on-arm/xnu/bsd/sys/
H A Duser.h147 struct _kqueue_scan scan;/* space for the generic data */ member in struct:uthread::__anon552::_kevent
/darwin-on-arm/xnu/libkern/libkern/
H A DOSKextLibPrivate.h459 #pragma mark 0xF0000 - Archives, caches, directory scan, file access
/darwin-on-arm/xnu/osfmk/kern/
H A Dzalloc.c282 * "collect_count" (which it increments during the scan) matches
1617 * zone_gc() may scan the "zone_page_table" directly,
2629 struct zone_free_element *elt, *base_elt, *base_prev, *prev, *scan, *keep, *tail; local
2645 * Do a quick feasibility check before we scan the zone:
2665 scan = (void *)z->free_elements;
2678 prev = (void *)&scan;
2679 elt = scan;
2771 elt = scan;
/darwin-on-arm/xnu/bsd/net/
H A Dif_bond.c1435 uint32_t * scan; local
1448 for (i = 0, scan = (uint32_t *)data;
1450 i++, scan++) {
1451 val ^= *scan;
/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_pageout.c266 * Exported variable used to broadcast the activation of the pageout scan
335 unsigned int vm_pageout_cleaned_reclaimed = 0; /* debugging; how many cleaned pages are reclaimed by the pageout scan */
933 * since the pageout scan can return on laundry congestion, wake it up this way
934 * don't depend on pgo_throttled == TRUE to indicate that the pageout scan thread
1323 DTRACE_VM2(scan, int, 1, (uint64_t *), NULL);
1704 * cause us to pause the pageout scan thread
1761 * stall the pageout scan
1936 DTRACE_VM2(scan, int, 1, (uint64_t *), NULL);
2624 * back to top of pageout scan loop
6633 * virtual addresses so that we don't have to scan th
[all...]

Completed in 181 milliseconds