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

1 2 3 4 5 6 7 8 91011>>

  /src/external/bsd/mdocml/dist/
test-sandbox_init.c 7 int rc; local
9 rc = sandbox_init(kSBXProfileNoInternet, SANDBOX_NAMED, &ep);
10 if (-1 == rc)
12 return(-1 == rc);
  /src/sys/dev/rcons/
rcons_subr.c 68 rcons_init_ops(struct rconsole *rc)
73 m = sizeof(rc->rc_charmap) / sizeof(rc->rc_charmap[0]);
76 rc->rc_ops->mapchar(rc->rc_cookie, i, rc->rc_charmap + i);
80 rc->rc_deffgcolor = RASTERCONSOLE_FGCOL;
83 rc->rc_defbgcolor = RASTERCONSOLE_BGCOL;
85 rc->rc_fgcolor = rc->rc_deffgcolor
    [all...]
  /src/external/public-domain/xz/dist/src/liblzma/rangecoder/
range_encoder.h 57 rc_reset(lzma_range_encoder *rc)
59 rc->low = 0;
60 rc->cache_size = 1;
61 rc->range = UINT32_MAX;
62 rc->cache = 0;
63 rc->out_total = 0;
64 rc->count = 0;
65 rc->pos = 0;
70 rc_forget(lzma_range_encoder *rc)
73 assert(rc->pos == 0)
    [all...]
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
refcount.c 63 refcount_create(refcount_t *rc)
65 mutex_init(&rc->rc_mtx, NULL, MUTEX_DEFAULT, NULL);
66 list_create(&rc->rc_list, sizeof (reference_t),
68 list_create(&rc->rc_removed, sizeof (reference_t),
70 rc->rc_count = 0;
71 rc->rc_removed_count = 0;
72 rc->rc_tracked = reference_tracking_enable;
76 refcount_create_tracked(refcount_t *rc)
78 refcount_create(rc);
79 rc->rc_tracked = B_TRUE
    [all...]
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
refcount.h 65 void refcount_create(refcount_t *rc);
66 void refcount_create_untracked(refcount_t *rc);
67 void refcount_create_tracked(refcount_t *rc);
68 void refcount_destroy(refcount_t *rc);
69 void refcount_destroy_many(refcount_t *rc, uint64_t number);
70 int refcount_is_zero(refcount_t *rc);
71 int64_t refcount_count(refcount_t *rc);
72 int64_t refcount_add(refcount_t *rc, void *holder_tag);
73 int64_t refcount_remove(refcount_t *rc, void *holder_tag);
74 int64_t refcount_add_many(refcount_t *rc, uint64_t number, void *holder_tag)
    [all...]
  /src/etc/rc.d/
local 11 $_rc_subr_loaded . /etc/rc.subr
19 if [ -f /etc/rc.local ]; then
20 . /etc/rc.local
26 if [ -f /etc/rc.shutdown.local ]; then
27 . /etc/rc.shutdown.local
  /src/external/bsd/openldap/dist/servers/slapd/back-wt/
nextid.c 43 int rc; local
46 rc = session->open_cursor(session, WT_TABLE_ID2ENTRY, NULL, NULL, &cursor);
47 if(rc){
50 wiredtiger_strerror(rc), rc );
51 return rc;
54 rc = cursor->prev(cursor);
55 switch(rc) {
57 rc = cursor->get_key(cursor, &id);
58 if ( rc ) {
    [all...]
key.c 46 int rc; local
59 rc = cursor->search_near(cursor, &exact);
60 switch( rc ){
64 rc = LDAP_SUCCESS;
69 wiredtiger_strerror(rc), rc);
74 rc = cursor->get_key(cursor, &key2, &id);
75 if( rc ){
78 wiredtiger_strerror(rc), rc );
128 int rc; local
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
overlays.c 36 int i, rc = 0; local
39 rc = slap_oinfo[i].ov_init();
40 if ( rc ) {
43 slap_oinfo[i].ov_type, rc );
48 return rc;
  /src/external/gpl2/dtc/dist/tests/
get_mem_rsv.c 23 int rc; local
28 rc = fdt_num_mem_rsv(fdt);
29 if (rc < 0)
30 FAIL("fdt_num_mem_rsv(): %s", fdt_strerror(rc));
31 if (rc != 2)
32 FAIL("fdt_num_mem_rsv() returned %d instead of 2", rc);
  /src/sys/dev/wscons/
wscons_rinit.c 58 rcons_initfont(struct rcons *rc, struct raster_font *fp)
64 rc->rc_font = fp;
67 rc->rc_font_ascent = -(rc->rc_font->chars)['a'].homey;
76 if (rc->rc_font->chars[ch].r == 0)
79 n = rc->rc_font->chars[ch].r->linelongs *
80 rc->rc_font->chars[ch].r->height;
81 pix = rc->rc_font->chars[ch].r->pixels;
98 rcons_init(struct rcons *rc, int mrow, int mcol)
100 struct raster *rp = rc->rc_sp
    [all...]
wscons_rops.c 60 struct rcons *rc = id; local
66 if ((rc->rc_bits & RC_CURSOR) == 0)
69 row = *rc->rc_crowp;
70 col = *rc->rc_ccolp;
73 *rc->rc_crowp = row;
74 *rc->rc_ccolp = col;
77 x = col * rc->rc_font->width + rc->rc_xorigin;
78 y = row * rc->rc_font->height + rc->rc_yorigin
112 struct rcons *rc = id; local
132 struct rcons *rc = id; local
150 struct rcons *rc = id; local
169 struct rcons *rc = id; local
190 struct rcons *rc = id; local
208 struct rcons *rc = id; local
    [all...]
  /src/external/bsd/jemalloc/dist/msvc/test_threads/
test_threads_main.cpp 9 int rc = test_threads(); local
10 return rc;
  /src/external/bsd/jemalloc.old/dist/msvc/test_threads/
test_threads_main.cpp 9 int rc = test_threads(); local
10 return rc;
  /src/sys/dev/fdt/
fdt_regulator.c 62 struct fdtbus_regulator_controller *rc; local
64 rc = kmem_zalloc(sizeof(*rc), KM_SLEEP);
65 rc->rc_dev = dev;
66 rc->rc_phandle = phandle;
67 rc->rc_funcs = funcs;
68 rc->rc_reg.reg_rc = rc;
70 of_getprop_uint32(phandle, "regulator-enable-ramp-delay", &rc->rc_enable_ramp_delay);
72 LIST_INSERT_HEAD(&fdtbus_regulator_controllers, rc, rc_next)
80 struct fdtbus_regulator_controller *rc; local
93 struct fdtbus_regulator_controller *rc; local
119 struct fdtbus_regulator_controller *rc = REGULATOR_TO_RC(reg); local
127 struct fdtbus_regulator_controller *rc = REGULATOR_TO_RC(reg); local
143 struct fdtbus_regulator_controller *rc = REGULATOR_TO_RC(reg); local
155 struct fdtbus_regulator_controller *rc = REGULATOR_TO_RC(reg); local
166 struct fdtbus_regulator_controller *rc = REGULATOR_TO_RC(reg); local
178 struct fdtbus_regulator_controller *rc = REGULATOR_TO_RC(reg); local
    [all...]
  /src/tests/net/inpcb/
broadcast_bind.c 38 int s, rc; local
53 rc = bind(s, (struct sockaddr *)&sin, sin.sin_len);
54 if ((rc == 0 && expected_errno == 0) ||
55 (rc != 0 && expected_errno == errno)) {
70 int rc; local
77 rc = inet_pton(AF_INET, argv[1], &uc_addr);
78 if (rc != 1) {
79 if (rc)
85 rc = inet_pton(AF_INET, argv[2], &err_addr);
86 if (rc != 1)
    [all...]
  /src/sys/lib/libkern/
rngtest.c 174 endrun(rngtest_t *const rc, const int last, int run)
178 "Run of %d %ds found\n", rc->rt_name, run, last);
179 ++rc->rt_nerrs;
183 ++rc->rt_runs[last][run];
187 rngtest(rngtest_t *const rc)
197 memset(rc->rt_poker, 0, sizeof(rc->rt_poker));
198 memset(rc->rt_runs, 0, sizeof(rc->rt_runs));
199 rc->rt_nerrs = 0
    [all...]
  /src/distrib/syspkg/sets/etc/etc-amd-rc/
Makefile 3 PKGBASE=etc-amd-rc
  /src/distrib/syspkg/sets/etc/etc-bind-rc/
Makefile 3 PKGBASE=etc-bind-rc
  /src/distrib/syspkg/sets/etc/etc-bootserver-rc/
Makefile 3 PKGBASE=etc-bootserver-rc
  /src/distrib/syspkg/sets/etc/etc-cron-rc/
Makefile 3 PKGBASE=etc-cron-rc
  /src/distrib/syspkg/sets/etc/etc-dhcpd-rc/
Makefile 3 PKGBASE=etc-dhcpd-rc
  /src/distrib/syspkg/sets/etc/etc-ipf-rc/
Makefile 3 PKGBASE=etc-ipf-rc
  /src/distrib/syspkg/sets/etc/etc-krb5-rc/
Makefile 3 PKGBASE=etc-krb5-rc
  /src/distrib/syspkg/sets/etc/etc-lpr-rc/
Makefile 3 PKGBASE=etc-lpr-rc

Completed in 34 milliseconds

1 2 3 4 5 6 7 8 91011>>