Home
last modified time | relevance | path

Searched refs:path_prefix (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/iokit/bsddev/
H A DIOKitBSDInit.cpp515 IOGetBootObjectsPath(char *path_prefix) in IOGetBootObjectsPath() argument
529 bzero(path_prefix, MAXPATHLEN); in IOGetBootObjectsPath()
531 memcpy(path_prefix, path_prefix_data->getBytesNoCopy(), length); in IOGetBootObjectsPath()
533 path_prefix[MAXPATHLEN - 1] = '\0'; in IOGetBootObjectsPath()
536 path_prefix = NULL; in IOGetBootObjectsPath()
/xnu-11215/bsd/vfs/
H A Dvfs_syscalls.c531 graft_secureboot_read_fd(int fd, vfs_context_t vctx, const char *path_prefix, size_t *size, void *b… in graft_secureboot_read_fd() argument
543 if (path_prefix) { in graft_secureboot_read_fd()
549 if (strncmp(path, path_prefix, strlen(path_prefix))) { in graft_secureboot_read_fd()