search for: region_nam

Displaying 3 results from an estimated 3 matches for "region_nam".

Did you mean: region_num
2014 Jul 10
3
[LLVMdev] Proposal: ASan debugging API
...the debugger to get information about a pointer. // Return one of the __ADDRESS_TYPE_* enum values. If global or stack, tries // to also return the variable name, address and size. If heap, tries to // return the chunk address and size. int __asan_get_address_type(void *addr, char **region_name, void **region_address, size_t *region_size); // Useful for calling from the debugger to get the allocation stack trace // and thread ID for a heap address. Returns 1 on success, 0 on error. int __asan_get_alloc_stack(void *addr, void **trace, size_t *f...
2006 Dec 07
0
答复: Re: [patch 2/2]OCFS2: allow the ocfs2 heartbeat thread to prioritize I/O
hi, Mark: zhen wei zwei@novell.com +86 10 65339225 >>> Mark Fasheh <mark.fasheh@oracle.com> 06?12?08? ?? 8:20 >>> >> +errcode_t o2cb_get_hb_thread_pid (const char *cluster_name, const char *region_name, >> + pid_t *pid) >> +{ >> + char attr_path[PATH_MAX]; >> + char _fake_cluster_name[NAME_MAX]; >> + char attr_value[16]; >> + errcode_t ret; >> + >> + if (!cluster_name) { >> + ret = _fake_default_cluster(_fake_cluster_name); >> +...
2006 Aug 04
4
DRY DRY DRY
...39;', :action => :list %> ... views/shared/_form.rhtml ... <%= error_messages_for @model_name.to_sym %> <!--[form:region]--> <%= render :partial => ''edit'' %> <!--[eoform:region]--> ... views/region/_edit.rhtml ... <p><label for="region_name">Name</label><br/> <%= text_field :region, :name %> </p> ... This way of doing thigs seems to be the right one. So if anyone will get this last bit (new/edit) to work please let me know! I would appreciate any help and suggestions! Thanks! -- Posted via http...