Searched refs:overflow (Results 1 - 12 of 12) sorted by relevance

/darwin-on-arm/xnu/osfmk/ipc/
H A Dipc_object.h312 boolean_t overflow,
320 boolean_t overflow,
H A Dipc_object.c747 * and overflow wasn't specified.
755 boolean_t overflow,
811 msgt_name, overflow, object);
834 * and overflow wasn't specified.
844 boolean_t overflow,
897 msgt_name, overflow, object);
751 ipc_object_copyout( ipc_space_t space, ipc_object_t object, mach_msg_type_name_t msgt_name, boolean_t overflow, mach_port_name_t *namep) argument
840 ipc_object_copyout_name( ipc_space_t space, ipc_object_t object, mach_msg_type_name_t msgt_name, boolean_t overflow, mach_port_name_t name) argument
H A Dipc_right.h208 boolean_t overflow,
H A Dipc_right.c257 * generating immediate notif. would overflow urefs.
1007 * KERN_UREFS_OVERFLOW OK delta, except would overflow.
2147 * because user-reference overflow isn't a possibility.
2150 * count in the entry to overflow, and overflow is TRUE,
2159 * KERN_UREFS_OVERFLOW User-refs would overflow;
2161 * or if overflow=TRUE was specified.
2170 boolean_t overflow,
2239 if (overflow) {
2165 ipc_right_copyout( ipc_space_t space, mach_port_name_t name, ipc_entry_t entry, mach_msg_type_name_t msgt_name, boolean_t overflow, ipc_object_t object) argument
/darwin-on-arm/xnu/bsd/netkey/
H A Dkeydb.h123 int overflow; /* overflow flag */ member in struct:secreplay
/darwin-on-arm/xnu/bsd/kern/
H A Dsubr_prof.c267 goto overflow;
300 goto overflow;
333 overflow:
336 printf("mcount: tos overflow\n");
/darwin-on-arm/xnu/osfmk/profiling/i386/
H A Dprofile-md.h77 * Add overflow support for {gprof,prof,old,dummy}_mcount counters.
80 * Add gprof/prof overflow support
298 prof_uptrint_t overflow; /* # times prof counter overflowed */ member in struct:prof_int
318 prof_uptrint_t overflow; /* # times counter overflowed */ member in struct:hasharc
H A Dprofile-md.c73 * Further changes for gprof/prof overflow support.
74 * Add overflow support for {gprof,prof,old,dummy}_mcount counters.
77 * Add gprof/prof overflow support
652 int nrecs = 1 + (hptr->overflow * 2);
669 /* For each overflow, emit 2 extra records with the count
718 /* Write out 2 records for each overflow, each with a
721 nrecs = 1 + (pptr->overflow * 2);
749 /* Write out 2 records for each overflow, each with a
752 nrecs = 1 + (gptr->prof.overflow * 2);
856 PROF_CNT_ADD(pv->stats.gprof_overflow, hptr->overflow);
[all...]
/darwin-on-arm/xnu/libkern/zlib/
H A Dtrees.c532 int overflow = 0; /* number of elements with bit length too large */ local
537 * overflow in the case of the bit length tree).
544 if (bits > max_length) bits = max_length, overflow++;
557 if (overflow == 0) return;
559 Trace((stderr,"\nbit length overflow\n"));
567 s->bl_count[bits+1] += 2; /* move one overflow item as its brother */
569 /* The brother of the overflow item also moves one step up,
572 overflow -= 2;
573 } while (overflow > 0);
1139 "pendingBuf overflow");
[all...]
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vfsops.c5032 HFSPlusExtentRecord overflow;/* Extent record from overflow extents btree */ member in union:hfs_reclaim_extent_info::record
5037 * extent information in filefork. For overflow extent
5050 int overflow_count; /* For debugging, counter for overflow extent record */
5059 * file, and/or creating a new extent record in the overflow
5164 /* Extents overflow btree can not have more than 8 extents.
5168 printf ("hfs_split_extent: Maximum 8 extents allowed for extents overflow btree, cannot split further.\n");
5174 * overflow extent record, if any, before the current record
5187 /* The new extent created after split will go into following overflow extent record */
5194 * extent entry to be shifted into following overflow exten
[all...]
/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_object.c1112 * not overflow the space allocated for the __LINKEDIT segment
1134 * allocated for the __LINKEDIT segment. If they'd overflow,
1135 * increase the vmsize appropriately so no overflow will occur
1138 u_long overflow = (symtab_size + reloc_size) - seg_vmsize; local
1139 data_size += round_page(overflow);
/darwin-on-arm/xnu/bsd/netinet6/
H A Dipsec.c2816 /* set overflow flag */
2817 replay->overflow++;
2826 replay->overflow, ipsec_logsastr(sav)));

Completed in 69 milliseconds