Searched refs:pad (Results 1 - 25 of 29) sorted by relevance

12

/xnu-2422.115.4/bsd/net/
H A Dif_pflog.h91 u_int8_t pad[3]; member in struct:pfloghdr
95 /* minus pad, also used as a signature */
96 #define PFLOG_REAL_HDRLEN offsetof(struct pfloghdr, pad)
H A Dif_bridgevar.h172 uint8_t pad[32]; member in struct:ifbreq
H A Dntstat.h266 u_int32_t pad; // unused for now member in struct:nstat_msg_hdr
H A Dpfvar.h910 u_int8_t pad; member in struct:pf_state_scrub
937 u_int8_t pad[3]; member in struct:pf_state_peer
1011 u_int32_t pad; member in struct:pf_state_cmp
1030 u_int32_t pad; member in struct:pf_state
1081 u_int16_t pad[2]; member in struct:pfsync_state_host
1093 u_int8_t pad[6]; member in struct:pfsync_state_peer
H A Dntstat.c2102 success.pad = 0;
2293 success.pad = 0;
2337 success.pad = 0;
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_hotfiles.h78 u_int8_t pad; /* make the other fields align on 32-bit boundary */ member in struct:HotFileKey
H A Dhfs_format.h160 u_int8_t pad; /* make the other fields align on 32-bit boundary */ member in struct:HFSPlusExtentKey
546 u_int16_t pad; /* set to zero */ member in struct:HFSPlusAttrKey
/xnu-2422.115.4/bsd/sys/
H A Dfasttrap.h84 uint32_t pad; /* Explicit pad to keep ILP32 and LP64 lined up. */ member in struct:fasttrap_probe_spec
H A Dsignal.h177 uint32_t pad; /* assumes Motorola byte order */ member in struct:user64_sigval::__anon22
191 uint32_t pad; /* assumes Motorola byte order */ member in struct:user_sigval::__anon23
248 user_ulong_t pad[7]; /* Reserved for Future Use */ member in struct:user_siginfo
H A Ddtrace.h654 #define DTRACE_PTR(type, name) uint32_t name##pad; type *name
656 #define DTRACE_PTR(type, name) type *name; uint32_t name##pad
1210 char dtst_pad[6]; /* pad out to 64-bit align */
H A Dmbuf.h142 u_int32_t pad; /* For structure alignment */ member in struct:m_tag
162 u_int32_t pad; /* For structure alignment */ member in struct:m_taghdr
H A Dsocket.h1050 __uint32_t pad; member in struct:netpolicy_event_data
/xnu-2422.115.4/libkern/gen/
H A DOSDebug.cpp179 goto pad;
184 goto pad;
208 pad:
/xnu-2422.115.4/bsd/netinet6/
H A Desp_output.c225 * IP ............... esp iv payload pad padlen nxthdr
570 int pad; local
574 pad = (randpadmax - plen + extendsiz) / padbound;
576 if (pad > 0)
577 pad = (random() % pad) * padbound;
579 pad = 0;
582 * make sure we do not pad too much.
590 if (extendsiz + pad <= MLEN && extendsiz + pad < 25
[all...]
H A Dnd6.h351 u_int32_t pad; member in struct:in6_prlist_64::__anon400
705 u_int32_t pad; member in struct:nd6_ra_prefix
720 u_int32_t pad; member in struct:kev_nd6_ra_data
/xnu-2422.115.4/osfmk/kperf/
H A Dkperf.c56 int pad[64 / sizeof(int)]; member in struct:__anon1074
/xnu-2422.115.4/bsd/dev/i386/
H A Dunix_signal.c120 out->__pad[0] = in->pad[0]; /* mcontext.ss.r1 */
135 out->__pad[0] = in->pad[0]; /* mcontext.ss.r1 */
277 sinfo64.pad[0] = tstate64->rsp;
406 sinfo64.pad[0] = tstate32->esp;
/xnu-2422.115.4/bsd/uxkern/
H A Dux_exception.c158 char pad[512]; member in struct:exc_msg
/xnu-2422.115.4/bsd/hfs/hfscommon/Misc/
H A DFileExtentMapping.c254 extentKeyPtr->pad = 0;
326 foundKey->pad = 0;
455 keyPtr->pad = 0;
913 foundKey.pad = 0;
1282 foundKey.pad = 0;
/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h1189 uint32_t pad; /* padding to make this struct's size a multiple member in struct:encryption_info_command_64
/xnu-2422.115.4/bsd/netinet/
H A Dtcp_output.c1301 * First we need to pad options so that the
1325 int pad = sizeof(u_int32_t) - (optlen % sizeof(u_int32_t)); local
1328 optlen += pad;
1329 while (pad) {
1331 pad--;
/xnu-2422.115.4/bsd/nfs/
H A Dkrpc_subr.c161 u_int16_t pad; member in struct:rdata
H A Dnfs_gss.c442 int pad, toklen; local
638 * Append a pad trailer - per RFC 1964 section 1.2.2.3
669 /* Add null XDR pad if the ASN.1 token misaligned the data */
670 pad = nfsm_pad(toklen + len);
671 if (pad > 0) {
672 nfsm_chain_add_opaque_nopad(error, nmc, iv0, pad);
976 mbuf_freem(mbuf_next(nmc->nmc_mcur)); // free the pad mbuf
2497 int pad, toklen; local
2537 * Append a pad trailer - per RFC 1964 section 1.2.2.3
2566 /* Add null XDR pad i
[all...]
/xnu-2422.115.4/bsd/hfs/hfscommon/Catalog/
H A DFileIDsServices.c505 extentKeyPtr->hfsPlus.pad = 0;
710 extentKeyPtr->hfsPlus.pad = 0;
/xnu-2422.115.4/osfmk/vm/
H A Dvm_page.h280 char pad __attribute__ ((aligned (64))); member in struct:vm_locks_array

Completed in 136 milliseconds

12