/src/tools/lex/ |
Makefile | 17 scan.c: __BUILD 21 scan.c: parse.h 24 CLEANFILES+=scan.c parse.c parse.h
|
/src/sys/kern/ |
subr_blist.c | 73 * set to -1) on the scan. The memory allocation is only large enough 152 static blist_blkno_t blst_leaf_alloc(blmeta_t *scan, blist_blkno_t blk, 154 static blist_blkno_t blst_meta_alloc(blmeta_t *scan, blist_blkno_t blk, 156 static void blst_leaf_free(blmeta_t *scan, blist_blkno_t relblk, int count); 157 static void blst_meta_free(blmeta_t *scan, blist_blkno_t freeBlk, 160 static void blst_copy(blmeta_t *scan, blist_blkno_t blk, blist_blkno_t radix, 162 static int blst_leaf_fill(blmeta_t *scan, blist_blkno_t blk, int count); 163 static blist_blkno_t blst_meta_fill(blmeta_t *scan, blist_blkno_t allocBlk, 166 static blist_blkno_t blst_radix_init(blmeta_t *scan, blist_blkno_t radix, 169 static void blst_radix_print(blmeta_t *scan, blist_blkno_t blk [all...] |
/src/lib/libcompat/regexp/ |
regexp.c | 167 static char *regparse; /* Input-scan pointer. */ 213 char *scan; local in function:__compat_regcomp 259 scan = r->program+1; /* First BRANCH. */ 260 if (OP(regnext(scan)) == END) { /* Only one top-level choice. */ 261 scan = OPERAND(scan); 264 if (OP(scan) == EXACTLY) 265 r->regstart = *OPERAND(scan); 266 else if (OP(scan) == BOL) 280 for (; scan != NULL; scan = regnext(scan) 728 char *scan; local in function:regtail 903 char *scan; \/* Current node. *\/ local in function:regmatch 1103 char *scan; local in function:regrepeat [all...] |
/src/usr.bin/rpcgen/ |
rpc_parse.c | 108 scan(TOK_SEMICOLON, &tok); 129 scan(TOK_IDENT, &tok); 131 scan(TOK_LBRACE, &tok); 139 scan(TOK_SEMICOLON, &tok); 160 scan(TOK_IDENT, &tok); 162 scan(TOK_LBRACE, &tok); 165 scan(TOK_VERSION, &tok); 167 scan(TOK_IDENT, &tok); 170 scan(TOK_LBRACE, &tok); 180 scan(TOK_IDENT, &tok) [all...] |
rpc_scan.h | 102 void scan(tok_kind, token *);
|
/src/sys/netcan/ |
can_pcb.c | 121 can_pcbbind(void *v, struct sockaddr_can *scan, struct lwp *l) 125 if (scan->can_family != AF_CAN) 127 if (scan->can_len != sizeof(*scan)) 130 if (scan->can_ifindex != 0) { 131 canp->canp_ifp = if_byindex(scan->can_ifindex); 152 can_pcbconnect(void *v, struct sockaddr_can *scan) 160 if (scan->can_family != AF_CAN) 162 if (scan->can_len != sizeof(*scan)) [all...] |
can.h | 124 #define scantosa(scan) ((struct sockaddr *)(scan))
|
/src/tests/sbin/ifconfig/ |
t_repeated_scan.sh | 69 ifconfig $i list scan >/dev/null 2>&1 72 echo "Skipping $i; scan not supported" 78 ifconfig $i list scan >/dev/null 2>&1
|
/src/sys/external/bsd/drm2/dist/drm/ |
drm_mm.c | 781 * DOC: lru scan roster 791 * interfaces. First a scan operation needs to be initialized with 801 * in the scan mode no other operation is allowed. 804 * reported true) in the scan, and any overlapping nodes after color adjustment 808 * scan operation even begins this is linear in the number of objects. It 814 * @scan: scan state 815 * @mm: drm_mm to scan 827 * As long as the scan list is non-empty, no other operations than 828 * adding/removing nodes to/from the scan list are allowed [all...] |
/src/usr.bin/menuc/ |
Makefile | 8 SRCS= main.c parse.y scan.l avl.c mdb.c util.c
|
/src/sys/arch/evbarm/stand/board/ |
smdk2410_ram_init.S | 52 #define BANKCON_VAL_DRAM(trcd,scan) \ 53 (BANKCON_MT_DRAM | ((trcd)<<BANKCON_TRCD_SHIFT) | scan)
|
/src/sys/external/bsd/drm2/dist/drm/i915/ |
i915_gem_evict.c | 61 mark_free(struct drm_mm_scan *scan, 70 return drm_mm_scan_add_block(scan, &vma->node); 103 struct drm_mm_scan scan; local in function:i915_gem_evict_something 130 drm_mm_scan_init_with_range(&scan, &vm->mm, 144 * scan to the end. The assumption is that the working set 148 * Given that assumption, the MRU order of the scan list is 149 * fairly static, and keeping it in least-recently scan order 172 if (mark_free(&scan, vma, flags, &eviction_list)) 178 ret = drm_mm_scan_remove_block(&scan, &vma->node); 224 if (drm_mm_scan_remove_block(&scan, &vma->node) [all...] |
/src/usr.bin/config/ |
Makefile | 9 mkmakefile.c mkswap.c pack.c scan.l sem.c util.c 20 COPTS.scan.c+= ${CC_WNO_STRINGOP_TRUNCATION}
|
/src/usr.bin/xlint/lint1/ |
Makefile | 9 main1.c mem.c mem1.c oper.c scan.l tree.c tyname.c 22 LINTFLAGS.scan.c+= -X 107,126,330,331,332,333 # strict bool mode 23 LINTFLAGS.scan.c+= -X 192,214 # due to suppressed bool errors 24 LINTFLAGS.scan.c+= -X 307 # static variable unused 25 LINTFLAGS.scan.c+= -X 351 # 'extern' declaration in .c file
|
/src/sys/arch/hpcsh/dev/ |
pfckbd.c | 33 * Matrix scan keyboard connected to SH7709, SH7709A PFC module. 215 * Called by platform specific scan routines to report key events to hpckbd 242 * Platform dependent scan routines. 273 * Pull the n'th scan line in D low. 290 } scan[] = { local in function:pfckbd_callout_hp 309 /* disable output to all lines except the one we scan */ 310 _reg_write_2(SH7709_PDCR, dc | scan[column].dc); 311 _reg_write_2(SH7709_PECR, ec | scan[column].ec); 314 /* pull the scan line low */ 315 _reg_write_1(SH7709_PDDR, scan[column].d) 389 } scan[] = { local in function:pfckbd_callout_hitachi [all...] |
/src/common/dist/zlib/ |
deflate.c | 1352 register Bytef *scan = s->window + s->strstart; /* current string */ local in function:longest_match 1370 register ush scan_start = *(ushf*)scan; 1371 register ush scan_end = *(ushf*)(scan + best_len - 1); 1374 register Byte scan_end1 = scan[best_len - 1]; 1375 register Byte scan_end = scan[best_len]; 1414 /* It is not necessary to compare scan[2] and match[2] since they are 1423 Assert(scan[2] == match[2], "scan[2]?"); 1424 scan++, match++; 1426 } while (*(ushf*)(scan += 2) == *(ushf*)(match += 2) & 1499 register Bytef *scan = s->window + s->strstart; \/* current string *\/ local in function:longest_match 2043 Bytef *scan, *strend; \/* scan goes up to strend for length of run *\/ local in function:deflate_rle [all...] |
/src/sys/dev/ic/ |
matrixkp_subr.c | 136 mxkp_debounce(struct matrixkp_softc *sc, u_int32_t *mask, u_int32_t *scan) { 141 FOR_KEYS(i, last_val[i] = scan[i]); 145 FOR_KEYS(i, scan[i] = 0); 146 sc->mxkp_scankeys(sc, scan); 149 FOR_KEYS(i, anyset |= (scan[i] ^ last_val[i]) & mask[i]); 152 FOR_KEYS(i, last_val[i] = scan[i]);
|
/src/sys/external/bsd/drm2/dist/include/drm/ |
drm_mm.h | 108 * after performing an eviction scan (see drm_mm_scan_init()) and 511 void drm_mm_scan_init_with_range(struct drm_mm_scan *scan, 519 * @scan: scan state 520 * @mm: drm_mm to scan 533 * As long as the scan list is non-empty, no other operations than 534 * adding/removing nodes to/from the scan list are allowed. 536 static inline void drm_mm_scan_init(struct drm_mm_scan *scan, 543 drm_mm_scan_init_with_range(scan, mm, 548 bool drm_mm_scan_add_block(struct drm_mm_scan *scan, [all...] |
/src/sys/net80211/ |
ieee80211_input.c | 1967 struct ieee80211_frame *wh, struct ieee80211_scanparams *scan, int rssi, 1975 if ((ni = ieee80211_add_neighbor(ic, wh, scan)) == NULL) 1985 ieee80211_init_neighbor(ic, ni, wh, scan, 0); 1988 memcpy(ni->ni_tstamp.data, scan->sp_tstamp, sizeof(ni->ni_tstamp)); 2005 * want to belong to, so start a scan. 2014 * No need to SCAN, we already belong to 2016 * SSID, etc. It could be harmful to scan, 2017 * too: if a scan does not detect nodes 2020 * the scan, needlessly splitting the 2066 struct ieee80211_scanparams scan; local in function:ieee80211_recv_mgmt_beacon [all...] |
/src/lib/libc/regex/ |
regcomp.c | 177 static int altoffset(sop *scan, int offset); 2005 sop *scan; local in function:findmust 2036 scan = g->strip + 1; 2038 s = *scan++; 2043 newstart = scan - 1; 2061 offset = altoffset(scan, offset); 2062 scan--; 2064 scan += OPND(s); 2065 s = *scan; 2170 scan = start 2402 sop *scan; local in function:pluscount [all...] |
/src/sys/arch/ews4800mips/stand/common/ |
console.h | 72 int (*scan)(void); member in struct:cons
|
/src/sys/external/isc/libsodium/dist/ |
README.markdown | 3 [](https://scan.coverity.com/projects/2397)
|
/src/sys/lib/libkern/arch/m68k/ |
scanc.S | 49 movl 8(%sp),%a0 | start of scan
|
/src/sys/arch/arm/dts/ |
rk3399-rockpro64.dts | 148 bus-scan-delay-ms = <1000>;
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/ |
nouveau_display.c | 116 struct nv04_disp_scanoutpos_v0 scan; member in struct:nouveau_display_scanoutpos_head::__anon84cb02490108 131 if (args.scan.vline) { 139 *hpos = args.scan.hline; 140 *vpos = calc(args.scan.vblanks, args.scan.vblanke, 141 args.scan.vtotal, args.scan.vline); 142 if (stime) *stime = ns_to_ktime(args.scan.time[0]); 143 if (etime) *etime = ns_to_ktime(args.scan.time[1]);
|