Searched refs:start (Results 1 - 25 of 3146) sorted by last modified time

1234567891011>>

/netbsd-6-1-5-RELEASE/sys/arch/next68k/next68k/
H A Dpmap_bootstrap.c140 RELOC(mem_clusters[i].start, u_quad_t) =
523 * Scoot the start of available on-board RAM forward to
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/ssl/
H A Dd1_both.c128 #define RSMBLY_BITMASK_MARK(bitmask, start, end) { \
129 if ((end) - (start) <= 8) { \
131 for (ii = (start); ii < (end); ii++) bitmask[((ii) >> 3)] |= (1 << ((ii) & 7)); \
134 bitmask[((start) >> 3)] |= bitmask_start_values[((start) & 7)]; \
135 for (ii = (((start) >> 3) + 1); ii < ((((end) - 1)) >> 3); ii++) bitmask[ii] = 0xff; \
H A Ds3_pkt.c154 /* start with empty packet ... */
1017 start:
1141 goto start; /* fragment was too small */
1204 goto start;
1223 goto start;
1294 goto start;
1342 goto start;
1387 goto start;
1400 goto start;
H A Ds3_srvr.c1938 /* n is the length of the params, they start at &(d[4])
2658 * currently, so set it to the start
2840 unsigned char premaster_secret[32], *start; local
2873 start = p;
2875 if (EVP_PKEY_decrypt(pkey_ctx,premaster_secret,&outlen,start,inlen) <=0)
H A Dd1_pkt.c797 start:
834 goto start;
847 goto start;
854 goto start;
870 goto start;
1017 goto start;
1094 goto start;
1188 goto start;
1230 goto start;
1254 goto start;
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/bn/
H A Dbn_exp.c259 int start=1; local
321 start=1; /* This is used to avoid multiplication etc
334 if (!start)
362 if (!start)
376 start=0;
392 int start=1; local
467 start=1; /* This is used to avoid multiplication etc
479 if (!start)
509 if (!start)
523 start
991 int start=1; local
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/conf/
H A Dconf_def.c222 char *start,*psection,*pname; local
317 start=eat_ws(conf, s);
318 ss=start;
334 if (!str_copy(conf,NULL,&section,start)) goto err;
367 start=eat_ws(conf, p);
371 while ((p != start) && (IS_WS(conf,*p)))
392 if (!str_copy(conf,psection,&(v->value),start)) goto err;
605 * np which is the start of the name string which is
607 * cp which is the start of the section string which is
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/apps/
H A Dapps.c409 /* The start of something good :-) */
2147 BIO_printf(bio_err, "Subject does not start with '/'.\n");
2743 size_t i, start = 0; local
2757 if (i - start > 255)
2762 out[start] = i - start;
2763 start = i + 1;
H A Dreq.c1231 start: for (;;)
1260 if ((nid=OBJ_txt2nid(type)) == NID_undef) goto start;
1448 start:
1496 goto start;
1513 start:
1561 goto start;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/evp/
H A Dbio_b64.c84 int tmp_len; /* used to find the start when decoding */
87 int start; /* have we started decoding yet? */ member in struct:b64_struct
124 ctx->start=1;
221 if (ctx->start && (BIO_get_flags(b) & BIO_FLAGS_BASE64_NO_NL))
223 /* ctx->start=1; */
226 else if (ctx->start)
236 * before we even start looking for
248 if ((k <= 0) && (num == 0) && (ctx->start))
261 ctx->start=0;
504 ctx->start
[all...]
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzfs_vfsops.c184 * longer associated with this mount point, start
289 minor_t start = zfs_minor; local
308 } while (vfs_devismounted(*dev) && zfs_minor != start);
311 if (zfs_minor == start) {
/netbsd-6-1-5-RELEASE/sys/ufs/lfs/
H A Dlfs_vfsops.c1905 DLOG((DLOG_PAGE, "lfs_gop_write: ino %d start 0x%" PRIx64
2029 daddr_t olast, nlast, ilast, noff, start, end; local
2116 start = nlast;
2120 start = ilast + noff - 1;
2124 for (i = start; i != end; i += inc) {
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dvfs_syscalls.c278 printf("%s: failed to start extattr, error = %d",
3735 syscallarg(off_t) start;
3770 s = SCARG(uap, start);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/
H A Ddes_enc-sparc.S414 srl local7, 8, local2 ! 3 start
530 srl local7, 8, local2 ! 3 start
672 srl local7, 8, local2 ! 3 start
788 srl local7, 8, local2 ! 3 start
1045 srl local7, 8, local2 ! 3 start
1161 srl local7, 8, local2 ! 3 start
2374 srl local7, 8, local2 ! 3 start
2490 srl local7, 8, local2 ! 3 start
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/
H A Ddes_enc-sparc.S414 srl local7, 8, local2 ! 3 start
530 srl local7, 8, local2 ! 3 start
672 srl local7, 8, local2 ! 3 start
788 srl local7, 8, local2 ! 3 start
1045 srl local7, 8, local2 ! 3 start
1161 srl local7, 8, local2 ! 3 start
2374 srl local7, 8, local2 ! 3 start
2490 srl local7, 8, local2 ! 3 start
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/threads/
H A Dmttest.c766 SYSTEMTIME start,end; local
771 GetSystemTime(&start);
799 if (start.wDayOfWeek > end.wDayOfWeek) end.wDayOfWeek+=7;
800 ret=(end.wDayOfWeek-start.wDayOfWeek)*24;
802 ret=(ret+end.wHour-start.wHour)*60;
803 ret=(ret+end.wMinute-start.wMinute)*60;
804 ret=(ret+end.wSecond-start.wSecond);
805 ret+=(end.wMilliseconds-start.wMilliseconds)/1000.0;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/modes/
H A Dgcm128.c1862 size_t start,stop,gcm_t,ctr_t,OPENSSL_rdtsc(); local
1871 start = OPENSSL_rdtsc();
1873 gcm_t = OPENSSL_rdtsc() - start;
1878 start = OPENSSL_rdtsc();
1882 ctr_t = OPENSSL_rdtsc() - start;
1894 start = OPENSSL_rdtsc();
1896 gcm_t = OPENSSL_rdtsc() - start;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/pem/
H A Dpem_info.c131 start:
140 goto start;
151 goto start;
162 goto start;
175 goto start;
197 goto start;
219 goto start;
/netbsd-6-1-5-RELEASE/sys/arch/atari/dev/
H A Dite.c539 irp->start = start_repeat_timeo;
546 if (irp->start < ITEMINREPEAT || irp->next < ITEMINREPEAT)
548 start_repeat_timeo = irp->start;
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/sparc64/
H A Dlocore.s383 .globl start, _C_LABEL(kernel_text)
1138 brz,pt %g7, 1f; /* If we were in kernel mode start saving globals */ \
1206 brz,pt %g3, 1f; /* If we were in kernel mode start saving globals */ \
1254 brz,pn %g7, 1f; /* If we were in kernel mode start saving globals */ \
1311 be,pn %icc, 1f; /* If we were in kernel mode start saving globals */ \
1687 * start the whole business over again. But first, switch to a kernel window
1796 LDPTR [%g1 + %lo(CPUINFO_VA+CI_CTXBUSY)], %g1 ! Load start of ctxbusy
2208 !! In the EMBEDANY memory model %g4 points to the start of the data segment.
2429 !! In the EMBEDANY memory model %g4 points to the start of the data segment.
2614 !! In the EMBEDANY memory model %g4 points to the start o
3966 start: label
[all...]
/netbsd-6-1-5-RELEASE/sys/uvm/
H A Duvm_km.c214 * we assume that [vmin -> start] has already been allocated and that
219 uvm_km_bootstrap(vaddr_t start, vaddr_t end) argument
227 UVMHIST_LOG(maphist, "start=%"PRIxVADDR" end=%#"PRIxVADDR,
228 start, end, 0,0);
251 if (start != base) {
253 base, start - base,
328 * and start the pool/kmem allocator.
346 * by the submap must start
410 const voff_t start = startva - vm_map_min(kernel_map); local
423 for (curoff = start; curof
472 uvm_km_pgremove_intrsafe(struct vm_map *map, vaddr_t start, vaddr_t end) argument
515 uvm_km_check_empty(struct vm_map *map, vaddr_t start, vaddr_t end) argument
[all...]
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/
H A Dmbr.c127 * the following partition (relative to the start of the extended partition).
129 * The 'start' sector for the user partition is always the size of one
131 * always start on a cylinder boundary using the BIOS geometry - often
158 * If there is a gap, the 'b' partition will start beyond the area
162 * is space at the start of the extended partition.
255 remove_old_partitions(uint start, int64_t size) argument
261 end = start + size;
263 end = start;
264 start = end - size;
271 if (p->pi_offset >= end || p->pi_offset + p->pi_size <= start)
278 find_mbr_space(struct mbr_sector *mbrs, uint *start, uint *size, uint from, int ignore) argument
349 u_int start, sz; local
529 uint start, sz; local
535 uint start; member in struct:__anon966
685 uint start, max, max_r, dflt, dflt_r, new; local
896 uint start; local
1269 uint start; local
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Dehci.c332 DPRINTF(("ehci_init: start\n"));
954 * start the toggle at 0 every time.
1806 /* Set !HALTED && !ACTIVE to start execution, preserve some fields */
1985 /* Pipe isn't running, start first */
2484 /* Pipe isn't running, start first */
2646 DPRINTFN(alen<4*4096,("ehci_alloc_sqtd_chain: start len=%d\n", alen));
3185 /* Pipe isn't running, start first */
3464 /* Pipe isn't running, start first */
3643 * so start it first.
3853 ehci_soft_itd_t *itd, *prev, *start, *sto local
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/mvme68k/stand/libbug/
H A Doutln.c13 mvmeprom_outln(char *start, char *end) argument
16 MVMEPROM_ARG2(end, start);
H A Doutstr.c13 mvmeprom_outstr(char *start, char *end) argument
16 MVMEPROM_ARG2(end, start);

Completed in 452 milliseconds

1234567891011>>