Searched refs:operation (Results 26 - 50 of 72) sorted by relevance

123

/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dfsck_pcfs.h196 extern void traverseFromRoot(int fd, int depth, int descend, int operation,
209 int operation, char matchRequired, struct pcdir **found,
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/dns-sd/
H A Ddns-sd.c220 static int operation; variable
423 // Sample callback functions for each of the operation types
527 if (num_printed++ == 0) printf("Timestamp Recommended %s domain\n", operation == 'E' ? "Registration" : "Browsing");
685 // cancel the current operation when we've got a multiple of five results
686 //if (operation == 'S' && num_printed % 5 == 0) DNSServiceRefDeallocate(sdref);
753 switch (operation)
824 if (operation == 'A' || operation == 'U' || operation == 'N')
990 if (operation
[all...]
/illumos-gate/usr/src/cmd/hal/addons/network-devices/
H A Dsnmp.c50 snmp_response_cb(int operation, struct snmp_session *sp, int reqid, argument
/illumos-gate/usr/src/boot/sys/boot/arm/at91/libat91/
H A Demac.c91 p_ARP->operation = SWAP16(ARP_REQUEST);
263 if (p_ARP->operation == SWAP16(ARP_REPLY)) {
272 } else if (p_ARP->operation == SWAP16(ARP_REQUEST)) {
273 // ARP REPLY operation
274 p_ARP->operation = SWAP16(ARP_REPLY);
/illumos-gate/usr/src/uts/common/smbsrv/ndl/
H A Dndrtypes.ndl34 #define OPERATION(X) [operation(X)]
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvds.c308 elem->payload.operation, \
531 uint8_t operation; member in struct:vds_operation
537 uint8_t operation; /* vdisk operation */ member in struct:vd_ioctl
538 const char *operation_name; /* vdisk operation name */
539 size_t nbytes; /* size of operation buffer */
547 /* write is true if the operation writes any data to the backend */
736 * vd - disk on which the operation is performed.
856 * vd - disk on which the operation is performed.
857 * slice - slice on which the operation i
872 vd_dskimg_rw(vd_t *vd, int slice, int operation, caddr_t data, size_t offset, size_t len) argument
1375 vd_do_scsi_rdwr(vd_t *vd, int operation, caddr_t data, size_t blk, size_t len) argument
1502 vd_scsi_rdwr(vd_t *vd, int operation, caddr_t data, size_t vblk, size_t vlen) argument
1744 vd_slice_fake_rdwr(vd_t *vd, int slice, int operation, caddr_t *datap, size_t *blkp, size_t *lengthp) argument
[all...]
H A Dvdc.c48 * vDisk server requesting it to complete the operation.
176 static int vdc_send_request(vdc_t *vdcp, int operation,
180 static int vdc_populate_descriptor(vdc_t *vdcp, int operation,
183 static int vdc_do_sync_op(vdc_t *vdcp, int operation, caddr_t addr,
1400 * Attempt to flush the W$ on a close operation. If this is
1402 * do not fail the close operation.
2895 dep->payload.operation = ldep->operation;
2917 * operation - operation w
2930 vdc_send_request(vdc_t *vdcp, int operation, caddr_t addr, size_t nbytes, int slice, diskaddr_t offset, buf_t *bufp, vio_desc_direction_t dir, int flags) argument
3064 vdc_populate_descriptor(vdc_t *vdcp, int operation, caddr_t addr, size_t nbytes, int slice, diskaddr_t offset, buf_t *bufp, vio_desc_direction_t dir, int flags) argument
3348 vdc_do_sync_op(vdc_t *vdcp, int operation, caddr_t addr, size_t nbytes, int slice, diskaddr_t offset, vio_desc_direction_t dir, boolean_t rconflict) argument
[all...]
/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_vnops.c372 int operation; /* either AUTOFS_LOOKUP or AUTOFS_MOUNT */ local
431 operation = 0;
490 operation = AUTOFS_MOUNT;
520 operation = AUTOFS_LOOKUP;
530 operation = AUTOFS_MOUNT;
563 ((operation == AUTOFS_MOUNT) && (fnp->fn_flags & MF_INPROG))) {
574 if (operation == 0) {
577 * on the previous operation on that node.
582 * previous operation on this node was
585 operation
[all...]
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ddisassemble.c436 "error ELIBBAD // unknown operation (%lx)\n",
1006 * Dump operation table
1012 itm_op_t *operation; local
1019 operation = (itm_op_t *)(op_hdr + 1);
1036 printi(1, RNPREF "operation");
1048 i++, operation++, op_place += (sizeof (itm_op_t))) {
1061 * Evaluate single operation
1066 itm_op_t *operation; local
1069 operation = (itm_op_t *)ADDR2(op_place);
1072 switch (operation
[all...]
H A Ditm_comp.y90 %type <tbl_hdr> operation
212 | operation
214 TRACE_MESSAGE('y', ("def_element: operation\n"));
301 | operation
303 TRACE_MESSAGE('y', ("action: operation\n"));
624 operation
627 TRACE_MESSAGE('y', ("operation: operation name {op_list}\n"));
633 TRACE_MESSAGE('y', ("operation: operation {op_lis
[all...]
/illumos-gate/usr/src/cmd/gss/gsscred/
H A Dgsscred.c71 operation = '0'; local
111 operation = c;
125 /* perform the requested operation */
126 switch (operation) {
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxdb.c142 XDB_DBPRINT(XDB_DBG_IO, (CE_NOTE, "op=%s", op_name[req->operation]));
253 uint8_t op = ddi_get8(acchdl, &req->operation);
386 bp->b_flags |= (ddi_get8(acchdl, &req->operation) ==
474 ddi_get8(acchdl, &req->operation), ok))
567 op = ddi_get8(vdp->xs_ring_hdl, &reqp->operation);
1924 ddi_put8(acchdl, &rsp->operation, op);
1930 ddi_put8(acchdl, &rsp_32->operation, op);
1936 ddi_put8(acchdl, &rsp_64->operation, op);
1953 dst->operation = src->operation;
[all...]
H A Dxpvtap.c1151 resp.operation = req.operation;
1222 if ((req->operation == BLKIF_OP_WRITE_BARRIER) ||
1223 (req->operation == BLKIF_OP_FLUSH_DISKCACHE) ||
1241 if (req->operation == BLKIF_OP_READ) {
1313 if ((req->operation != BLKIF_OP_WRITE_BARRIER) &&
1314 (req->operation != BLKIF_OP_FLUSH_DISKCACHE) &&
/illumos-gate/usr/src/lib/libscf/inc/
H A Dlibscf_priv.h357 int _scf_set_annotation(scf_handle_t *h, const char *operation,
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ppp.c1156 uint8_t operation; local
1159 GETINT8(operation, optdata);
1160 switch (operation) {
1184 (void) sprintf(get_line(0, 0), "Operation = %d (%s)", operation, opstr);
1186 if (size > sizeof (operation)) {
1188 size - sizeof (operation), optdata);
H A Dsnoop_ldap.c74 char operation[LINE_LEN]; /* by -V option. */ variable
148 if (strlen(operation) != 0) {
150 (void) strncat(data, operation, 30);
151 (void) strcpy(operation, "");
1127 (void) strcpy(operation, (char *)PTRaclass[i]);
/illumos-gate/usr/src/cmd/fm/modules/sun4v/etm/
H A Detm_xport_api_dd.c316 * for the given I/O operation
1372 vldc_opt_op_t operation; local
1374 operation.op_sel = VLDC_OP_GET;
1375 operation.opt_sel = VLDC_OPT_MTU_SZ;
1377 n = ioctl(_conn->fd, VLDC_IOCTL_OPT_OP, &operation);
1379 op_ctl.oo_val = operation.opt_val;
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvdc.h98 #define VDC_OP_STATE_RUNNING 0x01 /* do operation in running state */
236 int operation; /* VD_OP_xxx to be performed */ member in struct:vdc_local_desc
241 struct buf *buf; /* buf of operation */
243 int flags; /* flags of operation */
/illumos-gate/usr/src/cmd/svc/configd/
H A Dclient.c1797 * annotation audit event. Specifically, it captures the operation to be
1812 const char *operation = NULL; local
1824 if ((operation = strdup(rpr->rpr_operation)) == NULL)
1842 cp->rc_operation = operation;
1847 * operation or file are not NULL.
1849 cp->rc_annotate = (operation != NULL) || (file != NULL);
1853 * operation and file pointers are saved in cp, so don't free them
1856 operation = NULL;
1890 if (operation != NULL)
1891 free((void *)operation);
1910 client_annotation_needed(char *operation, size_t oper_sz, char *file, size_t file_sz) argument
[all...]
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmp.x1321 ndmp_data_operation operation;
1419 ndmp_data_operation operation;
1493 ndmp_data_operation operation;
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_stats.c607 * instead of allocating and releasing a DMAE operation on every
608 * statistics collection. There is an operation for EMAC
609 * statistics, and an operation for BMAC or MSTAT statistics
611 * This function returns the appropriate DMAE operation based on
617 * @return lm_dmae_operation_t* the DMAE operation to use for
653 lm_dmae_operation_t* operation = lm_stats_get_dmae_operation(pdev); local
657 if (NULL == operation)
659 DbgBreakIf( NULL == operation );
663 lm_status = lm_dmae_context_execute(pdev,context,operation);
667 //if the DMAE operation wa
1159 lm_stats_set_dmae_operation_sges(lm_device_t* pdev, lm_dmae_operation_t* operation, struct lm_stats_sge_descr_t* sge_descr, u8_t num_sges) argument
1203 lm_dmae_operation_t* operation = pdev->vars.stats.stats_collect.stats_hw.emac_dmae_operation; local
1268 lm_dmae_operation_t* operation = (lm_dmae_operation_t*)pdev->vars.stats.stats_collect.stats_hw.non_emac_dmae_operation; local
[all...]
/illumos-gate/usr/src/lib/print/libpapi-ipp/common/
H A Dipp-support.c154 uint16_t operation)
163 "operation-id", operation);
153 ipp_initialize_request(service_t *svc, papi_attribute_t ***request, uint16_t operation) argument
/illumos-gate/usr/src/lib/libc/port/gen/
H A Derrlist130 95 Socket operation on non-socket
/illumos-gate/usr/src/cmd/ypcmd/yp2lscripts/
H A Dinityp2l.sh302 HELP - The amount of time in seconds after which an LDAP bind operation
310 HELP - The amount of time in seconds after which an LDAP search operation
318 HELP - The amount of time in seconds after which an LDAP modify operation
326 HELP - The amount of time in seconds after which an LDAP add operation
334 HELP - The amount of time in seconds after which an LDAP delete operation
343 suggests a time limit for the search operation on the LDAP
350 client ypserv will wait for completion of a search operation,
414 retry : Retry operation nisLDAPstoreErrorAttempts times with
1788 get_pos_int "Timeout value (in seconds) for LDAP bind operation (h=help):" \
1802 get_pos_int "Timeout value (in seconds) for LDAP search operation (
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h839 extern void spa_history_log_version(spa_t *spa, const char *operation);
840 extern void spa_history_log_internal(spa_t *spa, const char *operation,
844 extern void spa_history_log_internal_dd(dsl_dir_t *dd, const char *operation,

Completed in 549 milliseconds

123