Searched refs:clist (Results 1 - 21 of 21) sorted by relevance

/freebsd-11-stable/share/examples/kld/dyn_sysctl/
H A Ddyn_sysctl.c42 static struct sysctl_ctx_list clist, clist1, clist2; variable in typeref:struct:sysctl_ctx_list
65 sysctl_ctx_init(&clist);
73 a_root = SYSCTL_ADD_NODE(&clist,
85 SYSCTL_ADD_LONG(&clist, SYSCTL_CHILDREN(a_root),
87 SYSCTL_ADD_INT(&clist, SYSCTL_CHILDREN(a_root),
89 a_root1 = SYSCTL_ADD_NODE(&clist, SYSCTL_CHILDREN(a_root),
91 SYSCTL_ADD_STRING(&clist, SYSCTL_CHILDREN(a_root1),
93 printf("1. (%p) / dyn_sysctl\n", &clist);
96 a_root1 = SYSCTL_ADD_NODE(&clist, SYSCTL_STATIC_CHILDREN(_kern),
102 SYSCTL_ADD_PROC(&clist, SYSCTL_CHILDRE
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeCategory.cpp16 TypeCategoryImpl::TypeCategoryImpl(IFormatChangeListener *clist, argument
18 : m_format_cont("format", "regex-format", clist),
19 m_summary_cont("summary", "regex-summary", clist),
20 m_filter_cont("filter", "regex-filter", clist),
21 m_synth_cont("synth", "regex-synth", clist), m_enabled(false),
22 m_change_listener(clist), m_mutex(), m_name(name), m_languages() {}
/freebsd-11-stable/sys/dev/iscsi_initiator/
H A Disc_sm.c633 sysctl_ctx_init(&sp->clist);
634 sp->oid = SYSCTL_ADD_NODE(&sp->clist,
641 SYSCTL_ADD_PROC(&sp->clist,
649 SYSCTL_ADD_PROC(&sp->clist,
657 SYSCTL_ADD_PROC(&sp->clist,
665 SYSCTL_ADD_INT(&sp->clist,
725 if(sysctl_ctx_free(&sp->clist))
H A Discsi.c233 SYSCTL_ADD_INT(&sp->clist, SYSCTL_CHILDREN(sp->oid),
730 sysctl_ctx_init(&isc->clist);
731 isc->oid = SYSCTL_ADD_NODE(&isc->clist,
739 SYSCTL_ADD_STRING(&isc->clist,
748 SYSCTL_ADD_STRING(&isc->clist,
757 SYSCTL_ADD_INT(&isc->clist,
810 if(sysctl_ctx_free(&isc->clist))
H A Discsivar.h175 struct sysctl_ctx_list clist; member in struct:isc_session
217 struct sysctl_ctx_list clist; member in struct:isc_softc
/freebsd-11-stable/usr.bin/diff/
H A Ddiffreg.c231 static struct cand *clist; /* merely a free storage pot for candidates */ variable in typeref:struct:cand
232 static int clistlen; /* the length of clist */
432 clist = xcalloc(clistlen, sizeof(*clist));
439 free(clist);
675 if (y <= clist[oldc].y)
681 if (clist[c[l]].y <= y)
705 clist = xreallocarray(clist, clistlen, sizeof(*clist));
[all...]
/freebsd-11-stable/sys/kern/
H A Dkern_sysctl.c508 sysctl_ctx_free(struct sysctl_ctx_list *clist) argument
521 TAILQ_FOREACH(e, clist, link) {
534 e1 = TAILQ_LAST(clist, sysctl_ctx_list);
544 e = TAILQ_FIRST(clist);
560 sysctl_ctx_entry_add(struct sysctl_ctx_list *clist, struct sysctl_oid *oidp) argument
565 if (clist == NULL || oidp == NULL)
569 TAILQ_INSERT_HEAD(clist, e, link);
575 sysctl_ctx_entry_find(struct sysctl_ctx_list *clist, struct sysctl_oid *oidp) argument
580 if (clist == NULL || oidp == NULL)
582 TAILQ_FOREACH(e, clist, lin
595 sysctl_ctx_entry_del(struct sysctl_ctx_list *clist, struct sysctl_oid *oidp) argument
724 sysctl_add_oid(struct sysctl_ctx_list *clist, struct sysctl_oid_list *parent, int number, const char *name, int kind, void *arg1, intmax_t arg2, int (*handler)(SYSCTL_HANDLER_ARGS), const char *fmt, const char *descr) argument
[all...]
/freebsd-11-stable/bin/dd/
H A Dargs.c316 } clist[] = { variable in typeref:struct:conv
346 cp = bsearch(&tmp, clist, sizeof(clist) / sizeof(struct conv),
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h46 IFormatChangeListener *clist)
47 : m_exact_sp(new ExactMatchContainer(std::string(exact_name), clist)),
48 m_regex_sp(new RegexMatchContainer(std::string(regex_name), clist)) {}
189 TypeCategoryImpl(IFormatChangeListener *clist, ConstString name);
45 FormatterContainerPair(const char *exact_name, const char *regex_name, IFormatChangeListener *clist) argument
/freebsd-11-stable/contrib/gdb/gdb/cli/
H A Dcli-decode.c44 struct cmd_list_element *clist,
862 /* Search the input clist for 'command'. Return the command if
867 find_cmd (char *command, int len, struct cmd_list_element *clist,
874 for (c = clist; c; c = c->next)
926 lookup_cmd_1 (char **text, struct cmd_list_element *clist,
973 found = find_cmd (command, len, clist, ignore_help_classes, &nfound);
986 found = find_cmd (command, len, clist, ignore_help_classes, &nfound);
1029 *result_list = clist;
1055 *result_list = clist;
863 find_cmd(char *command, int len, struct cmd_list_element *clist, int ignore_help_classes, int *nfound) argument
922 lookup_cmd_1(char **text, struct cmd_list_element *clist, struct cmd_list_element **result_list, int ignore_help_classes) argument
/freebsd-11-stable/sys/arm/ti/
H A Dti_pruss.c531 struct sysctl_ctx_list *clist = device_get_sysctl_ctx(dev); local
532 if (!clist)
541 struct sysctl_oid *irq_root = SYSCTL_ADD_NODE(clist, SYSCTL_CHILDREN(poid),
544 SYSCTL_ADD_PROC(clist, SYSCTL_CHILDREN(poid), OID_AUTO,
563 struct sysctl_oid *irq_nodes = SYSCTL_ADD_NODE(clist, SYSCTL_CHILDREN(irq_root),
566 SYSCTL_ADD_PROC(clist, SYSCTL_CHILDREN(irq_nodes), OID_AUTO,
569 SYSCTL_ADD_PROC(clist, SYSCTL_CHILDREN(irq_nodes), OID_AUTO,
572 SYSCTL_ADD_PROC(clist, SYSCTL_CHILDREN(irq_nodes), OID_AUTO,
/freebsd-11-stable/sys/sys/
H A Dsysctl.h1034 struct sysctl_oid *sysctl_add_oid(struct sysctl_ctx_list *clist,
1044 int sysctl_ctx_init(struct sysctl_ctx_list *clist);
1045 int sysctl_ctx_free(struct sysctl_ctx_list *clist);
1046 struct sysctl_ctx_entry *sysctl_ctx_entry_add(struct sysctl_ctx_list *clist,
1048 struct sysctl_ctx_entry *sysctl_ctx_entry_find(struct sysctl_ctx_list *clist,
1050 int sysctl_ctx_entry_del(struct sysctl_ctx_list *clist,
/freebsd-11-stable/contrib/ntp/ntpdc/
H A Dntpdc.c1316 struct xcmd *clist; local
1321 clist = clist1;
1323 clist = clist2;
1328 for (cl = clist; cl->keyword != 0; cl++) {
1351 if (clist == clist1 && clist2 != 0) {
1352 clist = clist2;
H A Dntpdc_ops.c2659 u_long clist[min(MAXARGS, 8)]; local
2668 qitemlim = min(pcmd->nargs, COUNTOF(clist));
2670 clist[qitems] = NSRCADR(&pcmd->argval[qitems].netnum);
2674 sizeof(u_int32), (char *)clist, &items,
2841 u_long clist[min(MAXARGS, 8)]; local
2851 qitemlim = min(pcmd->nargs, COUNTOF(clist));
2853 clist[qitems] = NSRCADR(&pcmd->argval[qitems].netnum);
2857 sizeof(u_int32), (char *)clist, &items,
/freebsd-11-stable/crypto/openssl/ssl/
H A Dssl.h2076 # define SSL_CTX_set1_curves(ctx, clist, clistlen) \
2077 SSL_CTX_ctrl(ctx,SSL_CTRL_SET_CURVES,clistlen,(char *)clist)
2080 # define SSL_set1_curves(ctx, clist, clistlen) \
2081 SSL_ctrl(ctx,SSL_CTRL_SET_CURVES,clistlen,(char *)clist)
2106 # define SSL_get0_certificate_types(s, clist) \
2107 SSL_ctrl(s, SSL_CTRL_GET_CLIENT_CERT_TYPES, 0, (char *)clist)
2108 # define SSL_CTX_set1_client_certificate_types(ctx, clist, clistlen) \
2109 SSL_CTX_ctrl(ctx,SSL_CTRL_SET_CLIENT_CERT_TYPES,clistlen,(char *)clist)
2110 # define SSL_set1_client_certificate_types(s, clist, clistlen) \
2111 SSL_ctrl(s,SSL_CTRL_SET_CLIENT_CERT_TYPES,clistlen,(char *)clist)
[all...]
H A Dt1_lib.c639 unsigned char *clist, *p; local
650 clist = OPENSSL_malloc(ncurves * 2);
651 if (!clist)
653 for (i = 0, p = clist; i < ncurves; i++) {
660 OPENSSL_free(clist);
670 OPENSSL_free(clist);
677 OPENSSL_free(clist);
685 *pext = clist;
H A Ds3_lib.c3506 unsigned char *clist; local
3510 clist = s->session->tlsext_ellipticcurvelist;
3517 n2s(clist, cid);
/freebsd-11-stable/contrib/ntp/ntpq/
H A Dntpq.c1875 struct xcmd *clist; local
1880 clist = clist1;
1882 clist = clist2;
1887 for (cl = clist; cl->keyword != 0; cl++) {
1910 if (clist == clist1 && clist2 != 0) {
1911 clist = clist2;
/freebsd-11-stable/sys/compat/ndis/
H A Dkern_ndis.c430 struct sysctl_ctx_list *clist; local
434 clist = device_get_sysctl_ctx(sc->ndis_dev);
439 sysctl_ctx_entry_del(clist, cfg->ndis_oid);
/freebsd-11-stable/contrib/amd/libamu/
H A Dwire.c450 #define clist (ifc.ifc_ifcu.ifcu_req) macro
/freebsd-11-stable/sys/fs/nfsclient/
H A Dnfs_clstate.c3232 int clist, gotseq_ok, i, j, k, op, rcalls; local
3546 clist = fxdr_unsigned(int, *tl);
3547 for (j = 0; j < clist; j++) {

Completed in 243 milliseconds