Searched refs:send (Results 1 - 8 of 8) sorted by relevance

/solaris-userland/components/php/
H A Dphp.mk36 # Do not prompt to send test results upstream
/solaris-userland/components/net-snmp-57/sun/sdk/demo/demo_module_3/
H A DREADME_demo_module_3213 the -L and -f options to send debugging statements to the screen instead.
/solaris-userland/components/jansson/doc/html/
H A Dsearchindex.js1 Search.setIndex({envversion:42,terms:{all:[0,1,3,4,5,6,7],code:[6,3,4,5,1],entropi:[3,1],maximum:[3,4,5],queri:3,consum:3,json_typeof:3,poorli:5,prefix:3,concept:7,urandom:1,skip:0,follow:[0,6,3],ptr:3,lld:3,compact:[3,5],whose:[3,7,6],privat:5,depend:[2,7,4,3],system:[3,5],uint8_t:5,json_boolean_valu:[3,5],sensit:3,readabl:[3,5],specif:[0,5,1,3],send:[5,6],program:3,json_object_foreach:[3,5],decis:3,under:[2,5,1],preprocess:3,sent:6,codepoint:[3,7 (…)
/solaris-userland/components/openstack/ironic/files/drivers/modules/
H A Dsolaris_ipmitool.py1397 channel.send("start -script SP/Console\n")
1401 channel.send("y\n")
/solaris-userland/components/open-fabrics/libsif/include/psifapi/
H A Dpsif_hw_data_be.h271 * request in the send queue.
337 * This header is used for IB send operations. The header is a union and
347 /* Header used for IB send commands using UD mode. */
360 * This header is used for IB send operations. The header is a union and
374 /* Header used with IB send commands using connected mode. */
386 * This header is used for IB send operations. The header is a union and
394 /* Header used for IB send commands using UD mode. */
396 /* Header used with IB send commands using connected mode. */
433 * request in the send queue.
437 * This field is only valid for ring buffer send completion
553 union psif_wr_send_header send; member in union:psif_wr_details
[all...]
H A Dpsif_hw_data_le.h198 * request in the send queue.
291 * This header is used for IB send operations. The header is a union and
300 /* Header used for IB send commands using UD mode. */
314 * This header is used for IB send operations. The header is a union and
323 /* Header used with IB send commands using connected mode. */
340 * This header is used for IB send operations. The header is a union and
348 /* Header used for IB send commands using UD mode. */
350 /* Header used with IB send commands using connected mode. */
381 * This field is only valid for ring buffer send completions (proxy type send
521 union psif_wr_send_header send; member in union:psif_wr_details
[all...]
/solaris-userland/components/openstack/cinder/files/solaris/
H A Dzfs.py339 """Replicate the ZFS dataset by calling zfs send/recv cmd"""
351 cmd1 = ['/usr/sbin/zfs', 'send', src_snapshot_name]
392 'name': 'tmp-send-snapshot-%s' % src['id']}
431 # Read the data from the send stream
436 recv_sock.send(buf)
447 if 'tmp-send-snapshot'in snap:
/solaris-userland/components/open-fabrics/libsif/include/sif/
H A Dpsif_hw_print.c2832 xprintf(fd, " .send = ");
2833 write_union_psif_wr_send_header(fd, 0, &(data->send));
2880 /* write_union_psif_wr_send_header(fd, 0, &(data->send)); */
2891 xprintf(fd, " send = ");
2895 write_struct_psif_wr_send_header_ud(fd, 0, &(data->details.send.ud));
2898 write_struct_psif_wr_send_header_uc_rc_xrc(fd, 0, &(data->details.send.uc_rc_xrc));

Completed in 110 milliseconds