Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/rpc.lockd/
HDlockd_lock.c112 memcpy(&filehandle, lock->fh.n_bytes, sizeof(filehandle)); in testlock()
163 memcpy(&newfl->filehandle, lckarg->alock.fh.n_bytes, sizeof(fhandle_t)); in getlock()
167 newfl->client.oh.n_bytes = malloc(lckarg->alock.oh.n_len); in getlock()
168 if (newfl->client.oh.n_bytes == NULL) { in getlock()
175 memcpy(newfl->client.oh.n_bytes, lckarg->alock.oh.n_bytes, in getlock()
180 newfl->client_cookie.n_bytes = malloc(lckarg->cookie.n_len); 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()
[all …]
HDtest.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/
HDsparseset.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()
HDlra.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/
HDsparseset.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/
HDauth_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()
HDauth_time.c206 srv->pkey.n_bytes = NULL; in get_server()
HDsvc_auth_des.c187 pkey.n_bytes = pkey_data; in _svcauth_des()
/dragonfly/contrib/binutils-2.27/include/opcode/
HDmsp430-decode.h119 int n_bytes; /* Opcode size in BYTES. */ member
HDrl78.h169 int n_bytes; member
/dragonfly/include/rpc/
HDxdr.h329 char *n_bytes; member
/dragonfly/usr.sbin/keyserv/
HDsetkey.c172 memcpy(xpublic, remote_key->n_bytes, remote_key->n_len); in pk_crypt()
/dragonfly/lib/libc/xdr/
HDxdr.c623 return (xdr_bytes(xdrs, &np->n_bytes, &np->n_len, MAX_NETOBJ_SZ)); in xdr_netobj()