Searched refs:spacep (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/cmd/fs.d/udfs/fsck/ |
H A D | setup.c | 523 spacep = (struct space_bmap_desc *) in readvolseq() 525 if (spacep == NULL) { in readvolseq() 530 if (bread(fsreadfd, (char *)spacep, fsbtodb(part_bmp_loc), in readvolseq() 533 cp = (uint8_t *)spacep; in readvolseq() 534 err = verifytag(&spacep->sbd_tag, pheadp->phdr_usb.sad_ext_loc, in readvolseq() 535 &spacep->sbd_tag, UD_SPA_BMAP_DESC); in readvolseq() 539 tagerrs[err], spacep->sbd_tag.tag_id); in readvolseq() 545 tagerrs[err], spacep->sbd_tag.tag_id, in readvolseq() 547 spacep->sbd_nbits, spacep->sbd_nbytes); in readvolseq() 551 tagerrs[err], spacep->sbd_tag.tag_id); in readvolseq()
|
H A D | pass1.c | 597 maketag(&spacep->sbd_tag, &spacep->sbd_tag); in dofreemap() 598 bwrite(fswritefd, (char *)spacep, fsbtodb(part_bmp_loc), in dofreemap()
|
H A D | fsck.h | 117 struct space_bmap_desc *spacep; variable
|
/titanic_44/usr/src/lib/libdhcputil/common/ |
H A D | dhcp_inittab.c | 321 char *category, *spacep; in parse_entry() local 353 spacep = strpbrk(category, " \t"); in parse_entry() 354 if (spacep != NULL) in parse_entry() 355 category = spacep; in parse_entry() 356 } while (spacep != NULL); in parse_entry() 363 spacep = category - 1; in parse_entry() 364 while (isspace(*spacep)) in parse_entry() 365 spacep--; in parse_entry() 367 if (spacep <= fields[0]) in parse_entry() 370 *++spacep = '\0'; in parse_entry()
|
/titanic_44/usr/src/lib/libzfs_core/common/ |
H A D | libzfs_core.c | 514 lzc_send_space(const char *snapname, const char *from, uint64_t *spacep) in lzc_send_space() argument 526 *spacep = fnvlist_lookup_uint64(result, "space"); in lzc_send_space()
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | dsl_dataset.c | 2296 static int snaplist_space(list_t *l, uint64_t mintxg, uint64_t *spacep); 2691 snaplist_space(list_t *l, uint64_t mintxg, uint64_t *spacep) in snaplist_space() argument 2695 *spacep = 0; in snaplist_space() 2700 *spacep += used; in snaplist_space()
|