Home
last modified time | relevance | path

Searched refs:posted (Results 1 – 25 of 45) sorted by relevance

12

/freebsd/sys/dev/enic/
H A Dvnic_dev.c248 u32 posted = dc2c->posted; in _vnic_dev_cmd2() local
254 new_posted = (posted + 1) % DEVCMD2_RING_SIZE; in _vnic_dev_cmd2()
259 _CMD_N(cmd), fetch_index, posted); in _vnic_dev_cmd2()
263 dc2c->cmd_ring[posted].cmd = cmd; in _vnic_dev_cmd2()
264 dc2c->cmd_ring[posted].flags = 0; in _vnic_dev_cmd2()
267 dc2c->cmd_ring[posted].flags |= DEVCMD2_FNORESULT; in _vnic_dev_cmd2()
270 dc2c->cmd_ring[posted].args[i] = vdev->args[i]; in _vnic_dev_cmd2()
273 dc2c->posted = new_posted; in _vnic_dev_cmd2()
275 if (dc2c->cmd_ring[posted].flags & DEVCMD2_FNORESULT) in _vnic_dev_cmd2()
1063 vdev->devcmd2->posted = fetch_index; in vnic_dev_init_devcmd2()
H A Dvnic_wq.h74 u32 posted; member
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_rx.c168 int posted; in sdp_post_recvs_needed() local
173 posted = rx_ring_posted(ssk); in sdp_post_recvs_needed()
174 if (posted >= SDP_RX_SIZE) in sdp_post_recvs_needed()
176 if (posted < SDP_MIN_TX_CREDITS) in sdp_post_recvs_needed()
186 bytes_in_process = (posted - SDP_MIN_TX_CREDITS) * buffer_size; in sdp_post_recvs_needed()
H A Dsdp.h265 u8 posted; member
/freebsd/contrib/netbsd-tests/lib/libc/regex/data/att/
H A DREADME7 test data posted here are license free.
/freebsd/usr.sbin/apmd/
H A DREADME96 posted by an LCD close), run the sync command 3 times and wait for a
140 and will then reject the request event posted by APM BIOS.
152 Reject last request posted by the APM BIOS. This can be used to reject a
/freebsd/libexec/bootpd/
H A DChanges228 --> bootp-2.2.D (posted as patch 2)
232 --> bootp-2.2.C (posted as patch 1)
236 --> bootp-2.2.B (posted to usenet)
/freebsd/contrib/one-true-awk/bugs-fixed/
H A DREADME56 one posted by Ben Bacarisse <ben.usenet@bsb.me.uk> in comp.lang.awk,
/freebsd/sys/contrib/device-tree/Bindings/pci/
H A Dbrcm,iproc-pcie.txt48 MSI posted writes in the event queues
/freebsd/sys/contrib/openzfs/cmd/zed/agents/
H A DREADME.md99 the normal ZED events and also include events posted from the diagnosis
/freebsd/usr.sbin/bhyve/
H A Dpci_nvme.c298 bool posted; member
874 if (aen->posted) { in pci_nvme_aen_post()
880 aen->posted = true; in pci_nvme_aen_post()
907 if (!aen->posted) { in pci_nvme_aen_process()
984 aen->posted = false; in pci_nvme_aen_process()
/freebsd/share/i18n/csmapper/APPLE/
H A DINUIT%UCS.src25 # c01 2005-Apr-01 First posted version. Matches internal xml
H A DUCS%INUIT.src25 # c01 2005-Apr-01 First posted version. Matches internal xml
H A DCELTIC%UCS.src25 # c01 2005-Apr-01 First posted version. Matches internal xml
H A DUCS%CELTIC.src25 # c01 2005-Apr-01 First posted version. Matches internal xml
H A DGAELIC%UCS.src25 # c01 2005-Apr-01 First posted version. Matches internal xml
H A DUCS%GAELIC.src25 # c01 2005-Apr-01 First posted version. Matches internal xml
/freebsd/contrib/libpcap/doc/
H A DREADME.hpux179 posted the security-part some time ago)
/freebsd/contrib/ntp/sntp/libevent/m4/
H A Dacx_pthread.m445 # macros posted by Alejandro Forero Cuervo to the autoconf macro
/freebsd/contrib/libevent/m4/
H A Dacx_pthread.m445 # macros posted by Alejandro Forero Cuervo to the autoconf macro
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-pkcs8.pod.in249 Test vectors from this PKCS#5 v2.0 implementation were posted to the
/freebsd/sys/contrib/openzfs/contrib/debian/
H A Dcontrol290 module. When a zevent (ZFS Event) is posted, ZED will run any ZEDLETs
/freebsd/usr.bin/compress/doc/
H A DREADME169 In the compress 3.0 source recently posted to mod.sources, there is a
/freebsd/contrib/less/
H A DREADME35 Major changes made since the last posted version are in NEWS.
/freebsd/contrib/ncurses/doc/
H A Dncurses-intro.doc1119 The menu can then by posted, that is written to an associated window.
1205 Both these windows are painted when the menu is posted and erased when
1312 Once defined, a form can be posted, that is written to an associated
1317 As the form user fills out the posted form, navigation and editing
1592 selected. However, options may be changed on posted fields that are
1890 when the form is posted and erased when the form is unposted.
2285 This hook is called when the form is posted; also, just after
2289 This hook is called when the form is posted; also, just after

12