Searched +refs:next +refs:error +refs:internal (Results 1 - 25 of 38) sorted by relevance

12

/macosx-10.9.5/xnu-2422.115.4/osfmk/vm/
H A Dvm_resident.c517 m->pageq.next = NULL;
519 m->listq.next = NULL;
521 m->next = VM_PAGE_NULL;
551 m->error = FALSE;
924 for(xxo = xx->pageq.next; xxo != &vm_page_queue_free[i]; xxo = xxo->pageq.next) { /* (BRINGUP) */
1030 * vm_page_insert: [ internal use only ]
1091 assert(!object->internal || offset < object->vo_size);
1115 mem->next = bucket->pages;
1150 if (object->internal) {
5284 vm_page_t m, next; local
5492 vm_page_t next; local
5846 vm_page_t next; local
[all...]
H A Dvm_page.h89 * this occurs in vm_page_speculate when it advances to the next bin
169 struct vm_page *next; /* VP bucket link (O) */ member in struct:vm_page
230 error:1, /* Data manager was unable to provide member in struct:vm_page
231 * data due to error (O) */
243 unusual:1, /* Page is absent, error, restart or
289 #define NEXT_PAGE(m) ((vm_page_t) (m)->pageq.next)
290 #define NEXT_PAGE_PTR(m) ((vm_page_t *) &(m)->pageq.next)
358 * paged out next. There are actually two
814 if (mem->object->internal) { \
850 if (mem->object->internal) { \
[all...]
H A Dvm_object.c151 * "internal". The "pager_created" field is provided to
177 /* Forward declarations for internal functions. */
553 vm_object_template.memq.next = NULL;
590 vm_object_template.internal = TRUE;
608 vm_object_template.cached_list.next = NULL;
610 vm_object_template.msr_q.next = NULL;
641 vm_object_template.uplq.next = NULL;
648 vm_object_template.objq.next=NULL;
999 vm_object_cached_list.next,
1203 object->objq.next
1841 vm_page_t next; local
4185 vm_object_enter( memory_object_t pager, vm_object_size_t size, boolean_t internal, boolean_t init, boolean_t named) argument
5507 register vm_page_t p, next; local
7919 vm_page_t p, next; local
7981 vm_page_t p, next; local
[all...]
H A Dvm_pageout.c275 * Forward declarations for internal routines.
745 assert(!m->error);
754 if (m->absent || m->error || m->restart || (!m->dirty && !m->precious)) {
793 * manipulated to use the "internal memory" data type.
862 if (object->internal == TRUE) {
912 if (m->object->internal == TRUE)
922 m->pageq.next = NULL;
2151 * this is the next object we're going to be interested in
2229 * If it's absent, in error or the object is no longer alive,
2235 if (m->absent || m->error || !objec
6198 upl_abort_range( upl_t upl, upl_offset_t offset, upl_size_t size, int error, boolean_t *empty) argument
6602 upl_abort( upl_t upl, int error) argument
[all...]
H A Dvm_map.c776 * vm_map_entry_create: [ internal use only ]
826 * vm_map_entry_dispose: [ internal use only ]
991 * These functions are internal use only; however, they must be exported
1170 * vm_map_lookup_entry: [ internal use only ]
1249 register vm_map_entry_t next; local
1281 next = entry->vme_next;
1282 if (next == vm_map_to_entry(map))
1290 if (next->vme_start >= end)
1294 * Didn't fit -- move to the next entry.
1297 entry = next;
1789 register vm_map_entry_t next; local
5109 vm_map_entry_t entry, next; local
5752 vm_map_entry_t next; local
6003 vm_map_entry_t next = entry->vme_next; local
6151 vm_map_entry_t next; local
7746 vm_map_entry_t next = last->vme_next; local
7800 vm_map_entry_t next, new; local
8028 struct submap_map *next; member in struct:submap_map
12364 register vm_map_entry_t next; local
[all...]
H A Dmemory_object.c187 if (m->absent || m->error || m->restart) {
188 if (m->error && should_flush && !VM_PAGE_WIRED(m)) {
410 * Kernel internal function to synch out pages in a given
764 kern_return_t error = 0; local
833 &error,
884 panic("vm_object_update: unexpected error 0x%x"
941 vm_page_t next; local
955 next = (vm_page_t) queue_next(&m->listq);
1025 m = next;
1146 assert(!object->internal);
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Dreadelf.c83 #include "elf/internal.h"
209 struct group_list *next;
229 struct dump_list_entry *next;
322 error (_("Unable to seek to 0x%lx for %s\n"),
337 error (_("Out of memory allocating 0x%lx bytes for %s\n"),
347 error (_("Unable to read in 0x%lx bytes of %s\n"),
380 error (_("Unhandled data length: %d\n"), size);
573 error (_("Unhandled data length: %d\n"), size);
717 error (_("out of memory parsing relocs"));
745 error (
207 struct group_list *next; member in struct:group_list
227 struct dump_list_entry *next; member in struct:dump_list_entry
3270 Elf_Internal_Phdr *internal; local
3303 Elf_Internal_Phdr *internal; local
3626 Elf_Internal_Shdr *internal; local
3667 Elf_Internal_Shdr *internal; local
9050 Elf_External_Note *next; local
9414 struct group_list *g, *next; local
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dcoff-ppc.c42 #include "coff/internal.h"
326 char **error));
333 char **error));
342 char **error));
350 char **error));
358 char **error));
366 char **error));
816 struct list_ele *next;
842 t->next = 0;
855 tail->next
810 struct list_ele *next; member in struct:list_ele
[all...]
H A Dcoffgen.c43 #include "coff/internal.h"
116 return_section->next = NULL;
312 answer = answer->next;
393 value must be INTERNAL_RELOCS. The function returns NULL on error. */
497 for (s = abfd->sections; s != NULL; s = s->next)
502 for (s = abfd->sections; s != NULL; s = s->next)
610 Coff requires that each C_FILE symbol points to the next one in the
1105 for (o = abfd->sections; o != NULL; o = o->next)
1154 #error Change H_PUT_32
1166 for (o = abfd->sections; o != NULL; o = o->next)
1560 combined_entry_type *internal; local
1949 long next, llnos; local
[all...]
/macosx-10.9.5/zlib-53/zlib/contrib/delphi/
H A DZLib.pas24 next_in: PChar; // next input byte
28 next_out: PChar; // next output byte should be put here
32 msg: PChar; // last error message, NULL if no error
33 internal: Pointer; // not visible by applications
35 zalloc: TAlloc; // used to allocate the internal state
36 zfree: TFree; // used to free the internal state
66 the internal output buffer is full. All pending output data is flushed
111 The OnProgress event is called each time the internal input buffer of
112 compressed data is exhausted and the next bloc
[all...]
/macosx-10.9.5/zlib-53/zlib/contrib/pascal/
H A Dzlibpas.pas28 next_in: PChar; (* next input byte *)
32 next_out: PChar; (* next output byte should be put there *)
36 msg: PChar; (* last error message, NULL if no error *)
39 zalloc: alloc_func; (* used to allocate the internal state *)
40 zfree: free_func; (* used to free the internal state *)
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dpythoncomplete.vim138 except vim.error:
139 dbg("VIM Error: %s" % vim.error)
239 if m == "_PyCmplNoType": continue #this is internal
385 tokentype, token, indent = self.next()
391 tokentype, token, indent = self.next()
393 tokentype, token, indent = self.next()
407 tokentype, token, indent = self.next()
416 tokentype, token, indent = self.next()
436 tokentype, fname, ind = self.next()
439 tokentype, open, ind = self.next()
[all...]
/macosx-10.9.5/pcre-7/pcre/
H A Dpcre_compile.c42 supporting internal functions that are not used by other modules. */
263 /* The texts of compile-time error messages. These are "char *" because they
264 are passed to the outside world. Do not ever re-use any error number, because
265 they are documented. Always add a new error instead. Messages marked DEAD below
271 because these strings are used only when there is a compilation error.
278 "no error\0"
291 "internal error: unexpected repeat\0"
305 "internal error
2281 unsigned int c, othercase, next; local
2330 int next; local
[all...]
/macosx-10.9.5/xnu-2422.115.4/tools/lldbmacros/
H A Dmemory.py281 """ Walk the freelist for a zone, printing out the primary and backup next pointers, the poisoning cookies, and the poisoning status of each element.
363 zstack_index = zstack_record.next
430 cpcs_index = cpcs_record.next
470 index = findelem_record.next
506 index = record.next
870 vmstats.internal = 0
876 vmstats.error = ''
879 print hdr_format.format('pid', 'command', '#ents', 'wired', 'vsize', 'rsize', 'NEW RSIZE', 'max rsize', 'internal', 'external', 'reusable', 'compressed', 'compressed', 'compressed', '')
881 entry_format = "{p.p_pid: >10d} {p.p_comm: <20s} {m.hdr.nentries: >6d} {s.wired_count: >10d} {vsize: >10d} {s.resident_count: >10d} {s.new_resident_count: >10d} {s.resident_max: >10d} {s.internal: >10d} {s.external: >10d} {s.reusable: >10d} {s.compressed: >10d} {s.compressed_peak: >10d} {s.compressed_lifetime: >10d} {s.error}"
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A DSAX2.c56 * @msg: a string to accompany the error message
61 if ((ctxt->sax != NULL) && (ctxt->sax->error != NULL))
62 ctxt->sax->error(ctxt->userData, "%s: out of memory\n", msg);
72 * @error: the error number
73 * @msg: the error message
77 * Handle a validation error
80 xmlErrValid(xmlParserCtxtPtr ctxt, xmlParserErrors error, argument
89 ctxt->errNo = error;
93 ctxt->vctxt.error, ctx
120 xmlFatalErrMsg(xmlParserCtxtPtr ctxt, xmlParserErrors error, const char *msg, const xmlChar *str1, const xmlChar *str2) argument
151 xmlWarnMsg(xmlParserCtxtPtr ctxt, xmlParserErrors error, const char *msg, const xmlChar *str1) argument
176 xmlNsErrMsg(xmlParserCtxtPtr ctxt, xmlParserErrors error, const char *msg, const xmlChar *str1, const xmlChar *str2) argument
200 xmlNsWarnMsg(xmlParserCtxtPtr ctxt, xmlParserErrors error, const char *msg, const xmlChar *str1, const xmlChar *str2) argument
1397 int internal = 1; local
[all...]
H A DHTMLparser.c62 * Some factorized error routines *
71 * Handle a redefinition of attribute error
98 * @error: the error number
99 * @msg: the error message
103 * Handle a fatal parser error, i.e. violating Well-Formedness constraints
106 htmlParseErr(xmlParserCtxtPtr ctxt, xmlParserErrors error, argument
113 ctxt->errNo = error;
114 __xmlRaiseError(NULL, NULL, NULL, ctxt, NULL, XML_FROM_HTML, error,
126 * @error
133 htmlParseErrInt(xmlParserCtxtPtr ctxt, xmlParserErrors error, const char *msg, int val) argument
4971 htmlParseLookupSequence(htmlParserCtxtPtr ctxt, xmlChar first, xmlChar next, xmlChar third, int iscomment, int ignoreattrval) argument
5172 xmlChar cur, next; local
[all...]
/macosx-10.9.5/libxml2-26/libxml2/
H A DSAX2.c56 * @msg: a string to accompany the error message
68 ctxt->vctxt.error, ctxt->vctxt.userData,
89 * @error: the error number
90 * @msg: the error message
94 * Handle a validation error
97 xmlErrValid(xmlParserCtxtPtr ctxt, xmlParserErrors error, argument
106 ctxt->errNo = error;
110 ctxt->vctxt.error, ctxt->vctxt.userData,
111 ctxt, NULL, XML_FROM_DTD, error,
137 xmlFatalErrMsg(xmlParserCtxtPtr ctxt, xmlParserErrors error, const char *msg, const xmlChar *str1, const xmlChar *str2) argument
168 xmlWarnMsg(xmlParserCtxtPtr ctxt, xmlParserErrors error, const char *msg, const xmlChar *str1) argument
193 xmlNsErrMsg(xmlParserCtxtPtr ctxt, xmlParserErrors error, const char *msg, const xmlChar *str1, const xmlChar *str2) argument
217 xmlNsWarnMsg(xmlParserCtxtPtr ctxt, xmlParserErrors error, const char *msg, const xmlChar *str1, const xmlChar *str2) argument
1427 int internal = 1; local
[all...]
H A DHTMLparser.c65 * Some factorized error routines *
74 * Handle a redefinition of attribute error
101 * @error: the error number
102 * @msg: the error message
106 * Handle a fatal parser error, i.e. violating Well-Formedness constraints
109 htmlParseErr(xmlParserCtxtPtr ctxt, xmlParserErrors error, argument
116 ctxt->errNo = error;
117 __xmlRaiseError(NULL, NULL, NULL, ctxt, NULL, XML_FROM_HTML, error,
129 * @error
136 htmlParseErrInt(xmlParserCtxtPtr ctxt, xmlParserErrors error, const char *msg, int val) argument
5046 htmlParseLookupSequence(htmlParserCtxtPtr ctxt, xmlChar first, xmlChar next, xmlChar third, int iscomment, int ignoreattrval) argument
5247 xmlChar cur, next; local
[all...]
H A Dparser.c91 xmlFatalErr(xmlParserCtxtPtr ctxt, xmlParserErrors error, const char *info);
267 * Some factorized error routines *
277 * Handle a redefinition of attribute error
310 * @error: the error number
313 * Handle a fatal parser error, i.e. violating Well-Formedness constraints
316 xmlFatalErr(xmlParserCtxtPtr ctxt, xmlParserErrors error, const char *info) argument
324 switch (error) {
335 errmsg = "internal error";
531 xmlFatalErrMsg(xmlParserCtxtPtr ctxt, xmlParserErrors error, const char *msg) argument
559 xmlWarningMsg(xmlParserCtxtPtr ctxt, xmlParserErrors error, const char *msg, const xmlChar *str1, const xmlChar *str2) argument
574 ctxt, NULL, XML_FROM_PARSER, error, local
597 xmlValidityError(xmlParserCtxtPtr ctxt, xmlParserErrors error, const char *msg, const xmlChar *str1, const xmlChar *str2) argument
637 xmlFatalErrMsgInt(xmlParserCtxtPtr ctxt, xmlParserErrors error, const char *msg, int val) argument
667 xmlFatalErrMsgStrIntStr(xmlParserCtxtPtr ctxt, xmlParserErrors error, const char *msg, const xmlChar *str1, int val, const xmlChar *str2) argument
697 xmlFatalErrMsgStr(xmlParserCtxtPtr ctxt, xmlParserErrors error, const char *msg, const xmlChar * val) argument
726 xmlErrMsgStr(xmlParserCtxtPtr ctxt, xmlParserErrors error, const char *msg, const xmlChar * val) argument
751 xmlNsErr(xmlParserCtxtPtr ctxt, xmlParserErrors error, const char *msg, const xmlChar * info1, const xmlChar * info2, const xmlChar * info3) argument
780 xmlNsWarn(xmlParserCtxtPtr ctxt, xmlParserErrors error, const char *msg, const xmlChar * info1, const xmlChar * info2, const xmlChar * info3) argument
7437 xmlNodePtr nw = NULL, cur, next, last, local
10912 xmlParseLookupSequence(xmlParserCtxtPtr ctxt, xmlChar first, xmlChar next, xmlChar third) argument
11112 xmlChar cur, next; local
[all...]
/macosx-10.9.5/DiskArbitration-266/autodiskmount/
H A Dautodiskmount.c53 struct Disk * next; member in struct:Disk
79 boolean_t internal; member in struct:DiskVolume
579 result->next = g.Disks;
749 diskVolume->internal = val;
824 kern_return_t error; local
826 error = IOServiceMatchPropertyTable(media->service, mediaProps, &matches);
828 if (error) {
829 dwarning(("some kind of error while matching service to array... %d\n", error));
979 for (diskPtr = g.Disks; diskPtr != NULL; diskPtr = diskPtr->next )
[all...]
/macosx-10.9.5/ppp-727.90.1/Helpers/pppd/
H A Dipxcp.c253 * Convert from internal to external notation
257 to_external(internal)
258 short int internal;
262 if (internal & BIT(IPX_NONE) )
795 u_char citype, cilen, *next; local
799 ipxcp_options try; /* options to request next time */
810 next = &p [cilen - CILEN_VOID];
866 p = next;
906 ipxcp_options try; /* options to request next time */
1015 u_char *cip, *next; /* Pointe local
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dlisp.vim100 syn keyword lispFunc acosh fourth program-error
115 syn keyword lispFunc arithmetic-error get ratio
116 syn keyword lispFunc arithmetic-error-operands get-decoded-time rational
117 syn keyword lispFunc arithmetic-error-operation get-dispatch-macro-character rationalize
118 syn keyword lispFunc array get-internal-real-time rationalp
119 syn keyword lispFunc array-dimension get-internal-run-time read
129 syn keyword lispFunc array-total-size graphic-char-p reader-error
162 syn keyword lispFunc boole-2 internal-time-units-per-second round
164 syn keyword lispFunc boole-andc1 invalid-method-error rplaca
190 syn keyword lispFunc call-next
[all...]
H A Dprogress.vim67 syn keyword ProgressReserved disp[lay] distinct dos down drop editing enable encode entry error-stat[us] escape etime except exclusive
69 syn keyword ProgressReserved find-global find-next-occurrence find-prev-occurrence find-select find-wrap-around first first-of focus font form form[at]
75 syn keyword ProgressReserved map member message message-lines mouse mpe new next next-prompt no no-attr[-space] no-error no-f[ill] no-help no-hide no-label[s]
77 syn keyword ProgressReserved of off old on open opsys option or os-append os-command os-copy os-create-dir os-delete os-dir os-drive[s] os-error os-rename
120 " This next line works reasonably well.
127 " This next line trips up on "no-undo" etc.
141 syn keyword ProgressOperator dcolor dde-error dde-i[d] dde-item dde-name dde-topic debu[g] dec[imal] default-b[utton] default-extensio[n] defer-lob-fetch define defined delete-char delete-current-row
143 syn keyword ProgressOperator display-t[ype] double drag-enabled drop-down drop-down-list dump dynamic echo edge edge[-chars] edge-p[ixels] editor empty end-key endkey entered eq error erro
[all...]
/macosx-10.9.5/apache-786.1/httpd/docs/manual/style/scripts/
H A Dprettify.js10 q,"'\"`"]):m.push(["str",/^(?:'(?:[^\n\r'\\]|\\.)*(?:'|$)|"(?:[^\n\r"\\]|\\.)*(?:"|$))/,q,"\"'"]);a.verbatimStrings&&e.push(["str",/^@"(?:[^"]|"")*(?:"|$)/,q]);var h=a.hashComments;h&&(a.cStyleComments?(h>1?m.push(["com",/^#(?:##(?:[^#]|#(?!##))*(?:###|$)|.*)/,q,"#"]):m.push(["com",/^#(?:(?:define|elif|else|endif|error|ifdef|include|ifndef|line|pragma|undef|warning)\b|[^\n\r]*)/,q,"#"]),e.push(["str",/^<(?:(?:(?:\.\.\/)*|\/?)(?:[\w-]+(?:\/[\w-]+)+)?[\w-]+\.h|[a-z]\w*)>/,q])):m.push(["com",/^#[^\n\r]*/,
19 H=[G,"as,base,by,checked,decimal,delegate,descending,dynamic,event,fixed,foreach,from,group,implicit,in,interface,internal,into,is,lock,object,out,override,orderby,params,partial,readonly,ref,sbyte,sealed,stackalloc,string,select,uint,ulong,unchecked,unsafe,ushort,var"],w=[w,"debugger,eval,export,function,get,null,set,undefined,var,with,Infinity,NaN"],I=[v,"and,as,assert,class,def,del,elif,except,exec,finally,from,global,import,in,is,lambda,nonlocal,not,or,pass,print,raise,try,with,yield,False,True,None"],
20 J=[v,"alias,and,begin,case,class,def,defined,elsif,end,ensure,false,in,module,next,nil,not,or,redo,rescue,retry,self,super,then,true,undef,unless,until,when,yield,BEGIN,END"],v=[v,"case,done,elif,esac,eval,fi,function,in,local,set,then,until"],K=/^(DIR|FILE|vector|(de|priority_)?queue|list|stack|(const_)?iterator|(multi)?(set|map)|bitset|u?(int|float)\d*)/,N=/\S/,O=u({keywords:[F,H,w,"caller,delete,die,do,dump,elsif,eval,exit,foreach,for,goto,if,import,last,local,my,next,no,our,print,package,redo,require,sub,undef,unless,until,use,wantarray,while,BEGIN,END"+
24 ["cv","py"]);k(u({keywords:"caller,delete,die,do,dump,elsif,eval,exit,foreach,for,goto,if,import,last,local,my,next,no,our,print,package,redo,require,sub,undef,unless,until,use,wantarray,while,BEGIN,END",hashComments:!0,multiLineStrings:!0,regexLiterals:!0}),["perl","pl","pm"]);k(u({keywords:J,hashComments:!0,multiLineStrings:!0,regexLiterals:!0}),["rb"]);k(u({keywords:w,cStyleComments:!0,regexLiterals:!0}),["js"]);k(u({keywords:"all,and,by,catch,class,else,extends,false,finally,for,if,in,is,isnt,loop,new,no,not,null,of,off,on,or,return,super,then,true,try,unless,until,when,while,yes",
/macosx-10.9.5/JavaScriptCore-7537.78.1/parser/
H A DParser.h480 // Used to determine type of error to report.
484 ALWAYS_INLINE void next(unsigned lexerFlags = 0)
511 next(flags);
737 return "internal error";
798 m_errorMessage = ASCIILiteral("internal error");
926 next();
1006 PassRefPtr<ParsedNode> Parser<LexerType>::parse(ParserError& error)
1055 // We can never see a syntax error whe
[all...]

Completed in 750 milliseconds

12