Searched refs:end (Results 151 - 175 of 929) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libscf/common/
H A Derror.c153 struct scf_error_info *cur, *end; local
156 end = cur + SCF_NUM_ERRORS;
158 for (; cur < end; cur++)
/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudioExtent.cc40 double e): // end time
44 SetStart(s); // set start/end times
97 // Get end time
102 if (!Undefined(end))
103 return (end);
108 // Set end time
111 Double e) // end time, in seconds
121 end = e;
130 // If extent end is indeterminate, use the end o
[all...]
/illumos-gate/usr/src/cmd/intrstat/
H A Dintrstat.c365 char *end, *p; local
427 id = strtoul(s, &end, 0);
430 *end = '\0';
434 if (*(s = end) != '\0') {
439 p = strtoul(++s, &end, 0);
441 if (*end != '\0' ||
457 psetid_t pset = strtoul(optarg, &end, 0);
459 if (*end != '\0' ||
521 g_sleeptime = strtol(argv[optind], &end, 10);
523 if (*end !
[all...]
/illumos-gate/usr/src/uts/common/inet/
H A Dtunables.c79 char *end; local
87 if (ddi_strtoul(pval, &end, 10, &new_value) != 0 || *end != '\0')
127 char *end; local
134 if (ddi_strtoul(pval, &end, 10, (ulong_t *)new_value) != 0 ||
135 *end != '\0')
242 char *end; local
250 if (ddi_strtoul(pval, &end, 10, &new_value) != 0 || *end != '\0')
354 char *end; local
[all...]
/illumos-gate/usr/src/uts/common/sys/lvm/
H A Dmd_rename.h126 u_longlong_t end; member in struct:md_rename_transaction::md_rename_txn_unit_state
129 u_longlong_t end; member in struct:md_rename_transaction
154 u_longlong_t end; member in struct:md_rendelta
/illumos-gate/usr/src/cmd/pcidr/
H A Dpcidr.c78 * macros begin MACRO_BEGTOK and end with MACRO_ENDTOK;
108 char *end; member in struct:__anon36
294 * char *end = location in <str> at _last char_ of MACRO_ENDTOK
299 char *beg, *end; local
312 end = strstr(beg + begtok_len, MACRO_ENDTOK);
313 if (end == NULL)
315 beg = end + endtok_len;
326 end = strstr(beg + begtok_len, MACRO_ENDTOK);
327 assert(end != NULL);
329 size = (end
[all...]
/illumos-gate/usr/src/boot/sys/sys/
H A Ddisklabel.h91 * be physical sectors which occupy space at the end of each
155 u_int16_t *start, *end; local
159 end = (u_int16_t *)&lp->d_partitions[lp->d_npartitions];
160 while (start < end)
/illumos-gate/usr/src/boot/sys/boot/uboot/fdt/
H A Duboot_fdt.c94 char *end, *ethstr; local
130 i = strtol(env + 3, &end, 10);
131 if (end == (env + 3))
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_mindex3.cc428 struct timeval end; local
441 (void) gettimeofday(&end, 0);
442 end.tv_sec -= start.tv_sec;
443 end.tv_usec -= start.tv_usec;
444 if (end.tv_usec < 0) {
445 end.tv_usec += 1000000;
446 end.tv_sec -= 1;
449 1000000*end.tv_sec + end.tv_usec;
479 struct timeval end; local
885 struct timeval end; local
[all...]
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dstrncpy.s82 tst %o1 ! end of src reached (null byte) ?
119 ! n has not expired, but src is at the end. we need to push out the
126 andcc %g1, 0xff, %g0 ! end of string ?
130 andcc %g1, 0xff, %g0 ! end of string ?
134 andcc %g1, 0xff, %g0 ! end of string ?
138 andcc %g1, 0xff, %g0 ! end of string ?
142 andcc %g1, 0xff, %g0 ! end of string ?
146 andcc %g1, 0xff, %g0 ! end of string ?
150 andcc %g1, 0xff, %g0 ! end of string ?
226 andcc %g1, 0xff, %g0 ! end o
[all...]
H A Dstrlcpy.s72 andcc %l1, 0xff, %g0 ! end of src reached (null byte) ?
112 ! n has not expired, but src is at the end. we need to push out the
120 andcc %g1, 0xff, %g0 ! end of string ?
125 andcc %g1, 0xff, %g0 ! end of string ?
130 andcc %g1, 0xff, %g0 ! end of string ?
135 andcc %g1, 0xff, %g0 ! end of string ?
140 andcc %g1, 0xff, %g0 ! end of string ?
145 andcc %g1, 0xff, %g0 ! end of string ?
150 andcc %g1, 0xff, %g0 ! end of string ?
164 ! to scan src until we hit the end, an
[all...]
H A Dalloca.s34 ! o2: %sp-relative offset of end of tmp area
54 ! now return new %sp + end-of-temp
/illumos-gate/usr/src/lib/nsswitch/ldap/common/
H A Dldap_utils.c274 char *end = filter_name + filter_name_size; local
284 if (end <= filter_name + 3)
291 if (end <= filter_name + 1)
297 if (end <= filter_name)
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_conf.c87 char *end; local
90 val = strtoll(s, &end, 0);
95 if (errno != 0 || end == s || *end != '\0')
130 char *end; local
133 val = strtoull(s, &end, 0);
138 if (errno != 0 || end == s || *end != '\0')
173 char *end; local
176 val = strtoll(s, &end,
198 char *end; local
440 char *end; local
477 char *end; local
[all...]
/illumos-gate/usr/src/cmd/audio/include/
H A DAudioExtent.h44 Double end; // end time member in class:AudioExtent
53 double e = AUDIO_UNKNOWN_TIME); // end time
60 Double GetEnd() const; // Get end time
61 void SetEnd(Double e); // Set end time
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dmsgbuf.h66 * end: points to the limit of the buffer.
75 uint8_t *end; member in struct:smb_msgbuf
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Ddefaults.c77 char *param, *pastv6, *value, *end; local
96 end = strrchr(entry, '\n');
98 if (end == NULL || value == NULL || entry[i] == '#')
101 *end = '\0';
/illumos-gate/usr/src/lib/libdns_sd/common/
H A Ddnssd_ipc.h195 // it is advanced to point to the next field, or the end of the message
198 uint32_t get_uint32(const char **ptr, const char *end);
201 uint16_t get_uint16(const char **ptr, const char *end);
210 int get_string(const char **ptr, const char *const end, char *buffer, int buflen);
213 const char *get_rdata(const char **ptr, const char *end, int rdlen); // return value is rdata pointed to by *ptr -
/illumos-gate/usr/src/cmd/format/
H A Danalyze.c125 diskaddr_t start, end, curnt; local
150 end = datasects() - 1;
152 end = physsects() - 1;
154 end = cur_parts->etoc->efi_last_lba;
158 end = scan_upper;
165 (checkmount(start, end))) {
175 (checkswap(start, end))) {
200 end >= (diskaddr_t)datasects()) {
280 for (curnt = start; curnt <= end; curnt += size) {
281 if ((end
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DDNSCommon.c62 #define DNSEXTPortAsNumber 5352 // Port used for end-to-end DNS operations like LLQ, Updates with Leases, etc.
404 const rdataOPT *const end = (const rdataOPT *)&rd->data[rr->rdlength]; local
406 for (opt = &rd->opt[0]; opt < end; opt++)
480 // put a space at the end
489 // put a space at the end
772 mDNSu8 * ptr = name->c + DomainNameLength(name) - 1; // Find end of current name
780 *ptr++ = 0; // Put the null root label on the end
795 mDNSu8 * ptr = name->c + DomainNameLength(name) - 1; // Find end of current name
824 *ptr++ = 0; // Put the null root label on the end
898 const mDNSu8 *const end = src + len; // Work out where the label ends local
950 const mDNSu8 *const end = &UTF8Name[1] + UTF8Name[0]; local
2064 const mDNSu8 *end = rd->u.txt.c + rdlength; local
2103 FindCompressionPointer(const mDNSu8 *const base, const mDNSu8 *const end, const mDNSu8 *const domname) argument
2307 const rdataOPT *const end = (const rdataOPT *)&rr->rdata->u.data[rr->rdlength]; local
2537 putPrereqNameNotInUse(const domainname *const name, DNSMessage *const msg, mDNSu8 *const ptr, mDNSu8 *const end) argument
2636 putDNSSECOption(DNSMessage *msg, mDNSu8 *end, mDNSu8 *limit) argument
2654 putHINFO(const mDNS *const m, DNSMessage *const msg, mDNSu8 *end, DomainAuthInfo *authInfo, mDNSu8 *limit) argument
2714 skipDomainName(const DNSMessage *const msg, const mDNSu8 *ptr, const mDNSu8 *const end) argument
2743 getDomainName(const DNSMessage *const msg, const mDNSu8 *ptr, const mDNSu8 *const end, domainname *const name) argument
2793 skipResourceRecord(const DNSMessage *msg, const mDNSu8 *ptr, const mDNSu8 *end) argument
2809 SanityCheckBitMap(const mDNSu8 *bmap, const mDNSu8 *end, int len) argument
2848 SetRData(const DNSMessage *const msg, const mDNSu8 *ptr, const mDNSu8 *end, LargeCacheRecord *const largecr, mDNSu16 rdlength) argument
3434 GetLargeResourceRecord(mDNS *const m, const DNSMessage *const msg, const mDNSu8 *ptr, const mDNSu8 *end, const mDNSInterfaceID InterfaceID, mDNSu8 RecordType, LargeCacheRecord *const largecr) argument
3527 skipQuestion(const DNSMessage *msg, const mDNSu8 *ptr, const mDNSu8 *end) argument
3535 getQuestion(const DNSMessage *msg, const mDNSu8 *ptr, const mDNSu8 *end, const mDNSInterfaceID InterfaceID, DNSQuestion *question) argument
3551 LocateAnswers(const DNSMessage *const msg, const mDNSu8 *const end) argument
3559 LocateAuthorities(const DNSMessage *const msg, const mDNSu8 *const end) argument
3567 LocateAdditionals(const DNSMessage *const msg, const mDNSu8 *const end) argument
3575 LocateOptRR(const DNSMessage *const msg, const mDNSu8 *const end, int minsize) argument
3602 GetLLQOptData(mDNS *const m, const DNSMessage *const msg, const mDNSu8 *const end) argument
3615 GetPktLease(mDNS *m, DNSMessage *msg, const mDNSu8 *end) argument
3626 DumpRecords(mDNS *const m, const DNSMessage *const msg, const mDNSu8 *ptr, const mDNSu8 *const end, int count, char *label) argument
3665 DumpPacket(mDNS *const m, mStatus status, mDNSBool sent, char *transport, const mDNSAddr *srcaddr, mDNSIPPort srcport, const mDNSAddr *dstaddr, mDNSIPPort dstport, const DNSMessage *const msg, const mDNSu8 *const end) argument
3725 mDNSSendDNSMessage(mDNS *const m, DNSMessage *const msg, mDNSu8 *end, mDNSInterfaceID InterfaceID, UDPSocket *src, const mDNSAddr *dst, mDNSIPPort dstport, TCPSocket *sock, DomainAuthInfo *authInfo, mDNSBool useBackgroundTrafficClass) argument
[all...]
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dmvcur.c67 #define zero_seq(seq) ((seq)->end = (seq)->vec, (seq)->cost = 0)
71 int *end; /* end of vector */ member in struct:Sequence
87 while (vptr != seq2->end)
88 *(seq1->end++) = *(vptr++);
103 *(seq->end++) = op;
104 *(seq->end++) = p1;
105 *(seq->end++) = p2;
339 for (ptr = seq->vec; ptr < seq->end; ) {
/illumos-gate/usr/src/lib/libbc/libc/gen/common/sparc/
H A Dalloca.s40 ! o2: %sp-relative offset of end of tmp area
59 ! now return new %sp + end-of-temp
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dalloca.s35 ! o2: %sp-relative offset of end of tmp area
54 ! now return new %sp + end-of-temp
/illumos-gate/usr/src/cmd/lms/
H A DProtocol.cpp169 for (; it != _openChannels.end(); it++) {
176 if (it != _openChannels.end()) {
212 for (; it != _openChannels.end(); it++) {
224 for (; it != _openPorts.end(); it++) {
229 for (; it2 != it->second.end(); it2++) {
280 if (it != _openPorts.end()) {
285 for (; it2 != it->second.end(); it2++) {
422 if (it != _openPorts.end()) {
425 for (; it2 != it->second.end(); it2++) {
499 for (; it != _openPorts.end(); i
[all...]
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c556 * This is called to remove start..end from the
562 exclude_from_pci(uint64_t start, uint64_t end) argument
572 if (start <= ml->addr && ml->addr + ml->size <= end) {
580 else if (ml->addr < start && end < ml->addr + ml->size) {
591 ml->size = (ml->addr + ml->size) - end;
592 ml->addr = end;
597 else if (ml->addr < end && end < ml->addr + ml->size) {
598 ml->size -= end - ml->addr;
599 ml->addr = end;
631 uint64_t end; local
1082 uint64_t end; local
1226 uint64_t end; local
1300 uint64_t end; local
[all...]

Completed in 99 milliseconds

1234567891011>>