Searched refs:firstname (Results 1 – 2 of 2) sorted by relevance
| /titanic_44/usr/src/cmd/ucodeadm/ |
| H A D | ucodeadm.c | 331 char firstname[PATH_MAX]; in ucode_gen_files_intel() local 345 (void) snprintf(firstname, PATH_MAX, "%s/%08X-%02X", in ucode_gen_files_intel() 347 dprintf("firstname = %s\n", firstname); in ucode_gen_files_intel() 349 if (ucode_should_update_intel(firstname, uhp->uh_rev) != 0) { in ucode_gen_files_intel() 353 (void) unlink(firstname); in ucode_gen_files_intel() 355 if ((fd = open(firstname, O_WRONLY | O_CREAT | O_TRUNC, in ucode_gen_files_intel() 357 ucode_perror(firstname, EM_SYS); in ucode_gen_files_intel() 363 ucode_perror(firstname, EM_SYS); in ucode_gen_files_intel() 391 if (link(firstname, name) == -1) { in ucode_gen_files_intel() 429 if (link(firstname, name) == -1) { in ucode_gen_files_intel()
|
| /titanic_44/usr/src/uts/common/fs/zfs/ |
| H A D | dsl_dataset.c | 1476 char *firstname; in dsl_dataset_snapshot() local 1482 firstname = nvpair_name(pair); in dsl_dataset_snapshot() 1484 error = spa_open(firstname, &spa, FTAG); in dsl_dataset_snapshot() 1520 error = dsl_sync_task(firstname, dsl_dataset_snapshot_check, in dsl_dataset_snapshot()
|