Home
last modified time | relevance | path

Searched refs:compl (Results 1 – 15 of 15) sorted by relevance

/freebsd/usr.sbin/bhyve/
H A Dpci_nvme.c1208 struct nvme_completion* compl) in nvme_opc_delete_io_sq() argument
1217 pci_nvme_status_tc(&compl->status, NVME_SCT_COMMAND_SPECIFIC, in nvme_opc_delete_io_sq()
1224 pci_nvme_status_genc(&compl->status, NVME_SC_SUCCESS); in nvme_opc_delete_io_sq()
1230 struct nvme_completion* compl) in nvme_opc_create_io_sq() argument
1240 pci_nvme_status_tc(&compl->status, in nvme_opc_create_io_sq()
1255 pci_nvme_status_tc(&compl->status, in nvme_opc_create_io_sq()
1264 pci_nvme_status_tc(&compl->status, in nvme_opc_create_io_sq()
1271 pci_nvme_status_tc(&compl->status, in nvme_opc_create_io_sq()
1285 pci_nvme_status_genc(&compl->status, NVME_SC_SUCCESS); in nvme_opc_create_io_sq()
1297 pci_nvme_status_genc(&compl->status, NVME_SC_INVALID_FIELD); in nvme_opc_create_io_sq()
[all …]
/freebsd/contrib/tcsh/nls/french/
H A Dset316 14 Complète le mot courant en ignorant les compléments programmables
22 20 Efface le caractère sous le curseur, ou liste les compléments si fin de ligne
23 21 Efface le caractère sous le curseur, liste les compléments ou signale la fin de fichier
48 46 Liste les choix pour le complément
49 47 Liste les choix pour le complément sur-définissant le complément programmable
51 49 Liste les choix pour le complément ou indique la fin de fichier si ligne vide
67 65 Corrige la syntaxe de la ligne complète
90 88 Le mode commande de Vi complète le mot courant
H A Dset277 5 complément
/freebsd/sys/dev/qat/qat_common/
H A Dadf_aer.c44 struct completion compl;
224 complete(&reset_data->compl); in adf_device_reset_worker()
242 init_completion(&reset_data->compl); in adf_dev_aer_schedule_reset()
252 wait_for_completion_timeout(&reset_data->compl, in adf_dev_aer_schedule_reset()
48 struct completion compl; global() member
/freebsd/contrib/ntp/scripts/monitoring/
H A Dntploopstat339 $offset_i,$offset_f,$drift_i,$drift_f,$compl,$watchdog)
368 $compl = &lfptoa($compl_i, $compl_f);
376 &log($time,$offset,$drift,$compl) && ($fail = 0);;
/freebsd/include/
H A Diso646.h38 #define compl ~ macro
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Diso646.h21 #define compl ~ macro
/freebsd/lib/libc/stdio/
H A Dvfwscanf.c94 int compl; /* ccl is complemented? */ member
101 if (ccl->compl) { in inccl()
651 ccl.compl = 1; in __vfwscanf()
654 ccl.compl = 0; in __vfwscanf()
/freebsd/usr.bin/vi/catalog/
H A Dfrench.UTF-8.base113 120 "Fichier modifié depuis la dernière écriture complète ; écrire ou utiliser ! pour outrepasser"
252 262 "Fichier modifé depuis la dernière écriture complète ; écrire ou utiliser ! pour outrepasser "
253 263 "Fichier modifé depuis la dernière écriture complète ; écrire ou utiliser :edit! pour outrepass…
254 264 "Fichier modifé depuis la dernière écriture complète ; écrire ou utiliser ! pour outrepasser"
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c647 int tx_credits, shove, compl, sowwakeup; in t4_push_frames() local
764 compl = 1; in t4_push_frames()
766 compl = 0; in t4_push_frames()
852 compl = 1; in t4_push_frames()
854 if (compl || ulp_mode(toep) == ULP_MODE_RDMA) { in t4_push_frames()
/freebsd/sys/dev/cxgb/
H A Dcxgb_sge.c191 unsigned int compl; member
1137 txqs->compl = (txq->unacked & 32) << (S_WR_COMPL - 5); in txq_prod()
1443 htonl(V_WR_OP(FW_WROPCODE_TUNNEL_TX_PKT) | txqs.compl); in t3_encap()
1525 F_WR_SOP | F_WR_EOP | txqs.compl); in t3_encap()
1557 F_WR_SOP | F_WR_EOP | txqs.compl); in t3_encap()
1579 wr_hi = htonl(V_WR_OP(FW_WROPCODE_TUNNEL_TX_PKT) | txqs.compl); in t3_encap()
2248 txqs.compl = 0; in write_ofld_wr()
/freebsd/contrib/one-true-awk/
H A DChangeLog64 * awk.h: Add defines for and, or, xor, compl, lshift and rshift.
/freebsd/sys/dev/cxgbe/
H A Dt4_sge.c6630 struct mbuf *m0, int compl) in write_ethofld_wr() argument
6657 V_FW_ETH_TX_EO_WR_IMMDLEN(ctrl) | V_FW_WR_COMPL(!!compl)); in write_ethofld_wr()
6783 int next_credits, compl; in ethofld_tx() local
6811 compl = cst->ncompl == 0 || cst->tx_nocompl >= cst->tx_total / 2; in ethofld_tx()
6813 write_ethofld_wr(cst, wr, m, compl); in ethofld_tx()
6815 if (compl) { in ethofld_tx()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTokenKinds.def392 CXX_KEYWORD_OPERATOR(compl , tilde)
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc377 SYMBOL(compl, None, <iso646.h>)