Searched refs:component (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/makedefs/
H A DMakeInc.rule602 $(TARGET)/mach_kernel: $(addprefix $(TARGET)/,$(foreach component,$(COMPONENT_LIST), $(addprefix $(component)/$(firstword $($(addsuffix _KERNEL_CONFIG, $(shell printf $(component) | tr a-z A-Z))) $(KERNEL_CONFIG))/, $(addsuffix .filelist, $(component))))) lastkernelconstructor.o
606 $(_v)$(CAT) $(addprefix $(TARGET)/,$(foreach component,$(COMPONENT_LIST), $(addprefix $(component)/$(firstword $($(addsuffix _KERNEL_CONFIG, $(shell printf $(component) | tr a-z A-Z))) $(KERNEL_CONFIG))/, $(addsuffix .filelist, $(component))))) < /dev/null > link.filelist
/darwin-on-arm/xnu/bsd/miscfs/devfs/
H A Ddevfs_tree.c318 char component[DEVMAXPATHSIZE]; local
331 strlcpy(component, start, scan - start);
335 dirent_p = dev_findname(dirnode, component);
348 error = dev_add_entry(component, dirnode,
/darwin-on-arm/xnu/bsd/sys/
H A Dvnode.h182 int cn_namelen; /* length of looked up component */
188 * component name operations (for VNOP_LOOKUP)
197 * component name operational modifier flags
203 * component name parameter descriptors.
205 #define ISDOTDOT 0x00002000 /* current component name is .. */
207 #define ISLASTCN 0x00008000 /* this is last component of pathname */
224 struct componentname * vnfs_cnp; /* component name to add to namecache */
1776 @param component Set to index of start of last path component if the path is found to be a package. Set to -1 if
1779 what *component i
[all...]
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_subr.c2653 vn_path_package_check(__unused vnode_t vp, char *path, int pathlen, int *component) argument
2658 *component = -1;
2682 *component = comp;

Completed in 105 milliseconds