/src/sys/arch/virt68k/dev/ |
virtctrl.c | 100 uint32_t feat; local in function:virtctrl_attach 113 feat = REG_READ(sc, VIRTCTRL_REG_FEATURES); 114 aprint_normal_dev(self, "features=0x%08x\n", feat);
|
virtctrl.c | 100 uint32_t feat; local in function:virtctrl_attach 113 feat = REG_READ(sc, VIRTCTRL_REG_FEATURES); 114 aprint_normal_dev(self, "features=0x%08x\n", feat);
|
/src/sys/dev/ic/ |
icp.c | 132 int i, j, state, feat, nsegs, rv; local in function:icp_init 246 feat = 0; 250 feat = icp->icp_info; 252 if ((feat & ICP_SCATTER_GATHER) == 0) { 263 feat = 0; 267 feat = icp->icp_info; 269 if ((feat & ICP_SCATTER_GATHER) == 0) {
|
icp.c | 132 int i, j, state, feat, nsegs, rv; local in function:icp_init 246 feat = 0; 250 feat = icp->icp_info; 252 if ((feat & ICP_SCATTER_GATHER) == 0) { 263 feat = 0; 267 feat = icp->icp_info; 269 if ((feat & ICP_SCATTER_GATHER) == 0) {
|
/src/libexec/ftpd/ |
cmds.c | 194 feat(void) function in typeref:typename:void
|
cmds.c | 194 feat(void) function in typeref:typename:void
|
/src/sys/opencrypto/ |
crypto.c | 1764 int feat = 0; local in function:crypto_getfeat 1783 feat |= 1 << kalg; 1789 *featp = feat;
|
crypto.c | 1764 int feat = 0; local in function:crypto_getfeat 1783 feat |= 1 << kalg; 1789 *featp = feat;
|
/src/usr.bin/ftp/ |
cmds.c | 2756 feat(int argc, char *argv[]) function in typeref:typename:void 2767 "FEAT is not supported by the remote server.\n"); 2771 (void)command("FEAT");
|
cmds.c | 2756 feat(int argc, char *argv[]) function in typeref:typename:void 2767 "FEAT is not supported by the remote server.\n"); 2771 (void)command("FEAT");
|
/src/sys/dev/pci/ |
if_ena.c | 2448 ena_get_dev_offloads(struct ena_com_dev_get_features_ctx *feat) 2452 if ((feat->offload.tx & 2458 if ((feat->offload.tx & 2463 if ((feat->offload.tx & 2467 if ((feat->offload.tx & 2471 if ((feat->offload.rx_supported & 2476 if ((feat->offload.rx_supported & 2499 uint32_t feat = adapter->tx_offload_cap; local in function:ena_update_hwassist 2507 if ((feat & 2510 if ((feat [all...] |
if_ena.c | 2448 ena_get_dev_offloads(struct ena_com_dev_get_features_ctx *feat) 2452 if ((feat->offload.tx & 2458 if ((feat->offload.tx & 2463 if ((feat->offload.tx & 2467 if ((feat->offload.tx & 2471 if ((feat->offload.rx_supported & 2476 if ((feat->offload.rx_supported & 2499 uint32_t feat = adapter->tx_offload_cap; local in function:ena_update_hwassist 2507 if ((feat & 2510 if ((feat [all...] |