/src/sys/external/isc/atheros_hal/dist/ar5312/ |
ar5312_power.c | 76 static const char* modes[] = { local in function:ar5312SetPowerMode 86 modes[ahp->ah_powerMode], modes[mode],
|
ar5312_power.c | 76 static const char* modes[] = { local in function:ar5312SetPowerMode 86 modes[ahp->ah_powerMode], modes[mode],
|
/src/sys/external/isc/atheros_hal/dist/ar5210/ |
ar5210_power.c | 98 static const char* modes[] = { local in function:ar5210SetPowerMode 108 modes[ahp->ah_powerMode], modes[mode],
|
ar5210_power.c | 98 static const char* modes[] = { local in function:ar5210SetPowerMode 108 modes[ahp->ah_powerMode], modes[mode],
|
/src/sys/external/isc/atheros_hal/dist/ar5211/ |
ar5211_power.c | 100 static const char* modes[] = { local in function:ar5211SetPowerMode 110 modes[ahp->ah_powerMode], modes[mode],
|
ar5211_power.c | 100 static const char* modes[] = { local in function:ar5211SetPowerMode 110 modes[ahp->ah_powerMode], modes[mode],
|
/src/sys/external/isc/atheros_hal/dist/ar5212/ |
ar5212_power.c | 124 static const char* modes[] = { local in function:ar5212SetPowerMode 134 modes[ahp->ah_powerMode], modes[mode],
|
ar5212_power.c | 124 static const char* modes[] = { local in function:ar5212SetPowerMode 134 modes[ahp->ah_powerMode], modes[mode],
|
/src/sys/external/isc/atheros_hal/dist/ar5416/ |
ar5416_power.c | 120 static const char* modes[] = { local in function:ar5416SetPowerMode 132 modes[ahp->ah_powerMode], modes[mode], setChip ? "set chip " : "");
|
ar5416_power.c | 120 static const char* modes[] = { local in function:ar5416SetPowerMode 132 modes[ahp->ah_powerMode], modes[mode], setChip ? "set chip " : "");
|
/src/usr.bin/systat/ |
cmdtab.c | 159 struct mode modes[] = { variable in typeref:struct:mode[] 213 struct mode *curmode = &modes[0];
|
cmdtab.c | 159 struct mode modes[] = { variable in typeref:struct:mode[] 213 struct mode *curmode = &modes[0];
|
/src/usr.sbin/lpr/lpd/ |
modes.c | 1 /* $NetBSD: modes.c,v 1.7 2006/10/22 21:09:47 christos Exp $ */ 35 static char sccsid[] = "@(#)modes.c 8.3 (Berkeley) 4/2/94"; 37 __RCSID("$NetBSD: modes.c,v 1.7 2006/10/22 21:09:47 christos Exp $"); 48 struct modes { struct 58 const struct modes cmodes[] = { 94 const struct modes imodes[] = { 130 const struct modes lmodes[] = { 182 const struct modes omodes[] = { 201 const struct modes *mp;
|
modes.c | 1 /* $NetBSD: modes.c,v 1.7 2006/10/22 21:09:47 christos Exp $ */ 35 static char sccsid[] = "@(#)modes.c 8.3 (Berkeley) 4/2/94"; 37 __RCSID("$NetBSD: modes.c,v 1.7 2006/10/22 21:09:47 christos Exp $"); 48 struct modes { struct 58 const struct modes cmodes[] = { 94 const struct modes imodes[] = { 130 const struct modes lmodes[] = { 182 const struct modes omodes[] = { 201 const struct modes *mp;
|
/src/bin/stty/ |
modes.c | 1 /* $NetBSD: modes.c,v 1.18 2015/05/01 17:01:08 christos Exp $ */ 35 static char sccsid[] = "@(#)modes.c 8.3 (Berkeley) 4/2/94"; 37 __RCSID("$NetBSD: modes.c,v 1.18 2015/05/01 17:01:08 christos Exp $"); 50 struct modes { struct 65 const struct modes cmodes[] = { 95 const struct modes imodes[] = { 120 const struct modes lmodes[] = { 155 const struct modes omodes[] = { 176 modeset(const char *name, const struct modes *mp,
|
modes.c | 1 /* $NetBSD: modes.c,v 1.18 2015/05/01 17:01:08 christos Exp $ */ 35 static char sccsid[] = "@(#)modes.c 8.3 (Berkeley) 4/2/94"; 37 __RCSID("$NetBSD: modes.c,v 1.18 2015/05/01 17:01:08 christos Exp $"); 50 struct modes { struct 65 const struct modes cmodes[] = { 95 const struct modes imodes[] = { 120 const struct modes lmodes[] = { 155 const struct modes omodes[] = { 176 modeset(const char *name, const struct modes *mp,
|
/src/sys/arch/atari/dev/ |
grfabs.c | 51 * List of available graphic modes 53 static MODES modes; variable in typeref:typename:MODES 94 * Initialize list of possible video modes. 102 LIST_INIT(&modes); 105 (*probe_fun)(&modes); 107 return ((modes.lh_first == NULL) ? 0 : 1); 193 dm = modes.lh_first;
|
grfabs.c | 51 * List of available graphic modes 53 static MODES modes; variable in typeref:typename:MODES 94 * Initialize list of possible video modes. 102 LIST_INIT(&modes); 105 (*probe_fun)(&modes); 107 return ((modes.lh_first == NULL) ? 0 : 1); 193 dm = modes.lh_first;
|
/src/sbin/mknod/ |
mknod.c | 93 void *modes = 0; local in function:main 144 modes = setmode(optarg); 145 if (modes == NULL) 253 if (modes != NULL) 254 mode = getmode(modes, mode);
|
mknod.c | 93 void *modes = 0; local in function:main 144 modes = setmode(optarg); 145 if (modes == NULL) 253 if (modes != NULL) 254 mode = getmode(modes, mode);
|
/src/sys/dev/microcode/aic7xxx/ |
aicasm_gram.y | 348 | modes 394 modes: label 397 cur_symbol->info.rinfo->modes = $2; 416 stop("Valid register modes range between 0 and 4.", 434 stop("Valid register modes range between 0 and 4.", 845 | modes 847 | modes scb_or_sram_reg_list 1449 * Default to allowing access in all register modes 1454 symbol->info.rinfo->modes = 1455 scb_or_sram_symbol->info.rinfo->modes; [all...] |
aicasm_gram.y | 348 | modes 394 modes: label 397 cur_symbol->info.rinfo->modes = $2; 416 stop("Valid register modes range between 0 and 4.", 434 stop("Valid register modes range between 0 and 4.", 845 | modes 847 | modes scb_or_sram_reg_list 1449 * Default to allowing access in all register modes 1454 symbol->info.rinfo->modes = 1455 scb_or_sram_symbol->info.rinfo->modes; [all...] |
/src/sys/compat/netbsd32/ |
netbsd32_time.c | 99 int modes; local in function:netbsd32_ntp_adjtime 114 modes = ntv.modes; 115 if (modes != 0 && (error = kauth_authorize_system(l->l_cred,
|
netbsd32_time.c | 99 int modes; local in function:netbsd32_ntp_adjtime 114 modes = ntv.modes; 115 if (modes != 0 && (error = kauth_authorize_system(l->l_cred,
|
/src/sys/compat/freebsd/ |
freebsd_timex.h | 195 * Control mode codes (timex.modes) 255 unsigned int modes; /* clock mode bits (wo) */ member in struct:freebsd_timex
|