Searched refs:uuid_str (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vfsutils.c1991 journal_open_cb(const char *bsd_dev_name, const char *uuid_str, void *arg) argument
2001 if (ji->desired_uuid && ji->desired_uuid[0] && strcmp(uuid_str, ji->desired_uuid) != 0) {
2011 printf("hfs: journal open cb: error %d looking up device %s (dev uuid %s)\n", error, bsd_name, uuid_str);
2040 strlcpy(ji->desired_uuid, uuid_str, 128);
2043 // printf("hfs: journal open cb: got device %s (%s)\n", bsd_name, uuid_str);
2055 extern void IOBSDIterateMediaWithContent(const char *uuid_cstring, int (*func)(const char *bsd_dev_name, const char *uuid_str, void *arg), void *arg);
2062 char *uuid_str,
2072 ji.desired_uuid = uuid_str;
2078 // if (uuid_str[0] == '\0') {
2081 // printf("hfs: open journal dev: %s: trying to find the external journal partition w/uuid %s\n", vol_device, uuid_str);
2060 open_journal_dev(const char *vol_device, int need_clean, char *uuid_str, char *machine_serial_num, off_t jsize, size_t blksize, int *need_init) argument
[all...]
/darwin-on-arm/xnu/iokit/bsddev/
H A DIOKitBSDInit.cpp728 void IOBSDIterateMediaWithContent(const char *content_uuid_cstring, int (*func)(const char *bsd_dev_name, const char *uuid_str, void *arg), void *arg) argument

Completed in 11 milliseconds