HomeSort by: relevance | last modified time | path
    Searched refs:lc (Results 1 - 25 of 485) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl2/lvm2/dist/daemons/cmirrord/
functions.c 51 lc->idx++; \
52 lc->idx = lc->idx % RESYNC_HISTORY; \
53 sprintf(lc->resync_history[lc->idx], f, ## arg); \
125 static void log_set_bit(struct log_c *lc, dm_bitset_t bs, int bit)
128 lc->touched = 1;
131 static void log_clear_bit(struct log_c *lc, dm_bitset_t bs, int bit)
134 lc->touched = 1;
164 struct log_c *lc; local
184 struct log_c *lc; local
377 struct log_c *lc = NULL; local
623 struct log_c *lc = get_log(rq->uuid, rq->luid); local
659 struct log_c *lc = get_log(rq->uuid, rq->luid); local
679 struct log_c *lc = get_log(rq->uuid, rq->luid); local
702 struct log_c *lc = get_log(uuid, luid); local
727 struct log_c *lc = get_log(rq->uuid, rq->luid); local
853 struct log_c *lc = get_log(rq->uuid, rq->luid); local
919 struct log_c *lc = get_log(rq->uuid, rq->luid); local
940 struct log_c *lc = get_log(rq->uuid, rq->luid); local
965 struct log_c *lc = get_log(rq->uuid, rq->luid); local
994 struct log_c *lc = get_log(rq->uuid, rq->luid); local
1078 struct log_c *lc = get_log(rq->uuid, rq->luid); local
1141 struct log_c *lc = get_log(rq->uuid, rq->luid); local
1176 struct log_c *lc = get_log(rq->uuid, rq->luid); local
1268 struct log_c *lc = get_log(rq->uuid, rq->luid); local
1347 struct log_c *lc = get_log(rq->uuid, rq->luid); local
1415 struct log_c *lc = get_log(rq->uuid, rq->luid); local
1470 struct log_c *lc = get_log(rq->uuid, rq->luid); local
1498 struct log_c *lc = get_log(rq->uuid, rq->luid); local
1683 struct log_c *lc; local
1743 struct log_c *lc; local
1795 struct log_c *lc; local
1819 struct log_c *lc; local
    [all...]
link_mon.c 37 struct link_callback *lc; local
46 lc = malloc(sizeof(*lc));
47 if (!lc)
50 lc->fd = fd;
51 lc->name = name;
52 lc->data = data;
53 lc->callback = callback;
59 free(lc);
73 lc->next = callbacks
139 struct link_callback *lc; local
    [all...]
  /src/external/mpl/dhcp/dist/server/
leasechain.c 87 * \param lc The leasechain to check
92 lc_not_empty( struct leasechain *lc ) {
94 log_debug("LC empty check %s:%d", MDL);
95 INSIST(lc != NULL);
98 return (lc->nelem > 0 ? 1 : 0);
105 * \param lc The leasechain to check
110 lc_get_first_lease(struct leasechain *lc) {
112 log_debug("LC Get first %s:%d", MDL);
113 INSIST(lc != NULL);
114 INSIST(lc->total >= lc->nelem)
    [all...]
  /src/crypto/external/bsd/openssl/dist/providers/implementations/include/prov/
ciphercommon_aead.h 14 #define IMPLEMENT_aead_cipher(alg, lc, UCMODE, flags, kbits, blkbits, ivbits) \
15 static OSSL_FUNC_cipher_get_params_fn alg##_##kbits##_##lc##_get_params; \
16 static int alg##_##kbits##_##lc##_get_params(OSSL_PARAM params[]) \
21 static OSSL_FUNC_cipher_newctx_fn alg##kbits##lc##_newctx; \
22 static void * alg##kbits##lc##_newctx(void *provctx) \
24 return alg##_##lc##_newctx(provctx, kbits); \
26 static void * alg##kbits##lc##_dupctx(void *src) \
28 return alg##_##lc##_dupctx(src); \
30 const OSSL_DISPATCH ossl_##alg##kbits##lc##_functions[] = { \
31 { OSSL_FUNC_CIPHER_NEWCTX, (void (*)(void))alg##kbits##lc##_newctx },
    [all...]
  /src/external/bsd/tmux/dist/
layout-custom.c 37 layout_find_bottomright(struct layout_cell *lc)
39 if (lc->type == LAYOUT_WINDOWPANE)
40 return (lc);
41 lc = TAILQ_LAST(&lc->cells, layout_cells);
42 return (layout_find_bottomright(lc));
75 layout_append(struct layout_cell *lc, char *buf, size_t len)
85 if (lc->wp != NULL) {
87 lc->sx, lc->sy, lc->xoff, lc->yoff, lc->wp->id)
159 struct layout_cell *lc, *lcchild; local
286 struct layout_cell *lc, *lcchild; local
    [all...]
layout.c 53 struct layout_cell *lc; local
55 lc = xmalloc(sizeof *lc);
56 lc->type = LAYOUT_WINDOWPANE;
57 lc->parent = lcparent;
59 TAILQ_INIT(&lc->cells);
61 lc->sx = UINT_MAX;
62 lc->sy = UINT_MAX;
64 lc->xoff = UINT_MAX;
65 lc->yoff = UINT_MAX
233 struct layout_cell *lc = w->layout_root; local
293 struct layout_cell *lc; local
519 struct layout_cell *lc; local
537 struct layout_cell *lc = w->layout_root; local
590 struct layout_cell *lc, *lcparent; local
651 struct layout_cell *lc, *lcparent; local
911 struct layout_cell *lc, *lcparent, *lcnew, *lc1, *lc2; local
1102 struct layout_cell *lc; local
    [all...]
  /src/sys/kern/
subr_localcount.c 64 * localcount_init(lc)
70 * when done with lc.
73 localcount_init(struct localcount *lc)
76 lc->lc_totalp = NULL;
77 lc->lc_percpu = percpu_alloc(sizeof(int64_t));
81 * localcount_drain(lc, cv, interlock)
83 * Wait for all acquired references to lc to drain. Caller must
86 * same as are passed to localcount_release for this lc.
93 * The localcount object lc may be used only with localcount_fini
98 localcount_drain(struct localcount *lc, kcondvar_t *cv, kmutex_t *interlock
161 struct localcount *lc = cookie0; local
    [all...]
kern_module_hook.c 66 module_hook_set(bool *hooked, struct localcount *lc)
72 localcount_init(lc);
82 module_hook_unset(bool *hooked, struct localcount *lc)
98 localcount_drain(lc, &module_hook.cv, &module_hook.mtx);
102 localcount_fini(lc);
106 module_hook_tryenter(bool *hooked, struct localcount *lc)
114 localcount_acquire(lc);
121 module_hook_exit(struct localcount *lc)
124 localcount_release(lc, &module_hook.cv, &module_hook.mtx);
  /src/external/bsd/openldap/dist/servers/slapd/back-ldap/
unbind.c 47 ldapconn_t *lc = NULL, lc_curr; local
59 while ( ( lc = ldap_tavl_delete( &li->li_conninfo.lai_tree, (caddr_t)&lc_curr, ldap_back_conn_cmp ) ) != NULL )
61 assert( !LDAP_BACK_PCONN_ISPRIV( lc ) );
65 lc->lc_conn->c_connid, lc->lc_refcnt, lc->lc_lcflags );
67 if ( lc->lc_refcnt > 0 ) {
70 LDAP_BACK_CONN_CACHED_CLEAR( lc );
71 LDAP_BACK_CONN_TAINTED_SET( lc );
74 ldap_back_conn_free( lc );
    [all...]
back-ldap.h 63 #define LDAP_BACK_CONN2PRIV(lc) ((unsigned long)(lc)->lc_conn)
64 #define LDAP_BACK_PCONN_ISPRIV(lc) (((void *)(lc)->lc_conn) >= ((void *)LDAP_BACK_PCONN_FIRST) \
65 && ((void *)(lc)->lc_conn) < ((void *)LDAP_BACK_PCONN_LAST))
66 #define LDAP_BACK_PCONN_ISROOTDN(lc) (LDAP_BACK_PCONN_ISPRIV((lc)) \
67 && (LDAP_BACK_CONN2PRIV((lc)) < LDAP_BACK_PCONN_ANON))
68 #define LDAP_BACK_PCONN_ISANON(lc) (LDAP_BACK_PCONN_ISPRIV((lc)) \
    [all...]
compare.c 46 ldapconn_t *lc = NULL; local
52 if ( !ldap_back_dobind( &lc, op, rs, LDAP_BACK_SENDERR ) ) {
53 lc = NULL;
59 rc = ldap_back_controls_add( op, rs, lc, &ctrls );
65 rs->sr_err = ldap_compare_ext( lc->lc_ld, op->o_req_dn.bv_val,
69 rc = ldap_back_op_result( lc, op, rs, msgid,
74 if ( ldap_back_retry( &lc, op, rs, LDAP_BACK_SENDERR ) ) {
88 if ( lc != NULL ) {
89 ldap_back_release_conn( li, lc );
delete.c 46 ldapconn_t *lc = NULL; local
52 if ( !ldap_back_dobind( &lc, op, rs, LDAP_BACK_SENDERR ) ) {
58 rc = ldap_back_controls_add( op, rs, lc, &ctrls );
64 rs->sr_err = ldap_delete_ext( lc->lc_ld, op->o_req_dn.bv_val,
66 rc = ldap_back_op_result( lc, op, rs, msgid,
71 if ( ldap_back_retry( &lc, op, rs, LDAP_BACK_SENDERR ) ) {
85 if ( lc != NULL ) {
86 ldap_back_release_conn( li, lc );
  /src/crypto/external/apache2/openssl/dist/providers/implementations/include/prov/
ciphercommon_aead.h 18 #define IMPLEMENT_aead_cipher(alg, lc, UCMODE, flags, kbits, blkbits, ivbits) \
19 static OSSL_FUNC_cipher_get_params_fn alg##_##kbits##_##lc##_get_params; \
20 static int alg##_##kbits##_##lc##_get_params(OSSL_PARAM params[]) \
25 static OSSL_FUNC_cipher_newctx_fn alg##kbits##lc##_newctx; \
26 static void *alg##kbits##lc##_newctx(void *provctx) \
28 return alg##_##lc##_newctx(provctx, kbits); \
30 static void *alg##kbits##lc##_dupctx(void *src) \
32 return alg##_##lc##_dupctx(src); \
34 const OSSL_DISPATCH ossl_##alg##kbits##lc##_functions[] = { \
35 { OSSL_FUNC_CIPHER_NEWCTX, (void (*)(void))alg##kbits##lc##_newctx },
    [all...]
  /src/sys/arch/sparc64/dev/
ldc.c 47 ldc_rx_ctrl(struct ldc_conn *lc, struct ldc_pkt *lp)
51 ldc_rx_ctrl_vers(lc, lp);
55 ldc_rx_ctrl_rts(lc, lp);
59 ldc_rx_ctrl_rtr(lc, lp);
63 ldc_rx_ctrl_rdx(lc, lp);
68 ldc_reset(lc);
74 ldc_rx_ctrl_vers(struct ldc_conn *lc, struct ldc_pkt *lp)
81 ldc_send_ack(lc);
90 if (lc->lc_state != LDC_SND_VERS) {
92 lc->lc_state, lp->major, lp->minor))
    [all...]
  /src/external/bsd/flex/dist/examples/fastwc/
wc1.l 8 int cc = 0, wc = 0, lc = 0;
14 \n ++lc; ++cc;
17 printf( "%8d %8d %8d\n", lc, wc, cc );
wc2.l 9 int cc = 0, wc = 0, lc = 0;
12 {word}{ws}*\n cc += yyleng; ++wc; ++lc;
16 \n+ cc += yyleng; lc += yyleng;
19 printf( "%8d %8d %8d\n", lc, wc, cc );
mywc.c 8 int c, cc = 0, wc = 0, lc = 0; local
23 ++lc;
25 done: printf( "%8d%8d%8d\n", lc, wc, cc );
wc3.l 10 int cc = 0, wc = 0, lc = 0;
13 {word}{ws}*\n cc += yyleng; ++wc; ++lc;
20 \n+ cc += yyleng; lc += yyleng;
23 printf( "%8d %8d %8d\n", lc, wc, cc );
wc5.l 10 int cc = 0, wc = 0, lc = 0;
13 {word}{ws}*\n cc += yyleng; ++wc; ++lc;
20 \n+ cc += yyleng; lc += yyleng;
23 printf( "%8d %8d %8d\n", lc, wc, cc );
wc4.l 10 int cc = 0, wc = 0, lc = 0;
13 {word}{ws}*\n ++wc; cc += yyleng; ++lc;
15 {words}{word}{ws}*\n wc += 2; cc += yyleng; ++lc;
17 {words}{2}{word}{ws}*\n wc += 3; cc += yyleng; ++lc;
19 {words}{3}{word}{ws}*\n wc += 4; cc += yyleng; ++lc;
23 \n+ cc += yyleng; lc += yyleng;
26 printf( "%8d %8d %8d\n", lc, wc, cc );
  /src/external/bsd/atf/dist/atf-c/
config_test.c 43 const char *lc; member in struct:varnames
72 for (v = all_vars; v->lc != NULL; v++)
84 for (v = all_vars; v->lc != NULL; v++) {
85 if (strcmp(v->lc, var) == 0)
86 ATF_CHECK_STREQ(atf_config_get(v->lc), test_value);
88 ATF_CHECK(strcmp(atf_config_get(v->lc), test_value) != 0);
109 for (v = all_vars; v->lc != NULL; v++)
110 ATF_CHECK(strcmp(atf_config_get(v->lc), test_value) != 0);
113 for (v = all_vars; v->lc != NULL; v++) {
115 if (strcmp(atf_config_get(v->lc), "") != 0)
    [all...]
  /src/external/amdgpu-firmware/radeon/
Makefile 8 SUBDIR= lc
  /src/external/bsd/openldap/dist/contrib/ldapc++/examples/
main.cpp 26 LDAPConnection *lc=new LDAPConnection("localhost",9009); local
27 lc->setConstraints(cons);
30 lc->bind("cn=Manager,o=Organisation,c=DE" , "secret",cons);
31 std::cout << lc->getHost() << std::endl;
32 bool result = lc->compare("cn=Manager,o=Organisation,c=DE",
46 // lc->add(entry);
48 // lc->del("ou=Groups,o=Organisation,c=DE");
50 LDAPSearchResults* entries = lc->search("o=Organisation,c=DE",
70 lc->unbind();
71 delete lc;
    [all...]
  /src/external/bsd/atf/dist/atf-c++/
config_test.cpp 43 const char *lc; member in struct:varnames
99 for (const struct varnames* v = all_vars; v->lc != NULL; v++)
108 for (const struct varnames* v = all_vars; v->lc != NULL; v++)
118 for (const struct varnames* v = all_vars; v->lc != NULL; v++) {
119 if (std::strcmp(v->lc, var) == 0)
120 ATF_REQUIRE_EQ(atf::config::get(v->lc), test_value);
122 ATF_REQUIRE(atf::config::get(v->lc) != test_value);
141 for (const struct varnames* v = all_vars; v->lc != NULL; v++)
142 ATF_REQUIRE(atf::config::get(v->lc) != test_value);
145 for (const struct varnames* v = all_vars; v->lc != NULL; v++)
    [all...]
  /src/external/bsd/atf/dist/tools/
config_test.cpp 42 const char *lc; member in struct:varnames
102 for (const struct varnames* v = all_vars; v->lc != NULL; v++)
111 for (const struct varnames* v = all_vars; v->lc != NULL; v++)
121 for (const struct varnames* v = all_vars; v->lc != NULL; v++) {
122 if (std::strcmp(v->lc, var) == 0)
123 ATF_REQUIRE_EQ(tools::config::get(v->lc), test_value);
125 ATF_REQUIRE(tools::config::get(v->lc) != test_value);
144 for (const struct varnames* v = all_vars; v->lc != NULL; v++)
145 ATF_REQUIRE(tools::config::get(v->lc) != test_value);
148 for (const struct varnames* v = all_vars; v->lc != NULL; v++)
    [all...]

Completed in 57 milliseconds

1 2 3 4 5 6 7 8 91011>>