Searched refs:rc (Results 251 - 275 of 710) sorted by relevance

<<11121314151617181920>>

/freebsd-9.3-release/contrib/ntp/libntp/
H A Dwork_thread.c130 int rc; local
144 rc = wait_for_sem(c->wake_scheduled_sleep, &until);
145 if (0 == rc)
147 if (-1 == rc && ETIMEDOUT == errno)
439 int rc; local
443 rc = read(c->resp_read_pipe, scratch, sizeof(scratch));
444 while (-1 == rc && EINTR == errno);
533 int rc;
554 rc = pipe_socketpair(&pipe_ends[0], &is_pipe);
555 if (0 != rc) {
777 DWORD rc; local
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call.c106 int rc; local
116 rc = dotest();
119 return (rc);
/freebsd-9.3-release/contrib/ncurses/ncurses/tinfo/
H A Dlib_cur_term.c89 int rc = ERR; local
100 rc = OK;
104 returnCode(rc);
H A Dlib_options.c210 int rc = ERR; local
214 rc = putp(value);
216 return rc;
222 int rc = _nc_putp(name, value); local
223 if (rc != ERR) {
226 return rc;
239 int rc = ERR; local
255 rc = _nc_keypad(sp, flag);
272 rc = OK;
275 return (rc);
[all...]
/freebsd-9.3-release/etc/
H A Dpccard_ether10 . /etc/rc.subr
81 /etc/rc.d/netif quietstart $ifn
84 # XXX: should probably do this by calling rc.d/routing.
102 /etc/rc.d/netif quietstop $ifn
/freebsd-9.3-release/sys/amd64/include/xen/
H A Dhypercall.h270 int rc = _hypercall2(int, event_channel_op, cmd, arg); local
273 if (unlikely(rc == -ENOXENSYS)) {
277 rc = _hypercall1(int, event_channel_op_compat, &op);
282 return rc;
303 int rc = _hypercall2(int, physdev_op, cmd, arg); local
306 if (unlikely(rc == -ENOXENSYS)) {
310 rc = _hypercall1(int, physdev_op_compat, &op);
315 return rc;
362 int rc = _hypercall3(int, sched_op, SCHEDOP_shutdown, local
366 if (rc
[all...]
/freebsd-9.3-release/sys/i386/include/xen/
H A Dhypercall.h267 int rc = _hypercall2(int, event_channel_op, cmd, arg); local
270 if (__predict_false(rc == -ENOXENSYS)) {
274 rc = _hypercall1(int, event_channel_op_compat, &op);
278 return (rc);
299 int rc = _hypercall2(int, physdev_op, cmd, arg); local
301 if (__predict_false(rc == -ENOXENSYS)) {
305 rc = _hypercall1(int, physdev_op_compat, &op);
309 return (rc);
353 int rc = _hypercall3(int, sched_op, SCHEDOP_shutdown, local
356 if (rc
[all...]
/freebsd-9.3-release/sys/i386/xen/
H A Dmptable.c72 int i, rc; local
75 rc = HYPERVISOR_vcpu_op(VCPUOP_is_up, i, NULL);
76 if (rc >= 0)
/freebsd-9.3-release/sys/mips/malta/
H A Dyamon.h62 typedef void (*t_yamon_exit)(uint32_t rc);
63 #define YAMON_EXIT(rc) ((t_yamon_exit)(YAMON_FUNC(YAMON_EXIT_OFS)))(rc)
/freebsd-9.3-release/contrib/ntp/tests/sandbox/
H A Dbug-2803.c78 int rc = do_test( timetv, tvlast ); local
79 if (rc < 0 && exit_on_err )
80 return rc;
/freebsd-9.3-release/sys/boot/common/
H A Ddisk.c81 int rc; local
83 rc = ENOENT;
99 rc = EAGAIN;
101 return (rc);
242 int rc, slice, partition; local
244 rc = 0;
246 rc = disk_lookup(dev);
247 if (rc == 0)
258 if (rc == EAGAIN) {
289 rc
[all...]
/freebsd-9.3-release/sys/boot/zfs/
H A Dzfs.c91 int rc; local
101 rc = zfs_lookup(mount, upath, &fp->f_dnode);
103 if (rc) {
107 return (rc);
135 int rc; local
137 rc = zfs_stat(f, &sb);
138 if (rc)
139 return (rc);
144 rc = dnode_read(spa, &fp->f_dnode, fp->f_seekp, start, n);
145 if (rc)
219 int rc; local
[all...]
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-babel.c287 int rc; local
292 rc = network_address(message[2], message + 8, len - 6, address);
293 if(rc < 0) { printf("[|babel]"); break; }
315 int rc; local
319 rc = network_address(message[2], message + 4, len - 2, nh);
320 if(rc < 0) goto corrupt;
339 int rc; local
344 rc = network_prefix(message[2], message[4], message[5],
348 if(rc < 0) goto corrupt;
372 int rc; local
391 int rc; local
[all...]
/freebsd-9.3-release/crypto/openssh/
H A Daudit-bsm.c240 int rc, sorf; local
247 rc = getacna(naflags, sizeof(naflags));
248 if (rc == 0)
251 rc = au_user_mask(username, &mask);
260 int ad, rc, sel; local
271 rc = (typ == 0) ? 0 : -1;
272 sel = selected(the_authctxt->user, uid, event_no, rc);
273 debug3("BSM audit: typ %d rc %d \"%s\"", typ, rc, string);
283 (void) au_write(ad, AUToReturnFunc(typ, rc));
302 int rc; local
[all...]
/freebsd-9.3-release/sys/dev/sfxge/common/
H A Dsiena_sram.c85 int rc; local
124 rc = EFAULT;
146 rc = EFAULT;
165 EFSYS_PROBE1(fail1, int, rc);
171 return (rc);
H A Dsiena_mac.c42 int rc; local
44 if ((rc = siena_phy_get_link(enp, &sls)) != 0)
55 EFSYS_PROBE1(fail1, int, rc);
59 return (rc);
68 int rc; local
74 if ((rc = siena_phy_get_link(enp, &sls)) != 0)
82 EFSYS_PROBE1(fail1, int, rc);
84 return (rc);
96 int rc; local
128 rc
175 int rc; local
207 int rc; local
244 int rc; local
299 int rc; local
[all...]
/freebsd-9.3-release/bin/sh/
H A Dcd.c89 int rc; local
148 rc = docd(p, print, phys);
149 if (rc >= 0)
150 return getcwderr ? rc : 0;
168 int rc; local
173 if ((phys || (rc = cdlogical(dest)) < 0) && (rc = cdphysical(dest)) < 0)
179 return (rc);
237 int rc = 0; local
247 rc
[all...]
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-cn3010-evb-hs5.c77 rc = -1; \
83 int rc = 0; local
96 return rc;
155 int i, rc, retry; local
185 rc = 0;
188 rc |= cvmx_twsi_write8(CVMX_RTC_DS1337_ADDR, i, reg[i]);
196 return (rc ? -1 : 0);
/freebsd-9.3-release/sys/mips/cavium/
H A Docteon_ds1337.c69 rc = -1; \
75 int rc = 0; local
88 return rc;
152 int i, rc, retry; local
182 rc = 0;
185 rc |= cvmx_twsi_write8(CVMX_RTC_DS1337_ADDR, i, reg[i]);
193 return (rc ? -1 : 0);
/freebsd-9.3-release/usr.bin/rwho/
H A Drwho.c208 int rc; local
210 rc = strncmp(MYUTMP(u1)->myutmp.out_name, MYUTMP(u2)->myutmp.out_name,
212 if (rc)
213 return (rc);
214 rc = strcmp(MYUTMP(u1)->myhost, MYUTMP(u2)->myhost);
215 if (rc)
216 return (rc);
/freebsd-9.3-release/sys/dev/sfxge/
H A Dsfxge_tx.c182 int rc; local
194 rc = efx_tx_qpost(txq->common, txq->pend_desc, txq->n_pend_desc,
196 KASSERT(rc == 0, ("efx_tx_qpost() failed"));
245 int rc; local
254 rc = EINTR;
261 rc = bus_dmamap_load_mbuf_sg(txq->packet_dma_tag, stmp->map,
263 if (rc == EFBIG) {
271 rc = bus_dmamap_load_mbuf_sg(txq->packet_dma_tag,
275 if (rc != 0)
284 rc
356 int rc; local
501 int rc; local
583 int rc; local
756 int i, rc; local
893 int rc; local
1146 int rc; local
1225 int rc; local
1306 int rc; local
1454 int rc; local
[all...]
H A Dsfxge.c75 int rc; local
83 rc = EINVAL;
87 if ((rc = efx_nic_init(sc->enp)) != 0)
91 if ((rc = sfxge_intr_start(sc)) != 0)
95 if ((rc = sfxge_ev_start(sc)) != 0)
99 if ((rc = sfxge_rx_start(sc)) != 0)
103 if ((rc = sfxge_tx_start(sc)) != 0)
107 if ((rc = sfxge_port_start(sc)) != 0)
134 device_printf(sc->dev, "sfxge_start: %d\n", rc);
136 return (rc);
294 int rc; local
555 int rc; local
593 int rc; local
643 int rc; local
741 int rc; local
[all...]
/freebsd-9.3-release/contrib/amd/amq/
H A Damq.c472 int *rc; local
476 rc = amqproc_setopt_1(&opt, clnt);
477 if (rc && *rc < 0) {
481 } else if (!rc || *rc > 0) {
492 int *rc; local
496 rc = amqproc_setopt_1(&opt, clnt);
497 if (!rc || *rc) {
508 int *rc; local
524 int *rc; local
[all...]
/freebsd-9.3-release/contrib/ofed/management/opensm/opensm/
H A Dosm_perfmgr_db.c81 cl_map_item_t *rc = cl_qmap_get(&(db->pc_data), guid); local
84 if (rc == end)
86 return ((_db_node_t *) rc);
104 _db_node_t *rc = malloc(sizeof(*rc)); local
105 if (!rc)
108 rc->ports = calloc(num_ports, sizeof(_db_port_t));
109 if (!rc->ports)
111 rc->num_ports = num_ports;
112 rc
143 cl_map_item_t *rc = cl_qmap_insert(&(db->pc_data), node->node_guid, local
157 perfmgr_db_err_t rc = PERFMGR_EVENT_DB_SUCCESS; local
252 perfmgr_db_err_t rc = PERFMGR_EVENT_DB_SUCCESS; local
323 perfmgr_db_err_t rc = PERFMGR_EVENT_DB_SUCCESS; local
343 perfmgr_db_err_t rc = PERFMGR_EVENT_DB_SUCCESS; local
394 perfmgr_db_err_t rc = PERFMGR_EVENT_DB_SUCCESS; local
448 perfmgr_db_err_t rc = PERFMGR_EVENT_DB_SUCCESS; local
468 perfmgr_db_err_t rc = PERFMGR_EVENT_DB_SUCCESS; local
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dinput.c139 int rc = 0; local
156 rc = read_archive(fd, melf, memname, label,
160 rc = read_file(melf, memname, label,
175 if (rc < 0)
176 return (rc);
178 found += rc;
238 int i, rc; local
241 if ((rc = read_ctf_common(files[i], label, func,
243 return (rc);
244 found += rc;
283 int fd, rc, i; local
[all...]

Completed in 343 milliseconds

<<11121314151617181920>>