Home
last modified time | relevance | path

Searched refs:copy1 (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sbin/hammer2/
H A Dcmd_remote.c50 if (strlen(url) >= sizeof(remote.copy1.path)) { in cmd_remote_connect()
55 snprintf((char*)remote.copy1.path, sizeof(remote.copy1.path), "%s", in cmd_remote_connect()
77 if (strlen(url) >= sizeof(remote.copy1.path)) { in cmd_remote_disconnect()
82 snprintf((char*)remote.copy1.path, sizeof(remote.copy1.path), "%s", in cmd_remote_disconnect()
110 if (remote.copy1.copyid == 0) in cmd_remote_status()
115 remote.copy1.copyid, in cmd_remote_status()
116 remote.copy1.label, in cmd_remote_status()
118 remote.copy1.priority, in cmd_remote_status()
119 remote.copy1.path); in cmd_remote_status()
/dragonfly/sys/vfs/hammer2/
H A Dhammer2_ioctl.c244 remote->copy1 = hmp->voldata.copyinfo[copyid]; in hammer2_ioctl_remote_scan()
292 remote->copy1.copyid = copyid; in hammer2_ioctl_remote_add()
293 hmp->voldata.copyinfo[copyid] = remote->copy1; in hammer2_ioctl_remote_add()
317 remote->copy1.path[sizeof(remote->copy1.path) - 1] = 0; in hammer2_ioctl_remote_del()
323 if (strcmp(remote->copy1.path, in hammer2_ioctl_remote_del()
H A Dhammer2_ioctl.h79 hammer2_volconf_t copy1; /* copy spec */ member
/dragonfly/usr.sbin/makefs/hammer2/
H A Dhammer2_ioctl.c251 remote->copy1 = hmp->voldata.copyinfo[copyid];
299 remote->copy1.copyid = copyid;
300 hmp->voldata.copyinfo[copyid] = remote->copy1;
324 remote->copy1.path[sizeof(remote->copy1.path) - 1] = 0;
330 if (strcmp(remote->copy1.path,
/dragonfly/contrib/binutils-2.27/ld/
H A Dldlang.c2974 char *copy1; in name_compare() local
2978 copy1 = (char *) xmalloc (strlen (first) + 1); in name_compare()
2982 stricpy (copy1, first); in name_compare()
2986 strcut (copy1, "big"); in name_compare()
2987 strcut (copy1, "little"); in name_compare()
2994 for (result = 0; copy1[result] == copy2[result]; result++) in name_compare()
2995 if (copy1[result] == 0) in name_compare()
3001 free (copy1); in name_compare()
/dragonfly/contrib/binutils-2.34/ld/
H A Dldlang.c3196 char *copy1; in name_compare() local
3200 copy1 = (char *) xmalloc (strlen (first) + 1); in name_compare()
3204 stricpy (copy1, first); in name_compare()
3208 strcut (copy1, "big"); in name_compare()
3209 strcut (copy1, "little"); in name_compare()
3216 for (result = 0; copy1[result] == copy2[result]; result++) in name_compare()
3217 if (copy1[result] == 0) in name_compare()
3223 free (copy1); in name_compare()