Searched refs:daddr_t (Results 1 - 14 of 14) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/bsd/dev/dtrace/
H A Dblist.h71 daddr_t bmu_avail; /* space available under us */
74 daddr_t bm_bighint; /* biggest contiguous block hint*/
78 daddr_t bl_blocks; /* area of coverage */
79 daddr_t bl_radix; /* coverage radix */
80 daddr_t bl_skip; /* starting skip */
81 daddr_t bl_free; /* number of free blocks */
83 daddr_t bl_rootblks; /* daddr_t blks allocated for tree */
93 extern blist_t blist_create(daddr_t blocks);
95 extern daddr_t blist_allo
[all...]
H A Dblist.c86 #define SWAPBLK_NONE ((daddr_t)-1)
121 #define SWAPBLK_NONE ((daddr_t)-1)
132 static daddr_t blst_leaf_alloc(blmeta_t *scan, daddr_t blk, int count);
133 static daddr_t blst_meta_alloc(blmeta_t *scan, daddr_t blk,
134 daddr_t count, daddr_t radix, int skip);
135 static void blst_leaf_free(blmeta_t *scan, daddr_t relblk, int count);
136 static void blst_meta_free(blmeta_t *scan, daddr_t freeBl
[all...]
H A Ddtrace_glue.c955 if (base) blist_alloc( bl, (daddr_t)(uintptr_t)base ); /* Chomp off initial ID(s) */
966 daddr_t p;
968 p = blist_alloc(bl, (daddr_t)size);
970 if ((daddr_t)-1 == p) {
973 p = blist_alloc(bl, (daddr_t)size);
974 if ((daddr_t)-1 == p)
986 blist_free( p->blist, (daddr_t)(uintptr_t)vaddr, (daddr_t)size );
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dfileblocks.c37 typedef long daddr_t; /* for disk address */ typedef
42 # define NINDIR (BSIZE / sizeof (daddr_t))
/macosx-10.9.5/xnu-2422.115.4/osfmk/libsa/
H A Dtypes.h72 typedef unsigned int daddr_t; /* an unsigned 32 */ typedef
/macosx-10.9.5/xnu-2422.115.4/osfmk/sys/
H A Dtypes.h133 typedef unsigned int daddr_t; /* an unsigned 32 */ typedef
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/mac/CommonKClient/mac_kclient3/Headers/KerberosSupport/
H A DUtilities.h90 /* $Copyright: * * Copyright 1998-2000 by the Massachusetts Institute of Technology. * * All rights reserved. * * Permission to use, copy, modify, and distribute this software and its * documentation for any purpose and without fee is hereby granted, * provided that the above copyright notice appear in all copies and that * both that copyright notice and this permission notice appear in * supporting documentation, and that the name of M.I.T. not be used in * advertising or publicity pertaining to distribution of the software * without specific, written prior permission. Furthermore if you modify * this software you must label your software as modified software and not * distribute it in such a fashion that it might be confused with the * original MIT software. M.I.T. makes no representations about the * suitability of this software for any purpose. It is provided "as is" * without express or implied warranty. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * * Individual source code files are copyright MIT, Cygnus Support, * OpenVision, Oracle, Sun Soft, FundsXpress, and others. * * Project Athena, Athena, Athena MUSE, Discuss, Hesiod, Kerberos, Moira, * and Zephyr are trademarks of the Massachusetts Institute of Technology * (MIT). No commercial use of these trademarks may be made without prior * written permission of MIT. * * "Commercial use" means use of a name in a product or other for-profit * manner. It does NOT prevent a commercial firm from referring to the MIT * trademarks in order to convey information (although in doing so, * recognition of their trademark status should be given). * $ */ /* $Header: /Volumes/backup/dsmigrate/Dumps/../CVS/passwordserver_sasl/cyrus_sasl/mac/CommonKClient/mac_kclient3/Headers/KerberosSupport/Utilities.h,v 1.4 2005/01/10 19:10:48 snsimon Exp $ */ /* * Utilities.h - Public header file for the Utilities library */ #ifndef __UTILITIES__ #define __UTILITIES__ #include <time.h> #include <KerberosSupport/pwd.h> #include <ConditionalMacros.h> #include <MacTypes.h> #if PRAGMA_ONCE #pragma once #endif #ifdef __cplusplus extern "C" { #endif #if PRAGMA_IMPORT #pragma import on #endif #if PRAGMA_STRUCT_ALIGN #pragma options align=mac68k #elif PRAGMA_STRUCT_PACKPUSH #pragma pack(push, 2) #elif PRAGMA_STRUCT_PACK #pragma pack(2) #endif /************************/ /* Structures and Types */ /************************/ /* common types for POSIX structures */ typedef unsigned char u_char; typedef unsigned short u_short; typedef unsigned int u_int; typedef unsigned long u_long; typedef unsigned char uchar_t; typedef unsigned short ushort_t; /*typedef UInt32 uint_t;*/ /* We don't define uint_t because OpenTransport.h does. */ typedef unsigned long ulong_t; typedef char *caddr_t; typedef SInt32 daddr_t; typedef SInt16 cnt_t; typedef ulong_t paddr_t; typedef uchar_t use_t; typedef SInt16 sysid_t; (…)
1 /* $Copyright typedef
/macosx-10.9.5/xnu-2422.115.4/bsd/miscfs/specfs/
H A Dspecdev.h83 daddr_t si_size; /* device block size in bytes */
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Ddisklabel.h67 #include <sys/types.h> /* for daddr_t */
328 daddr_t df_startblk;
H A Dtypes.h100 typedef int32_t daddr_t; /* disk address */ typedef
/macosx-10.9.5/hfs-226.1.1/hfs_util/
H A Dhfsutil_jnl.c648 daddr_t mdb_offset;
902 daddr_t mdb_offset;
1102 daddr_t mdb_offset;
/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/
H A Dhfs.h670 extern int hfs_bmap(struct vnode *, daddr_t, struct vnode **, daddr64_t *, unsigned int *);
H A Dhfs_vfsops.c4038 daddr_t bitmapblks;
4174 if (bitmapblks > (daddr_t)fp->ff_blocks)
4202 daddr_t blkcnt;
H A Dhfs_readwrite.c2819 hfs_bmap(struct vnode *vp, daddr_t bn, struct vnode **vpp, daddr64_t *bnp, unsigned int *runp)

Completed in 442 milliseconds