Home
last modified time | relevance | path

Searched refs:n_bytes (Results 1 – 13 of 13) sorted by relevance

/dragonfly/usr.sbin/rpc.lockd/
H A Dlockd_lock.c168 if (newfl->client.oh.n_bytes == NULL) { in getlock()
175 memcpy(newfl->client.oh.n_bytes, lckarg->alock.oh.n_bytes, in getlock()
181 if (newfl->client_cookie.n_bytes == NULL) { in getlock()
183 free(newfl->client.oh.n_bytes); in getlock()
188 memcpy(newfl->client_cookie.n_bytes, lckarg->cookie.n_bytes, in getlock()
277 memcpy(&filehandle, lck->fh.n_bytes, sizeof(fhandle_t)); in unlock()
284 memcmp(fl->client.oh.n_bytes, lck->oh.n_bytes, in unlock()
327 free(fl->client.oh.n_bytes); in lfree()
328 free(fl->client_cookie.n_bytes); in lfree()
535 res.alock.fh.n_bytes = (char*)&fl->filehandle; in send_granted()
[all …]
H A Dtest.c291 arg.cookie.n_bytes = "hello"; in main()
298 …arg.alock.fh.n_bytes = "\x04\x04\x02\x00\x01\x00\x00\x00\x0c\x00\x00\x00\xff\xff\xff\xd0\x16\x00\x… in main()
300 arg.alock.oh.n_bytes = "\x00\x00\x02\xff\xff\xff\xd3"; in main()
306 res_block.cookie.n_bytes = "hello"; in main()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dsparseset.c30 unsigned int n_bytes = sizeof (struct sparseset_def) in sparseset_alloc() local
33 sparseset set = XNEWVAR (struct sparseset_def, n_bytes); in sparseset_alloc()
39 VALGRIND_DISCARD (VALGRIND_MAKE_MEM_DEFINED (set, n_bytes)); in sparseset_alloc()
H A Dlra.c665 size_t n_bytes; in get_static_insn_data() local
671 n_bytes = sizeof (struct lra_static_insn_data) in get_static_insn_data()
674 data = XNEWVAR (struct lra_static_insn_data, n_bytes); in get_static_insn_data()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dsparseset.c30 unsigned int n_bytes = sizeof (struct sparseset_def) in sparseset_alloc() local
38 sparseset set = (sparseset) xcalloc (1, n_bytes); in sparseset_alloc()
/dragonfly/lib/libc/rpc/
H A Dauth_des.c136 pkey.n_bytes = (char *) pkey_data; in authdes_seccreate()
177 memcpy(ad->ad_pkey, pkey->n_bytes, pkey->n_len); in authdes_pk_seccreate()
442 pkey.n_bytes = (char *)(ad->ad_pkey); in authdes_refresh()
H A Dauth_time.c206 srv->pkey.n_bytes = NULL; in get_server()
H A Dsvc_auth_des.c187 pkey.n_bytes = pkey_data; in _svcauth_des()
/dragonfly/contrib/binutils-2.27/include/opcode/
H A Dmsp430-decode.h119 int n_bytes; /* Opcode size in BYTES. */ member
H A Drl78.h169 int n_bytes; member
/dragonfly/include/rpc/
H A Dxdr.h329 char *n_bytes; member
/dragonfly/usr.sbin/keyserv/
H A Dsetkey.c172 memcpy(xpublic, remote_key->n_bytes, remote_key->n_len); in pk_crypt()
/dragonfly/lib/libc/xdr/
H A Dxdr.c623 return (xdr_bytes(xdrs, &np->n_bytes, &np->n_len, MAX_NETOBJ_SZ)); in xdr_netobj()