Searched refs:ctx (Results 1 - 25 of 178) sorted by relevance

12345678

/haiku-fatelf/src/kits/network/libbind/isc/
H A Dheap.c55 heap_context ctx; local
60 ctx = (heap_context)malloc(sizeof (struct heap_context));
61 if (ctx == NULL)
64 ctx->array_size = 0;
66 ctx->array_size_increment = ARRAY_SIZE_INCREMENT;
68 ctx->array_size_increment = array_size_increment;
69 ctx->heap_size = 0;
70 ctx->heap = NULL;
71 ctx->higher_priority = higher_priority;
72 ctx
77 heap_free(heap_context ctx) argument
91 heap_resize(heap_context ctx) argument
106 float_up(heap_context ctx, int i, void *elt) argument
122 sink_down(heap_context ctx, int i, void *elt) argument
146 heap_insert(heap_context ctx, void *elt) argument
164 heap_delete(heap_context ctx, int i) argument
189 heap_increased(heap_context ctx, int i) argument
201 heap_decreased(heap_context ctx, int i) argument
213 heap_element(heap_context ctx, int i) argument
223 heap_for_each(heap_context ctx, heap_for_each_func action, void *uap) argument
[all...]
H A Dctl_clnt.c60 #define donefunc_p(ctx) ((ctx).donefunc != NULL)
77 struct ctl_cctx * ctx; member in struct:ctl_tran
154 struct ctl_cctx *ctx; local
159 ctx = memget(sizeof *ctx);
160 if (ctx == NULL) {
164 ctx->state = initializing;
165 ctx->ev = lev;
166 ctx
223 ctl_endclient(struct ctl_cctx *ctx) argument
236 ctl_command(struct ctl_cctx *ctx, const char *cmd, size_t len, ctl_clntdone donefunc, void *uap) argument
275 new_tran(struct ctl_cctx *ctx, ctl_clntdone donefunc, void *uap, int w) argument
293 start_write(struct ctl_cctx *ctx) argument
339 destroy(struct ctl_cctx *ctx, int notify) argument
389 error(struct ctl_cctx *ctx) argument
395 new_state(struct ctl_cctx *ctx, enum state new_state) argument
409 struct ctl_cctx *ctx = uap; local
445 struct ctl_cctx *ctx = tran->ctx; local
462 start_read(struct ctl_cctx *ctx) argument
478 stop_read(struct ctl_cctx *ctx) argument
488 struct ctl_cctx *ctx = uap; local
572 start_timer(struct ctl_cctx *ctx) argument
585 stop_timer(struct ctl_cctx *ctx) argument
599 touch_timer(struct ctl_cctx *ctx) argument
608 struct ctl_cctx *ctx = uap; local
[all...]
H A Deventlib.c68 evContext_p *ctx; local
74 OKNEW(ctx);
77 ctx->cur = NULL;
80 ctx->debug = 0;
81 ctx->output = NULL;
84 ctx->conns = NULL;
85 INIT_LIST(ctx->accepts);
88 ctx->files = NULL;
90 ctx->pollfds = NULL;
91 ctx
144 evContext_p *ctx = opaqueCtx.opaque; local
152 evContext_p *ctx = opaqueCtx.opaque; local
212 evContext_p *ctx = opaqueCtx.opaque; local
478 evContext_p *ctx = opaqueCtx.opaque; local
591 evContext_p *ctx = opaqueCtx.opaque; local
667 evContext_p *ctx = opaqueCtx.opaque; local
673 evPrintf(const evContext_p *ctx, int level, const char *fmt, ...) argument
745 evContext_p *ctx; local
813 evPollfdRealloc(evContext_p *ctx, int pollfd_chunk_size, int fd) argument
855 evContext_p *ctx = (evContext_p *)maskp->ctx; local
889 evContext_p *ctx = maskp->ctx; local
920 evContext_p *ctx = maskp->ctx; local
[all...]
H A Dev_files.c42 static evFile *FindFD(const evContext_p *ctx, int fd, int eventmask);
52 evContext_p *ctx = opaqueCtx.opaque; local
56 evPrintf(ctx, 1,
57 "evSelectFD(ctx %p, fd %d, mask 0x%x, func %p, uap %p)\n",
58 ctx, fd, eventmask, func, uap);
62 if (fd > ctx->highestFD)
73 /* Make sure both ctx->pollfds[] and ctx->fdTable[] are large enough */
74 if (fd >= ctx->maxnfds && evPollfdRealloc(ctx,
157 evContext_p *ctx = opaqueCtx.opaque; local
268 FindFD(const evContext_p *ctx, int fd, int eventmask) argument
[all...]
H A Dev_waits.c39 static void print_waits(evContext_p *ctx);
54 evContext_p *ctx = opaqueCtx.opaque; local
56 evWaitList *wl = evGetWaitList(ctx, tag, 1);
70 if (ctx->debug >= 9)
71 print_waits(ctx);
80 evContext_p *ctx = opaqueCtx.opaque; local
81 evWaitList *wl = evGetWaitList(ctx, tag, 0);
92 if (ctx->waitDone.last != NULL)
93 ctx->waitDone.last->next = first;
95 ctx
107 evContext_p *ctx = opaqueCtx.opaque; local
165 evContext_p *ctx = opaqueCtx.opaque; local
186 print_waits(evContext_p *ctx) argument
205 evNewWaitList(evContext_p *ctx) argument
221 evFreeWaitList(evContext_p *ctx, evWaitList *this) argument
235 evGetWaitList(evContext_p *ctx, const void *tag, int should_create) argument
[all...]
H A Dctl_srvr.c68 tmp, sizeof tmp, ctx->logger)
86 struct ctl_sctx * ctx; member in struct:ctl_sess
179 struct ctl_sctx *ctx; local
193 ctx = memget(sizeof *ctx);
194 if (ctx == NULL) {
198 ctx->ev = lev;
199 ctx->uctx = uctx;
200 ctx->unkncode = unkncode;
201 ctx
276 ctl_endserver(struct ctl_sctx *ctx) argument
308 struct ctl_sctx *ctx = sess->ctx; local
378 struct ctl_sctx *ctx = sess->ctx; local
407 struct ctl_sctx *ctx = uap; local
472 struct ctl_sctx *ctx = sess->ctx; local
485 struct ctl_sctx *ctx = sess->ctx; local
523 struct ctl_sctx *ctx = sess->ctx; local
553 struct ctl_sctx *ctx = sess->ctx; local
570 struct ctl_sctx *ctx; local
632 struct ctl_sctx *ctx = sess->ctx; local
659 struct ctl_sctx *ctx = sess->ctx; local
682 struct ctl_sctx *ctx = sess->ctx; local
723 struct ctl_sctx *ctx = sess->ctx; local
760 ctl_morehelp(struct ctl_sctx *ctx, struct ctl_sess *sess, const struct ctl_verb *verb, const char *text, u_int respflags, const void *respctx, void *uctx) argument
780 ctl_signal_done(struct ctl_sctx *ctx, struct ctl_sess *sess) argument
[all...]
/haiku-fatelf/src/tests/kits/net/tcptester/
H A Dtcptester.cpp33 static int process_command(context *ctx);
36 number(context *ctx) argument
40 while (isdigit(ctx->buffer[ctx->index])) {
42 result += ctx->buffer[ctx->index] - '0';
43 ctx->index++;
51 value(context *ctx) argument
53 if (ctx->buffer[ctx
72 repeat(context *ctx) argument
91 send_packet(context *ctx, size_t bytes) argument
112 process_command(context *ctx) argument
153 read_command(context *ctx) argument
175 context ctx = { *(int *)data, 0 }; local
[all...]
/haiku-fatelf/src/add-ons/accelerants/radeon_hd/atombios/
H A Datom-bits.h32 #define U8(ptr) get_u8(ctx->ctx->bios,(ptr))
33 #define CU8(ptr) get_u8(ctx->bios,(ptr))
38 #define U16(ptr) get_u16(ctx->ctx->bios,(ptr))
39 #define CU16(ptr) get_u16(ctx->bios,(ptr))
44 #define U32(ptr) get_u32(ctx->ctx->bios,(ptr))
45 #define CU32(ptr) get_u32(ctx->bios,(ptr))
46 #define CSTR(ptr) (((char *)(ctx
[all...]
H A Datom.cpp75 atom_context *ctx; member in struct:__anon1246
87 status_t atom_execute_table_locked(atom_context *ctx,
89 status_t atom_execute_table(atom_context *ctx, int index, uint32 *params);
110 atom_iio_execute(atom_context *ctx, int base, uint32 index, uint32 data) argument
119 temp = ctx->card->ioreg_read(CU16(base + 1));
123 (void)ctx->card->reg_read(CU16(base + 1));
124 ctx->card->ioreg_write(CU16(base + 1), temp);
149 temp |= ((ctx->io_attr >> CU8(base + 2))
163 atom_get_src_int(atom_exec_context *ctx, uint8 attr, int *ptr, argument
167 atom_context *gctx = ctx
299 atom_skip_src_int(atom_exec_context *ctx, uint8 attr, int *ptr) argument
337 atom_get_src(atom_exec_context *ctx, uint8 attr, int *ptr) argument
344 atom_get_src_direct(atom_exec_context *ctx, uint8_t align, int *ptr) argument
372 atom_get_dst(atom_exec_context *ctx, int arg, uint8 attr, int *ptr, uint32 *saved, int print) argument
381 atom_skip_dst(atom_exec_context *ctx, int arg, uint8 attr, int *ptr) argument
389 atom_put_dst(atom_exec_context *ctx, int arg, uint8 attr, int *ptr, uint32 val, uint32 saved) argument
496 atom_op_add(atom_exec_context *ctx, int *ptr, int arg) argument
513 atom_op_and(atom_exec_context *ctx, int *ptr, int arg) argument
530 atom_op_beep(atom_exec_context *ctx, int *ptr, int arg) argument
537 atom_op_calltable(atom_exec_context *ctx, int *ptr, int arg) argument
559 atom_op_clear(atom_exec_context *ctx, int *ptr, int arg) argument
573 atom_op_compare(atom_exec_context *ctx, int *ptr, int arg) argument
587 atom_op_delay(atom_exec_context *ctx, int *ptr, int arg) argument
603 atom_op_div(atom_exec_context *ctx, int *ptr, int arg) argument
625 atom_op_eot(atom_exec_context *ctx, int *ptr, int arg) argument
632 atom_op_jump(atom_exec_context *ctx, int *ptr, int arg) argument
684 atom_op_mask(atom_exec_context *ctx, int *ptr, int arg) argument
701 atom_op_move(atom_exec_context *ctx, int *ptr, int arg) argument
720 atom_op_mul(atom_exec_context *ctx, int *ptr, int arg) argument
733 atom_op_nop(atom_exec_context *ctx, int *ptr, int arg) argument
740 atom_op_or(atom_exec_context *ctx, int *ptr, int arg) argument
757 atom_op_postcard(atom_exec_context *ctx, int *ptr, int arg) argument
766 atom_op_repeat(atom_exec_context *ctx, int *ptr, int arg) argument
773 atom_op_restorereg(atom_exec_context *ctx, int *ptr, int arg) argument
780 atom_op_savereg(atom_exec_context *ctx, int *ptr, int arg) argument
787 atom_op_setdatablock(atom_exec_context *ctx, int *ptr, int arg) argument
802 atom_op_setfbbase(atom_exec_context *ctx, int *ptr, int arg) argument
811 atom_op_setport(atom_exec_context *ctx, int *ptr, int arg) argument
841 atom_op_setregblock(atom_exec_context *ctx, int *ptr, int arg) argument
848 atom_op_shift_left(atom_exec_context *ctx, int *ptr, int arg) argument
866 atom_op_shift_right(atom_exec_context *ctx, int *ptr, int arg) argument
884 atom_op_shl(atom_exec_context *ctx, int *ptr, int arg) argument
905 atom_op_shr(atom_exec_context *ctx, int *ptr, int arg) argument
927 atom_op_sub(atom_exec_context *ctx, int *ptr, int arg) argument
944 atom_op_switch(atom_exec_context *ctx, int *ptr, int arg) argument
970 atom_op_test(atom_exec_context *ctx, int *ptr, int arg) argument
984 atom_op_xor(atom_exec_context *ctx, int *ptr, int arg) argument
1001 atom_op_debug(atom_exec_context *ctx, int *ptr, int arg) argument
1137 atom_execute_table_locked(atom_context *ctx, int index, uint32 * params) argument
1203 atom_execute_table(atom_context *ctx, int index, uint32 *params) argument
1237 atom_index_iio(atom_context *ctx, int base) argument
1253 atom_context *ctx = (atom_context*)malloc(sizeof(atom_context)); local
1309 atom_asic_init(atom_context *ctx) argument
1328 atom_destroy(atom_context *ctx) argument
1341 atom_parse_data_header(atom_context *ctx, int index, uint16 *size, uint8 *frev, uint8 *crev, uint16 *data_start) argument
1363 atom_parse_cmd_header(atom_context *ctx, int index, uint8 * frev, uint8 * crev) argument
1382 atom_allocate_fb_scratch(atom_context *ctx) argument
[all...]
/haiku-fatelf/src/libs/compat/freebsd_wlan/crypto/rijndael/
H A Drijndael-api.c40 rijndael_set_key(rijndael_ctx *ctx, const u_char *key, int bits) argument
43 ctx->Nr = rijndaelKeySetupEnc(ctx->ek, key, bits);
44 rijndaelKeySetupDec(ctx->dk, key, bits);
48 rijndael_decrypt(const rijndael_ctx *ctx, const u_char *src, u_char *dst) argument
51 rijndaelDecrypt(ctx->dk, ctx->Nr, src, dst);
55 rijndael_encrypt(const rijndael_ctx *ctx, const u_char *src, u_char *dst) argument
58 rijndaelEncrypt(ctx->ek, ctx
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A Dfuse_opt.c97 static int next_arg(struct fuse_opt_context *ctx, const char *opt) argument
99 if (ctx->argctr + 1 >= ctx->argc) {
103 ctx->argctr++;
107 static int add_arg(struct fuse_opt_context *ctx, const char *arg) argument
109 return fuse_opt_add_arg(&ctx->outargs, arg);
132 static int add_opt(struct fuse_opt_context *ctx, const char *opt) argument
134 return fuse_opt_add_opt(&ctx->opts, opt);
137 static int call_proc(struct fuse_opt_context *ctx, const char *arg, int key, argument
143 if (key != FUSE_OPT_KEY_KEEP && ctx
209 process_opt(struct fuse_opt_context *ctx, const struct fuse_opt *opt, unsigned sep, const char *arg, int iso) argument
231 process_opt_sep_arg(struct fuse_opt_context *ctx, const struct fuse_opt *opt, unsigned sep, const char *arg, int iso) argument
255 process_gopt(struct fuse_opt_context *ctx, const char *arg, int iso) argument
275 process_real_option_group(struct fuse_opt_context *ctx, char *opts) argument
293 process_option_group(struct fuse_opt_context *ctx, const char *opts) argument
311 process_one(struct fuse_opt_context *ctx, const char *arg) argument
334 opt_parse(struct fuse_opt_context *ctx) argument
362 struct fuse_opt_context ctx = { local
[all...]
/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A DSAX.h27 getPublicId (void *ctx);
29 getSystemId (void *ctx);
31 setDocumentLocator (void *ctx,
35 getLineNumber (void *ctx);
37 getColumnNumber (void *ctx);
40 isStandalone (void *ctx);
42 hasInternalSubset (void *ctx);
44 hasExternalSubset (void *ctx);
47 internalSubset (void *ctx,
52 externalSubset (void *ctx,
[all...]
H A DSAX2.h25 xmlSAX2GetPublicId (void *ctx);
27 xmlSAX2GetSystemId (void *ctx);
29 xmlSAX2SetDocumentLocator (void *ctx,
33 xmlSAX2GetLineNumber (void *ctx);
35 xmlSAX2GetColumnNumber (void *ctx);
38 xmlSAX2IsStandalone (void *ctx);
40 xmlSAX2HasInternalSubset (void *ctx);
42 xmlSAX2HasExternalSubset (void *ctx);
45 xmlSAX2InternalSubset (void *ctx,
50 xmlSAX2ExternalSubset (void *ctx,
[all...]
H A Dnanoftp.h72 xmlNanoFTPFreeCtxt (void * ctx);
82 xmlNanoFTPConnect (void *ctx);
84 xmlNanoFTPClose (void *ctx);
86 xmlNanoFTPQuit (void *ctx);
96 xmlNanoFTPUpdateURL (void *ctx,
103 xmlNanoFTPGetResponse (void *ctx);
105 xmlNanoFTPCheckResponse (void *ctx);
111 xmlNanoFTPCwd (void *ctx,
114 xmlNanoFTPDele (void *ctx,
118 xmlNanoFTPGetConnection (void *ctx);
[all...]
H A Dnanohttp.h54 xmlNanoHTTPReturnCode (void *ctx);
56 xmlNanoHTTPAuthHeader (void *ctx);
58 xmlNanoHTTPRedir (void *ctx);
60 xmlNanoHTTPContentLength( void * ctx );
62 xmlNanoHTTPEncoding (void *ctx);
64 xmlNanoHTTPMimeType (void *ctx);
66 xmlNanoHTTPRead (void *ctx,
75 xmlNanoHTTPClose (void *ctx);
/haiku-fatelf/src/bin/gdb/gdb/
H A Ddwarf2expr.c53 free_dwarf_expr_context (struct dwarf_expr_context *ctx) argument
55 xfree (ctx->stack);
56 xfree (ctx->pieces);
57 xfree (ctx);
64 dwarf_expr_grow_stack (struct dwarf_expr_context *ctx, size_t need) argument
66 if (ctx->stack_len + need > ctx->stack_allocated)
68 size_t newlen = ctx->stack_len + need + 10;
69 ctx->stack = xrealloc (ctx
78 dwarf_expr_push(struct dwarf_expr_context *ctx, CORE_ADDR value) argument
87 dwarf_expr_pop(struct dwarf_expr_context *ctx) argument
97 dwarf_expr_fetch(struct dwarf_expr_context *ctx, int n) argument
108 add_piece(struct dwarf_expr_context *ctx, int in_reg, CORE_ADDR value, ULONGEST size) argument
133 dwarf_expr_eval(struct dwarf_expr_context *ctx, unsigned char *addr, size_t len) argument
255 execute_stack_op(struct dwarf_expr_context *ctx, unsigned char *op_ptr, unsigned char *op_end) argument
[all...]
/haiku-fatelf/src/bin/coreutils/lib/
H A Dsha256.h42 extern void sha256_init_ctx (struct sha256_ctx *ctx);
43 extern void sha224_init_ctx (struct sha256_ctx *ctx);
50 struct sha256_ctx *ctx);
57 struct sha256_ctx *ctx);
63 extern void *sha256_finish_ctx (struct sha256_ctx *ctx, void *resbuf);
64 extern void *sha224_finish_ctx (struct sha256_ctx *ctx, void *resbuf);
70 extern void *sha256_read_ctx (const struct sha256_ctx *ctx, void *resbuf);
71 extern void *sha224_read_ctx (const struct sha256_ctx *ctx, void *resbuf);
H A Dsha512.h43 extern void sha512_init_ctx (struct sha512_ctx *ctx);
44 extern void sha384_init_ctx (struct sha512_ctx *ctx);
51 struct sha512_ctx *ctx);
58 struct sha512_ctx *ctx);
64 extern void *sha512_finish_ctx (struct sha512_ctx *ctx, void *resbuf);
65 extern void *sha384_finish_ctx (struct sha512_ctx *ctx, void *resbuf);
74 extern void *sha512_read_ctx (const struct sha512_ctx *ctx, void *resbuf);
75 extern void *sha384_read_ctx (const struct sha512_ctx *ctx, void *resbuf);
/haiku-fatelf/src/kits/network/libbind/irs/
H A Dhesiod.c65 static int parse_config_file(struct hesiod_p *ctx, const char *filename);
66 static char ** get_txt_records(struct hesiod_p *ctx, int class,
68 static int init(struct hesiod_p *ctx);
77 struct hesiod_p *ctx; local
80 ctx = malloc(sizeof(struct hesiod_p));
81 if (ctx == 0) {
86 memset(ctx, 0, sizeof (*ctx));
88 if (parse_config_file(ctx, _PATH_HESIOD_CONF) < 0) {
93 ctx
153 struct hesiod_p *ctx = (struct hesiod_p *) context; local
174 struct hesiod_p *ctx = (struct hesiod_p *) context; local
233 struct hesiod_p *ctx = (struct hesiod_p *) context; local
272 parse_config_file(struct hesiod_p *ctx, const char *filename) argument
343 get_txt_records(struct hesiod_p *ctx, int class, const char *name) argument
464 struct hesiod_p *ctx = context; local
483 struct hesiod_p *ctx = context; local
495 init(struct hesiod_p *ctx) argument
[all...]
/haiku-fatelf/src/system/libroot/posix/stdlib/
H A Drand.c46 do_rand(unsigned long *ctx) argument
54 return ((*ctx = *ctx * 1103515245 + 12345) % ((u_long)RAND_MAX + 1));
67 if (*ctx == 0)
68 *ctx = 123459876;
69 hi = *ctx / 127773;
70 lo = *ctx % 127773;
74 return ((*ctx = x) % ((u_long)RAND_MAX + 1));
80 rand_r(unsigned int *ctx) argument
82 u_long val = (u_long) *ctx;
[all...]
/haiku-fatelf/src/bin/network/wget/src/
H A Dgen-md5.c67 gen_md5_init (gen_md5_context *ctx) argument
69 gen_md5_context_imp *ctx_imp = &ctx->imp;
85 gen_md5_update (unsigned const char *buffer, int len, gen_md5_context *ctx) argument
87 gen_md5_context_imp *ctx_imp = &ctx->imp;
103 gen_md5_finish (gen_md5_context *ctx, unsigned char *result) argument
105 gen_md5_context_imp *ctx_imp = &ctx->imp;
133 ALLOCA_MD5_CONTEXT (ctx);
135 gen_md5_init (ctx);
136 gen_md5_update ((unsigned char *)buf, strlen (buf), ctx);
137 gen_md5_finish (ctx, ra
[all...]
H A Dgnutls.c87 struct wgnutls_transport_context *ctx = arg; local
89 if (ctx->peeklen)
92 int copysize = MIN (bufsize, ctx->peeklen);
93 memcpy (buf, ctx->peekbuf + ctx->peekstart, copysize);
94 ctx->peeklen -= copysize;
95 if (ctx->peeklen != 0)
96 ctx->peekstart += copysize;
98 ctx->peekstart = 0;
103 ret = gnutls_record_recv (ctx
115 struct wgnutls_transport_context *ctx = arg; local
134 struct wgnutls_transport_context *ctx = arg; local
157 struct wgnutls_transport_context *ctx = arg; local
164 struct wgnutls_transport_context *ctx = arg; local
189 struct wgnutls_transport_context *ctx; local
213 struct wgnutls_transport_context *ctx = fd_transport_context (fd); local
[all...]
H A Dcss-url.c153 get_urls_css (struct map_context *ctx, int offset, int buf_length) argument
162 strncpy(tmp,ctx->text + offset, buf_length);
168 yy_scan_bytes (ctx->text + offset, buf_length);
192 uri = get_uri_string (ctx->text, &pos, &length);
206 struct urlpos *up = append_url (uri, pos, length, ctx);
228 uri = get_uri_string (ctx->text, &pos, &length);
232 struct urlpos *up = append_url (uri, pos, length, ctx);
252 struct map_context ctx; local
263 ctx.text = fm->content;
264 ctx
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dutils.c443 * @ctx: A search context, created using ntfs_get_attr_search_ctx
454 ATTR_RECORD * find_attribute(const ATTR_TYPES type, ntfs_attr_search_ctx *ctx) argument
456 if (!ctx) {
461 if (ntfs_attr_lookup(type, NULL, 0, 0, 0, NULL, 0, ctx) != 0) {
467 return ctx->attr;
486 ntfs_attr_search_ctx *ctx; local
494 ctx = ntfs_attr_get_search_ctx(NULL, mft);
495 if (!ctx) {
500 rec = find_attribute(type, ctx);
501 ntfs_attr_put_search_ctx(ctx);
527 ntfs_attr_search_ctx *ctx; local
962 struct mft_search_ctx *ctx; local
980 mft_put_search_ctx(struct mft_search_ctx *ctx) argument
992 mft_next_record(struct mft_search_ctx *ctx) argument
1146 ntfs_attr_search_ctx *ctx; local
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_sysctl.c393 struct sysctl_ctx_list *ctx = device_get_sysctl_ctx(sc->sc_dev); local
397 SYSCTL_ADD_UINT(ctx, SYSCTL_CHILDREN(tree), OID_AUTO,
400 SYSCTL_ADD_UINT(ctx, SYSCTL_CHILDREN(tree), OID_AUTO,
404 SYSCTL_ADD_INT(ctx, SYSCTL_CHILDREN(tree), OID_AUTO,
408 SYSCTL_ADD_PROC(ctx, SYSCTL_CHILDREN(tree), OID_AUTO,
411 SYSCTL_ADD_PROC(ctx, SYSCTL_CHILDREN(tree), OID_AUTO,
414 SYSCTL_ADD_PROC(ctx, SYSCTL_CHILDREN(tree), OID_AUTO,
417 SYSCTL_ADD_PROC(ctx, SYSCTL_CHILDREN(tree), OID_AUTO,
420 SYSCTL_ADD_PROC(ctx, SYSCTL_CHILDREN(tree), OID_AUTO,
423 SYSCTL_ADD_UINT(ctx, SYSCTL_CHILDRE
520 struct sysctl_ctx_list *ctx = device_get_sysctl_ctx(sc->sc_dev); local
538 struct sysctl_ctx_list *ctx = device_get_sysctl_ctx(sc->sc_dev); local
745 struct sysctl_ctx_list *ctx = device_get_sysctl_ctx(sc->sc_dev); local
[all...]

Completed in 246 milliseconds

12345678