Searched refs:clp (Results 26 - 29 of 29) sorted by relevance

12

/freebsd-current/sys/dev/ahci/
H A Dahci.c1665 struct ahci_cmd_list *clp; local
1682 clp = (struct ahci_cmd_list *)
1690 clp->prd_length = htole16(slot->dma.nsegs);
1709 clp->bytecount = 0;
1710 clp->cmd_flags = htole16(cmd_flags);
1711 clp->cmd_table_phys = htole64(ch->dma.work_bus + slot->ct_offset);
1938 struct ahci_cmd_list *clp; local
1944 clp = (struct ahci_cmd_list *)
1998 ccb->ataio.dxfer_len - le32toh(clp->bytecount);
2004 ccb->csio.dxfer_len - le32toh(clp
[all...]
/freebsd-current/sys/contrib/openzfs/module/lua/
H A Dlparser.c496 Proto *clp; local
505 f->p[fs->np++] = clp = luaF_newproto(L);
506 luaC_objbarrier(L, f, clp);
507 return clp;
/freebsd-current/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_dataset.c4343 prop_changelist_t *clp; local
4346 clp = changelist_gather(zhp, ZFS_PROP_NAME, 0,
4348 if (clp == NULL || changelist_prefix(clp) != 0) {
4356 changelist_remove(clp, zhp->zfs_name);
4357 (void) changelist_postfix(clp);
4358 changelist_free(clp);
/freebsd-current/contrib/lua/src/
H A Dlparser.c699 Proto *clp; local
709 f->p[fs->np++] = clp = luaF_newproto(L);
710 luaC_objbarrier(L, f, clp);
711 return clp;

Completed in 135 milliseconds

12