Searched refs:start (Results 351 - 375 of 1002) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dthread.c721 caddr_t start; /* kernel stack start */ local
725 caddr_t ustart; /* userland copy of kernel stack, aligned start */
803 log[i].start,
849 * compute stack memory aera start and end (start < end).
853 start = t.t_stkbase;
857 start = t.t_stk;
862 mdb_printf("%0?p %0?p", addr, start);
864 /* (end - start), kerne
[all...]
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_protect.c276 uchar_t *start = (uchar_t *)dh4->options; local
279 while (start < end) {
280 if (*start == CD_PAD) {
281 start++;
284 if (*start == CD_END)
287 otype = *start++;
288 olen = *start++;
290 *opt = start;
294 start += olen;
300 * Locate the start o
1614 get_l3_info(mblk_t *mp, size_t hdrsize, uchar_t **start, uchar_t **end, mblk_t **nmp) argument
1658 uchar_t *start, *end; local
1935 uchar_t *start, *end; local
2122 uchar_t *start, *end; local
[all...]
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DActiveDiscoverer.java96 // Do an initial active discovery then start a thread to
99 public void start() { method in class:ActiveDiscoverer
152 super.start();
157 // Implement the Runnable interface for a thread to start.
H A DSLPV1Manager.java94 // Create an SLPv1 Advertiser and start it running.
198 start(SLPConfig config, ServerDATable table, ServiceTable stable) { method in class:SLPV1Manager
250 ad.start();
H A Dslpd.java335 // Either start or stop the server, depending on what was
339 start();
363 static void start() throws ServiceLocationException { method in class:slpd
380 rh.start();
384 // Start a StreamListener on loopback to start accepting locals regs
456 SLPV1Manager.start(config, daTable, table);
/illumos-gate/usr/src/cmd/msgfmt/
H A Dgnu_po.y54 start : label
55 | start po
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/
H A DTestGetAggregate.java172 }).start();
206 }).start();
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dstats.c186 sp->start = gethrtime();
198 sp->fmd_stats.fmds_value.ui64 = sp->stop - sp->start;
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_fnmount.c697 char *start; local
705 start = strstr(opts, MNTOPT_NOSUID);
707 if (start != NULL) {
708 while (start > opts && isspace(*(start - 1))) {
709 start--;
711 if ((start == opts || *(start - 1) == ',') &&
/illumos-gate/usr/src/cmd/auditd/
H A Dsvc-auditd51 start)
81 # The decision whether to start
113 # do_start - service start method helper.
193 # Call main() to start the own script execution.
/illumos-gate/usr/src/tools/ctf/stabs/common/
H A Dforth.c334 char *start = (strcmp(line, "verbatim_end") == 0 ? local
339 line, start);
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.h182 #define FLASH_START(start) ((start) * SF_SEC_SIZE)
/illumos-gate/usr/src/uts/sparc/os/
H A Dsundep.c150 thread_load(kthread_t *t, void (*start)(), caddr_t arg, size_t len) argument
160 * the caller of "start".
184 rwin->rw_in[7] = (intptr_t)start;
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Ddoupdate.c174 * Clear from the start of the current row to bottom of screen.
259 /* Find start of blank tail region. */
306 /* If attributes at start of field are different
385 * those of start of the next common region. If they
550 int start, finish, to, row; local
573 start = 0;
577 (void) __m_cc_erase(curscr, start, 0, finish, curscr->_maxx-1);
579 (void **) curscr->_line, curscr->_maxy, start, finish, to
592 int start, finish, to, row; local
618 start
[all...]
/illumos-gate/usr/src/boot/sys/boot/efi/boot1/
H A DMakefile32 SRCS= boot1.c self_reloc.c start.S ufs_module.c zfs_module.c devopen.c
33 OBJS= boot1.o self_reloc.o start.o ufs_module.o zfs_module.o devopen.o
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_tx.c232 uint64_t start, end, i; local
255 start = (off < dn->dn_datablksz) ? 0 : 1;
257 if (start == 0 && (off > 0 || len < dn->dn_datablksz)) {
268 start = off >> dn->dn_datablkshift;
271 err = dmu_tx_check_ioerr(zio, dn, 0, start);
278 if (end != start && end <= dn->dn_maxblkid &&
288 for (i = (start>>shft)+1; i < end>>shft; i++) {
323 if (start <= dn->dn_maxblkid) {
327 while (start <= dn->dn_maxblkid) {
331 err = dbuf_hold_impl(dn, 0, start,
701 uint64_t start = off >> shift; local
[all...]
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetvalues.c141 int start; member in struct:__anon3487
238 result[nSubtypes].start = thisToken - target;
269 char *t = (char *)target+targetTypes[i].start;
273 char *a = attr + subtypes[j].start;
/illumos-gate/usr/src/cmd/wall/
H A Dwall.c95 char *ptr, *start; local
191 start = &mesg[0];
192 ptr = start;
193 while ((ptr - start) < 3000) {
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dpci.c420 * Find the start of a pci resource.
454 uint32_t start, size; local
456 pci_read_config_dword(dev, bar, &start);
461 pci_write_config_dword(dev, bar, start);
463 if (start & PCI_BASE_ADDRESS_SPACE_IO) {
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DStatisticList.java143 * including samples which satisfy the start and end criteria.
145 * @param start start time or null if unspecified.
150 public AggregateStatistic getSnapshotForInterval(Date start, argument
154 return (getSnapshotForInterval(iterator(), start, end));
159 * including samples which satisfy the start and end criteria.
163 * @param start start time or null if unspecified.
169 Date start, Date end)
172 return (f.getSnapshotForInterval(it, start, en
168 getSnapshotForInterval(Iterator it, Date start, Date end) argument
[all...]
/illumos-gate/usr/src/cmd/fwflash/common/
H A Dfwflash.h108 * start allows us to display flashable devices attached with
114 int (*fw_identify)(int start);
/illumos-gate/usr/src/cmd/tail/
H A Dforward.c199 map.start = NULL;
214 if (map.start[i] == '\n' && --off == 0)
232 if (map.start != NULL && munmap(map.start, map.maplen)) {
/illumos-gate/usr/src/cmd/th_tools/
H A Dth_script.sh121 th_manage $1 $2 start
/illumos-gate/usr/src/cmd/tnf/tnfxtract/
H A Dtnfxtract.c208 read_tnf_fwzone(tnf_ref32_t *dest, int start, int slots) argument
217 offset = tnf_header->block_size + start * sizeof (tnf_ref32_t);
229 ioctl_arg.start = start;
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_util.c377 char *start = startptr; local
380 while (start < end) {
381 if (*start == 0) {
384 ++start;

Completed in 88 milliseconds

<<11121314151617181920>>