Searched refs:info (Results 76 - 87 of 87) sorted by relevance

1234

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_divert.c340 dt->info = 0;
H A Dtcp_usrreq.c164 SYSCTL_PROC(_net_inet_tcp, OID_AUTO, info, CTLFLAG_RW | CTLFLAG_LOCKED | CTLFLAG_ANYBODY,
165 0 , 0, tcp_sysctl_info, "S", "TCP info per tuple");
/darwin-on-arm/xnu/osfmk/console/
H A Dvideo_console.c136 void (*initialize)(struct vc_info * info);
270 static void gc_initialize(struct vc_info * info);
509 gc_initialize(struct vc_info * info) argument
519 gc_ops.initialize(info);
/darwin-on-arm/xnu/osfmk/mach/
H A Dmach_traps.h552 PAD_ARG_(user_addr_t, info);
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_memorystatus.c922 static struct task_basic_info *info = (struct task_basic_info *)&data; local
927 return info->resident_size / PAGE_SIZE;
H A Dpthread_support.c283 #define PTH_RWS_CV_CBIT PTH_RWS_SBIT /* kernel has cleared all info w.r.s.t CV */
3152 vm_page_info_basic_data_t info; local
3157 (vm_page_info_t)&info, &count);
3163 *objectp = (uint64_t)info.object_id;
3165 *offsetp = (uint64_t)info.offset;
/darwin-on-arm/xnu/osfmk/default_pager/
H A Ddp_backing_store.c640 backing_store_info_t info,
652 basic = (backing_store_basic_info_t)info;
1178 int info[DEV_GET_SIZE_COUNT]; local
1191 if (!ds_device_get_status(device, DEV_GET_SIZE, info, &info_count)) {
1192 rec_size = info[DEV_GET_SIZE_RECORD_SIZE];
1193 count = info[DEV_GET_SIZE_DEVICE_SIZE] / rec_size;
2102 /* Copy info from the old map into the new map */
637 default_pager_backing_store_info( MACH_PORT_FACE backing_store, backing_store_flavor_t flavour, backing_store_info_t info, mach_msg_type_number_t *size) argument
/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp670 /* Cons up an info dict, so we don't have to have special-case
698 * gathers info from other places anyhow.
1400 /* Don't need the paths to be in the info dictionary any more.
1530 /* If we created a kext from prelink info,
1602 /* The info plist must exist or we can't read the kext.
1608 "No kext info dictionary for booter device tree entry %s.",
1618 "Can't translate physical address 0x%x of kext info dictionary "
1640 "Error unserializing info dictionary for device tree entry %s: %s.",
1943 panic("Attempt to set info dictionary on a kext "
1955 /* Check right away if the info dictionar
5468 vm_region_submap_short_info_data_64_t info; local
[all...]
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_xattr.c361 * advantage of this for its finder-info and resource forks.
1241 #define AD_FINDERINFO 9 /* Mac Finder info & extended info */
1242 #define AD_MACINFO 10 /* Mac file info, attributes, etc */
1243 #define AD_PRODOSINFO 11 /* Pro-DOS file info, attrib., etc */
1244 #define AD_MSDOSINFO 12 /* MS-DOS file info, attributes, etc */
1246 #define AD_AFPINFO 14 /* AFP file info, attrib., etc */
1412 static void swap_attrhdr(attr_header_t *ah, attr_info_t* info);
3050 swap_attrhdr(attr_header_t *ah, attr_info_t* info) argument
3067 for (i = 0; i < count && ATTR_VALID(ae, *info);
[all...]
/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_map.c9253 * too because we want to return info about that region if the
9275 * "info" structure is not big enough and
9467 /* ... gather info about the next VM region */
9608 vm_region_info_t info, /* OUT */
9622 /* legacy for old 32-bit objects info */
9629 basic = (vm_region_basic_info_t) info;
9674 basic = (vm_region_basic_info_64_t) info;
9718 extended = (vm_region_extended_info_t) info;
9763 top = (vm_region_top_info_t) info;
11978 vm_page_info_basic_data_t info; local
9603 vm_map_region( vm_map_t map, vm_map_offset_t *address, vm_map_size_t *size, vm_region_flavor_t flavor, vm_region_info_t info, mach_msg_type_number_t *count, mach_port_t *object_name) argument
11999 vm_map_page_info( vm_map_t map, vm_map_offset_t offset, vm_page_info_flavor_t flavor, vm_page_info_t info, mach_msg_type_number_t *count) argument
[all...]
H A Dvm_resident.c1486 * transfers the paging information, so the <pager,paging_offset> info
5551 hash_info_bucket_t *info,
5574 info[i].hib_count = bucket_count;
5550 vm_page_info( hash_info_bucket_t *info, unsigned int count) argument
/darwin-on-arm/xnu/bsd/netat/
H A Dddp_lap.c1145 atp = (struct atp_state *)gref->info;
1317 /* Send event with zone info. */

Completed in 228 milliseconds

1234