Searched refs:end (Results 701 - 725 of 929) sorted by relevance

<<21222324252627282930>>

/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_bus_reset.c959 int end; local
990 end = selfid_num_ports(current->selfid_packet);
993 for (i = start; i < end; i++) {
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_ioctl.c35 unsigned int end);
144 unsigned int end)
149 for (/* */; start <= end; start += sizeof (uint32_t))
143 reg_block_dump(struct adapter *sc, uint8_t *buf, unsigned int start, unsigned int end) argument
/illumos-gate/usr/src/uts/common/io/simnet/
H A Dsimnet.c1075 const char *end = (const char *)pr_val + pr_valsize - 1; local
1078 while (piece < end && (arg < MAX_ESSLIST_ARGS)) {
1081 sep = (char *)end;
/illumos-gate/usr/src/uts/sun4u/serengeti/os/
H A Dserengeti.c293 uint64_t end; local
296 end = base + sz - 1;
316 while (base < end) {
1251 * At the end of the panic flow, the reboot occurs but we should now
/illumos-gate/usr/src/uts/sun4u/lw8/os/
H A Dlw8_platmod.c300 uint64_t end; local
303 end = base + sz - 1;
323 while (base < end) {
1266 * At the end of the panic flow, the reboot occurs but we should now
/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h743 #define CMSG_VALID(cmsg, start, end) \
746 ((uintptr_t)(cmsg) < (uintptr_t)(end)) && \
748 ((uintptr_t)(cmsg) + (cmsg)->cmsg_len <= (uintptr_t)(end)))
/illumos-gate/usr/src/cmd/smbsrv/smbstat/
H A Dsmbstat.c1194 char *end; local
1198 tmp = strtol(val, &end, 10);
1199 if (*end != '\0' || errno)
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Ddiskmon_conf.c111 hotplug_state_string(((state_transition_t *)arg)->end));
560 (int)indrp->strans.begin, (int)indrp->strans.end);
694 hotplug_state_string(lrp->strans.end));
/illumos-gate/usr/src/uts/common/io/vscan/
H A Dvscan_svc.c1039 char *p, *beg, *end; local
1048 end = beg + vscan_svc_config.vsc_types_len;
1050 for (p = beg; p < end; p += strlen(p) + 1) {
/illumos-gate/usr/src/cmd/stat/iostat/
H A Diostat.c1763 char *end; local
1767 tmp = strtol(val, &end, 10);
1768 if (*end != '\0' || errno)
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_vdev.c1102 char *end; local
1111 nparity = strtol(p, &end, 10);
1113 *end != '\0')
/illumos-gate/usr/src/cmd/mdb/common/modules/libc/
H A Dlibc.c370 const lwpstatus_t *lsp, *end; local
372 end = (const lwpstatus_t *)((uintptr_t)wsp->walk_data + wsp->walk_addr);
377 if (lsp < end) {
/illumos-gate/usr/src/cmd/halt/
H A Dhalt.c1585 int start, end, delta; local
1593 end = time(NULL);
1594 delta = end - start;
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dvm_machdep.c776 * a PAGESIZE redzone at the beginning and end.
1381 pfn_t start, end; local
1387 end = mem_node_config[mnode].physmax;
1388 ASSERT(start <= end);
1398 end < mnoderanges[n].mnr_pfnlo);
1413 end);
1427 mnoderanges[n].mnr_pfnhi = MIN(MEMRANGEHI(mri), end);
1436 ASSERT(mnoderanges[*prev].mnr_pfnlo > end);
1465 plat_slice_add(pfn_t start, pfn_t end) argument
1467 mem_node_add_slice(start, end);
1474 plat_slice_del(pfn_t start, pfn_t end) argument
[all...]
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c573 * Minimum amount of lookahead, except at the end of the input file.
748 * Minimum amount of lookahead, except at the end of the input file.
1499 * Do not look for matches beyond the end of the input. This
1534 * end of the window, or to check more often for
1726 unsigned more; /* Amount of free space at the end of the window. */
1838 * Flush the current block, with given end-of-file flag.
1839 * IN assertion: strstart is set to the end of the current match.
1950 * except at the end of the input file. We need
2073 * except at the end of the input file. We need
2152 * end o
4189 Bytef *end; /* one byte after sliding window */ member in struct:inflate_blocks_state
[all...]
/illumos-gate/usr/src/cmd/find/
H A Dfind.c197 char *end; member in struct:Arglist
401 if (lastlist->end != lastlist->nextstr) {
998 ap->nextstr = ap->end;
1414 ap->end = (char *)ap + varsize;
1415 ap->nextstr = ap->end;
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlemon.c169 ** symbols which are allowed to immediately follow the end of the rule.
1260 ** splits occur at a space, if there is a space available near the end
1273 int end, restart, base; local
1297 end = restart = findbreak(&errmsg[base],0,availablewidth);
1300 fprintf(stdout,"%s%.*s\n",prefix,end,&errmsg[base]);
1667 char *sv = 0, *end; local
1696 dv = strtod(cp,&end);
1697 if( *end ){
1700 errline(i,((unsigned long)end)-(unsigned long)argv[i],err);
1707 lv = strtol(cp,&end,
[all...]
/illumos-gate/usr/src/uts/common/io/lvm/mirror/
H A Dmirror_resync.c273 int i, start, end; local
369 end = start + MDMN_MSG_RR_CLEAN_DATA_BYTES(rmsg) * NBBY;
373 for (i = start; i < end; i++) {
402 int i, start, end; local
447 end = start + MDMN_MSG_RR_CLEAN_DATA_BYTES(rmsg) * NBBY;
448 for (i = start; i < end; i++) {
997 * At the end of a resync, send a message to all nodes to indicate that
1162 * submirror state updated is at the end of a resync phase. This can be
3108 * not, allocate it and then fill the [start..end] entries.
3250 * not, allocate it and then fill the [start..end] entrie
3645 int end = (int)iocp->rr_end; local
3704 int i, start, end; local
[all...]
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dtpm_specific.c2781 goto end;
2787 goto end;
2794 goto end;
2804 goto end;
2820 goto end;
2826 goto end;
2832 end:
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dcommon.c1910 /* put 0 at end */
2302 const char *start, *end, *p; local
2311 end = strchr(addr, ']');
2312 if (end != NULL) {
2315 if (start >= end || start == NULL)
2317 for (i = 0, p = start + 1; p < end; p++) {
2322 p = strchr(end, ':');
2324 p = end + 1;
2849 /* : Stop the process if we found the end of the string (two consequent NULs) */
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.c73 #define SHELP_END "end"
118 { CMD_END, "end", SHELP_END },
352 "end ",
416 "end ",
438 "end ",
890 /* This is the back-end helper function for read_input() below. */
1267 int end; local
1282 end = strlen(str) - 1;
1283 while (end >= 0 && (str[end]
[all...]
/illumos-gate/usr/src/uts/common/inet/kssl/
H A Dksslrec.c143 rv = crypto_mac_init(m, k, NULL, c, NULL); if (CRYPTO_ERR(rv)) goto end;
148 rv = crypto_mac_update(c, &dd, NULL); if (CRYPTO_ERR(rv)) goto end;
153 rv = crypto_mac_final(c, &mac, NULL); if (CRYPTO_ERR(rv)) goto end;
1130 end:
1185 goto end;
1192 goto end;
1197 end:
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_val.c296 * make sure that there's a NUL at the end. However,
302 * NUL at the end. The memory allocation function
1637 * Make sure there's a NUL at the end of a string,
1639 * already a NUL at the end.
1701 /* Find the next delimiter, or end-of-string */
1800 * In order to find the end of the item value, we must look
1809 * until we've reached the end.
1977 * determined until we've reached the end, we then continue
2010 /* Skip to the end */
2026 /* Skip to the end */
2328 int end = val->val[i].length; local
[all...]
H A Dnis_parse_ldap_map.c45 static __nis_object_dn_t *parse_object_dn(const char *s, const char *end);
787 parse_object_dn(const char *s, const char *end) argument
805 while (s < end) {
807 s_end = end;
2156 skip_get_dn(const char *dn, const char *end) argument
2172 if (dn >= end)
2220 if (dn == end) {
2681 * INPUT: begin and end of string and __nis_object_dn_t
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_cc.c1725 * Reset context-dependent variables and state at the end of cooking a D probe
1828 * We start cpp just prior to the \n at the end of this line so that
1945 const char *end; local
1949 if ((end = strrchr(arg, '/')) == NULL)
1960 (void) strlcpy(dld->dtld_libpath, arg, end - arg + 2);
2149 const char *p, *end; local
2181 end = strrchr(dld->dtld_library, '/');
2183 assert(end != NULL);
2184 if (strcmp(end + 1, dp->d_name) == 0)

Completed in 359 milliseconds

<<21222324252627282930>>