Searched refs:start (Results 176 - 200 of 2022) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/groff/src/utils/lkbib/
H A Dlkbib.cpp125 const char *start; local
128 for (count = 0; iter.next(&start, &len); count++) {
129 if (fwrite(start, 1, len, stdout) != (size_t)len)
132 if (start[len - 1] != '\n')
/freebsd-11-stable/contrib/groff/src/utils/lookbib/
H A Dlookbib.cpp122 const char *start; local
125 for (count = 0; iter.next(&start, &len); count++) {
126 if (fwrite(start, 1, len, stdout) != (size_t)len)
129 if (start[len - 1] != '\n')
/freebsd-11-stable/sys/arm/xscale/pxa/
H A Dpxa_smi.c179 rman_res_t start, rman_res_t end, rman_res_t count, u_int flags)
206 rv = rman_reserve_resource(&sc->ps_mem, rle->start, rle->end,
213 rman_set_bushandle(rv, rle->start);
224 rv = bus_alloc_resource(dev, type, rid, rle->start, rle->end,
320 int start, count; local
337 start = 0;
339 resource_int_value(name, unit, "mem", &start);
341 if (start > 0 || count > 0) {
343 start, start
178 pxa_smi_alloc_resource(device_t dev, device_t child, int type, int *rid, rman_res_t start, rman_res_t end, rman_res_t count, u_int flags) argument
[all...]
/freebsd-11-stable/sbin/restore/
H A Dutilities.c62 char *start; local
64 start = strchr(name, '/');
65 if (start == NULL)
67 for (cp = start; *cp != '\0'; cp++) {
281 * find lowest number file (above "start") that needs to be extracted
284 lowerbnd(ino_t start) argument
288 for ( ; start < maxino; start++) {
289 ep = lookupino(start);
293 return (start);
302 upperbnd(ino_t start) argument
[all...]
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dp2p_hostapd.h16 int hostapd_p2p_set_noa(struct hostapd_data *hapd, u8 count, int start,
/freebsd-11-stable/crypto/heimdal/lib/wind/
H A Dgen-punycode-examples.py52 start = False variable
64 if start:
66 start = False variable
82 start = True variable
H A Dgen-bidi.py59 uint32_t start;
85 start = int(m.group(1), 0x10)
87 file.write(" {0x%x, 0x%x},\n" % (start, end - start + 1))
/freebsd-11-stable/lib/libc/inet/
H A Dnsap_addr.c85 char *start; local
88 start = ascii;
91 start = tmpbuf;
109 return (start);
/freebsd-11-stable/sys/powerpc/mpc85xx/
H A Disa.c49 u_long start, u_long end, u_long count, u_int flags)
55 isdefault = RMAN_IS_DEFAULT_RANGE(start, end) ? 1 : 0;
69 resource_list_add(rl, type, *rid, start, end, count);
72 return (resource_list_alloc(rl, bus, child, type, rid, start, end,
48 isa_alloc_resource(device_t bus, device_t child, int type, int *rid, u_long start, u_long end, u_long count, u_int flags) argument
/freebsd-11-stable/usr.bin/find/
H A Dmain.c82 char **p, **start; local
89 p = start = argv;
151 if (p == start)
158 exit(find_execute(find_formplan(argv), start));
/freebsd-11-stable/usr.bin/tail/
H A Dmisc.c85 WR(mip->start + (startoff - mip->mapoff), n);
94 * offset `offset'. The start of the map window will be TAILMAPLEN
101 if (mip->start != NULL && munmap(mip->start, mip->maplen) != 0)
110 if ((mip->start = mmap(NULL, mip->maplen, PROT_READ, MAP_SHARED,
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_umem_odp.h116 typedef int (*umem_call_back)(struct ib_umem *item, u64 start, u64 end,
122 int rbt_ib_umem_for_each_in_range(struct rb_root *root, u64 start, u64 end,
126 u64 start, u64 last);
128 u64 start, u64 last);
/freebsd-11-stable/stand/common/
H A Dmd.c50 * the size looking at the start and end markers (strings),
54 u_char start[MD_IMAGE_SIZE]; member in struct:__anon4830
57 .start = "MFS Filesystem goes here",
112 bcopy(md_image.start + ofs, buf, size);
115 bcopy(buf, md_image.start + ofs, size);
/freebsd-11-stable/sbin/camcontrol/
H A Dprogress.h49 time_t start; /* time we started this */ member in struct:progress_t
/freebsd-11-stable/usr.sbin/nandtool/
H A Dnand_erase.c47 off_t start, nblocks, i; local
100 start = pos / block_size;
104 if (g_delete(fd, (start + i) * block_size, block_size) == -1) {
106 start + i);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dtrampoline_setup.c11 extern void __clear_cache(void *start, void *end);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyTypedefDumper.cpp29 void TypedefDumper::start(const PDBSymbolTypeTypedef &Symbol) { function in class:TypedefDumper
45 Dumper.start(Symbol);
64 NestedDumper.start(*FuncSig, nullptr, Pointer);
76 Dumper.start(Symbol, nullptr, FunctionDumper::PointerType::None);
/freebsd-11-stable/usr.bin/systat/
H A Dsysput.c62 char unit, *ptr, *start, wrtbuf[width + width + 1]; local
66 start = wrtbuf;
78 start += len;
80 mvwaddstr(wd, row, col, start);
/freebsd-11-stable/sys/x86/include/
H A Dsysarch.h62 unsigned int start; member in struct:i386_ioperm_args
69 unsigned int start; member in struct:i386_ldt_args
85 unsigned int start; member in struct:i386_ldt_args
/freebsd-11-stable/contrib/dtc/libfdt/
H A Dfdt_wip.c96 static void _fdt_nop_region(void *start, int len) argument
100 for (p = start; (char *)p < ((char *)start + len); p++)
/freebsd-11-stable/stand/usb/tools/
H A Dsysinit.c47 static struct sysinit_data **start; variable in typeref:struct:sysinit_data
222 err(EX_SOFTWARE, "Could not seek to start of input file");
229 start = do_malloc(sizeof(void *) * entries);
230 stop = start + entries;
233 start[c] = &((struct sysinit_data *)input_ptr)[c];
235 if (start != stop)
236 endian32 = (*start)->dw_endian32;
239 for (sipp = start; sipp < stop; sipp++) {
247 qsort(start, entries, sizeof(void *), &compare);
250 qsort(start, entrie
[all...]
/freebsd-11-stable/sys/contrib/libfdt/
H A Dfdt_wip.c96 static void fdt_nop_region_(void *start, int len) argument
100 for (p = start; (char *)p < ((char *)start + len); p++)
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver_common.c175 static int wpa_check_wowlan_trigger(const char *start, const char *trigger, argument
178 if (os_strcmp(start, trigger) != 0)
193 char *start, *end, *buf; local
208 wpa_check_wowlan_trigger(start, #trigger, \
212 start = buf;
213 while (*start != '\0') {
214 while (isblank((unsigned char) *start))
215 start++;
216 if (*start == '\0')
218 end = start;
[all...]
/freebsd-11-stable/sys/sys/
H A Drangelock.h73 off_t start, off_t end, struct mtx *ilk);
74 void *rangelock_rlock(struct rangelock *lock, off_t start, off_t end,
76 void *rangelock_wlock(struct rangelock *lock, off_t start, off_t end,
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_poisoning.cpp47 uptr start = RoundDownTo(p, kShadowAlignment); local
49 return TagMemoryAligned(start, end - start, tag);

Completed in 174 milliseconds

1234567891011>>