Searched refs:name (Results 176 - 200 of 327) sorted by relevance

1234567891011>>

/xnu-2422.115.4/bsd/netinet/
H A Dip_fw.h61 * by name or implicitly by IP address. The flags IP_FW_F_IIFNAME
74 struct { /* Specified by interface name */
76 char name[FW_IFNLEN]; member in struct:ip_fw_if::__anon354
230 #define IP_FW_F_IIFNAME 0x00010000 /* In interface by name/unit (not IP) */
231 #define IP_FW_F_OIFNAME 0x00020000 /* Out interface by name/unit (not IP) */
H A Dip_fw2_compat.h20 * by name or implicitly by IP address. The flags IP_FW_F_IIFNAME
33 struct { /* Specified by interface name */
35 char name[FW_IFNLEN_COMPAT]; member in struct:ip_fw_if_compat::__anon358
303 #define IP_FW_F_IIFNAME_COMPAT 0x00010000 /* In interface by name/unit (not IP) */
304 #define IP_FW_F_OIFNAME_COMPAT 0x00020000 /* Out interface by name/unit (not IP) */
364 * by name or implicitly by IP address. The flags IP_FW_F_IIFNAME
377 struct { /* Specified by interface name */
379 char name[OLD_FW_IFNLEN]; member in struct:ip_old_fw_if::__anon365
474 #define IP_OLD_FW_F_IIFNAME 0x00010000 /* In interface by name/unit (not IP) */
475 #define IP_OLD_FW_F_OIFNAME 0x00020000 /* Out interface by name/uni
[all...]
/xnu-2422.115.4/bsd/netinet6/
H A Dip6_fw.h91 * by name or implicitly by IP address. The flags IP_FW_F_IIFNAME
104 struct { /* Specified by interface name */
106 char name[IP6FW_IFNLEN]; member in struct:ip6_fw_if::__anon386
269 #define IPV6_FW_F_IIFNAME 0x0400 /* In interface by name/unit (not IP) */
270 #define IPV6_FW_F_OIFNAME 0x0800 /* Out interface by name/unit (not IP) */
/xnu-2422.115.4/libkern/kxld/
H A Dkxld_util.h112 void kxld_set_logging_callback_data(const char * name, void *user_data)
/xnu-2422.115.4/osfmk/ipc/
H A Dipc_mqueue.h261 /* Convert a name in a space to a message queue */
264 mach_port_name_t name,
/xnu-2422.115.4/osfmk/kern/
H A Dledger.h91 extern ledger_template_t ledger_template_create(const char *name);
H A Dzalloc.h140 const char *zone_name; /* a name for the zone */
231 const char *name); /* a name for the zone */
/xnu-2422.115.4/pexpert/pexpert/
H A Dpexpert.h230 const char * name );
/xnu-2422.115.4/bsd/vm/
H A Dvnode_pager.c139 /* get the path name */
146 /* get the file name */
147 const char *name; local
149 name = vnode_getname_printable(vp);
150 strlcpy(filename, name, (size_t) filename_len);
151 vnode_putname_printable(name);
/xnu-2422.115.4/iokit/IOKit/
H A DIOLib.h346 IOBSDNameMatching( const char * name );
/xnu-2422.115.4/iokit/Kernel/
H A DIOCPU.cpp55 const char * name);
62 const char * name; member in struct:iocpu_platform_action_entry
174 ret = (*next->action)(next->refcon0, next->refcon1, pri, param1, param2, param3, next->name);
230 entry->name = service->getName();
H A DIOUserClient.cpp122 extern kern_return_t iokit_mod_send_right( task_t task, mach_port_name_t name, mach_port_delta_t delta );
756 pingMsg->ports[0].name = 0;
834 pingMsg->ports[0].name = providerPort;
1194 mach_port_name_t name; local
1196 name = IOMachPort::makeSendRightForTask( task, obj, IKOT_IOKIT_OBJECT );
1198 *(mach_port_name_t *)clientObj = name;
2132 io_name_t name )
2136 strncpy( name, entry->getName(), sizeof( io_name_t));
2145 io_name_t name )
2155 strncpy( name, entr
2823 mach_port_name_t name = 0; local
4239 is_io_catalog_module_loaded( mach_port_t master_port, io_name_t name) argument
[all...]
/xnu-2422.115.4/security/
H A Dmac_policy.h155 @name Entry Points for Label Management
1758 @param cnp Component name for vp
1759 @param vfc_name Filesystem type name
1798 about the given file system, for example the volume name.
2316 registering specific system calls. The policy name provided during
2608 @param serv Service or object class name
2662 and the service name. There is currently no standard for the service name,
2744 @param name String name o
[all...]
H A Dmac_vfs.c423 * Extended attribute 'name' was updated via
429 const char *name)
437 vp->v_label, name);
688 const char *name)
698 MAC_CHECK(vnode_check_deleteextattr, cred, vp, vp->v_label, name);
869 const char *name, struct uio *uio)
880 name, uio);
1160 const char *name, struct uio *uio)
1171 name, uio);
428 mac_vnode_label_update_extattr(struct mount *mp, struct vnode *vp, const char *name) argument
687 mac_vnode_check_deleteextattr(vfs_context_t ctx, struct vnode *vp, const char *name) argument
868 mac_vnode_check_getextattr(vfs_context_t ctx, struct vnode *vp, const char *name, struct uio *uio) argument
1159 mac_vnode_check_setextattr(vfs_context_t ctx, struct vnode *vp, const char *name, struct uio *uio) argument
/xnu-2422.115.4/tools/lldbmacros/
H A Dmemory.py140 format_string = '{:#018x} {:10d} {:10d} {:10d} {:10d} {:10d} {:10d} {:10d} {:6d} {:6d} {:6d} {markings} {name:s} '
176 alloc_pages, alloc_slack, name = zone.zone_name, markings=markings)
349 print "Zone logging not enabled. Add 'zlog=<zone name>' to boot-args."
409 print "Zone logging not enabled. Add 'zlog=<zone name>' to boot-args."
452 print "Zone logging not enabled. Add 'zlog=<zone name>' to boot-args."
1009 @header("{0: <20s} {1: <20s} {2: <20s} {3: >3s} {4: >5s} {5: >20s} {6: <30s}".format('kmod_info', 'address', 'size', 'id', 'refs', 'version', 'name'))
1015 out_string += format_string.format(kmod, kmod.address, kmod.size, kmod.id, kmod.reference_count, kmod.version, kmod.name)
1067 retval.append((GetUUIDSummary(current_kext.uuid) , hex(current_kext.address), str(current_kext.name) ))
1069 retval.append((GetUUIDSummary(current_kext.uuid) , hex(current_kext.address), str(current_kext.name) ))
1117 print "{0: <20s} {1: <20s} {2: >5s} {3: >20s} {4: <30s}".format('OSKEXT *', 'load_addr', 'id', 'version', 'name')
[all...]
/xnu-2422.115.4/bsd/net/altq/
H A Daltq_subr.c91 * look up the queue state by the interface name and the queueing type;
96 altq_lookup(char *name, u_int32_t type) argument
101 if ((ifp = ifunit(name)) != NULL) {
/xnu-2422.115.4/bsd/net/
H A Dif_pflog.c156 pf_init.name = ifc->ifc_name;
316 strlcpy(hdr.ruleset, ruleset->anchor->name,
/xnu-2422.115.4/bsd/security/audit/
H A Daudit_bsm_klib.c16 * 3. Neither the name of Apple Inc. ("Apple") nor the names of
211 audit_ctlname_to_sysctlevent(int name[], uint64_t valid_arg) argument
218 switch (name[0]) {
/xnu-2422.115.4/bsd/sys/
H A Dcdefs.h48 * 4. Neither the name of the University nor the names of its contributors
255 #define __IDSTRING(name,string) static const char name[] __used = string
H A Dpthread_shims.h176 zone_t (*zinit)(vm_size_t, vm_size_t maxmem, vm_size_t alloc, const char *name);
182 kern_return_t (*mach_port_deallocate)(ipc_space_t space, mach_port_name_t name);
/xnu-2422.115.4/osfmk/kdp/
H A Dkdp_protocol.h631 char name[50]; member in struct:__anon1033
640 char name[50]; member in struct:__anon1034
/xnu-2422.115.4/osfmk/vm/
H A Ddevice_vm.c210 memory_object_t name)
214 device_object = (device_pager_t)name;
209 device_pager_lookup( memory_object_t name) argument
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_attrlist.c58 const u_int8_t *name, int namelen);
358 /* If there are more entries then save the last name. */
456 * Look backwards through the name string, looking for
477 const u_int8_t *name,
487 /* A cnode's name may be incorrect for the root of a mounted
488 * filesystem (it can be mounted on a different directory name
489 * than the name of the volume, such as "blah-1"). So for the
501 /* If there's anything left, use it instead of the volume's name */
503 name = (u_int8_t *)mpname;
507 if (name
474 packnameattr( struct attrblock *abp, struct vnode *vp, const u_int8_t *name, int namelen) argument
[all...]
H A Dhfs_vfsops.c49 * 4. Neither the name of the University nor the names of its contributors
173 int hfs_sysctl(int *name, u_int namelen, user_addr_t oldp, size_t *oldlenp,
191 printf("hfs_mountroot: hfs_mountfs returned %d, rvp (%p) name (%s) \n",
507 const char *name = vnode_getname(devvp); local
508 printf("hfs_mount: hfs_mountfs returned error=%d for device %s\n", retval, (name ? name : "unknown-dev"));
509 if (name) {
510 vnode_putname(name);
602 * If we're switching name converters then...
604 * Update name t
2780 hfs_sysctl(int *name, __unused u_int namelen, user_addr_t oldp, size_t *oldlenp, user_addr_t newp, size_t newlen, vfs_context_t context) argument
7698 hfs_rename_volume(struct vnode *vp, const char *name, proc_t p) argument
[all...]
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_lookup.c50 * 4. Neither the name of the University nor the names of its contributors
133 * when they occur at the end of the name translation process.
137 * The segflg defines whether the name is to be copied from user
142 * copy in name
146 * if symbolic link, massage name in buffer and continue
228 * Get a buffer for the name to be translated, and copy the
229 * name into the buffer.
267 * Since the name cache may contain positive entries of
503 * missing from name cache, but should
506 * name cach
1222 const char *name, *np; local
[all...]

Completed in 209 milliseconds

1234567891011>>