Searched refs:end (Results 451 - 475 of 929) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/common/mdesc/
H A Dmdesc_diff.c75 uint8_t *match_seenp, int start, int end, md_prop_match_t *match_elemsp);
442 * in the specified start-end range of the array. If the node matches
452 mde_cookie_t *match_listp, uint8_t *match_seenp, int start, int end,
459 for (idx = start; idx <= end; idx++) {
451 mdd_node_list_match(md_impl_t *md1, md_impl_t *md2, md_element_t *match_nodep, mde_cookie_t *match_listp, uint8_t *match_seenp, int start, int end, md_prop_match_t *match_elemsp) argument
/illumos-gate/usr/src/cmd/nohup/
H A Dnohup.c674 char *end; local
678 pgid = strtol(argv[i], &end, 10);
684 if (*end == '\0' && pgid > 1)
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A Dwpa.c898 uint8_t *end = pos + BE_16(key->key_data_length); local
903 while (pos + 1 < end) {
904 if (pos + 2 + pos[1] > end) {
911 pos + 1 + RSN_SELECTOR_LEN < end &&
1124 uint8_t *end = pos + BE_16(key->key_data_length); local
1125 while (pos + 1 < end) {
1126 if (pos + 2 + pos[1] > end) {
1136 pos + 1 + RSN_SELECTOR_LEN < end &&
1320 uint8_t *end = pos + keydatalen; local
1321 while (pos + 1 < end) {
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_dhcp.c266 unsigned char *end, *vend; local
278 end = (unsigned char *)cp + len;
280 while (start < end) {
/illumos-gate/usr/src/cmd/mdb/common/modules/sv/
H A Dsv.c48 uintptr_t end; member in struct:sv_dev_winfo
74 winfo->end = (uintptr_t)(sv_devs + sv_max_devices);
93 if (wsp->walk_addr >= winfo->end)
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dclscook.c96 Elf_Scn * end; local
107 end = s + cnt;
124 } while (++s < end);
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dsetup.c354 uint8_t *cp, *end; local
398 end = (uint8_t *)main_vdbuf + avp->avd_main_vdse.ext_len;
400 for (cp = (uint8_t *)main_vdbuf; cp < end; cp += fsbsize, nextblock++) {
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnb.c650 RING_IDX loop, prod, end; local
769 end = loop;
772 * Unlink the end of the 'done' list from the remainder.
786 while (loop < end) {
906 uint32_t start, stuff, end, value, flags; local
915 mac_hcksum_get(mp, &start, &stuff, &end, &value, &flags);
916 mac_hcksum_set(new_mp, start, stuff, end, value, flags);
1188 * Unlink the end of the 'done' list from the remainder.
1338 RING_IDX start, end, loop; local
1361 end
[all...]
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_espc.c384 uint32_t base = 0, kstart = 0, ep, end; local
398 end = ep + rom_len;
401 while (ep < end) {
/illumos-gate/usr/src/uts/common/io/iwi/
H A Dipw2200_hw.c372 uint8_t *p, *end, *v; local
382 end = p + size;
394 while (p < end) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dsoconfig.c404 char *end; local
407 res = strtol(str, &end, 0);
408 if (end == str)
/illumos-gate/usr/src/cmd/prctl/
H A Dprctl.c222 char *end; local
309 arg_pid = strtoul(optarg, &end, 10);
310 if (errno || *end != '\0' || end == optarg) {
673 char *end; local
680 intarg = strtoul(arg, &end, 10);
681 if (errno || *end != '\0' || end == arg) {
2017 * end, so release_process should be used by the caller.
2043 char *end; local
[all...]
/illumos-gate/usr/src/boot/sys/boot/common/
H A Ddisk.c201 display_size(part->end - part->start + 1,
210 table = ptable_open(pa->dev, part->end - part->start + 1,
370 table = ptable_open(dev, part.end - part.start + 1,
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c706 case '\n': /* command end */
2821 short eof_flag, end = 0, eof = 0; local
2853 tcount = check_addr(eof_flag, &end, &eof, 0);
2873 printf("end of file\n");
2875 } else if (end) {
2876 printf("end of block\n");
2937 printf("end of cylinder groups\n");
2939 printf("end of super blocks\n");
3014 printf("end of file\n");
3024 printf("end o
3619 short offset, mode, end = 0, eof = 0, eof_flag; local
4281 short end = 0, eof = 0; local
4333 check_addr(short eof_flag, short *end, short *eof, short keep_on) argument
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Ddumpsubr.c275 * detect end of data. Concurrent access is mediated by atomic
433 char *end; /* dump buffer end */ member in struct:dumpbuf
486 dumpbuf.end = new_buf + new_size;
702 pgcnt_t mpleft; /* size to end of current memlist */
853 dump_range_check(pgcnt_t start, pgcnt_t end, pfn_t pfn) argument
855 for (; start < end; start++, pfn++) {
878 pgcnt_t bitnum, end; local
916 for (bitnum = 0; bitnum < dumpcfg.bitmapsize; bitnum = end) {
918 end
[all...]
/illumos-gate/usr/src/lib/nsswitch/mdns/common/
H A Dmdns_common.c403 char *end; local
411 end = src + domainlen;
413 while ((src < end) && (ptr < bend)) {
425 if ((src != end) || (ptr == bend))
/illumos-gate/usr/src/lib/libresolv2/common/nameser/
H A Dns_name.c504 *\li 'lastdnptr' is a pointer to the end of the array pointed to
530 lpp = cpp; /*%< end of list to search */
637 *\li The list ends with NULL. 'lastdnptr' is a pointer to the end of the
1026 encode_bitsring(const char **bp, const char *end, unsigned char **labelp, argument
1040 if (end - cp < 2)
1049 for (tp = *dst + 1; cp < end && tp < eom; cp++) {
1051 case ']': /*%< end of the bitstring */
1096 if (cp >= end || tp >= eom)
/illumos-gate/usr/src/lib/libsasl/lib/
H A Ddlopen.c339 char *end; local
342 end = strrchr(line, '\'');
343 if(!end) continue;
348 *end='\0';
350 if(ntmp == end) {
718 /* If this fails, it's not the end of the world */
731 /* If this fails, it's not the end of the world */
/illumos-gate/usr/src/lib/libeti/panel/common/
H A Dmisc.c228 obs->end = (panel->wendy <= pnl->wendy) ?
/illumos-gate/usr/src/lib/libtnfctl/
H A Dcomb.c63 uintptr_t end; member in struct:comb_calltmpl
141 "end _tnfctl_comb_build; sunw%verbosity 1",
149 "end _tnfctl_comb_build; sunw%verbosity 1",
173 "end _tnfctl_comb_decode; sunw%verbosity 2");
236 * point at the end function
276 * base case - end function is the only function
345 size = (size_t) (calltmpl[type].end - calltmpl[type].entry);
452 * as this is the "end-cap" function and should be hidden
538 } /* end decode_compare */
561 } /* end comb_compar
[all...]
/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_object.c526 struct nwam_prop_table_entry *end = cur + table.num_entries; local
530 for (; cur < end; cur++) {
722 struct nwam_prop_table_entry *end = cur + table.num_entries; local
735 for (; cur < end; cur++) {
/illumos-gate/usr/src/lib/libbsm/
H A DxmlHandlers.pm102 sub end { subroutine
181 # print "end tag $element\n" if $main::debug;
185 &$functionRef($currentObj, 'end');
188 # print "no end callback for $element\n";
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dstrlen.s52 ! null byte. To this end, we attempt to get our string aligned
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dstrcpy.s190 bnz,pn %ncc, .zerobyte ! x has zero byte, handle end cases
209 bnz,pn %ncc, .zerobyte ! x has zero byte, handle end cases
228 bnz,pn %ncc, .zerobyte ! x has zero byte, handle end cases
243 bnz,pn %ncc, .zerobyte ! x has zero byte, handle end cases
H A Dstrlen.s52 ! null byte. To this end, we attempt to get our string aligned

Completed in 99 milliseconds

<<11121314151617181920>>