Home
last modified time | relevance | path

Searched refs:obj (Results 1 – 25 of 1094) sorted by relevance

12345678910>>...44

/freebsd/contrib/dialog/
H A Dprogressbox.c58 dlg_del_window(obj->obj.win); in free_obj()
76 obj->high = obj->old_high; in restart_obj()
77 obj->wide = obj->old_wide; in restart_obj()
99 obj->obj.win = dlg_new_window(obj->high, obj->wide, y, x); in start_obj()
101 dlg_draw_box2(obj->obj.win, in start_obj()
103 obj->high, obj->wide, in start_obj()
115 dlg_print_autowrap(obj->obj.win, obj->prompt, obj->high, obj->wide); in start_obj()
116 getyx(obj->obj.win, y2, x2); in start_obj()
127 obj->text = dlg_sub_window(obj->obj.win, in start_obj()
405 obj->obj.input = fp; in dlg_progressbox()
[all …]
H A Dtextbox.c163 obj->buffer_len = obj->bytes_read; in read_high()
177 obj->bytes_read = obj->fd_bytes_read; in read_high()
286 while (obj->buf[obj->in_buf] != '\n') { in get_line()
302 obj->line[i++] = obj->buf[obj->in_buf++]; in get_line()
374 || obj->in_buf >= obj->bytes_read in back_lines()
375 || obj->buf[obj->in_buf] != '\n') in back_lines()
481 first = find_first(obj, obj->buf, size = obj->in_buf); in print_position()
621 back_lines(obj, obj->page_length); in perform_search()
738 memset(&obj, 0, sizeof(obj)); in dialog_textbox()
914 obj.in_buf = obj.bytes_read; in dialog_textbox()
[all …]
H A Dguage.c121 WINDOW *dialog = obj->obj.win; in repaint_text()
134 dlg_print_autowrap(dialog, obj->prompt, obj->height, obj->width); in repaint_text()
220 obj->prompt = obj->prompt_buf; in handle_input()
272 obj->prompt = obj->prompt_buf; in my_cleanup()
275 dlg_del_window(obj->obj.win); in my_cleanup()
327 if (obj->obj.win == 0) { in dlg_reallocate_gauge()
332 obj->obj.win = dialog; in dlg_reallocate_gauge()
336 obj->obj.keep_win = TRUE; in dlg_reallocate_gauge()
337 obj->obj.bg_task = TRUE; in dlg_reallocate_gauge()
385 obj->obj.keep_win = FALSE; in dlg_free_gauge()
[all …]
H A Dtailbox.c47 FILE *fp = obj->obj.input; in get_line()
106 FILE *fp = obj->obj.input; in last_lines()
173 print_line(obj, obj->text, i, width); in print_page()
181 int high = getmaxy(obj->obj.win) - (2 * MARGIN + (obj->obj.bg_task ? 1 : 3)); in print_last_page()
191 FILE *fp = obj->obj.input; in repaint_text()
195 obj->old_hscroll = obj->hscroll; in repaint_text()
201 wrefresh(obj->obj.win); in repaint_text()
208 FILE *fp = obj->obj.input; in handle_input()
392 obj->obj.input = fd; in dialog_tailbox()
393 obj->obj.win = dialog; in dialog_tailbox()
[all …]
/freebsd/sys/contrib/alpine-hal/
H A Dal_hal_serdes_hssp.c157 obj, in al_serdes_reg_read()
170 obj, in al_serdes_reg_read()
197 obj, in al_serdes_reg_write()
210 obj, in al_serdes_reg_write()
306 obj, in al_serdes_bist_overrides_enable()
317 obj, in al_serdes_bist_overrides_enable()
328 obj, in al_serdes_bist_overrides_enable()
336 obj, in al_serdes_bist_overrides_enable()
391 obj, in al_serdes_bist_overrides_disable()
493 obj, in al_serdes_group_pm_set()
[all …]
H A Dal_hal_serdes_25g.c325 obj, in al_serdes_25g_bist_rx_enable()
332 obj, in al_serdes_25g_bist_rx_enable()
339 obj, in al_serdes_25g_bist_rx_enable()
367 obj, in al_serdes_25g_bist_rx_enable()
497 obj, in al_serdes_25g_bist_rx_status()
513 obj, in al_serdes_25g_bist_rx_status()
521 obj, in al_serdes_25g_bist_rx_status()
529 obj, in al_serdes_25g_bist_rx_status()
1100 obj, in al_serdes_25g_gcfsm2_read()
1108 obj, in al_serdes_25g_gcfsm2_read()
[all …]
/freebsd/contrib/wpa/wpa_supplicant/
H A Dnmake.mak65 $(OBJDIR)\sha1.obj \
68 $(OBJDIR)\md5.obj \
80 $(OBJDIR)\wpa.obj \
86 $(OBJDIR)\eap.obj \
88 $(OBJDIR)\chap.obj \
109 $(OBJDIR)\tncc.obj \
118 $(OBJDIR)\scan.obj \
137 $(OBJDIR)\config_file.obj $(OBJDIR)\base64.obj
141 $(OBJDIR)\config_file.obj $(OBJDIR)\base64.obj
155 $(OBJDIR)\common.obj
[all …]
/freebsd/contrib/libevent/test/
H A DMakefile.nmake5 SSL_OBJS=regress_ssl.obj
17 REGRESS_OBJS=regress.obj regress_buffer.obj regress_http.obj regress_dns.obj \
19 regress_rpc.obj regress.gen.obj \
20 regress_et.obj regress_bufferevent.obj \
21 regress_listener.obj regress_util.obj tinytest.obj \
22 regress_main.obj regress_minheap.obj regress_iocp.obj \
23 regress_thread.obj regress_finalize.obj $(SSL_OBJS)
25 OTHER_OBJS=test-init.obj test-eof.obj test-closed.obj test-weof.obj test-time.obj \
26 bench.obj bench_cascade.obj bench_http.obj bench_httpclient.obj \
27 test-changelist.obj \
[all …]
/freebsd/contrib/ntp/sntp/libevent/test/
H A DMakefile.nmake5 SSL_OBJS=regress_ssl.obj
17 REGRESS_OBJS=regress.obj regress_buffer.obj regress_http.obj regress_dns.obj \
19 regress_rpc.obj regress.gen.obj \
20 regress_et.obj regress_bufferevent.obj \
21 regress_listener.obj regress_util.obj tinytest.obj \
22 regress_main.obj regress_minheap.obj regress_iocp.obj \
23 regress_thread.obj regress_finalize.obj $(SSL_OBJS)
25 OTHER_OBJS=test-init.obj test-eof.obj test-closed.obj test-weof.obj test-time.obj \
26 bench.obj bench_cascade.obj bench_http.obj bench_httpclient.obj \
27 test-changelist.obj \
[all …]
/freebsd/contrib/libucl/src/
H A Ducl_emitter.c86 #define UCL_EMIT_IDENT_TOP_OBJ(ctx, obj) ((ctx)->top != (obj) || \ argument
121 ucl_elt_string_write_json (obj->key, obj->keylen, ctx); in ucl_emitter_print_key()
124 func->ucl_emitter_append_len (obj->key, obj->keylen, func->ud); in ucl_emitter_print_key()
127 if (obj->type != UCL_OBJECT && obj->type != UCL_ARRAY) { in ucl_emitter_print_key()
136 ucl_elt_string_write_json (obj->key, obj->keylen, ctx); in ucl_emitter_print_key()
149 ucl_elt_string_write_json (obj->key, obj->keylen, ctx); in ucl_emitter_print_key()
171 if (obj->type != UCL_OBJECT && obj->type != UCL_ARRAY) { in ucl_emitter_finish_object()
278 cur = obj; in ucl_emitter_common_start_array()
434 ucl_elt_string_write_json (obj->value.sv, obj->len, ctx); in ucl_emitter_common_elt()
439 ucl_elt_string_write_json (obj->value.sv, obj->len, ctx); in ucl_emitter_common_elt()
[all …]
/freebsd/sys/dev/drm2/
H A Ddrm_gem.c111 obj->dev = dev; in drm_gem_object_init()
133 obj->dev = dev; in drm_gem_private_object_init()
149 obj = malloc(sizeof(*obj), DRM_MEM_DRIVER, M_NOWAIT | M_ZERO); in drm_gem_object_alloc()
150 if (!obj) in drm_gem_object_alloc()
160 return obj; in drm_gem_object_alloc()
197 dev = obj->dev; in drm_gem_handle_delete()
292 return obj; in drm_gem_object_lookup()
351 if (!obj) in drm_gem_open_ioctl()
429 obj->name = 0; in drm_gem_object_handle_free()
452 return (obj); in drm_gem_object_from_offset()
[all …]
/freebsd/libexec/rtld-elf/
H A Drtld.c1379 obj->chains = obj->buckets + obj->nbuckets; in digest_dynamic1()
1618 obj->rpath = origin_subst(obj, obj->rpath); in digest_dynamic2()
2366 obj = elm->obj; in process_z()
2669 for (obj = first; obj != NULL; obj = TAILQ_NEXT(obj, next)) { in load_needed_objects()
2954 obj->path, obj->mapbase, obj->phdr, seg0, in load_kpreload()
3197 elm->obj = obj; in objlist_push_head()
3207 elm->obj = obj; in objlist_push_tail()
3221 elm->obj = obj; in objlist_put_after()
3445 obj = elm->obj; in initlist_objects_ifunc()
5465 for (obj = objs; obj != NULL; obj = TAILQ_NEXT(obj, next)) { in allocate_tls()
[all …]
H A Ddebug.c63 Obj_Entry *obj; in dump_relocations() local
65 for (obj = globallist_curr(obj0); obj != NULL; in dump_relocations()
66 obj = globallist_next(obj)) { in dump_relocations()
75 rtld_printf("Object \"%s\", relocbase %p\n", obj->path, obj->relocbase); in dump_obj_relocations()
77 if (obj->relsize) { in dump_obj_relocations()
80 dump_Elf_Rel(obj, obj->rel, obj->relsize); in dump_obj_relocations()
83 if (obj->relasize) { in dump_obj_relocations()
86 dump_Elf_Rela(obj, obj->rela, obj->relasize); in dump_obj_relocations()
89 if (obj->pltrelsize) { in dump_obj_relocations()
92 dump_Elf_Rel(obj, obj->pltrel, obj->pltrelsize); in dump_obj_relocations()
[all …]
/freebsd/contrib/byacc/
H A Ddescrip.mms8 error.obj,graph.obj, \
9 lalr.obj, \
10 lr0.obj, \
11 main.obj, \
12 mkpar.obj,mstring.obj, \
13 output.obj, \
14 reader.obj, \
15 yaccpar.obj, \
16 symtab.obj, \
18 warshall.obj
[all …]
/freebsd/usr.sbin/ctld/
H A Duclparse.c192 if (obj->type == UCL_INT) { in uclparse_target_lun()
256 if (obj->type == UCL_INT) in uclparse_toplevel()
265 if (obj->type == UCL_INT) in uclparse_toplevel()
274 if (obj->type == UCL_INT) in uclparse_toplevel()
314 if (obj->type == UCL_INT) in uclparse_toplevel()
323 if (obj->type == UCL_INT) in uclparse_toplevel()
414 key = ucl_object_key(obj); in uclparse_auth_group()
514 key = ucl_object_key(obj); in uclparse_portal_group()
614 if ((obj->type != UCL_STRING) && (obj->type != UCL_INT)) { in uclparse_portal_group()
619 if (obj->type == UCL_INT) in uclparse_portal_group()
[all …]
/freebsd/libexec/rtld-elf/powerpc/
H A Dreloc.c214 obj->path); in reloc_nonplt_object()
289 obj->path); in reloc_nonplt_object()
343 relalim = (const Elf_Rela *)((const char *)obj->rela + obj->relasize); in reloc_non_plt()
359 (const char *)phdr < (const char *)obj->phdr + obj->phsize; in reloc_non_plt()
466 if (obj->pltgot != NULL && obj->gotptr == NULL) in reloc_plt()
545 (Elf_Word *)obj->pltgot + obj->pltrelasize); in reloc_jmpslot()
615 if (!obj->irelative) in reloc_iresolve()
618 relalim = (const Elf_Rela *)((const char *)obj->rela + obj->relasize); in reloc_iresolve()
716 obj->gotptr[2] = (Elf_Addr)obj; in init_pltgot()
718 obj->path, obj->gotptr, in init_pltgot()
[all …]
/freebsd/libexec/rtld-elf/aarch64/
H A Dreloc.c107 obj->pltgot[1] = (Elf_Addr) obj; in init_pltgot()
204 obj = defobj; in reloc_tlsdesc()
235 obj->pltrelasize); in reloc_plt()
279 obj->pltrelasize); in reloc_jmpslots()
325 if (!obj->irelative) in reloc_iresolve()
329 obj->pltrelasize); in reloc_iresolve()
346 relalim = (const Elf_Rela *)((const char *)obj->rela + obj->relasize); in reloc_iresolve_nonplt()
364 if (!obj->gnu_ifunc) in reloc_gnu_ifunc()
425 if (obj == obj_rtld) in reloc_non_plt()
431 relalim = (const Elf_Rela *)((const char *)obj->rela + obj->relasize); in reloc_non_plt()
[all …]
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dhashtable.h147 for ((bkt) = 0, (obj) = NULL; (obj) == NULL && \
151 (obj) != NULL; \
152 (obj) = __hash_next(obj, \
153 __typeof(*(obj)), member))
156 for ((bkt) = 0, (obj) = NULL; (obj) == NULL && \
160 (obj) != NULL && ((tmp) = &__hash_next(obj, \
162 (obj) = container_of(tmp, __typeof(*(obj)), member))
173 (obj) != NULL; \
174 (obj) = __hash_next(obj, __typeof(*(obj)), member))
179 (obj) != NULL && ((tmp) = &__hash_next(obj, \
[all …]
/freebsd/libexec/rtld-elf/amd64/
H A Dreloc.c120 obj->pltgot[1] = (Elf_Addr) obj; in init_pltgot()
147 if (obj != obj_rtld) { in reloc_non_plt()
153 relalim = (const Elf_Rela *)((const char*)obj->rela + obj->relasize); in reloc_non_plt()
200 obj->path); in reloc_non_plt()
241 if (!obj->mainprog) { in reloc_non_plt()
264 obj->path); in reloc_non_plt()
285 obj->path); in reloc_non_plt()
436 if (!obj->irelative) in reloc_iresolve()
438 obj->irelative = false; in reloc_iresolve()
440 obj->pltrelasize); in reloc_iresolve()
[all …]
/freebsd/contrib/libucl/utils/
H A Dobjdump.c45 tmp = obj; in ucl_obj_dump()
49 if (obj->key != NULL) { in ucl_obj_dump()
56 if (obj->type == UCL_OBJECT) { in ucl_obj_dump()
64 else if (obj->type == UCL_ARRAY) { in ucl_obj_dump()
72 else if (obj->type == UCL_INT) { in ucl_obj_dump()
76 else if (obj->type == UCL_FLOAT) { in ucl_obj_dump()
88 else if (obj->type == UCL_TIME) { in ucl_obj_dump()
109 ucl_object_t *obj = NULL; in main() local
173 ucl_obj_dump (obj, 0); in main()
180 if (obj != NULL) { in main()
[all …]
/freebsd/libexec/rtld-elf/i386/
H A Dreloc.c118 obj->pltgot[1] = (Elf_Addr) obj; in init_pltgot()
141 if (obj != obj_rtld) { in reloc_non_plt()
151 rellim = (const Elf_Rel *)((const char *)obj->rel + obj->relsize); in reloc_non_plt()
182 obj->path); in reloc_non_plt()
248 obj->path); in reloc_non_plt()
287 rellim = (const Elf_Rel *)((const char *)obj->pltrel + obj->pltrelsize); in reloc_plt()
320 rellim = (const Elf_Rel *)((const char *)obj->pltrel + obj->pltrelsize); in reloc_jmpslots()
388 if (!obj->irelative) in reloc_iresolve()
391 rellim = (const Elf_Rel *)((const char *)obj->pltrel + obj->pltrelsize); in reloc_iresolve()
408 rellim = (const Elf_Rel *)((const char *)obj->rel + obj->relsize); in reloc_iresolve_nonplt()
[all …]
/freebsd/libexec/rtld-elf/arm/
H A Dreloc.c20 init_pltgot(Obj_Entry *obj) in init_pltgot() argument
23 obj->pltgot[1] = (Elf_Addr) obj; in init_pltgot()
174 obj->strtab + obj->symtab[symnum].st_name, in reloc_nonplt_object()
181 obj->strtab + obj->symtab[symnum].st_name, in reloc_nonplt_object()
204 obj->strtab + obj->symtab[symnum].st_name, in reloc_nonplt_object()
231 obj->path); in reloc_nonplt_object()
250 obj->strtab + obj->symtab[symnum].st_name, in reloc_nonplt_object()
267 obj->strtab + obj->symtab[symnum].st_name, in reloc_nonplt_object()
290 obj->strtab + obj->symtab[symnum].st_name, in reloc_nonplt_object()
300 obj->strtab + obj->symtab[symnum].st_name); in reloc_nonplt_object()
[all …]
/freebsd/contrib/libevent/
H A DMakefile.nmake32 CORE_OBJS=event.obj buffer.obj bufferevent.obj bufferevent_sock.obj \
33 bufferevent_pair.obj listener.obj evmap.obj log.obj evutil.obj \
34 strlcpy.obj signal.obj bufferevent_filter.obj evthread.obj \
35 bufferevent_ratelim.obj evutil_rand.obj evutil_time.obj
36 WIN_OBJS=win32select.obj evthread_win32.obj buffer_iocp.obj \
37 event_iocp.obj bufferevent_async.obj
38 EXTRA_OBJS=event_tagging.obj http.obj evdns.obj evrpc.obj
41 SSL_OBJS=bufferevent_openssl.obj
/freebsd/contrib/ntp/sntp/libevent/
H A DMakefile.nmake32 CORE_OBJS=event.obj buffer.obj bufferevent.obj bufferevent_sock.obj \
33 bufferevent_pair.obj listener.obj evmap.obj log.obj evutil.obj \
34 strlcpy.obj signal.obj bufferevent_filter.obj evthread.obj \
35 bufferevent_ratelim.obj evutil_rand.obj evutil_time.obj
36 WIN_OBJS=win32select.obj evthread_win32.obj buffer_iocp.obj \
37 event_iocp.obj bufferevent_async.obj
38 EXTRA_OBJS=event_tagging.obj http.obj evdns.obj evrpc.obj
41 SSL_OBJS=bufferevent_openssl.obj
/freebsd/usr.sbin/iovctl/
H A Dparse.c158 ucl_object_tostring(obj), key); in add_unicast_mac_config()
176 add_bool_config(key, obj, config); in add_config()
203 const ucl_object_t *obj; in parse_device_config() local
229 key = ucl_object_key(obj); in parse_device_config()
232 add_config(key, obj, iov_config, in parse_device_config()
258 const ucl_object_t *obj; in parse_config_file() local
292 key = ucl_object_key(obj); in parse_config_file()
337 const ucl_object_t *obj; in find_pf_device() local
342 key = ucl_object_key(obj); in find_pf_device()
373 const ucl_object_t *obj; in find_device() local
[all …]

12345678910>>...44