Searched refs:end (Results 351 - 375 of 929) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmci.c989 case '.': /* end of file */
1234 char *end = pathname + strlen(pathname) - 1; local
1249 start = end;
1253 if (*end == '.')
1254 end--;
1256 for (scan = start; scan <= end; scan++)
1259 end = start - 2;
1260 } while (end > pathname && *end == '.');
1394 char *end local
[all...]
/illumos-gate/usr/src/uts/i86pc/os/
H A Dstartup.c263 caddr_t econtig; /* end of first block of contiguous kernel */
363 caddr_t e_text; /* end of kernel text segment */
365 caddr_t e_data; /* end of kernel data segment */
367 caddr_t e_modtext; /* end of loadable module text reserved */
369 caddr_t e_moddata; /* end of loadable module data reserved */
509 * ekernelheap: end of kernelheap and start of segmap.
901 * Trim pages from the end of the range.
2821 * Make data writable until end.
3152 uint64_t end = start + len; local
3160 if (cur->ml_address >= end) {
3303 size_t end; local
3330 size_t end; local
3358 size_t end; local
[all...]
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Def10_nvram.c44 uint32_t *end; /* End tag position */ member in struct:tlv_cursor_s
151 if (cursor->current == cursor->end) {
269 cursor->end = NULL;
309 if (cursor->end == NULL) {
314 cursor->end = cursor->current;
339 return (cursor->end + 1 - cursor->block) * sizeof (uint32_t);
358 * Go through each segment and check that it has an end tag. If there
359 * is no end tag then the previous segment was the last valid one,
360 * so return the pointer to its end tag.
368 last_segment_end = segment_cursor.end;
589 uint32_t *end; local
[all...]
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dflush.c48 #undef end macro
150 __cleanup(void) /* called at process end to flush ouput streams */
335 * If the distance from pkgp to the end of the page is
423 _setbufend(FILE *iop, Uchar *end) /* set the end pointer for this iop */ argument
425 iop->_end = end;
433 _realbufend(FILE *iop) /* get the end pointer for this iop */
463 _setbufend(FILE *iop, Uchar *end) /* set the end pointer for this iop */ argument
468 dat->_end = end;
[all...]
/illumos-gate/usr/src/cmd/praudit/
H A Dprint_audit.txt128 EIO - input exhausted before end of an audit record.
144 updated to reflect status (up to the end of the last completed
152 the end of the original buffer.
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/ilb/
H A Dilb_probe.c143 * we add sequential 16 bit words to it, and at the end, fold
322 hrtime_t start, end; local
357 end = gethrtime();
359 rtt = (end - start) / (NANOSEC / MICROSEC);
764 hrtime_t start, end; local
825 end = gethrtime();
827 rtt = (end - start) / (NANOSEC / MICROSEC);
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dmain.c83 int end; /* Only for MATCH_OPT_RANGE */ member in struct:_match::__anon1434::__anon1435
272 rec->value.ndx.end = -1; /* Indicates "to end" */
274 rec->value.ndx.end = strtol(str, &endptr, 10);
275 if ((str == endptr) || (rec->value.ndx.end < 0))
487 * A range end value less than 0 means that any value
492 ((list->value.ndx.end < 0) ||
493 (ndx <= list->value.ndx.end)))
532 /* Insert at end of match_state.list */
/illumos-gate/usr/src/cmd/cmd-crypto/pktool/
H A Dgencsr.c640 goto end;
655 goto end;
665 goto end;
672 goto end;
688 goto end;
738 end:
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_tunables.c52 char *end; local
62 if (ddi_strtoul(pval, &end, 10, &new_value) != 0 ||
63 *end != '\0')
218 char *end; local
223 if (ddi_strtoul(pval, &end, 10, &new_value) != 0 ||
224 *end != '\0' || new_value > 1) {
861 * a range of choices for setting strong/weak/preferred end-system
865 * weak end system model for managing ip destination addresses.
870 * strong end system model for managing ip destination addresses.
/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_miscapi.c121 char *mech_name, *hint_mech, *end; local
173 end = mech_name + n;
184 if ((mech_name + CRYPTO_MAX_MECH_NAME) > end) {
231 if ((mech_name + CRYPTO_MAX_MECH_NAME) > end) {
251 ASSERT(mech_name <= end);
252 if (mech_name == end) {
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci_tpgs.c305 char *ptr, *end; local
379 end = bufp + rx_bsize;
380 while (ptr < end) {
448 char *ptr, *end, *bufp, *mpapi_ptr; local
526 end = ptr + rtpg_len;
528 while (ptr < end) {
/illumos-gate/usr/src/uts/sun4v/io/
H A Dntwdt.c533 goto end;
616 goto end;
637 end:
661 goto end;
667 goto end;
706 end:
/illumos-gate/usr/src/cmd/make/bin/
H A Dmisc.cc347 for (p = hashtab.begin(), e = hashtab.end(); p != e; p++) {
398 for (p = hashtab.begin(), e = hashtab.end(); p != e; p++) {
406 for (p = hashtab.begin(), e = hashtab.end(); p != e; p++) {
417 for (p = hashtab.begin(), e = hashtab.end(); p != e; p++) {
438 for (p = hashtab.begin(), e = hashtab.end(); p != e; p++) {
494 for (p = hashtab.begin(), e = hashtab.end(); p != e; p++) {
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddefs.h205 * buffer.start text.p text.end buffer.end
211 wchar_t *end; /* Read limit pointer */ member in struct:_String::Text
215 wchar_t *end; /* End of physical buffer */ member in struct:_String::Physical_buffer
224 str.text.end = NULL; \
225 str.buffer.end = (buf) \
722 source_end = source->string.text.end; \
839 // begin/end iterators
841 iterator end() const { return iterator(); } function in struct:Name_set
/illumos-gate/usr/src/cmd/oawk/
H A Dawk.g.y81 begin pa_stats end {
95 end: label
97 | end NL
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/daktari/psvcplugin/
H A Dpsvcplugin.c111 static int32_t count_records(FILE *fp, char *end, uint32_t *countp) argument
121 if (strncmp(end, buf, strlen(end)) == 0)
/illumos-gate/usr/src/cmd/ptools/pmap/
H A Dpmap.c262 "usage:\t%s [-rslF] [-A start[,end]] { pid | core } ...\n",
267 "\t%s -L [-rslF] [-A start[,end]] pid ...\n", command);
271 "\t%s -x [-aslF] [-A start[,end]] pid ...\n", command);
275 "\t%s -S [-alF] [-A start[,end]] { pid | core } ...\n",
292 "\t-A start,end: limit output to the specified range\n");
1290 * start and end is set to address
1292 * start is set to address, end is set to INVALID_ADDRESS
1294 * start is set to 0, end is set to address
1296 * start is set to address1, end is set to address2
1300 parse_addr_range(char *input_str, uintptr_t *start, uintptr_t *end) argument
1355 address_in_range(uintptr_t start, uintptr_t end, size_t psz) argument
1388 adjust_addr_range(uintptr_t start, uintptr_t end, size_t psz, uintptr_t *new_start, uintptr_t *new_end) argument
1468 mem_chunk_init(memory_chunk_t *chunk, uintptr_t end, size_t psz) argument
[all...]
/illumos-gate/usr/src/cmd/msgfmt/
H A Dgnu_check.c71 goto end;
152 goto end;
206 goto end;
268 end:
/illumos-gate/usr/src/cmd/dtrace/
H A Ddtrace.c382 char *buf, *start, *end; local
414 if ((end = strstr(buf, g_etcend)) == NULL) {
415 fatal("missing end sentinel in %s; manual repair of %s "
419 if (start > end) {
420 fatal("end sentinel preceeds start sentinel in %s; manual "
424 end += strlen(g_etcend) + 1;
425 bcopy(end, start, strlen(end) + 1);
859 char buf[512], *c = buf, *end = c + sizeof (buf); local
891 (void) snprintf(c, end
[all...]
/illumos-gate/usr/src/cmd/ipdadm/
H A Dipdadm.c196 char *end; local
199 val = strtol(str, &end, 10);
210 if (*end != '\0') {
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_util.c356 to find the end of the content. */
371 ** Presumption is the 'endptr' pts to end of some dwarf section data.
378 char *end = endptr; local
380 while (start < end) {
385 ++end;
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_init.h12 /* Returns the index of start or end of a specific block stage in ops array*/
13 #define BLOCK_OPS_IDX(block, stage, end) \
14 (2*(((block)*NUM_OF_INIT_PHASES) + (stage)) + (end))
33 u16 end; member in struct:ilt_client_info
/illumos-gate/usr/src/uts/common/os/
H A Dmemlist_new.c123 uint64_t start, end; local
126 end = start + new->ml_size;
130 if (cur->ml_address >= end) {
356 * Error if size goes off end of this struct memlist.
389 * Span at end of struct memlist.
423 * after span, until end.
/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dclassifierddi.c388 hrtime_t start, end; local
483 end = gethrtime(); /* stop timer */
494 ipgpc2dbg(("ipgpc_invoke_action: time = %lld nsec\n", (end - start)));
/illumos-gate/usr/src/uts/common/sys/
H A Dtihdr.h741 * _TPI_TOPT_VALID(struct T_opthdr *tohp, char *start, char *end)
744 * 2. check that start <= tohp < end
750 #define _TPI_TOPT_VALID(tohp, start, end) \
753 ((uintptr_t)(tohp) < (uintptr_t)(end)) && \
755 ((uintptr_t)(tohp) + (tohp)->len <= (uintptr_t)(end)) && \

Completed in 108 milliseconds

<<11121314151617181920>>