| /onnv/onnv-gate/usr/src/uts/common/io/ib/adapters/tavor/ |
| tavor.conf | 34 active-dma-flush=1;
|
| /onnv/onnv-gate/usr/src/uts/common/io/ib/adapters/hermon/ |
| hermon.conf | 35 active-dma-flush=1;
|
| /onnv/onnv-gate/usr/src/cmd/login/ |
| logindevperm.sh | 47 # If the "console" is "/dev/vt/active" which is a symlink to the current 48 # active virtual console (/dev/console, or /dev/vt/#), then the first 75 /dev/vt/active 0600 /dev/mouse:/dev/kbd 76 /dev/vt/active 0600 /dev/sound/* # audio devices 77 /dev/vt/active 0600 /dev/fbs/* # frame buffers 78 /dev/vt/active 0600 /dev/dri/* # dri devices 79 /dev/vt/active 0400 /dev/removable-media/dsk/* # removable media 80 /dev/vt/active 0400 /dev/removable-media/rdsk/* # removable media 81 /dev/vt/active 0400 /dev/hotpluggable/dsk/* # hotpluggable storage 82 /dev/vt/active 0400 /dev/hotpluggable/rdsk/* # hotpluggable storag [all...] |
| /onnv/onnv-gate/usr/src/uts/common/os/ |
| lockstat_subr.c | 50 int active = 0; local 56 active++; 59 return (active);
|
| /onnv/onnv-gate/usr/src/uts/common/io/1394/adapters/ |
| hci1394.conf | 38 active-dma-flush=1;
|
| /onnv/onnv-gate/usr/src/lib/sun_fc/common/ |
| HandleNPIVPort.cc | 54 port(myPort), active(false), vport(myvPort) { 67 active = false; 87 if (active) { 93 active = true;
|
| HandleNPIVPort.h | 61 bool active; member in class:HandleNPIVPort
|
| HandlePort.cc | 50 handle(myHandle), hba(myHBA), port(myPort), active(false) { 62 active = false; 80 if (active) { 86 active = true;
|
| HandlePort.h | 74 bool active; member in class:HandlePort
|
| /onnv/onnv-gate/usr/src/uts/common/fs/ufs/ |
| ufs_log.c | 80 * Return true if log is present and active; otherwise false 87 int active; local 89 active = (ufsvfsp && ufsvfsp->vfs_log); 91 *islog = active; 92 else if (suword32(islog, active))
|
| /onnv/onnv-gate/usr/src/lib/libbc/libc/stdio/common/ |
| findiop.c | 38 #define active(iop) ((iop)->_flag & (_IOREAD|_IOWRT|_IORW)) macro 62 if(!active(iop)) 72 while(*iov != NULL && active(*iov)) 137 if(active(fp)) 141 if(*iov && active(*iov))
|
| /onnv/onnv-gate/usr/src/tools/scripts/ |
| wdiff.pl | 91 .hidebar td.active-down { border: 1px solid #ff9900; 94 .hidebar td.active-down:hover { background-color: #ffcc99; } 96 .hidebar td.active-up { border: 1px solid #ff9900; cursor: n-resize; 99 .hidebar td.active-up:hover { background-color: #ffcc99; } 122 .hidebar td.active-down { display: none; } 123 .hidebar td.active-up { display: none; } 224 <td class='active-down' 228 <td class='active-up'
|
| wx.sh | 125 # Remove entry from active list 148 # print the other active list entries 149 { print $0; } ' target=$1 $wxdir/active >$wxtmp/tmp_active || 151 if mv -f $wxtmp/tmp_active $wxdir/active; then 152 echo "$1 removed from active list." 156 An error occured trying to remove $1 from the active list. 157 The active list may be corrupt. You should check it out and 165 # renamed $1 to $2 filepath in active list 166 sed "s|^$(escape_re $1)$|$2|" $wxdir/active >\ 167 $wxtmp/active || fail "Error: cannot create $wxtmp/active. [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
| snoop_rquota.c | 56 "Get active quotas", /* 2 */ 146 int active; local 149 active = getxdr_u_long(); 152 active, 153 active ? "on" : "off");
|
| /onnv/onnv-gate/usr/src/tools/onbld/hgext/ |
| cdm.py | 81 If no files are specified take files from the active list relative 85 to the current directory and the second an entry from the active 91 active = ws.active(parent=parent) 92 return [(ws.filepath(e.name), e) for e in sorted(active)] 212 act = wslist[repo].active(opts['parent']) 242 act = wslist[repo].active(parent) 251 act = wslist[repo].active(parent) 258 'show checkin comments for active files' 259 act = wslist[repo].active(parent [all...] |
| /onnv/onnv-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
| sign_mgr.c | 48 if (ctx->active != FALSE) { 216 ctx->active = TRUE; 232 ctx->active = FALSE; 261 if (ctx->active == FALSE) { 313 if (ctx->active == FALSE) { 341 if (ctx->active == FALSE) { 369 if (ctx->active == FALSE) {
|
| verify_mgr.c | 48 if (ctx->active != FALSE) { 201 ctx->active = TRUE; 217 ctx->active = FALSE; 241 if (ctx->active == FALSE) { 290 if (ctx->active == FALSE) { 318 if (ctx->active == FALSE) { 346 if (ctx->active == FALSE) {
|
| decr_mgr.c | 49 if (ctx->active != FALSE) { 128 ctx->active = TRUE; 143 ctx->active = FALSE; 171 if (ctx->active == FALSE) {
|
| encr_mgr.c | 48 if (ctx->active != FALSE) { 127 ctx->active = TRUE; 142 ctx->active = FALSE; 170 if (ctx->active == FALSE) {
|
| dig_mgr.c | 307 if (ctx->active != FALSE) { 343 ctx->active = TRUE; 365 ctx->active = FALSE; 384 if (ctx->active == FALSE) { 422 if (ctx->active == FALSE) { 486 if (ctx->active == FALSE) {
|
| /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpsched/ |
| disena.c | 117 if (pps->alert->active)
|
| alerts.c | 89 if (!pr->alert->active) 92 pr->alert->active = 1; 106 if (!pp->alert->active) { 108 pp->alert->active = 1; 135 } else if (!fp->alert->active) { 137 fp->alert->active = 1; 288 ap->active = 0;
|
| /onnv/onnv-gate/usr/src/uts/sun4/io/px/ |
| px_debug.c | 186 ASSERT(msg_p->active == B_FALSE); 192 msg_p->active = B_TRUE; 220 if (msg_p->active) { 222 msg_p->active = B_FALSE;
|
| /onnv/onnv-gate/usr/src/uts/common/fs/portfs/ |
| port_fd.c | 189 int active; local 416 active = 0; 420 active = 1; 424 if (!port_remove_fd_object(pfd, pp, pcp) && !active) { 449 int active; local 492 active = 1; 494 active = 0; 503 * been retrived. In this case we treat this as an active 506 ASSERT(active == 0); 507 active = 1 [all...] |
| /onnv/onnv-gate/usr/src/tools/onbld/Scm/ |
| WorkSpace.py | 183 # are in both change context and status to the active 247 # Walk the active list setting the change type for each active 358 # part of the active list (and is therefore outgoing). 462 def __init__(self, active, message, user): 465 active - The ActiveList object used as the source for all data. 470 fctx = active.localtip.filectx(fname) 474 # .hgtags is a special case, tags referring to active list 478 data = '\n'.join(active.prune_tags(data.splitlines())) 482 active[fname].parentname 661 def active(self, parent=None): member in class:WorkSpace [all...] |