Searched refs:end (Results 401 - 425 of 929) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/lib/libc/port/aio/
H A Dposix_aio.c49 cond_t _aio_waitn_cv = DEFAULTCV; /* wait for end of aio_waitn */
943 timespec_t end; local
982 if (_aio_check_timeout(utimo, &end, &timedwait) != 0) {
1018 error = _aio_get_timedelta(&end, wait);
1046 if (_aio_check_timeout(utimo, &end, &timedwait) != 0) {
1135 (error = _aio_get_timedelta(&end, wait)) == -1) {
1251 _aio_check_timeout(const timespec_t *utimo, timespec_t *end, int *timedwait) argument
1263 end->tv_sec = utimo->tv_sec + curtime.tv_sec;
1264 end->tv_nsec = utimo->tv_nsec + 1000 * curtime.tv_usec;
1265 if (end
[all...]
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_node.c252 * Add an hsnode to the end of the free list.
554 * end up mapping all of them to the same node.
727 goto end;
735 goto end;
747 end:
776 int end; local
846 end = dhp->hs_dirent.ext_size;
847 dirsiz = end;
851 while (offset < end) {
877 end
[all...]
/illumos-gate/usr/src/lib/libpool/common/
H A Ddict.c203 uchar_t *end = start + len; local
206 while (start < end) {
/illumos-gate/usr/src/cmd/rcap/rcapd/
H A Drcapd_scanner.c192 caddr_t cur, end; local
201 end = cur + asmapp->pr_npage;
202 while (cur < end) {
545 pageout(pid_t pid, struct ps_prochandle *Pr, caddr_t start, caddr_t end) argument
549 if (end <= start)
553 res = pr_memcntl(Pr, start, (end - start), MC_SYNC,
555 debug_high("pr_memcntl [%p-%p): %d", (void *)start, (void *)end, res);
567 (void *)start, (long long)(end - start), errno);
839 * The end of mapping was reached before any
856 * Page out from vicaddr to the end o
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_nat.c148 * It is the end of table, let the client know. And the transaction
183 end:
292 end:
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd.c338 const char *end, *cp; local
342 end = begin + strlen(begin);
344 while (begin < end && isspace(*begin))
346 while (begin < end && isspace(*(end - 1)))
347 end--;
349 if (begin >= end)
354 if (cp >= end)
697 TRACE((FMD_DBG_MOD, "garbage collect end"));
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk1.c815 * can be removed from the symbol table at function end
1633 wchar_t *end; local
1646 end = dst + len; \
1660 end = dst + len;
1665 if (op + (i = rm[0].rm_sp - ip) >= end)
1690 if (op >= end)
1694 if (op + (i = rmp->rm_ep - rmp->rm_sp) >= end)
1702 if (*ip == '\0') /* If at end break */
1707 if (op >= end)
1717 if (op + (i = wcslen(ip)) >= end)
[all...]
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg.l41 * to these call the functions we provide at the end of this source file,
94 <INITIAL>end { BEGIN WORD; return (SCC_END); }
142 * backslashed-characters, and end with a
/illumos-gate/usr/src/lib/sun_fc/common/
H A DHBAList.cc318 hbas.insert(hbas.end(), tmp[i]);
373 tgthbas.insert(tgthbas.end(), tmp[i]);
H A DHBAPort.cc263 npivportsByIndex.insert(npivportsByIndex.end(), port);
277 if (npivportsByWWN.find(wwn) == npivportsByWWN.end()) {
/illumos-gate/usr/src/lib/libadm/common/
H A Dckdate.c396 } /* end of while fmt and valid */
411 char *ept, end[128]; local
413 ept = end;
/illumos-gate/usr/src/uts/sun4u/vm/
H A Dmach_sfmmu.c112 extern char end[];
133 datava = (caddr_t)((uintptr_t)end & MMU_PAGEMASK4M);
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dmach_proc_init.s109 add %l3, %g1, %g1 ! %g1 = end of the array
110 add %l1, LPAD_DATA_SIZE, %g2 ! %g2 = end of data section
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dldc.h216 uint64_t end);
218 uint64_t end);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_replay.c190 zfs_replay_fuid_domain(void *buf, void **end, uint64_t uid, uint64_t gid) argument
209 *end = zfs_replay_fuid_domain_common(fuid_infop, buf, domcnt);
217 zfs_replay_fuids(void *start, void **end, int idcnt, int domcnt, uint64_t uid, argument
243 *end = zfs_replay_fuid_domain_common(fuid_infop, log_fuid, domcnt);
311 * eventually end up in zfs_mknode(), which assigns the object's
438 * eventually end up in zfs_mknode(), which assigns the object's
650 eod = offset + length; /* end of data for this write */
654 * and may extend beyond the current end of the file.
660 * new end of file is passed through in zfsvfs->z_replay_eof
663 zfsvfs->z_replay_eof = 0; /* 0 means don't change end o
696 uint64_t end; local
[all...]
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.h77 line_t *end; member in struct:entry
102 line_t *end; member in struct:__anon471
238 * menu.lst comments create by Live Upgrade. Note that these are the end of
/illumos-gate/usr/src/boot/sys/boot/arm/uboot/
H A Dldscript.arm103 PROVIDE (end = .);
/illumos-gate/usr/src/uts/common/syscall/
H A Dfcntl.c836 u_offset_t start, end; local
872 end = MAXEND;
876 end = (u_offset_t)(start + (flp->l_len - 1));
877 ASSERT(end <= max);
884 end = start;
889 ASSERT(end <= max);
893 end == (offset_t)max) {
896 if (start > end)
/illumos-gate/usr/src/uts/common/inet/ilb/
H A Dilb.c144 /* Back end server handling routines. */
734 /* Add it to the global list and hash array at the end. */
1207 * Add a back end server to a rule. If the address is IPv4, it is assumed
1252 goto end;
1263 goto end;
1280 goto end;
1286 goto end;
1300 goto end;
1305 goto end;
1316 goto end;
[all...]
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_util.c499 * non-string copies into the buffer, and still end up with
507 /* Put a NUL at the end, just in case we printf() */
765 char *s, *d, *end; local
770 end = s + val->val[i].length;
776 for (d = s; s < end; s++, d++) {
782 * Reached the end, in which case will not go into loop,
785 for (; s < end; s++) {
793 if (s >= end)
/illumos-gate/usr/src/lib/libipmi/common/
H A Dipmi_entity.c223 uint8_t start, end; local
233 end = eap->is_ea_sub[1].is_ea_sub_instance;
236 for (i = start; i <= end; i++) {
245 end = eap->is_ea_sub[3].is_ea_sub_instance;
248 for (i = start; i <= end; i++) {
/illumos-gate/usr/src/cmd/sdiff/
H A Dsdiff.c449 char *cp, *end; local
454 end = cp + num;
455 while (cp < end) {
461 if ((len = end - cp) > MB_LEN_MAX)
472 if ((cp + d_col) > end)
846 /* continue reading and add to end of buffer */
/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A Dlistener.c332 char *end; local
334 end = strchr(at, ']');
335 if (end != NULL)
345 *end = '\0';
366 *end = ']';
/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddomain.c711 int end; local
713 end = sm_strlcat(buf, mxhosts[i], len);
714 if (i != nmx && end + 1 < len)
716 buf[end] = map->map_coldelim;
717 buf[end + 1] = '\0';
848 ** If name does not end with a dot and search up local domain
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_health.c108 const int end = 8; /* 8 shorts, 128 bits in an IPv6 address */ local
111 for (i = 0; i < end; i++) {
115 if (addr[i] != 0 || i == 0 || i == (end - 1)) {
119 if ((i + 1) < end && addr[i + 1] != 0) {
124 while ((i + 1) < end && addr[i + 1] == 0)

Completed in 119 milliseconds

<<11121314151617181920>>