Searched refs:ncomp (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sbin/hastd/
H A Dprimary.c184 #define QUEUE_INSERT1(hio, name, ncomp) do { \
185 mtx_lock(&hio_##name##_list_lock[(ncomp)]); \
186 if (TAILQ_EMPTY(&hio_##name##_list[(ncomp)])) \
187 cv_broadcast(&hio_##name##_list_cond[(ncomp)]); \
188 TAILQ_INSERT_TAIL(&hio_##name##_list[(ncomp)], (hio), \
189 hio_next[(ncomp)]); \
190 hio_##name##_list_size[(ncomp)]++; \
191 mtx_unlock(&hio_##name##_list_lock[(ncomp)]); \
201 #define QUEUE_TAKE1(hio, name, ncomp, timeout) do { \
204 mtx_lock(&hio_##name##_list_lock[(ncomp)]); \
1138 remote_close(struct hast_resource *res, int ncomp) argument
1184 unsigned int ncomp; local
1230 unsigned int ii, ncomp, ncomps; local
1390 unsigned int ncomp, rncomp; local
1505 keepalive_send(struct hast_resource *res, unsigned int ncomp) argument
1553 unsigned int ncomp; local
1709 unsigned int ncomp; local
1963 unsigned int ii, ncomp, ncomps; local
2344 guard_one(struct hast_resource *res, unsigned int ncomp) argument
[all...]
/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dstore.c948 int32_t ncomp; local
960 if((ret = krb5_ret_int32(sp, &ncomp))){
965 ncomp--;
966 if (ncomp < 0) {
970 ret = size_too_large_num(sp, ncomp, sizeof(p->name.name_string.val[0]));
976 p->name.name_string.len = ncomp;
982 p->name.name_string.val = calloc(ncomp, sizeof(p->name.name_string.val[0]));
983 if(p->name.name_string.val == NULL && ncomp != 0){
988 for(i = 0; i < ncomp; i++){
H A Dprincipal.c195 int ncomp; local
223 ncomp = 1;
234 ncomp++;
239 comp = calloc(ncomp, sizeof(*comp));
/freebsd-13-stable/crypto/openssh/
H A Dkex.c822 int nenc, nmac, ncomp; local
873 ncomp = ctos ? PROPOSAL_COMP_ALGS_CTOS : PROPOSAL_COMP_ALGS_STOC;
889 if ((r = choose_comp(&newkeys->comp, cprop[ncomp],
890 sprop[ncomp])) != 0) {
891 kex->failed_choice = peer[ncomp];
892 peer[ncomp] = NULL;
/freebsd-13-stable/contrib/lib9p/pytest/
H A Dp9conn.py493 def did_rename(self, fid, ncomp, newdir=None):
506 we have to the path that needs ncomp appended.
512 if ncomp is None:
523 ncomps.append(ncomp)

Completed in 110 milliseconds