Searched refs:end (Results 576 - 600 of 929) sorted by relevance

<<21222324252627282930>>

/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_import.c154 * of matching characters starting from the end of the path. This will
183 * matched from the end.
612 * beyond the valid range or adding devices to the end
1129 char *end, **dir = iarg->path; local
1165 end = &path[strlen(path)];
1166 *end++ = '/';
1167 *end = 0;
1168 pathleft = &path[sizeof (path)] - end;
1256 (void) strlcpy(end, slice->rn_name,
1647 * we end u
[all...]
/illumos-gate/usr/src/cmd/boot/installgrub/
H A Dinstallgrub.c893 char *end = NULL; local
899 end = strstr(device->path, "p0:boot");
901 assert(end != NULL);
903 save[0] = end[2];
904 end[2] = '\0';
925 end[2] = save[0];
1123 * versioning information at the end of it. We reserve one
1147 * end of stage2, aligned on a 8-byte boundary.
/illumos-gate/usr/src/boot/lib/libz/
H A Dinflate.c96 local int updatewindow OF((z_streamp strm, const unsigned char FAR *end,
369 inflate call, but the end of the deflate stream has not been reached yet.
379 local int updatewindow(strm, end, copy)
381 const Bytef *end;
406 zmemcpy(state->window, end - state->wsize, state->wsize);
413 zmemcpy(state->window + state->wnext, end - copy, dist);
416 zmemcpy(state->window, end - copy, copy);
602 will return Z_BUF_ERROR if it has not reached the end of the stream.
894 Tracev((stderr, "inflate: stored end\n"));
987 /* check for end
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_k_decode.c1035 { char *save, *end; local
1046 end = subbuf.next;
1047 alloclen = end - save;
1215 char *start, *end;
1229 end = subbuf.next;
1230 alloclen = end - start;
1245 end = subbuf.next;
1246 alloclen = end - start;
/illumos-gate/usr/src/lib/libgrubmgmt/common/
H A Dlibgrub_menu.c107 add_entry(grub_menu_t *mp, grub_line_t *start, grub_line_t *end) argument
115 ent->ge_end = end;
400 /* remove white space at the end of line */
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-us3/common/
H A Dmemcpy.s86 add %o1, %o2, %o1 ! get to end of source space
87 add %o0, %o2, %o0 ! get to end of destination space
149 ! for end of loop
184 ! for end of loop
307 sub %o0, 8, %o0 ! since we are at the end
489 ! for end of loop
565 ! for end of loop
636 ! Be careful not to read past end of SRC
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dstrlcpy.s101 andcc %g1, 0xff, %g0 ! test for end
227 andcc %l1, 0xff, %g0 ! end of src?
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/libctsmc/
H A Dlibctsmc.c194 checksum(uint8_t buf[], int start, int end) argument
199 for (i = start; i <= end; i++) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dconfig.c377 * Read from fp. Handle \ at the end of the line by joining lines together.
451 /* Skip until next whitespace or end of quoted text */
458 /* Handle missing quote at end */
460 conferr("Missing end quote - ignoring <%s>\n",
471 /* Handle missing quote at end */
473 conferr("Missing end quote - ignoring <%s>\n",
752 char *end; local
755 res = strtoul(str, &end, 0);
756 if (end == str)
876 char *end; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg_lex.l89 <INITIAL>end {
/illumos-gate/usr/src/cmd/cmd-crypto/pktool/
H A Dgenkey.c533 goto end;
547 end:
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dglob.c712 extern char end[];
714 if (cp >= end && cp < (char *)&cp)
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass3b.c305 caddr_t end = buf + len; local
325 (caddr_t)fsdp < end;
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_dir.c121 u_offset_t offset, adhoc_offset, dirsize, end; local
196 end = dirsize = dip->i_size;
207 while (offset < end) {
311 end = adhoc_offset;
908 goto end;
949 goto end;
958 goto end;
993 * at the end of the directory. Return an indication of where
1009 end:
1617 * will be at the end o
[all...]
/illumos-gate/usr/src/uts/common/io/ib/ibnex/
H A Dibnex_hca.c516 goto end;
568 end:
/illumos-gate/usr/src/uts/intel/io/drm/
H A Dradeon_drm.h630 int end; member in struct:drm_radeon_indices
688 int end; member in struct:drm_radeon_indirect
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dcollate.c477 end:
645 end:
/illumos-gate/usr/src/common/smbsrv/
H A Dsmb_msgbuf.c106 if (size > mb->max || (mb->scan + size) > mb->end)
135 * of the buffer and end points to the limit of the buffer. As
145 mb->end = &buf[size];
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c353 * See comments at end of main().
852 char *end; local
855 ver = strtoull(propval, &end, 10);
856 if (*end == '\0' &&
2571 char *end; local
2574 interval = strtoul(argv[argc - 1], &end, 10);
2576 if (*end == '\0' && errno == 0) {
2601 char *end; local
2605 interval = strtoul(argv[argc - 1], &end, 10);
2607 if (*end
3879 time_t start, end; local
4793 char *end; local
[all...]
/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_term.c322 * Keeps only work until the end of a line. If a keep was
360 (n->end == ENDBODY_NOT || n->child != NULL))
370 (ENDBODY_NOT == n->end ? n : n->body)->prev_font);
385 * Explicit end tokens not only call the post
389 if (ENDBODY_NOT != n->end)
397 if (ENDBODY_NOSPACE == n->end)
1950 if (n->end == ENDBODY_NOT &&
1953 n->child->end != ENDBODY_NOT)
1955 else if (n->end != ENDBODY_NOT ? n->child != NULL :
1971 if (n->end !
[all...]
/illumos-gate/usr/src/common/util/
H A Dstring.c649 * character after the delimiter character (or NULL, if the end of the
712 * Mark the end of the token and set `savept' for the next iteration.
794 char *end = s + n - 1; local
804 while (s < end && ((c = *(++s)) != 0)) {
/illumos-gate/usr/src/uts/common/os/
H A Dmmapobj.c543 * end of the last mapped segment to the end of the last segment in mrp
762 * in our vmem arena to the end of this adddress range.
1019 size_t end; local
1139 end = (size_t)addr + len;
1140 zfodbase = (caddr_t)P2ROUNDUP(end, PAGESIZE);
1141 zfoddiff = (uintptr_t)zfodbase - end;
1157 if (as_setprot(as, (caddr_t)end, zfoddiff,
1165 (void) as_setprot(as, (caddr_t)end,
1170 uzero((void *)end, zfoddif
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c252 #define LIST_END(list, end)\
253 list_end((ipqos_list_el_t **)list, (ipqos_list_el_t ***)end)
2841 * print either a single value of start to fp (if start equals end), else
2842 * print start'-'end if start is the smaller of the two values, otherwise
2843 * print end'-'start.
2849 uint32_t end)
2853 if (start > end) {
2855 start = end;
2856 end = tmp;
2860 if (end !
2846 printrange( FILE *fp, uint32_t start, uint32_t end) argument
4253 char *end, *end2; local
4319 char *end; local
5175 char *end; local
8906 char *end; local
[all...]
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c35 * - Allow end users to manage bootability of Newboot Solaris instances
1032 if (lp == ent->end)
1480 * end of the kernel$ string the routine to enable the
1908 * Checks if the path specified (without the file name at the end) exists
3519 * point to the end of the archive)
3813 /* chop off / at the end */
3817 /* chop off / at the end */
4515 mp->end->next = lp;
4516 lp->prev = mp->end;
4518 mp->end
4536 boot_entry_new(menu_t *mp, line_t *start, line_t *end) argument
[all...]
/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxgell.c331 /* reserve some space at the end of the buffer for recycling */
632 int start, end = pkt_length - ip_off; local
642 mac_hcksum_set(mp, start, 0, end,
2642 char *end; local
2649 bar0_offset = mi_strtol(value, &end, 16);
2650 if (end == value) {
2680 char *end; local
2682 level = mi_strtol(value, &end, 10);
2683 if (level < XGE_NONE || level > XGE_ERR || end == value) {
2713 char *end; local
[all...]

Completed in 155 milliseconds

<<21222324252627282930>>