/illumos-gate/usr/src/uts/common/dtrace/ |
H A D | sdt_subr.c | 2 * CDDL HEADER START 200 { "io", "start", 0, 0, "buf_t *", "bufinfo_t *" }, 201 { "io", "start", 1, 0, "buf_t *", "devinfo_t *" }, 202 { "io", "start", 2, 0, "buf_t *", "fileinfo_t *" }, 206 { "io", "wait-start", 0, 0, "buf_t *", "bufinfo_t *" }, 207 { "io", "wait-start", 1, 0, "buf_t *", "devinfo_t *" }, 208 { "io", "wait-start", 2, 0, "buf_t *", "fileinfo_t *" }, 266 { "iscsi", "xfer-start", 0, 0, "idm_conn_t *", "conninfo_t *" }, 267 { "iscsi", "xfer-start", 1, 0, "idm_conn_t *", "iscsiinfo_t *" }, 268 { "iscsi", "xfer-start", 2, 1, "uintptr_t", "xferinfo_t *" }, [all …]
|
/illumos-gate/usr/src/cmd/fs.d/nfs/dtrace/ |
H A D | nfs-trace.d | 33 * nfsv3:::op-*-start {} 61 nfsv3:::op-getattr-start, 62 nfsv3:::op-setattr-start, 63 nfsv3:::op-lookup-start, 64 nfsv3:::op-access-start, 65 nfsv3:::op-commit-start, 66 nfsv3:::op-create-start, 67 nfsv3:::op-fsinfo-start, 68 nfsv3:::op-fsstat-start, 69 nfsv3:::op-link-start, [all …]
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_dhcp.c | 2 * CDDL HEADER START 269 unsigned char *start, save; in show_options() local 279 start = cp; in show_options() 282 while (start < end) { in show_options() 283 if (*start == CD_PAD) { in show_options() 284 start++; in show_options() 287 if (*start == CD_END) in show_options() 290 save = *start++; in show_options() 299 if (*start != 4) { in show_options() 303 start++; in show_options() [all …]
|
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/ |
H A D | Statistic.java | 2 * CDDL HEADER START 46 * Return the start of the sample period for which the 99 * iterator (which must be of the same type) whose start and 100 * end dates lie within the supplied ranges. If either start 102 * start date is supplied, then start checking is disabled. 104 * @param start The start date for qualification in the snapshot. 109 Date start, Date end) throws IllegalArgumentException; in getSnapshotForInterval() argument 125 * The start of the interval during which the statistic was 128 private final Date start; field in AbstractStatistic 137 * Formatter for the sample start time, used by toString(). [all …]
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | range_tree.c | 2 * CDDL HEADER START 190 uint64_t start, uint64_t shift, in range_tree_create_impl() argument 222 rt->rt_start = start; in range_tree_create_impl() 234 void *arg, uint64_t start, uint64_t shift) in range_tree_create() argument 236 return (range_tree_create_impl(ops, type, arg, start, shift, NULL, 0)); in range_tree_create() 266 range_tree_add_impl(void *arg, uint64_t start, uint64_t size, uint64_t fill) in range_tree_add_impl() argument 272 uint64_t end = start + size, gap = rt->rt_gap; in range_tree_add_impl() 278 ASSERT3U(start + size, >, start); in range_tree_add_impl() 280 rs_set_start(&rsearch, rt, start); in range_tree_add_impl() 297 if (rstart <= start && rend >= end) { in range_tree_add_impl() [all …]
|
H A D | space_reftree.c | 2 * CDDL HEADER START 99 space_reftree_add_seg(avl_tree_t *t, uint64_t start, uint64_t end, in space_reftree_add_seg() argument 102 space_reftree_add_node(t, start, refcnt); in space_reftree_add_seg() 128 uint64_t start = -1ULL; in space_reftree_generate_map() local 137 if (start == -1ULL) { in space_reftree_generate_map() 138 start = sr->sr_offset; in space_reftree_generate_map() 141 if (start != -1ULL) { in space_reftree_generate_map() 143 ASSERT(start <= end); in space_reftree_generate_map() 144 if (end > start) in space_reftree_generate_map() 145 range_tree_add(rt, start, end - start); in space_reftree_generate_map() [all …]
|
/illumos-gate/usr/src/uts/common/crypto/io/ |
H A D | arcfour.c | 2 * CDDL HEADER START 268 char *start, *end; in rc4_crypt_update() local 269 start = input->cd_raw.iov_base + input->cd_offset; in rc4_crypt_update() 273 if (start + input->cd_length > end) in rc4_crypt_update() 276 arcfour_crypt(key, (uchar_t *)start, (uchar_t *)start, in rc4_crypt_update() 281 uchar_t *start, *end; in rc4_crypt_update() local 287 mp1 = advance_position(mp, input->cd_offset, &start); in rc4_crypt_update() 300 if (_PTRDIFF(mp1->b_wptr, start) > left) { in rc4_crypt_update() 302 arcfour_crypt(key, start, start, len); in rc4_crypt_update() 305 len = _PTRDIFF(mp1->b_wptr, start); in rc4_crypt_update() [all …]
|
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | mandoc.c | 95 mandoc_escape(const char **end, const char **start, int *sz) in mandoc_escape() argument 107 if (NULL == start) in mandoc_escape() 108 start = &local_start; in mandoc_escape() 127 *start = ++*end; in mandoc_escape() 131 switch ((*start)[-1]) { in mandoc_escape() 142 if (**start == ' ') { in mandoc_escape() 150 if ('\'' != **start) in mandoc_escape() 152 *start = ++*end; in mandoc_escape() 207 switch ((*start)[-1]) { in mandoc_escape() 218 switch (**start) { in mandoc_escape() [all …]
|
/illumos-gate/usr/src/cmd/lp/filter/postscript/postreverse/ |
H A D | postreverse.c | 2 * CDDL HEADER START 56 * start from begining looking for a DSC page comment 57 * (that is the header) start from the end looking for 58 * a DSC trailer comment (that is the trailer) start from 61 * start from the header until the trailer looking for BSD 66 * pages, print it from start to end unaltered if they all 251 int start, end; in ParsePageList() local 256 start = atoi(s1); in ParsePageList() 258 if (end < start) { in ParsePageList() 261 end = start; in ParsePageList() [all …]
|
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | memnode.c | 2 * CDDL HEADER START 71 mem_node_add_slice(pfn_t start, pfn_t end) in mem_node_add_slice() argument 78 * We need to round down to get the real start of in mem_node_add_slice() 82 start &= ~(btop(mem_node_physalign) - 1); in mem_node_add_slice() 86 mnode = PFN_2_MEM_NODE(start); in mem_node_add_slice() 93 if (start < mem_node_config[mnode].physbase) in mem_node_add_slice() 94 mem_node_config[mnode].physbase = start; in mem_node_add_slice() 98 mem_node_config[mnode].physbase = start; in mem_node_add_slice() 122 mem_node_del_slice(pfn_t start, pfn_t end) in mem_node_del_slice() argument 129 start &= ~(btop(mem_node_physalign) - 1); in mem_node_del_slice() [all …]
|
/illumos-gate/usr/src/psm/promif/ieee1275/common/ |
H A D | prom_printf.c | 2 * CDDL HEADER START 41 _pput_flush(char *start, char *end) in _pput_flush() argument 44 start, end - start, 0, BYTE) == -1) in _pput_flush() 100 char *s, *start; in _doprint() local 109 start = *bp; in _doprint() 118 if (start == localbuf) { in _doprint() 119 _pput_flush(start, *bp); in _doprint() 124 if (start == localbuf && (*bp - start > 80)) { in _doprint() 125 _pput_flush(start, *bp); in _doprint() 200 if (start == localbuf && (*bp - start > 80)) { in _doprint() [all …]
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/misc/ |
H A D | tst.schrock.ksh | 2 # CDDL HEADER START 44 self->start = vtimestamp; 48 /self->start/ 50 trace(vtimestamp - self->start); 54 /self->start/ 56 trace(vtimestamp - self->start); 60 /self->start/ 62 self->start = 0; 67 /self->start/ 69 trace(vtimestamp - self->start); [all …]
|
/illumos-gate/usr/src/cmd/audio/utilities/ |
H A D | AudioExtent.cc | 2 * CDDL HEADER START 37 double s, // start time in AudioExtent() 42 SetStart(s); // set start/end times in AudioExtent() 77 // Get start time 81 return (start); in GetStart() 84 // Set start time 87 Double s) // start time, in seconds in SetStart() 90 start = 0.; in SetStart() 92 start = s; in SetStart() 133 return (x - start); in GetLength() [all …]
|
/illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
H A D | range_tree.h | 2 * CDDL HEADER START 60 * All data that is stored in the range tree must have a start higher 198 rs_set_start_raw(range_seg_t *rs, range_tree_t *rt, uint64_t start) in rs_set_start_raw() argument 203 ASSERT3U(start, <=, UINT32_MAX); in rs_set_start_raw() 204 ((range_seg32_t *)rs)->rs_start = (uint32_t)start; in rs_set_start_raw() 207 ((range_seg64_t *)rs)->rs_start = start; in rs_set_start_raw() 210 ((range_seg_gap_t *)rs)->rs_start = start; in rs_set_start_raw() 257 rs_set_start(range_seg_t *rs, range_tree_t *rt, uint64_t start) in rs_set_start() argument 259 ASSERT3U(start, >=, rt->rt_start); in rs_set_start() 260 ASSERT(IS_P2ALIGNED(start, 1ULL << rt->rt_shift)); in rs_set_start() [all …]
|
/illumos-gate/usr/src/common/net/dhcp/ |
H A D | scan.c | 2 * CDDL HEADER START 43 field_scan(uint8_t *start, uint8_t *end, DHCP_OPT **options, in field_scan() argument 48 while (start < end) { in field_scan() 49 if (*start == CD_PAD) { in field_scan() 50 start++; in field_scan() 53 if (*start == CD_END) in field_scan() 55 if (*start > last_option) { in field_scan() 56 if (++start < end) in field_scan() 57 start += *start + 1; in field_scan() 61 current = start; in field_scan() [all …]
|
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/ |
H A D | ps_include.c | 2 * CDDL HEADER START 50 long start; member 119 prolog.start = prolog.end = 0; in ps_include() 120 page.start = page.end = 0; in ps_include() 121 trailer.start = 0; in ps_include() 129 page.start = ftell(fin); in ps_include() 133 else if (foundpage && page.end <= page.start) in ps_include() 142 page.start = ftell(fin); in ps_include() 148 prolog.end = page.start = ftell(fin); in ps_include() 150 trailer.start = ftell(fin); in ps_include() [all …]
|
/illumos-gate/usr/src/test/net-tests/tests/ipv6/ |
H A D | link-local.ksh | 59 function start { function 157 start "create-if, delete-if, repeat" 164 start "create/delete-addr with plumbed interface" 171 start "create/delete_addr without plumbed interface" 177 start "create_addr, delete-addr, repeat" 184 start "create_addr, delete-if, create-if, create-addr" 191 start "run without ndp" 198 start "start without ndp, enable after create-if" 208 start "start without ndp, enable after create-addr" 217 start "start without ndp, enable after delete-addr" [all …]
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | Makefile.am | 41 noinst_DATA = pre_stage2 start start_eltorito nbloader pxeloader diskless 42 noinst_PROGRAMS = pre_stage2.exec start.exec start_eltorito.exec \ 54 noinst_DATA = pre_stage2 start start_eltorito 55 noinst_PROGRAMS = pre_stage2.exec start.exec start_eltorito.exec \ 128 start_exec_SOURCES = start.S 136 start_exec-start.$(OBJEXT): stage2_size.h 138 stage2: pre_stage2 start 140 cat start pre_stage2 > stage2 146 start_eltorito_exec-start.$(OBJEXT): stage2_size.h 153 e2fs_stage1_5_exec_SOURCES = start.S asm.S common.c char_io.c disk_io.c \ [all …]
|
/illumos-gate/usr/src/uts/sun4/os/ |
H A D | memnode.c | 2 * CDDL HEADER START 68 mem_node_add_slice(pfn_t start, pfn_t end) in mem_node_add_slice() argument 75 * We need to round down to get the real start of in mem_node_add_slice() 79 start &= ~(btop(mem_node_physalign) - 1); in mem_node_add_slice() 83 mnode = PFN_2_MEM_NODE(start); in mem_node_add_slice() 90 if (start < mem_node_config[mnode].physbase) in mem_node_add_slice() 91 mem_node_config[mnode].physbase = start; in mem_node_add_slice() 95 mem_node_config[mnode].physbase = start; in mem_node_add_slice() 118 mem_node_del_slice(pfn_t start, pfn_t end) in mem_node_del_slice() argument 125 start &= ~(btop(mem_node_physalign) - 1); in mem_node_del_slice() [all …]
|
/illumos-gate/usr/src/common/mdesc/ |
H A D | mdesc_scandag.c | 2 * CDDL HEADER START 61 int start; in md_scan_dag() local 78 * if we want to start at the top, start at index 0 in md_scan_dag() 81 start = (int)startnode; in md_scan_dag() 82 if (start == MDE_INVAL_ELEM_COOKIE) start = 0; in md_scan_dag() 85 * Scan from the start point until the first node. in md_scan_dag() 87 while (MDE_TAG(&mdp->mdep[start]) == MDET_NULL) start++; in md_scan_dag() 90 * This was a bogus start point if no node found in md_scan_dag() 92 if (MDE_TAG(&mdp->mdep[start]) != MDET_NODE) { in md_scan_dag() 93 return (-1); /* illegal start node specified */ in md_scan_dag() [all …]
|
H A D | mdesc_walkdag.c | 2 * CDDL HEADER START 69 mde_cookie_t start; in md_walk_dag() local 90 * if we want to start at the top, start at index 0 in md_walk_dag() 92 start = startnode; in md_walk_dag() 93 if (start == MDE_INVAL_ELEM_COOKIE) { in md_walk_dag() 94 start = 0; in md_walk_dag() 98 * Scan from the start point until the first node. in md_walk_dag() 100 while (start < mdp->element_count && in md_walk_dag() 101 MDE_TAG(&mdp->mdep[start]) == MDET_NULL) { in md_walk_dag() 102 start++; in md_walk_dag() [all …]
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | ptrmove.c | 2 * CDDL HEADER START 45 * Move range start..finish inclusive before the given location. 52 __m_ptr_move(array, length, start, finish, to) in __m_ptr_move() argument 54 unsigned length, start, finish, to; 59 array, length, start, finish, to 62 if (finish < start || length <= finish) 65 if (to < start) { 66 reverse(array, to, start-1); 67 reverse(array, start, finish); 70 reverse(array, start, finish); [all …]
|
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | revlib.c | 33 * copy the lines starting at offset <start> from in <in> to <out> 36 int rev_line(Sfio_t *in, Sfio_t *out, off_t start) in rev_line() argument 47 if(start>0 && sfmove(in, (Sfio_t*)0, start, -1) != start) in rev_line() 52 start=0; in rev_line() 54 if((offset = sfseek(in,(off_t)0,SEEK_END)) <= start) in rev_line() 60 if(offset < start) in rev_line() 62 n -= (start-offset); in rev_line() 63 offset = start; in rev_line() 101 if(offset <= start) in rev_line() 107 sfseek(in, start, SEEK_SET); in rev_line()
|
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ |
H A D | ldap_service_stash.c | 50 char line[RECORDLEN]="0", *start=NULL, *file=NULL; local 98 for (start = line; isspace(*start); ++start); 101 if (*start == '!' || *start == '#') 119 start = strchr(line, '\n'); 120 if (start) 121 *start = '\0'; 123 start = strchr(line, '#'); 124 if (start == NULL) { 130 ++ start; 136 if (!strncmp(start, "{FILE}", strlen("{FILE}"))) { [all …]
|
/illumos-gate/usr/src/lib/libc/port/regex/ |
H A D | engine.c | 87 const char *beginp; /* start of string -- virtual NUL precedes */ 93 states fresh; /* states for a fresh start */ 110 static const char *walk(struct match *m, const char *start, const char *stop, 149 * Given a multibyte string pointed to by start, step back nchar characters 153 stepback(const char *start, const char *cur, int nchar, unsigned int max) in stepback() argument 161 return ((cur - nchar) > start ? cur - nchar : NULL); in stepback() 166 if ((ret - mbc) < start) in stepback() 195 const char *start; in matcher() local 210 start = string + pmatch[0].rm_so; in matcher() 213 start = string; in matcher() [all …]
|