Searched refs:rq (Results 1 - 25 of 86) sorted by relevance

1234

/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/daemons/cmirrord/
H A Dlocal.h20 int kernel_send(struct dm_ulog_request *rq);
H A Dfunctions.h23 int local_resume(struct dm_ulog_request *rq);
26 int do_request(struct clog_request *rq, int server);
32 int log_get_state(struct dm_ulog_request *rq);
H A Dfunctions.c537 * @rq
539 * rq->data should contain constructor string as follows:
544 * FIXME: Currently relies on caller to fill in rq->error
546 static int clog_dtr(struct dm_ulog_request *rq);
547 static int clog_ctr(struct dm_ulog_request *rq) argument
555 if (!rq->data_size) {
560 if (strlen(rq->data) > rq->data_size) {
562 LOG_ERROR("strlen(rq->data)[%d] != rq
621 clog_dtr(struct dm_ulog_request *rq) argument
657 clog_presuspend(struct dm_ulog_request *rq) argument
677 clog_postsuspend(struct dm_ulog_request *rq) argument
723 clog_resume(struct dm_ulog_request *rq) argument
849 local_resume(struct dm_ulog_request *rq) argument
916 clog_get_region_size(struct dm_ulog_request *rq) argument
936 clog_is_clean(struct dm_ulog_request *rq) argument
961 clog_in_sync(struct dm_ulog_request *rq) argument
991 clog_flush(struct dm_ulog_request *rq, int server) argument
1073 clog_mark_region(struct dm_ulog_request *rq, uint32_t originator) argument
1136 clog_clear_region(struct dm_ulog_request *rq, uint32_t originator) argument
1170 clog_get_resync_work(struct dm_ulog_request *rq, uint32_t originator) argument
1262 clog_set_region_sync(struct dm_ulog_request *rq, uint32_t originator) argument
1344 clog_get_sync_count(struct dm_ulog_request *rq, uint32_t originator) argument
1381 core_status_info(struct log_c *lc, struct dm_ulog_request *rq) argument
1390 disk_status_info(struct log_c *lc, struct dm_ulog_request *rq) argument
1412 clog_status_info(struct dm_ulog_request *rq) argument
1431 core_status_table(struct log_c *lc, struct dm_ulog_request *rq) argument
1443 disk_status_table(struct log_c *lc, struct dm_ulog_request *rq) argument
1467 clog_status_table(struct dm_ulog_request *rq) argument
1491 clog_is_remote_recovering(struct dm_ulog_request *rq) argument
1568 do_request(struct clog_request *rq, int server) argument
1793 log_get_state(struct dm_ulog_request *rq) argument
[all...]
H A Dcluster.c140 * @rq
144 int cluster_send(struct clog_request *rq) argument
153 if (!strncmp(entry->name.value, rq->u_rq.uuid,
160 rq->u_rq.error = -ENOENT;
168 rq->u_rq.luid = 0;
170 iov.iov_base = rq;
171 iov.iov_len = sizeof(struct clog_request) + rq->u_rq.data_size;
183 SHORT_UUID(rq->u_rq.uuid), count,
187 SHORT_UUID(rq->u_rq.uuid), count,
191 SHORT_UUID(rq
211 get_matching_rq(struct clog_request *rq, struct dm_list *l) argument
226 handle_cluster_request(struct clog_cpg *entry, struct clog_request *rq, int server) argument
276 handle_cluster_response(struct clog_cpg *entry, struct clog_request *rq) argument
439 struct clog_request *rq; local
798 struct clog_request *rq, *n; local
892 struct clog_request *rq, *n; local
946 struct clog_request *rq = msg; local
1167 struct clog_request *rq; local
1245 struct clog_request *rq, *n; local
1526 struct clog_request *rq, *n; local
1621 struct clog_request *rq; local
[all...]
H A Dcluster.h57 int cluster_send(struct clog_request *rq);
H A Dlocal.c80 * @rq: the newly allocated request from kernel
83 * If there is no request from the kernel, *rq is NULL.
90 static int kernel_recv(struct clog_request **rq) argument
97 *rq = NULL;
163 // *rq = container_of(u_rq, struct clog_request, u_rq);
164 *rq = (void *)u_rq -
169 memset(*rq, 0, (void *)u_rq - (void *)(*rq));
178 *rq = NULL;
216 * Any processing errors are placed in the 'rq'
226 struct clog_request *rq; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/libldap_r/
H A Drq.c3 /* OpenLDAP: pkg/ldap/libraries/libldap_r/rq.c,v 1.23.2.6 2010/04/13 20:23:02 kurt Exp */
40 struct runqueue_s* rq,
60 LDAP_STAILQ_INSERT_HEAD( &rq->task_list, entry, tnext );
67 struct runqueue_s *rq,
74 LDAP_STAILQ_FOREACH( e, &rq->task_list, tnext ) {
83 struct runqueue_s* rq,
89 LDAP_STAILQ_FOREACH( e, &rq->task_list, tnext ) {
96 LDAP_STAILQ_REMOVE( &rq->task_list, entry, re_s, tnext );
103 struct runqueue_s* rq,
109 entry = LDAP_STAILQ_FIRST( &rq
39 ldap_pvt_runqueue_insert( struct runqueue_s* rq, time_t interval, ldap_pvt_thread_start_t *routine, void *arg, char *tname, char *tspec ) argument
66 ldap_pvt_runqueue_find( struct runqueue_s *rq, ldap_pvt_thread_start_t *routine, void *arg ) argument
82 ldap_pvt_runqueue_remove( struct runqueue_s* rq, struct re_s* entry ) argument
102 ldap_pvt_runqueue_next_sched( struct runqueue_s* rq, struct timeval* next_run ) argument
119 ldap_pvt_runqueue_runtask( struct runqueue_s* rq, struct re_s* entry ) argument
128 ldap_pvt_runqueue_stoptask( struct runqueue_s* rq, struct re_s* entry ) argument
137 ldap_pvt_runqueue_isrunning( struct runqueue_s* rq, struct re_s* entry ) argument
153 ldap_pvt_runqueue_resched( struct runqueue_s* rq, struct re_s* entry, int defer ) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/vect/
H A Dpr33833.c16 struct rq struct
25 struct rq *rq; local
26 rq = (&(*( { (typeof (&per_cpu__runqueues)) (__ptr); } )));
29 array = rq->arrays + j;
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/include/
H A Dldap_rq.h44 struct runqueue_s* rq,
54 struct runqueue_s* rq,
61 struct runqueue_s* rq,
67 struct runqueue_s* rq,
73 struct runqueue_s* rq,
79 struct runqueue_s* rq,
85 struct runqueue_s* rq,
91 struct runqueue_s* rq,
98 struct runqueue_s* rq
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/contrib/reghunt/examples/
H A D30643.c3 void bar (struct s *ps, int *p, int *__restrict__ rp, int *__restrict__ rq) argument
12 rq[0] = 1;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dpr30643.c9 void bar (struct s *ps, int *p, int *__restrict__ rp, int *__restrict__ rq) argument
20 rq[0] = 1;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Dpr30643.c9 void bar (struct s *ps, int *p, int *__restrict__ rp, int *__restrict__ rq) argument
20 rq[0] = 1;
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/overlays/
H A Drefint.c404 refint_q *rq = op->o_callback->sc_private; local
405 refint_data *dd = rq->rdata;
428 ip->next = rq->attrs;
429 rq->attrs = ip;
440 if(dnIsSuffix(&b[i], &rq->oldndn)) {
451 if ( BER_BVISEMPTY( &rq->newdn ) &&
452 b[i].bv_len == rq->oldndn.bv_len )
460 if ( !BER_BVISEMPTY( &rq->newdn ) &&
461 b[i].bv_len != rq->oldndn.bv_len )
475 newsub.bv_len -= rq
718 refint_q *rq; local
866 refint_q *rq; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/builtins/
H A Dpr22237.c11 static inline struct s rq (void) { return *q; } function
12 static void pq (void) { *p = rq(); }
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/builtins/
H A Dpr22237.c11 static inline struct s rq (void) { return *q; } function
12 static void pq (void) { *p = rq(); }
/netbsd-6-1-5-RELEASE/lib/libquota/
H A Dquota_nfs.c73 rquota_to_quotavals(const struct rquota *rq, argument
81 blocks->qv_hardlimit = rq_scalelimit(rq->rq_bhardlimit, rq->rq_bsize);
82 blocks->qv_softlimit = rq_scalelimit(rq->rq_bsoftlimit, rq->rq_bsize);
83 blocks->qv_usage = rq_scale(rq->rq_curblocks, rq->rq_bsize);
84 blocks->qv_expiretime = rq->rq_btimeleft + now.tv_sec;
88 files->qv_hardlimit = rq_plainlimit(rq->rq_fhardlimit);
89 files->qv_softlimit = rq_plainlimit(rq
[all...]
/netbsd-6-1-5-RELEASE/libexec/rpc.rquotad/
H A Drquotad.c188 struct rquota *rq)
194 rq->rq_active = TRUE;
195 rq->rq_bsize = DEV_BSIZE;
197 rq->rq_bhardlimit = limit_to_rquota(blocks->qv_hardlimit);
198 rq->rq_bsoftlimit = limit_to_rquota(blocks->qv_softlimit);
199 rq->rq_curblocks = blocks->qv_usage;
200 rq->rq_btimeleft = time_to_rquota(blocks->qv_expiretime, now.tv_sec);
202 rq->rq_fhardlimit = limit_to_rquota(files->qv_hardlimit);
203 rq->rq_fsoftlimit = limit_to_rquota(files->qv_softlimit);
204 rq
186 quotavals_to_rquota(const struct quotaval *blocks, const struct quotaval *files, struct rquota *rq) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/lib/libldap_r/
H A DMakefile12 SRCS+= threads.c rdwr.c rmutex.c tpool.c rq.c \
/netbsd-6-1-5-RELEASE/dist/nvi/ex/
H A Dex_global.c163 CIRCLEQ_INIT(&ecp->rq);
232 if ((rp = ecp->rq.cqh_last) != (void *)&ecp->rq &&
243 CIRCLEQ_INSERT_TAIL(&ecp->rq, rp, q);
271 for (rp = ecp->rq.cqh_first; rp != (void *)&ecp->rq; rp = nrp) {
301 CIRCLEQ_REMOVE(&ecp->rq, rp, q);
309 CIRCLEQ_INSERT_AFTER(&ecp->rq, rp, nrp, q);
H A Dex_at.c87 CIRCLEQ_INIT(&ecp->rq);
97 CIRCLEQ_INSERT_HEAD(&ecp->rq, rp, q);
/netbsd-6-1-5-RELEASE/sys/fs/smbfs/
H A Dsmbfs_kq.c88 struct smb_rq *rq; /* request structure */ member in struct:kevq
227 if (__predict_false(ke->rq == NULL))
230 error = smbfs_smb_nt_dirnotify_fetch(ke->rq,
232 ke->rq = NULL; /* rq deallocated by now */
249 &ke->rq, &smbkq_scred,
281 struct smb_rq *rq = NULL; local
303 rq = ke->rq;
318 if (rq) {
[all...]
/netbsd-6-1-5-RELEASE/sys/net/
H A Dif_ieee1394subr.c447 struct ieee1394_reassq *rq; local
475 for (rq = LIST_FIRST(&ic->ic_reassq); ; rq = LIST_NEXT(rq, rq_node)) {
476 if (rq == NULL) {
480 rq = malloc(sizeof(*rq), M_FTABLE, M_NOWAIT);
481 if (rq == NULL) {
485 rq->fr_id = id;
486 LIST_INIT(&rq
615 struct ieee1394_reassq *rq; local
633 struct ieee1394_reassq *rq; local
[all...]
/netbsd-6-1-5-RELEASE/sbin/mount_smbfs/
H A DMakefile.inc4 SRCS+= rcfile.c ctx.c cfopt.c subr.c nls.c rap.c mbuf.c rq.c file.c \
/netbsd-6-1-5-RELEASE/sys/netiso/
H A Diso_snpac.c539 struct systype_req *rq = (struct systype_req *) data; local
545 rq->sr_type, rq->sr_holdt, rq->sr_configt);
564 if ((rq->sr_type & (SNPA_ES | SNPA_IS)) == (SNPA_ES | SNPA_IS))
566 if (rq->sr_type & SNPA_ES) {
568 } else if (rq->sr_type & SNPA_IS) {
573 esis_holding_time = rq->sr_holdt;
574 esis_config_time = rq->sr_configt;
575 if (esis_esconfig_time != rq
[all...]
/netbsd-6-1-5-RELEASE/dist/smbfs/lib/smb/
H A DMakefile12 SRCS= rcfile.c ctx.c cfopt.c subr.c nls.c rap.c mbuf.c rq.c file.c \

Completed in 167 milliseconds

1234