Searched refs:n_bytes (Results 1 - 19 of 19) sorted by relevance

/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Devutil_rand.c100 int n_bytes = 4 - (((ev_uintptr_t)b) & 3);
101 memcpy(b, &u, n_bytes);
102 b += n_bytes;
103 n -= n_bytes;
H A Diocp-internal.h177 ev_uintptr_t key, ev_uint32_t n_bytes);
/freebsd-9.3-release/crypto/openssh/
H A Dttymodes.c353 int n_bytes = 0; local
380 n_bytes += 1;
389 n_bytes += 4;
399 n_bytes += 4;
408 n_bytes += arg_size; \
413 n_bytes += arg_size; \
437 n_bytes += 1;
441 n_bytes += 4;
465 n_bytes += 4;
478 if (*n_bytes_ptr != n_bytes) {
[all...]
H A Dsession.c2111 int n_bytes; local
2154 n_bytes = packet_remaining();
2155 tty_parse_modes(s->ttyfd, &n_bytes);
/freebsd-9.3-release/usr.sbin/rpc.lockd/
H A Dkern.c273 arg4.cookie.n_bytes = (char *)&msg->lm_msg_ident;
277 arg4.alock.fh.n_bytes = (char *)&msg->lm_fh;
279 arg4.alock.oh.n_bytes = (char *)&owner;
297 arg.cookie.n_bytes = (char *)&msg->lm_msg_ident;
301 arg.alock.fh.n_bytes = (char *)&msg->lm_fh;
303 arg.alock.oh.n_bytes = (char *)&owner;
342 arg4.cookie.n_bytes = (char *)&msg->lm_msg_ident;
347 arg4.alock.fh.n_bytes = (char *)&msg->lm_fh;
349 arg4.alock.oh.n_bytes = (char *)&owner;
367 arg.cookie.n_bytes
[all...]
H A Dlockd_lock.c308 dump_static_object(nobj->n_bytes, nobj->n_len,
368 dest->oh.n_bytes = src->oh.n_bytes;
410 newfl->client.oh.n_bytes = malloc(lockowner->n_len);
411 if (newfl->client.oh.n_bytes == NULL) {
416 bcopy(lockowner->n_bytes, newfl->client.oh.n_bytes, lockowner->n_len);
418 newfl->client_cookie.n_bytes = malloc(matchcookie->n_len);
419 if (newfl->client_cookie.n_bytes == NULL) {
420 free(newfl->client.oh.n_bytes);
[all...]
H A Dtest.c332 arg.cookie.n_bytes = "hello";
339 arg.alock.fh.n_bytes = "\x04\x04\x02\x00\x01\x00\x00\x00\x0c\x00\x00\x00\xff\xff\xff\xd0\x16\x00\x00\x5b\x7c\xff\xff\xff\xec\x2f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x54\xef\xbf\xd7\x94";
341 arg.alock.oh.n_bytes = "\x00\x00\x02\xff\xff\xff\xd3";
347 res_block.cookie.n_bytes = "hello";
H A Dlock_proc.c120 sprintf(tmp1,"%02X",*(obj->n_bytes+i));
121 sprintf(tmp2,"%c",*(obj->n_bytes+i));
/freebsd-9.3-release/lib/libc/rpc/
H A Dauth_des.c140 pkey.n_bytes = (char *) pkey_data;
180 memcpy(ad->ad_pkey, pkey->n_bytes, pkey->n_len);
445 pkey.n_bytes = (char *)(ad->ad_pkey);
H A Dauth_time.c213 srv->pkey.n_bytes = NULL;
H A Dsvc_auth_des.c189 pkey.n_bytes = pkey_data;
/freebsd-9.3-release/sys/nlm/
H A Dnlm_advlock.c759 args.cookie.n_bytes = (char*) &xid;
825 cancel.cookie.n_bytes = (char*) &xid;
945 args.cookie.n_bytes = (char*) &xid;
1026 args.cookie.n_bytes = (char*) &xid;
1225 lock->fh.n_bytes = fh;
1227 lock->oh.n_bytes = oh_space;
H A Dnlm_prot_impl.c273 return ((struct nlm_grantcookie *)src->n_bytes)->ng_sysid;
280 return ((struct nlm_grantcookie *)src->n_bytes)->ng_cookie;
325 dst->n_bytes = malloc(srcsize, type, M_WAITOK);
326 memcpy(dst->n_bytes, src, srcsize);
337 nlm_make_netobj(dst, src->n_bytes, src->n_len, type);
1331 memcpy(&nw->nw_fh.fh_bytes, nw->nw_lock.fh.n_bytes,
1333 nw->nw_lock.fh.n_bytes = nw->nw_fh.fh_bytes;
1735 memcpy(fhp, p->n_bytes, sizeof(fhandle_t));
2316 && !memcmp(argp->alock.fh.n_bytes, nw->nw_lock.fh.n_bytes,
[all...]
/freebsd-9.3-release/include/rpc/
H A Dxdr.h334 char *n_bytes; member in struct:netobj
/freebsd-9.3-release/sys/rpc/
H A Dxdr.h334 char *n_bytes; member in struct:netobj
/freebsd-9.3-release/sys/xdr/
H A Dxdr.c557 return (xdr_bytes(xdrs, &np->n_bytes, &np->n_len, MAX_NETOBJ_SZ));
/freebsd-9.3-release/usr.sbin/keyserv/
H A Dsetkey.c191 memcpy(xpublic, remote_key->n_bytes, remote_key->n_len);
/freebsd-9.3-release/lib/libc/xdr/
H A Dxdr.c658 return (xdr_bytes(xdrs, &np->n_bytes, &np->n_len, MAX_NETOBJ_SZ));
/freebsd-9.3-release/contrib/gnu-sort/src/
H A Dsort.c587 write_bytes (const char *buf, size_t n_bytes, FILE *fp, const char *output_file) argument
589 if (fwrite (buf, 1, n_bytes, fp) != n_bytes)

Completed in 363 milliseconds