Home
last modified time | relevance | path

Searched refs:modes (Results 1 – 25 of 135) sorted by relevance

123456

/mirbsd/src/sys/dev/microcode/aic7xxx/
Daic79xx.reg337 modes M_CCHAN
346 modes M_CCHAN
355 modes M_CCHAN
365 modes M_CCHAN
409 modes M_DFF0, M_DFF1
429 modes M_CFG
444 modes M_DFF0, M_DFF1
460 modes M_DFF0, M_DFF1
469 modes M_DFF0, M_DFF1
482 modes M_CFG
[all …]
Daicasm_gram.y350 | modes
396 modes:
399 cur_symbol->info.rinfo->modes = $2;
847 | modes
849 | modes scb_or_sram_reg_list
1456 symbol->info.rinfo->modes = in initialize_symbol()
1457 scb_or_sram_symbol->info.rinfo->modes; in initialize_symbol()
1459 symbol->info.rinfo->modes = ~0; in initialize_symbol()
1786 if ((symbol->info.rinfo->modes & (0x1 << src_mode)) == 0) { in test_readable_symbol()
1804 if ((symbol->info.rinfo->modes & (0x1 << dst_mode)) == 0) { in test_writable_symbol()
/mirbsd/src/gnu/usr.bin/lynx/src/
DLYShowInfo.c193 char modes[80]; in LYShowInfo() local
252 modes[0] = '\0'; in LYShowInfo()
253 modes[1] = '\0'; /* In case there are no permissions */ in LYShowInfo()
254 modes[2] = '\0'; in LYShowInfo()
256 strcat(modes, ", read"); in LYShowInfo()
258 strcat(modes, ", write"); in LYShowInfo()
261 strcat(modes, ", search"); in LYShowInfo()
263 strcat(modes, ", execute"); in LYShowInfo()
265 strcat(modes, ", setuid"); in LYShowInfo()
268 ADD_SS(gettext("Owner:"), &modes[2]); in LYShowInfo()
[all …]
/mirbsd/src/libexec/login_token/
Dinit.c69 } modes[] = { variable
111 for (i = 0; i < sizeof(modes)/sizeof(modes[0]); ++i) in token_mode()
112 if (strstr(mode, modes[i].name) != NULL) in token_mode()
113 return (tt->modes & modes[i].value); in token_mode()
123 for (i = 0; i < sizeof(modes)/sizeof(modes[0]); ++i) in token_getmode()
124 if (mode == modes[i].value) in token_getmode()
125 return(modes[i].name); in token_getmode()
Dtokendb.c96 tokenrec->mode = tt->modes & ~TOKEN_RIM; in tokendb_getrec()
276 tokenrec->mode = tt->modes & ~TOKEN_RIM; in tokendb_firstrec()
308 tokenrec->mode = tt->modes & ~TOKEN_RIM; in tokendb_nextrec()
359 tokenrec->mode = tt->modes & ~TOKEN_RIM; in tokendb_lockrec()
Dtoken.h63 u_int modes; /* available modes */ member
/mirbsd/src/usr.bin/window/
Dtth29.c67 int modes = '0'; local
70 modes += 0x01;
72 modes += 0x02;
74 modes += 0x04;
76 modes += 0x08;
78 modes += 0x10;
80 ttputc(modes);
D:tt7 +/"modes"8t"nmodes"8t"insert"8t"ninsert"n4b
/mirbsd/src/usr.sbin/ppp/ppp/
Ddefs.c80 } modes[] = { variable
97 for (m = 0; modes[m].mode; m++) in mode2Nam()
98 if (modes[m].mode == mode) in mode2Nam()
99 return modes[m].name; in mode2Nam()
111 for (m = 0; modes[m].mode; m++) in Nam2mode()
112 if (!strncasecmp(name, modes[m].name, len)) { in Nam2mode()
113 if (modes[m].name[len] == '\0') in Nam2mode()
114 return modes[m].mode; in Nam2mode()
120 return got == -1 ? 0 : modes[got].mode; in Nam2mode()
/mirbsd/src/usr.sbin/lpr/lpd/
Dmodes.c48 struct modes { struct
58 const struct modes cmodes[] = { argument
92 const struct modes imodes[] = {
130 const struct modes lmodes[] = {
184 const struct modes omodes[] = {
211 const struct modes *mp; in msearch()
DMakefile8 lpdchar.c common.c key.c modes.c ttcompat.c common_vars.c
/mirbsd/src/bin/stty/
Dmodes.c47 struct modes { struct
57 const struct modes cmodes[] = { argument
91 const struct modes imodes[] = {
129 const struct modes lmodes[] = {
183 const struct modes omodes[] = {
212 const struct modes *mp; in msearch()
DMakefile4 SRCS= cchar.c gfmt.c key.c modes.c print.c stty.c
/mirbsd/src/usr.sbin/tokeninit/
Dtokeninit.c63 int modes = 0; in main() local
104 modes |= c; in main()
123 if ((modes & ~TOKEN_RIM) == 0) in main()
124 modes |= tt->defmode; in main()
151 switch (tokenuserinit(cmd, *argv, secret, modes)) { in main()
/mirbsd/src/gnu/usr.bin/perl/ext/B/t/
Dconcise.t253 my @modes = qw( -basic -exec );
258 for $mode (@modes) {
275 for $mode (@modes) {
284 for $mode (@modes) {
300 for $mode (@modes) {
317 for $mode (@modes) {
329 for $mode (@modes) {
342 for $mode (@modes) {
/mirbsd/src/sys/scsi/
Dst.c97 struct modes { struct
110 struct modes modes[4]; member
280 struct modes modes[4]; /* plus more for each mode */ member
469 const struct modes *mode;
470 struct modes *mode2;
472 mode = st->quirkdata->modes;
473 mode2 = st->modes;
475 bzero(mode2, sizeof(struct modes));
647 st->quirks = st->drive_quirks | st->modes[dsty].quirks;
694 st->density = st->modes[dsty].density;
[all …]
/mirbsd/src/lib/libssl/src/apps/
Dopenssl.c157 static int modes[CRYPTO_NUM_LOCKS]; /* = {0, 0, ... } */ in lock_dbg_cb() local
176 if (modes[type]) in lock_dbg_cb()
184 modes[type] = rw; in lock_dbg_cb()
188 if (!modes[type]) in lock_dbg_cb()
194 if (modes[type] != rw) in lock_dbg_cb()
201 modes[type] = 0; in lock_dbg_cb()
/mirbsd/src/sbin/scsi/
Dscsi.c542 FILE *modes; in mode_lookup() local
551 modes = fopen(mode_db, "r"); in mode_lookup()
552 if (modes == 0) in mode_lookup()
560 skipwhite(modes); in mode_lookup()
562 if (fscanf(modes, "%i", &page_desc) != 1) in mode_lookup()
568 skipwhite(modes); in mode_lookup()
569 if (getc(modes) != START_ENTRY) { in mode_lookup()
576 c = getc(modes); in mode_lookup()
/mirbsd/src/lib/libssl/src/doc/crypto/
DRSA_public_encrypt.pod23 B<padding> denotes one of the following modes:
44 cryptographically sound padding modes in the application code.
50 based padding modes, less than RSA_size(B<rsa>) - 41 for
DRSA_private_encrypt.pod26 B<padding> denotes one of the following modes:
40 cryptographically sound padding modes in the application code.
DEVP_EncryptInit.pod286 DES in CBC, ECB, CFB and OFB modes respectively.
290 Two key triple DES in CBC, ECB, CFB and OFB modes respectively.
294 Three key triple DES in CBC, ECB, CFB and OFB modes respectively.
311 IDEA encryption algorithm in CBC, ECB, CFB and OFB modes respectively.
315 RC2 encryption algorithm in CBC, ECB, CFB and OFB modes respectively. This is a variable key
327 Blowfish encryption algorithm in CBC, ECB, CFB and OFB modes respectively. This is a variable key
332 CAST encryption algorithm in CBC, ECB, CFB and OFB modes respectively. This is a variable key
337 RC5 encryption algorithm in CBC, ECB, CFB and OFB modes respectively. This is a variable key length
/mirbsd/src/etc/
DMAKEDEV.mi188 modes="$modes {-$-}1"
197 modes="$modes {-$-}1"
243 for mode in $modes; do
/mirbsd/src/usr.bin/tftp/
Dmain.c230 struct modes { struct
233 } modes[] = { argument
246 struct modes *p; in modecmd()
254 for (p = modes; p->m_name != NULL; p++) in modecmd()
267 for (p = modes; p->m_name != NULL; p++) { in modecmd()
/mirbsd/src/gnu/usr.bin/binutils/include/opcode/
Ds390.h67 unsigned int modes; member
/mirbsd/src/lib/libssl/src/
DREADME41 'modes/variations' of DES (1, 2 and 3 key versions of ecb,
46 RC2 encryption - 4 different modes, ecb, cbc, cfb and ofb.
47 Blowfish encryption - 4 different modes, ecb, cbc, cfb and ofb.
48 IDEA encryption - 4 different modes, ecb, cbc, cfb and ofb.

123456