Home
last modified time | relevance | path

Searched refs:start (Results 1 – 25 of 1082) sorted by relevance

12345678910>>...44

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_dhcp.c267 unsigned char *start, save; in show_options() local
277 start = cp; in show_options()
280 while (start < end) { in show_options()
281 if (*start == CD_PAD) { in show_options()
282 start++; in show_options()
285 if (*start == CD_END) in show_options()
288 save = *start++; in show_options()
297 if (*start != 4) { in show_options()
301 start++; in show_options()
303 &start); in show_options()
[all …]
/titanic_41/usr/src/cmd/mandoc/
H A Dmandoc.c43 mandoc_escape(const char **end, const char **start, int *sz) in mandoc_escape() argument
55 if (NULL == start) in mandoc_escape()
56 start = &local_start; in mandoc_escape()
67 *start = ++*end; in mandoc_escape()
71 switch ((*start)[-1]) { in mandoc_escape()
89 if ('u' == (*start)[0] && ']' != (*start)[1]) in mandoc_escape()
94 if ('\'' != **start) in mandoc_escape()
96 *start = ++*end; in mandoc_escape()
97 if ('u' == (*start)[0] && '\'' != (*start)[1]) in mandoc_escape()
145 switch (**start) { in mandoc_escape()
[all …]
H A Deqn.c398 const char *start; in eqn_matrix() local
405 if (NULL == (start = eqn_nexttok(ep, &sz))) { in eqn_matrix()
409 if ( ! STRNEQ(start, sz, "{", 1)) { in eqn_matrix()
434 start = eqn_nexttok(ep, &sz); in eqn_matrix()
435 assert(start); in eqn_matrix()
436 if (STRNEQ(start, sz, "}", 1)) in eqn_matrix()
447 const char *start; in eqn_list() local
454 if (NULL == (start = eqn_nexttok(ep, &sz))) { in eqn_list()
458 if ( ! STRNEQ(start, sz, "{", 1)) { in eqn_list()
465 start = eqn_nexttok(ep, &sz); in eqn_list()
[all …]
/titanic_41/usr/src/cmd/lp/filter/postscript/postreverse/
H A Dpostreverse.c253 int start, end; in ParsePageList() local
258 start = atoi(s1); in ParsePageList()
260 if (end < start) { in ParsePageList()
263 end = start; in ParsePageList()
264 start = tmp; in ParsePageList()
267 start = end = atoi(s1); in ParsePageList()
269 while (start <= end) in ParsePageList()
272 size++, start++; in ParsePageList()
275 *tmp = start++; in ParsePageList()
317 return (write(fd, h->start, h->size)); in WriteDocumentHeader()
[all …]
/titanic_41/usr/src/uts/i86pc/os/
H A Dmemnode.c71 mem_node_add_slice(pfn_t start, pfn_t end) in mem_node_add_slice() argument
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()
132 mnode = PFN_2_MEM_NODE(start); in mem_node_del_slice()
137 delta_pgcnt = end - start; in mem_node_del_slice()
[all …]
/titanic_41/usr/src/uts/common/crypto/io/
H A Darcfour.c268 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()
306 arcfour_crypt(key, start, start, len); in rc4_crypt_update()
[all …]
/titanic_41/usr/src/cmd/dtrace/test/tst/common/misc/
H A Dtst.schrock.ksh44 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);
73 /self->start/
[all …]
/titanic_41/usr/src/cmd/smbsrv/dtrace/
H A Dcifs.d50 sdt:smbsrv::-smb_op*-start
91 sdt:smbsrv::-smb_op-SessionSetupX-start
127 sdt:smbsrv::-smb_op-LogoffX-start
136 sdt:smbsrv::-smb_op-TreeConnectX-start
158 sdt:smbsrv::-smb_op-TreeDisconnect-start
167 sdt:smbsrv::-smb_op-Open-start,
168 sdt:smbsrv::-smb_op-OpenX-start,
169 sdt:smbsrv::-smb_op-Create-start,
170 sdt:smbsrv::-smb_op-CreateNew-start,
171 sdt:smbsrv::-smb_op-CreateTemporary-start,
[all …]
/titanic_41/usr/src/psm/promif/ieee1275/common/
H A Dprom_printf.c41 _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()
201 _pput_flush(start, *bp); in _doprint()
[all …]
/titanic_41/usr/src/cmd/lp/filter/postscript/dpost/
H A Dps_include.c50 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()
152 if (page.end <= page.start) { in ps_include()
[all …]
/titanic_41/usr/src/common/net/dhcp/
H A Dscan.c45 field_scan(uint8_t *start, uint8_t *end, DHCP_OPT **options, in field_scan() argument
50 while (start < end) { in field_scan()
51 if (*start == CD_PAD) { in field_scan()
52 start++; in field_scan()
55 if (*start == CD_END) in field_scan()
57 if (*start > last_option) { in field_scan()
58 if (++start < end) in field_scan()
59 start += *start + 1; in field_scan()
63 current = start; in field_scan()
64 if (++start < end) in field_scan()
[all …]
/titanic_41/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DStatistic.java109 Date start, Date end) throws IllegalArgumentException; in getSnapshotForInterval() argument
128 private final Date start; field in AbstractStatistic
162 protected AbstractStatistic(Object value, Date start, Date end) in AbstractStatistic() argument
165 this.start = start; in AbstractStatistic()
175 return (start); in getStart()
208 if (start != null && end != null) { in toString()
210 buf.append(df.format(start)); in toString()
244 public DoubleStatistic(Double value, Date start, Date end) in DoubleStatistic() argument
246 super(value, start, end); in DoubleStatistic()
286 Date start, Date end) throws IllegalArgumentException in getSnapshotForInterval() argument
[all …]
/titanic_41/usr/src/uts/intel/io/drm/
H A Di915_mem.c62 unsigned start; in mark_block() local
70 start = p->start >> shift; in mark_block()
71 end = (p->start + p->size - 1) >> shift; in mark_block()
79 for (i = start; i <= end; i++) { in mark_block()
101 static struct mem_block *split_block(struct mem_block *p, int start, int size, drm_file_t *fpriv) in split_block() argument
104 if (start > p->start) { in split_block()
109 newblock->start = start; in split_block()
110 newblock->size = p->size - (start - p->start); in split_block()
126 newblock->start = start + size; in split_block()
149 int start = (p->start + mask) & ~mask; in alloc_block() local
[all …]
H A Dradeon_mem.c51 split_block(struct mem_block *p, int start, int size, drm_file_t *filp) in split_block() argument
54 if (start > p->start) { in split_block()
59 newblock->start = start; in split_block()
60 newblock->size = p->size - (start - p->start); in split_block()
76 newblock->start = start + size; in split_block()
99 int start = (p->start + mask) & ~mask; in alloc_block() local
100 if (p->filp == 0 && start + size <= p->start + p->size) in alloc_block()
101 return (split_block(p, start, size, filp)); in alloc_block()
108 find_block(struct mem_block *heap, int start) in find_block() argument
113 if (p->start == start) in find_block()
[all …]
/titanic_41/usr/src/cmd/checkeq/
H A Dcheckeq.c53 int start, line, eq, ndel, totdel; in check() local
56 start = eq = line = ndel = totdel = 0; in check()
83 start = 0; in check()
111 if (start == 0) in check()
112 start = line; in check()
116 line-start+1, delim, delim, start, line); in check()
117 start = line; in check()
120 if (start > 0) { in check()
123 line-start+1, delim, delim, start, line); in check()
124 start = 0; in check()
/titanic_41/usr/src/lib/libcmd/common/
H A Drevlib.c36 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()
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dspace_reftree.c105 space_reftree_add_seg(avl_tree_t *t, uint64_t start, uint64_t end, in space_reftree_add_seg() argument
108 space_reftree_add_node(t, start, refcnt); in space_reftree_add_seg()
133 uint64_t start = -1ULL; in space_reftree_generate_map() local
144 if (start == -1ULL) { in space_reftree_generate_map()
145 start = sr->sr_offset; in space_reftree_generate_map()
148 if (start != -1ULL) { in space_reftree_generate_map()
150 ASSERT(start <= end); in space_reftree_generate_map()
151 if (end > start) in space_reftree_generate_map()
152 range_tree_add(rt, start, end - start); in space_reftree_generate_map()
153 start = -1ULL; in space_reftree_generate_map()
[all …]
H A Drange_tree.c163 range_tree_add(void *arg, uint64_t start, uint64_t size) in range_tree_add() argument
168 uint64_t end = start + size; in range_tree_add()
174 rsearch.rs_start = start; in range_tree_add()
178 if (rs != NULL && rs->rs_start <= start && rs->rs_end >= end) { in range_tree_add()
181 (longlong_t)start, (longlong_t)size); in range_tree_add()
191 merge_before = (rs_before != NULL && rs_before->rs_end == start); in range_tree_add()
221 rs_after->rs_start = start; in range_tree_add()
225 rs->rs_start = start; in range_tree_add()
238 range_tree_remove(void *arg, uint64_t start, uint64_t size) in range_tree_remove() argument
243 uint64_t end = start + size; in range_tree_remove()
[all …]
/titanic_41/usr/src/uts/sun4/os/
H A Dmemnode.c68 mem_node_add_slice(pfn_t start, pfn_t end) in mem_node_add_slice() argument
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()
128 mnode = PFN_2_MEM_NODE(start); in mem_node_del_slice()
133 delta_pgcnt = end - start; in mem_node_del_slice()
[all …]
/titanic_41/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_service_stash.c52 char line[RECORDLEN]="0", *start=NULL, *file=NULL; local
100 for (start = line; isspace(*start); ++start);
103 if (*start == '!' || *start == '#')
121 start = strchr(line, '\n');
122 if (start)
123 *start = '\0';
125 start = strchr(line, '#');
126 if (start == NULL) {
132 ++ start;
138 if (!strncmp(start, "{FILE}", strlen("{FILE}"))) {
[all …]
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dptrmove.c54 __m_ptr_move(array, length, start, finish, to) in __m_ptr_move() argument
56 unsigned length, start, finish, to;
61 array, length, start, finish, to
64 if (finish < start || length <= finish)
67 if (to < start) {
68 reverse(array, to, start-1);
69 reverse(array, start, finish);
72 reverse(array, start, finish);
74 reverse(array, start, to-1);
/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/mech/
H A Dutil_ordering.c51 int start; member
139 for (i=q->start+q->length-1; i>after; i--) in queue_insert()
151 q->start++; in queue_insert()
152 if (q->start == QSIZE(q)) in queue_insert()
153 q->start = 0; in queue_insert()
172 q->start = 0; in g_order_init()
175 q->elem[q->start] = ((gssint_uint64)0 - 1) & q->mask; in g_order_init()
206 expected = (QELEM(q,q->start+q->length-1)+1) & q->mask; in g_order_check()
208 queue_insert(q, q->start+q->length-1, seqnum); in g_order_check()
214 queue_insert(q, q->start+q->length-1, seqnum); in g_order_check()
[all …]
/titanic_41/usr/src/common/zfs/
H A Dzfs_namecheck.c138 const char *start, *end; in entity_namecheck() local
164 start = path; in entity_namecheck()
168 end = start; in entity_namecheck()
181 for (const char *loc = start; loc != end; loc++) { in entity_namecheck()
204 if (start == end) { in entity_namecheck()
225 start = end + 1; in entity_namecheck()
256 const char *start, *end; in mountpoint_namecheck() local
273 start = &path[1]; in mountpoint_namecheck()
275 end = start; in mountpoint_namecheck()
279 if (end - start >= ZFS_MAX_DATASET_NAME_LEN) { in mountpoint_namecheck()
[all …]
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dptrmove.c58 unsigned int start, unsigned int finish, unsigned int to) in __m_ptr_move() argument
60 if (finish < start || length <= finish) in __m_ptr_move()
63 if (to < start) { in __m_ptr_move()
64 reverse(array, to, start-1); in __m_ptr_move()
65 reverse(array, start, finish); in __m_ptr_move()
68 reverse(array, start, finish); in __m_ptr_move()
70 reverse(array, start, to-1); in __m_ptr_move()
/titanic_41/usr/src/cmd/ypcmd/revnetgroup/
H A Dutil.c44 register char *start; local
47 start = line;
50 if (fgets(start, maxlen, fp) == NULL) {
53 for (p = start; *p; p++) {
55 if (p > start && *(p-1) == '\\') {
56 start = p - 1;
72 if (p > start)

12345678910>>...44