Home
last modified time | relevance | path

Searched refs:begin (Results 1 – 25 of 246) sorted by relevance

12345678910

/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp_sack.c63 head[0].begin = begin; in tcp_sack_insert()
90 tmp[j].begin = head[i].begin; in tcp_sack_insert()
97 begin = head[i].begin; in tcp_sack_insert()
109 begin = head[i].begin; in tcp_sack_insert()
120 head[0].begin = begin; in tcp_sack_insert()
123 head[i+1].begin = tmp[i].begin; in tcp_sack_insert()
168 tmp[j].begin = head[i].begin; in tcp_sack_remove()
175 head[i].begin = tmp[i].begin; in tcp_sack_remove()
253 if (begin == tmp->begin) { in tcp_notsack_insert()
410 tmp->begin = begin; in tcp_notsack_update()
[all …]
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_sack.c57 head[0].begin = begin; in tcp_sack_insert()
84 tmp[j].begin = head[i].begin; in tcp_sack_insert()
91 begin = head[i].begin; in tcp_sack_insert()
103 begin = head[i].begin; in tcp_sack_insert()
114 head[0].begin = begin; in tcp_sack_insert()
117 head[i+1].begin = tmp[i].begin; in tcp_sack_insert()
162 tmp[j].begin = head[i].begin; in tcp_sack_remove()
169 head[i].begin = tmp[i].begin; in tcp_sack_remove()
247 if (begin == tmp->begin) { in tcp_notsack_insert()
403 tmp->begin = begin; in tcp_notsack_update()
[all …]
/illumos-gate/usr/src/lib/libcommputil/common/
H A Dsdp_parse.c49 if (*begin++ != COMMP_EQUALS || commp_atoi(begin, end, version) != 0) in sdp_parse_version()
73 len = end - begin; in sdp_parse_name()
266 current = begin; in sdp_parse_origin()
317 COMMP_COPY_STR(new_origin->o_address, begin, current - begin); in sdp_parse_origin()
417 COMMP_COPY_STR(new_conn->c_nettype, begin, current - begin); in sdp_parse_connection()
495 COMMP_COPY_STR(new_conn->c_address, begin, current - begin); in sdp_parse_connection()
543 COMMP_COPY_STR(new_bw->b_type, begin, current - begin); in sdp_parse_bandwidth()
718 begin); in sdp_parse_zone()
769 COMMP_COPY_STR(new_key->k_method, begin, current - begin); in sdp_parse_key()
825 COMMP_COPY_STR(new_attr->a_name, begin, current - begin); in sdp_parse_attribute()
[all …]
H A Dcommp_util.c46 while (*begin < end) { in commp_skip_white_space()
47 if (!isspace(**begin)) in commp_skip_white_space()
49 (*begin)++; in commp_skip_white_space()
63 *current = *begin; in commp_find_token()
87 while (begin < end) { in commp_atoi()
91 begin++; in commp_atoi()
110 while (begin < end) { in commp_strtoull()
114 begin++; in commp_strtoull()
133 while (begin < end) { in commp_strtoub()
137 begin++; in commp_strtoub()
[all …]
/illumos-gate/usr/src/cmd/latencytop/common/
H A Dtable.c203 ++begin; in parse_config_cmd()
247 begin = tmp; in parse_sym_trans()
260 ++begin; in parse_sym_trans()
300 ++begin; in parse_sym_trans()
367 ++begin; in parse_dmacro()
392 ++begin; in parse_dmacro()
413 ++begin; in parse_dmacro()
519 ++begin; in parse_config()
528 end = begin + strlen(begin) - 1; in parse_config()
537 ++begin; in parse_config()
[all …]
/illumos-gate/usr/src/test/os-tests/tests/uccid/
H A Dexcl-nonblock.c37 uccid_cmd_txn_begin_t begin; in nonblock_thread() local
42 bzero(&begin, sizeof (begin)); in nonblock_thread()
44 begin.uct_version = UCCID_CURRENT_VERSION; in nonblock_thread()
45 begin.uct_flags = UCCID_TXN_DONT_BLOCK; in nonblock_thread()
47 ret = ioctl(fd, UCCID_CMD_TXN_BEGIN, &begin); in nonblock_thread()
58 uccid_cmd_txn_begin_t begin; in main() local
74 bzero(&begin, sizeof (begin)); in main()
77 begin.uct_version = UCCID_CURRENT_VERSION; in main()
81 if (ioctl(fda, UCCID_CMD_TXN_BEGIN, &begin) != 0) { in main()
H A Dexcl-loop.c38 uccid_cmd_txn_begin_t begin; in main() local
49 bzero(&begin, sizeof (begin)); in main()
52 begin.uct_version = UCCID_CURRENT_VERSION; in main()
56 if (ioctl(fd, UCCID_CMD_TXN_BEGIN, &begin) != 0) { in main()
60 ret = ioctl(fd, UCCID_CMD_TXN_BEGIN, &begin); in main()
74 ret = ioctl(fd, UCCID_CMD_TXN_BEGIN, &begin); in main()
77 ret = ioctl(fd, UCCID_CMD_TXN_BEGIN, &begin); in main()
H A Dexcl-close.c38 uccid_cmd_txn_begin_t begin; in main() local
44 bzero(&begin, sizeof (begin)); in main()
45 begin.uct_version = UCCID_CURRENT_VERSION; in main()
54 if (ioctl(fd, UCCID_CMD_TXN_BEGIN, &begin) != 0) { in main()
76 if (ioctl(fd, UCCID_CMD_TXN_BEGIN, &begin) != 0) { in main()
H A Dpollin.c37 uccid_cmd_txn_begin_t begin; in main() local
47 bzero(&begin, sizeof (begin)); in main()
48 begin.uct_version = UCCID_CURRENT_VERSION; in main()
49 if (ioctl(fd, UCCID_CMD_TXN_BEGIN, &begin) != 0) { in main()
H A Dexcl-basic.c36 uccid_cmd_txn_begin_t begin; in main() local
47 bzero(&begin, sizeof (begin)); in main()
50 begin.uct_version = UCCID_CURRENT_VERSION; in main()
55 if (ioctl(fd, UCCID_CMD_TXN_BEGIN, &begin) != 0) { in main()
H A Dexcl-reset.c36 uccid_cmd_txn_begin_t begin; in main() local
47 bzero(&begin, sizeof (begin)); in main()
50 begin.uct_version = UCCID_CURRENT_VERSION; in main()
55 if (ioctl(fd, UCCID_CMD_TXN_BEGIN, &begin) != 0) { in main()
H A Dpollout.c37 uccid_cmd_txn_begin_t begin; in main() local
47 bzero(&begin, sizeof (begin)); in main()
48 begin.uct_version = UCCID_CURRENT_VERSION; in main()
49 if (ioctl(fd, UCCID_CMD_TXN_BEGIN, &begin) != 0) { in main()
H A Dexcl-badread.c35 uccid_cmd_txn_begin_t begin; in main() local
47 bzero(&begin, sizeof (begin)); in main()
48 begin.uct_version = UCCID_CURRENT_VERSION; in main()
64 if (ioctl(fd, UCCID_CMD_TXN_BEGIN, &begin) != 0) { in main()
H A Dyk.c41 uccid_cmd_txn_begin_t begin; in main() local
52 bzero(&begin, sizeof (begin)); in main()
53 begin.uct_version = UCCID_CURRENT_VERSION; in main()
55 if (ioctl(fd, UCCID_CMD_TXN_BEGIN, &begin) != 0) { in main()
H A Dtxn-pollerr.c39 uccid_cmd_txn_begin_t begin; in main() local
56 bzero(&begin, sizeof (begin)); in main()
57 begin.uct_version = UCCID_CURRENT_VERSION; in main()
58 if (ioctl(fd, UCCID_CMD_TXN_BEGIN, &begin) != 0) { in main()
H A Dyk-readonly.c42 uccid_cmd_txn_begin_t begin; in main() local
54 bzero(&begin, sizeof (begin)); in main()
55 begin.uct_version = UCCID_CURRENT_VERSION; in main()
56 if (ioctl(fd, UCCID_CMD_TXN_BEGIN, &begin) == 0) { in main()
H A Dyk-poll.c42 uccid_cmd_txn_begin_t begin; in main() local
53 bzero(&begin, sizeof (begin)); in main()
54 begin.uct_version = UCCID_CURRENT_VERSION; in main()
55 if (ioctl(fd, UCCID_CMD_TXN_BEGIN, &begin) != 0) { in main()
H A Dstatus.c41 uccid_cmd_txn_begin_t begin; in main() local
56 bzero(&begin, sizeof (begin)); in main()
57 begin.uct_version = UCCID_CURRENT_VERSION; in main()
58 if (ioctl(efd, UCCID_CMD_TXN_BEGIN, &begin) != 0) { in main()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dcompletion.c294 if(*begin=='~' && !strchr(begin,'/')) in ed_expand()
318 begin += (dir-begin); in ed_expand()
324 if(begin>outbuff && (begin[-1]=='"' || begin[-1]=='\'')) in ed_expand()
325 begin--; in ed_expand()
359 size = *eol - (out-begin); in ed_expand()
367 saveout = begin; in ed_expand()
404 *begin++ = var; in ed_expand()
417 while (*com && *begin) in ed_expand()
439 if((cp=fmtx(begin))!=begin) in ed_expand()
447 else if((cp=fmtx(begin))!=begin) in ed_expand()
[all …]
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Ddb_shash.h33 #define HASHLOOKUP(begin, type, field, elt, r, n, hash, cmp) do { \ argument
38 __bucket = &begin[__ndx]; \
57 #define HASHINSERT(begin, type, field, elt, n, hash) do { \ argument
62 __bucket = &begin[__ndx]; \
78 #define HASHREMOVE(begin, type, field, elt, n, hash, cmp) { \ argument
84 __bucket = &begin[__ndx]; \
85 HASHLOOKUP(begin, type, field, elt, __entp, n, hash, cmp); \
99 #define HASHREMOVE_EL(begin, type, field, obj, n, hash) { \ argument
104 __bucket = &begin[__ndx]; \
/illumos-gate/usr/src/lib/sun_fc/common/
H A DFCSyseventBridge.cc119 for (Iter tmp = adapterAddEventListeners.begin(); in removeListener()
138 for (Iter tmp = adapterEventListeners.begin(); in removeListener()
157 for (Iter tmp = adapterPortEventListeners.begin(); in removeListener()
176 for (Iter tmp = adapterDeviceEventListeners.begin(); in removeListener()
195 for (Iter tmp = targetEventListeners.begin(); in removeListener()
274 for (Iter tmp = adapterPortEventListeners.begin(); in dispatch()
297 for (Iter tmp = adapterPortEventListeners.begin(); in dispatch()
412 for (Iter tmp = adapterPortEventListeners.begin(); in dispatch()
443 for (Iter tmp = targetEventListeners.begin(); in dispatch()
460 for (Iter tmp = adapterAddEventListeners.begin(); in dispatch()
[all …]
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_subr.c120 while (begin < end && isspace(*begin)) in env_process_value()
121 begin++; in env_process_value()
126 if (begin >= end) in env_process_value()
129 count = end - begin; in env_process_value()
135 (void) snprintf(buf, count, "%s", begin); in env_process_value()
320 end = begin + max; in topo_cleanup_strn()
322 while (begin < end && isspace(*begin)) in topo_cleanup_strn()
323 begin++; in topo_cleanup_strn()
327 if (begin >= end) in topo_cleanup_strn()
330 cp = begin; in topo_cleanup_strn()
[all …]
/illumos-gate/usr/src/lib/libdscp/
H A Dlibdscp.c365 int begin; in get_ifname() local
411 for (begin = -1, i = 0; i < size; i++) { in get_ifname()
413 begin = i; in get_ifname()
419 if (begin < 0) { in get_ifname()
424 for (end = size - 1, i = begin; i < size; i++) { in get_ifname()
432 len = end - begin; in get_ifname()
435 if (begin > 0) { in get_ifname()
436 (void) memmove(ifname, &ifname[begin], len); in get_ifname()
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_stringsection.c40 void *begin = 0; in dwarf_get_str() local
71 begin = (char *)secptr + offset; in dwarf_get_str()
74 res = _dwarf_check_string_valid(dbg,secptr,begin,end, in dwarf_get_str()
80 *string = (char *) begin; in dwarf_get_str()
/illumos-gate/usr/src/cmd/lp/lib/lp/
H A Dgetlist.c80 *begin; local
104 if (!(begin = Strdup(str))) {
108 copy = begin;
115 Free (begin);
191 Free (begin);

12345678910