Searched refs:mod* (Results 1 - 25 of 9662) sorted by relevance

1234567891011>>

/macosx-10.9.5/AppleRAID-4.0.6/
H A Dartest.c72 printf("artest --modify <set uuid> <options>\n");
551 modifySet(char * setUUIDCString, int argc, char* argv[]) function
563 printf("modifySet - failed to find RAID set \"%s\"\n", setUUIDCString);
588 printf("modifying the set \"%s\".\n", setUUIDCString);
849 modifyLogicalVolume(char * nameCString, int argc, char* argv[]) function
991 bool modify = false, remove = false, spare = false, watch = false; local
1002 { "modify", required_argument, 0, 'm' },
1055 modify = true;
1138 if (!add && !create && !destroy && !erase && !header && !list && !modify && !remove && !spare && !watch &&
1222 if (modify) modifySe
[all...]
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCECM/DataDriver/Headers/
H A DAppleUSBCDCECMData.h185 virtual IOReturn setMulticastMode(IOEnetMulticastMode mode);
187 virtual IOReturn setPromiscuousMode(IOEnetPromiscuousMode mode);
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCEEM/Headers/
H A DAppleUSBCDCEEM.h241 virtual IOReturn setMulticastMode(IOEnetMulticastMode mode);
243 virtual IOReturn setPromiscuousMode(IOEnetPromiscuousMode mode);
/macosx-10.9.5/AppleUSBIrDA-145.2.4/IrDA/Debugging/
H A DIrDALog.c31 //#define kMaxModuleNames 50 // max number of clients (unique module names)
32 //#define kMaxModuleNameLen 32 // max length of module name
33 //#define kMaxIndex 200 // max event index (# of msgs) per module
163 char gModuleNames[kMaxModuleNames][kMaxModuleNameLen]; // table client module names
180 UInt32 moduleIndex; // index to module name in gModuleNames local
199 // Ok, haven't seen this event msg before. Find this module
202 moduleIndex = GetModuleIndex(desc); // find existing module name or make new entry and return that
203 if (moduleIndex
234 const char *modstart; local
236 char modulename[kMaxModuleNameLen]; // copy of module name (need the trailing null) local
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/btree/
H A Dbt_cursor.c48 #define ACQUIRE(dbc, mode, lpgno, lock, fpgno, pagep, flags, ret) do { \
58 dbc, LCK_COUPLE, lpgno, mode, flags, &(lock)); \
66 #define ACQUIRE_CUR(dbc, mode, p, flags, ret) do { \
70 ACQUIRE(dbc, mode, p, __cp->lock, p, __cp->page, flags, ret); \
73 __cp->lock_mode = (mode); \
2593 * when we undo the transaction's modifications.
H A Dbt_rec.c164 * pages. All other splits modify a parent page, but those are
865 switch (argp->mode) {
948 switch (argp->mode) {
1551 int cmp_n, cmp_p, modified, ret; local
1598 modified = 0;
1606 modified = 1;
1611 modified = 1;
1613 if (modified) {
1632 modified = 0;
1639 modified
[all...]
H A Dbt_stat.c556 __bam_traverse(dbc, mode, root_pgno, callback, cookie)
558 db_lockmode_t mode;
577 if ((ret = __db_lget(dbc, 0, root_pgno, mode, 0, &lock)) != 0)
595 dbc, mode, bi->pgno, callback, cookie)) != 0)
603 dbc, mode, ri->pgno, callback, cookie)) != 0)
621 (ret = __bam_traverse(dbc, mode,
H A Dbtree.src72 * pgno: the page modified.
90 * pgno: the page modified.
108 * pgno: the page modified.
122 * pgno: the page modified.
164 ARG mode db_ca_mode ld
188 ARG mode ca_recno_arg ld
H A Dbtree_auto.c1925 argp->mode = (db_ca_mode)uinttmp;
1959 __bam_curadj_log(dbp, txnp, ret_lsnp, flags, mode, from_pgno, to_pgno, left_pgno, first_indx,
1965 db_ca_mode mode;
2071 uinttmp = (u_int32_t)mode;
2185 argp->mode = (ca_recno_arg)uinttmp;
2208 __bam_rcuradj_log(dbp, txnp, ret_lsnp, flags, mode, root, recno, order)
2213 ca_recno_arg mode;
2313 uinttmp = (u_int32_t)mode;
H A Dbtree_autop.c360 (void)printf("\tmode: %ld\n", (long)argp->mode);
401 (void)printf("\tmode: %ld\n", (long)argp->mode);
/macosx-10.9.5/BerkeleyDB-21/db/build_brew/
H A Dbdbread.mak6 # Makefile to build the $(TARGET) downloadable module.
10 # all - make .elf and .mod image files (default)
44 MODULE = mod # Downloadable module extension
192 # are not specifically included in one of the module specific rules defined
H A Ddb.h82 * DB modifies pointers by discarding the bottom bits to guarantee alignment.
241 * Deadlock detector modes; used in the DB_ENV structure to configure the
256 * Simple R/W lock modes and for multi-granularity intention locking.
314 int st_nmodes; /* Number of lock modes. */
402 db_lockmode_t mode; /* mode of this lock. */ member in struct:__db_lock_u
408 db_lockmode_t mode; /* Requested mode. */ member in struct:__db_lockreq
486 int st_mode; /* Log file permissions mode. */
559 * are not thread-protected, even when they may be modified a
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/build_s60/
H A Ddb.h78 * DB modifies pointers by discarding the bottom bits to guarantee alignment.
230 * Deadlock detector modes; used in the DB_ENV structure to configure the
245 * Simple R/W lock modes and for multi-granularity intention locking.
303 int st_nmodes; /* Number of lock modes. */
391 db_lockmode_t mode; /* mode of this lock. */ member in struct:__db_lock_u
397 db_lockmode_t mode; /* Requested mode. */ member in struct:__db_lockreq
475 int st_mode; /* Log file permissions mode. */
548 * are not thread-protected, even when they may be modified a
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/build_vxworks/
H A Ddb.h86 * DB modifies pointers by discarding the bottom bits to guarantee alignment.
239 * Deadlock detector modes; used in the DB_ENV structure to configure the
254 * Simple R/W lock modes and for multi-granularity intention locking.
312 int st_nmodes; /* Number of lock modes. */
400 db_lockmode_t mode; /* mode of this lock. */ member in struct:__db_lock_u
406 db_lockmode_t mode; /* Requested mode. */ member in struct:__db_lockreq
484 int st_mode; /* Log file permissions mode. */
557 * are not thread-protected, even when they may be modified a
[all...]
H A Ddb_cxx.h521 int err, db_lockop_t op, db_lockmode_t mode,
797 int open(const char *file, u_int32_t flags, int mode, size_t pagesize);
1132 db_lockmode_t mode, const Dbt *obj, const DbLock lock, int index);
1147 db_lockmode_t mode_; member in class:DbLockNotGrantedException
/macosx-10.9.5/BerkeleyDB-21/db/build_vxworks/db_load/
H A Ddb_load.c78 enum { NOTSET, FILEID_RESET, LSN_RESET, STANDARD_LOAD } mode; local
105 mode = NOTSET;
118 * There are two modes for db_load: -r and everything else. The -r
128 if (mode != NOTSET && mode != STANDARD_LOAD)
130 mode = STANDARD_LOAD;
135 if (mode != NOTSET && mode != STANDARD_LOAD)
137 mode = STANDARD_LOAD;
149 if (mode !
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/build_wince/
H A Ddb.h109 * DB modifies pointers by discarding the bottom bits to guarantee alignment.
278 * Deadlock detector modes; used in the DB_ENV structure to configure the
293 * Simple R/W lock modes and for multi-granularity intention locking.
351 int st_nmodes; /* Number of lock modes. */
439 db_lockmode_t mode; /* mode of this lock. */ member in struct:__db_lock_u
445 db_lockmode_t mode; /* Requested mode. */ member in struct:__db_lockreq
523 int st_mode; /* Log file permissions mode. */
596 * are not thread-protected, even when they may be modified a
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/build_windows/
H A Ddb.h109 * DB modifies pointers by discarding the bottom bits to guarantee alignment.
278 * Deadlock detector modes; used in the DB_ENV structure to configure the
293 * Simple R/W lock modes and for multi-granularity intention locking.
351 int st_nmodes; /* Number of lock modes. */
439 db_lockmode_t mode; /* mode of this lock. */ member in struct:__db_lock_u
445 db_lockmode_t mode; /* Requested mode. */ member in struct:__db_lockreq
523 int st_mode; /* Log file permissions mode. */
596 * are not thread-protected, even when they may be modified a
[all...]
H A Ddb_cxx.h521 int err, db_lockop_t op, db_lockmode_t mode,
797 int open(const char *file, u_int32_t flags, int mode, size_t pagesize);
1132 db_lockmode_t mode, const Dbt *obj, const DbLock lock, int index);
1147 db_lockmode_t mode_; member in class:DbLockNotGrantedException
/macosx-10.9.5/BerkeleyDB-21/db/crypto/rijndael/
H A Drijndael-api-fst.c94 __db_cipherInit(cipher, mode, IV)
96 int mode;
99 if ((mode == MODE_ECB) || (mode == MODE_CBC) || (mode == MODE_CFB1)) {
100 cipher->mode = mode;
139 switch (cipher->mode) {
225 switch (cipher->mode) {
290 (cipher->mode !
[all...]
H A Drijndael-api-fst.h49 #define MODE_ECB 1 /* Are we ciphering in ECB mode? */
50 #define MODE_CBC 2 /* Are we ciphering in CBC mode? */
51 #define MODE_CFB1 3 /* Are we ciphering in 1-bit CFB mode? */
87 u_int8_t mode; /* MODE_ECB, MODE_CBC, or MODE_CFB1 */ member in struct:__anon275
/macosx-10.9.5/BerkeleyDB-21/db/cxx/
H A Dcxx_db.cpp307 DBTYPE type, u_int32_t flags, int mode)
316 mode);
306 open(DbTxn *txnid, const char *file, const char *database, DBTYPE type, u_int32_t flags, int mode) argument
H A Dcxx_env.cpp455 (*elist_returned)->op, (*elist_returned)->mode,
535 int DbEnv::open(const char *db_home, u_int32_t flags, int mode) argument
543 ret = dbenv->open(dbenv, db_home, flags, mode);
640 db_lockop_t op, db_lockmode_t mode, const Dbt *obj,
653 DbLockNotGrantedException except(caller, op, mode,
720 DBENV_METHOD(get_intermediate_dir_mode, (const char **modep), (dbenv, modep))
721 DBENV_METHOD(set_intermediate_dir_mode, (const char *mode), (dbenv, mode))
726 DBENV_METHOD(get_lg_filemode, (int *modep), (dben
638 runtime_error_lock_get(DbEnv *dbenv, const char *caller, int error, db_lockop_t op, db_lockmode_t mode, const Dbt *obj, DbLock lock, int index, int error_policy) argument
[all...]
H A Dcxx_except.cpp228 db_lockop_t op, db_lockmode_t mode, const Dbt *obj, const DbLock lock,
233 , mode_(mode)
243 , mode_(DB_LOCK_NG)
255 mode_ = that.mode_;
267 mode_ = that.mode_;
282 return mode_;
227 DbLockNotGrantedException(const char *prefix, db_lockop_t op, db_lockmode_t mode, const Dbt *obj, const DbLock lock, int index) argument
H A Dcxx_mpool.cpp88 (const char *file, u_int32_t flags, int mode, size_t pagesize),
89 (mpf, file, flags, mode, pagesize), DB_RETOK_STD)

Completed in 293 milliseconds

1234567891011>>