HomeSort by relevance Sort by last modified time
    Searched refs:operation (Results 1 - 25 of 122) sorted by null

1 2 3 4 5

  /onnv/onnv-gate/usr/src/lib/libbc/libc/sys/common/
flock.c 32 int flock(fd, operation)
33 int fd, operation;
42 if (operation & LOCK_UN)
44 if (operation & LOCK_SH)
46 if (operation & LOCK_EX)
48 if (operation & LOCK_NB)
  /onnv/onnv-gate/usr/src/cmd/fmli/oh/
optabfuncs.c 50 struct operation **
53 extern struct operation *Optab[MAX_TYPES][MAX_OPERS];
58 return((struct operation **)Optab);
61 struct operation **
66 extern struct operation *Optab[MAX_TYPES][MAX_OPERS];
optab.c 72 struct operation No_op =
74 struct operation Illeg_op =
85 struct operation Obj_view = /* viewing init function */
90 struct operation Obj_sh = /* selection handler */
95 struct operation Obj_cp =
100 struct operation Obj_rn =
105 struct operation Obj_mv =
110 struct operation Obj_sc =
115 struct operation Obj_unsc =
120 struct operation Obj_rm
    [all...]
ootread.c 58 * Operation Definition 1
59 * Operation Definition 2
61 * Operation Definition m
66 * Operation Def = funcname but type intern extern optype mult all none
85 static struct operation Extops[MAX_OPERS]; /* external operations */
87 extern struct operation *Optab[MAX_TYPES][MAX_OPERS];
92 extern struct operation Obj_sh;
93 extern struct operation Obj_view;
94 extern struct operation Obj_cp;
95 extern struct operation Obj_rn
    [all...]
path_to_vp.c 40 extern struct operation Ascii_cv, Unknown_cv, Illeg_op, No_op;
50 struct operation **obj_to_oot();
51 struct operation *convert;
  /onnv/onnv-gate/usr/src/lib/print/mod_ipp/
httpd-standalone-ipp.conf 50 # The directives in this section affect the overall operation of Apache,
307 ipp-operation all off
308 ipp-operation print-job on
309 ipp-operation validate-job on
310 ipp-operation create-job on
311 ipp-operation get-jobs on
312 ipp-operation get-printer-attributes on
313 ipp-operation send-document on
314 ipp-operation cancel-job on
315 ipp-operation get-job-attributes o
    [all...]
  /onnv/onnv-gate/usr/src/common/openssl/crypto/dh/
dh_asn1.c 67 static int dh_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it)
69 if(operation == ASN1_OP_NEW_PRE) {
73 } else if(operation == ASN1_OP_FREE_PRE) {
  /onnv/onnv-gate/usr/src/ucblib/libucb/port/sys/
flock.c 42 flock(int fd, int operation)
55 if (operation & LOCK_NB) {
57 operation &= ~LOCK_NB; /* turn off this bit */
61 switch (operation) {
  /onnv/onnv-gate/usr/src/common/openssl/crypto/asn1/
nsseq.c 65 static int nsseq_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it)
67 if(operation == ASN1_OP_NEW_POST) {
p8_pkey.c 64 /* Minor tweak to operation: zero private key data */
65 static int pkey_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it)
68 if(operation == ASN1_OP_FREE_PRE) {
x_req.c 82 static int rinf_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it)
86 if(operation == ASN1_OP_NEW_POST) {
x_crl.c 77 static int crl_inf_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it)
82 switch(operation) {
  /onnv/onnv-gate/usr/src/uts/common/xen/public/io/
blkif.h 102 uint8_t operation; /* BLKIF_OP_??? */ member in struct:blkif_request
113 uint8_t operation; /* copied from request */ member in struct:blkif_response
121 /* Operation not supported (only happens on barrier writes). */
123 /* Operation failed for some unspecified reason (-EIO). */
125 /* Operation completed successfully. */
  /onnv/onnv-gate/usr/src/cmd/fmli/inc/
obj.h 64 struct operation *oper;
optabdefs.h 40 #define OPERNAMESIZ 15 /* size of an operation's name */
49 #define F_NOP 0x01 /* no operation required */
50 #define F_ILL 0x02 /* illegal operation */
51 #define F_NULL 0x03 /* null operation, end of operations */
52 #define F_INT 0x04 /* internal operation */
68 struct operation { struct
69 char *opername; /* operation name */
74 int op_type; /* operation type */
  /onnv/onnv-gate/usr/src/uts/common/xen/io/
blkif_impl.h 37 uint8_t operation; /* BLKIF_OP_??? */ member in struct:blkif_x86_32_request
46 uint8_t operation; /* copied from request */ member in struct:blkif_x86_32_response
56 uint8_t operation; /* BLKIF_OP_??? */ member in struct:blkif_x86_64_request
74 uint8_t operation; /* copied from request */ member in struct:blkif_x86_64_response
  /onnv/onnv-gate/usr/src/common/openssl/crypto/
o_time.c 173 long operation; local
181 operation = LIB$K_DELTA_SECONDS;
182 status = lib$cvt_to_internal_time(&operation,
200 operation = LIB$K_DAY_OF_WEEK;
201 status = lib$cvt_from_internal_time(&operation,
205 operation = LIB$K_DAY_OF_YEAR;
206 status = lib$cvt_from_internal_time(&operation,
  /onnv/onnv-gate/usr/src/common/openssl/crypto/dsa/
dsa_asn1.c 66 static int sig_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it)
68 if(operation == ASN1_OP_NEW_PRE) {
89 static int dsa_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it)
91 if(operation == ASN1_OP_NEW_PRE) {
95 } else if(operation == ASN1_OP_FREE_PRE) {
  /onnv/onnv-gate/usr/src/common/openssl/crypto/rsa/
rsa_asn1.c 77 static int rsa_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it)
79 if(operation == ASN1_OP_NEW_PRE) {
83 } else if(operation == ASN1_OP_FREE_PRE) {
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Safe/t/
safe3.t 33 like( $@, qr/^'?addition \(\+\)'? trapped by operation mask/,
46 like( $@, qr/^'?addition \(\+\)'? trapped by operation mask/,
  /onnv/onnv-gate/usr/src/tools/ndrgen/
ndr_lex.c 106 { "operation", OPERATION_KW, 0 },
  /onnv/onnv-gate/usr/src/common/openssl/apps/
smime.c 87 int operation = 0; local
133 operation = SMIME_ENCRYPT;
135 operation = SMIME_DECRYPT;
137 operation = SMIME_SIGN;
139 operation = SMIME_VERIFY;
141 operation = SMIME_PK7OUT;
376 if (operation == SMIME_SIGN)
385 else if (operation == SMIME_DECRYPT)
393 else if (operation == SMIME_ENCRYPT)
402 else if (!operation)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/common/
ResourceBundle.properties 36 no_conf_warning=\nWarning: No DHCP configuration file exists. There is no way to verify the\ndata store version for this operation.\n
56 user_not_allowed=User does not have authorization to perform operation. See {0}\nfor more information.
  /onnv/onnv-gate/usr/src/lib/print/libipp-listener/common/
ipp-listener.h 43 char *operation, char *type);
  /onnv/onnv-gate/usr/src/cmd/print/selector/
print-service 99 local ($fmri, $operation) = @_;
102 open($FH, "$SVCCFG -s $fmri \"$operation\" 2>/dev/null |");
110 local ($operation, @fmris) = @_;
112 system("$SVCADM $operation -s @fmris");

Completed in 1080 milliseconds

1 2 3 4 5