Searched refs:name (Results 276 - 300 of 334) sorted by relevance

<<11121314

/darwin-on-arm/xnu/osfmk/kdp/
H A Dkdp.c1168 * at the moment, stackshot can't handle a task without a name.
1491 dprintf(("kdp_dumpinfo file=%s destip=%s routerip=%s\n", rq->name, rq->destip, rq->routerip));
1496 kdp_set_dump_info(rq->type, rq->name, rq->destip, rq->routerip,
1501 kdp_get_dump_info(&rp->type, rp->name, rp->destip, rp->routerip,
/darwin-on-arm/xnu/bsd/miscfs/devfs/
H A Ddevfs_vfsops.c153 * name of the block special file to treat as a filesystem.
213 * Copy in the name of the directory the filesystem
467 devfs_sysctl(__unused int *name, __unused u_int namelen, __unused user_addr_t oldp, argument
/darwin-on-arm/xnu/bsd/netinet/
H A Dkpi_ipfilter.c120 if (filter->name == NULL || (filter->ipf_input == NULL && filter->ipf_output == NULL))
H A Din_dhcp.c98 inet_aifaddr(struct socket * so, const char * name, argument
106 strlcpy(ifra.ifra_name, name, sizeof(ifra.ifra_name));
H A Digmp.c49 * 4. Neither the name of the University nor the names of its contributors
303 #define IGI_ZONE_NAME "igmp_ifinfo" /* zone name */
395 int *name; variable
402 name = (int *)arg1;
413 if (name[0] <= 0 || name[0] > (u_int)if_index) {
421 ifp = ifindex2ifnet[name[0]];
/darwin-on-arm/xnu/iokit/IOKit/pwr_mgt/
H A DRootDomain.h439 const char *name,
/darwin-on-arm/xnu/libkern/libkern/c++/
H A DOSKext.h332 const char * name,
/darwin-on-arm/xnu/libsyscall/mach/
H A Dmach_msg.c297 mach_msg_destroy_port(dsc->name, dsc->disposition);
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dmain.c175 sranddev( ); /* set up seed for our random name generator */
512 printf( "target path plus our test directory name is too long: \n" );
514 printf( "test directory name - \"%s\" \n", &my_name[0] );
518 /* append generated directory name onto our path */
560 /* skip past full path and just show the tool name */
653 return arch->name;
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_descrip.c50 * 4. Neither the name of the University nor the names of its contributors
2656 * uap->name Name of information desired
2688 if (uap->name != _PC_PIPE_BUF) {
2697 if (uap->name != _PC_PIPE_BUF) {
2711 error = vn_pathconf(vp, uap->name, retval, vfs_context_current());
4787 * uap->portnamep User address at which to place port name.
4792 * EFAULT Address at which to store port name is not valid.
4796 * On success, name of send right is stored at user-specified address.
4808 mach_port_name_t name = MACH_PORT_NULL; local
4833 name
[all...]
H A Dposix_sem.c94 #define PSEMNAMLEN 31 /* maximum name segment length we bother with */
102 char psem_name[PSEMNAMLEN + 1]; /* segment name */
120 struct pseminfo *pseminfo; /* vnode the name refers to */
121 int psem_nlen; /* length of name */
122 char psem_name[PSEMNAMLEN + 1]; /* segment name */
136 char *psem_nameptr; /* pointer to looked up name */
138 u_int32_t psem_hash; /* hash value of looked up name */
212 * If the lookup determines that the name does not exist
271 panic("cache_enter: name too long");
389 error = copyinstr(uap->name, pnbu
[all...]
H A Dposix_shm.c94 #define PSHMNAMLEN 31 /* maximum name segment length we bother with */
109 char pshm_name[PSHMNAMLEN + 1]; /* segment name */
132 struct pshminfo *pshminfo; /* vnode the name refers to */
133 int pshm_nlen; /* length of name */
134 char pshm_name[PSHMNAMLEN + 1]; /* segment name */
148 char *pshm_nameptr; /* pointer to looked up name */
150 u_long pshm_hash; /* hash value of looked up name */
225 * If the lookup determines that the name does not exist
287 panic("cache_enter: name too long");
402 error = copyinstr(uap->name, (voi
[all...]
H A Dkern_proc.c45 * 4. Neither the name of the University nor the names of its contributors
1428 * proc_core_name(name, uid, pid)
1429 * Expand the name described in corefilename, using name, uid, and pid.
1431 * %N name of process ("name")
1439 proc_core_name(const char *name, uid_t uid, pid_t pid, char *cf_name, argument
1458 case 'N': /* process name */
1459 appendstr = name;
1490 (long)pid, name, (uint32_
1636 int *name = (int*) arg1; variable
[all...]
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_arg.c13 * 3. Neither the name of Apple Inc. ("Apple") nor the names of
239 audit_arg_ctlname(struct kaudit_record *ar, int *name, int namelen) argument
242 bcopy(name, &ar->k_ar.ar_arg_ctlname, namelen * sizeof(int));
/darwin-on-arm/xnu/bsd/sys/
H A Dmbuf.h54 * 4. Neither the name of the University nor the names of its contributors
372 #define MT_SONAME 8 /* socket name */
585 #define MBUFQ_HEAD(name) \
586 struct name { \
716 char mbcl_cname[MAX_MBUF_CNAME + 1]; /* class name */
741 char mbcl_cname[MAX_MBUF_CNAME + 1]; /* class name */
/darwin-on-arm/xnu/osfmk/i386/AT386/
H A Dmodel_dep.c1013 if (panic_print_macho_symbol_name(header, search, summary->name) == 0) {
1014 kdb_printf("%s + %llu", summary->name, (unsigned long)search - summary->address);
1034 * addresses, display the module name, load address and dependencies.
/darwin-on-arm/xnu/osfmk/kern/
H A Dledger.c192 ledger_template_create(const char *name) argument
200 template->lt_name = name;
/darwin-on-arm/xnu/osfmk/vm/
H A Dbsd_vm.c1129 memory_object_t name)
1133 vnode_object = (vnode_pager_t)name;
1128 vnode_pager_lookup( memory_object_t name) argument
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_vnops.c48 * 4. Neither the name of the University nor the names of its contributors
2102 /* do we know this name is too long? */
2180 /* add a negative entry in the name cache */
3736 * Purge the name cache so that the chance of a lookup for
3737 * the name succeeding while the remove is in progress is
3837 char *name,
3862 nfsm_chain_add_name(error, &nmreq, name, namelen, nmp);
4005 /* purge the old name cache entries and enter the new one */
5130 * scan a directory buffer for the given name
5155 /* scan the buffer for the name */
3835 nfs3_remove_rpc( nfsnode_t dnp, char *name, int namelen, thread_t thd, kauth_cred_t cred) argument
5714 nfs3_lookup_rpc_async( nfsnode_t dnp, char *name, int namelen, vfs_context_t ctx, struct nfsreq **reqp) argument
5746 nfs3_lookup_rpc_async_finish( nfsnode_t dnp, __unused char *name, __unused int namelen, vfs_context_t ctx, struct nfsreq *req, u_int64_t *xidp, fhandle_t *fhp, struct nfs_vattr *nvap) argument
5809 nfs_lookitup( nfsnode_t dnp, char *name, int namelen, vfs_context_t ctx, nfsnode_t *npp) argument
5901 nfs_dulookup_init(struct nfs_dulookup *dulp, nfsnode_t dnp, const char *name, int namelen, vfs_context_t ctx) argument
[all...]
/darwin-on-arm/xnu/bsd/net/
H A Dkpi_interface.c123 einit.name = init->name;
158 if (einit.family == 0 || einit.name == NULL ||
159 strlen(einit.name) >= IFNAMSIZ ||
201 strncpy(_cast_non_const(ifp->if_name), einit.name, IFNAMSIZ);
2099 /* Make room for name string */
H A Dif_gif.c43 * 3. Neither the name of the project nor the names of its contributors
307 /* use the interface name as the unique id for ifp recycle */
314 gif_init.name = GIFNAME;
H A Dif_loop.c44 * 4. Neither the name of the University nor the names of its contributors
649 lo_init.name = "lo";
/darwin-on-arm/xnu/bsd/netinet6/
H A Dmld6.c39 * 3. The name of the author may not be used to endorse or promote
76 * 4. Neither the name of the University nor the names of its contributors
262 #define MLI_ZONE_NAME "mld_ifinfo" /* zone name */
354 int *name; variable
361 name = (int *)arg1;
372 if (name[0] <= 0 || name[0] > (u_int)if_index) {
380 ifp = ifindex2ifnet[name[0]];
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vnops.c438 hfs_hides_xattr(vfs_context_t ctx, struct cnode *cp, const char *name, int skiplock) argument
444 return decmpfs_hides_xattr(ctx, cp->c_decmp, name);
1023 /* If this is the root, let VFS to find out the mount name, which
1024 * may be different from the real name. Otherwise, we need to take care
1034 /* Get the name for ATTR_CMN_NAME. We need to take special care for hardlinks
1039 * to the same inode, one (or more) getattrlists could be vended incorrect name information.
1045 /* If we have no name and our link ID is the raw inode number, then we may
1062 * out the name value as needed below.
1074 /* By this point, we've either patched up the name above and the c_desc
1076 * by copying the name int
3549 const u_int8_t *name = cp->c_desc.cd_nameptr; local
5537 const char * name = (const char *)VTOC(vp)->c_desc.cd_nameptr; local
[all...]
/darwin-on-arm/xnu/libkern/zlib/
H A Ddeflate.c629 (s->gzhead->name == Z_NULL ? 0 : 8) +
710 if (s->gzhead->name != NULL) {
726 val = s->gzhead->name[s->gzindex++];

Completed in 164 milliseconds

<<11121314