Searched refs:mask (Results 276 - 289 of 289) sorted by relevance

<<1112

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DOpcode.pm109 The Opcode module allow you to define an I<operator mask> to be in
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DFunctions.pm360 umask File set file creation mode mask
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp_pack.c1669 UV mask = ((UV)1 << checksum) - 1;
1670 cuv &= mask;
H A Dconfig_h.SH615 * available to set and get the value of the file creation mask.
1133 * to optionally save the process's signal mask. See
2769 * system call is available to examine or change the signal mask
/osnet-11/usr/src/lib/libumem/common/
H A Dumem.c137 * mask the cpu number. This prevents a race between grabbing a
148 * umem_cpu_t structures. CURCPU() is a a "hint" function, which we then mask
150 * The mechanics of this is all in the CPU(mask) macro.
507 #define CPU(mask) (umem_cpus + (CPUHINT() & (mask)))
513 static uint32_t umem_cpu_mask = 0; /* global cpu mask */
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Ddir.c1192 ace->mask = cpu_to_le32(0x1f01ff); /* FIXME */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dh2xs.PL94 =item B<-M>, B<--func-mask>=I<regular expression>
520 -M, --func-mask Mask to select C functions/macros
605 'func-mask|M=s' => \$opt_M,
877 print "... Passes mask of -M.\n" if $opt_d and $fmask;
1027 print "... Function $fdecls_parsed->[$i][1] passes -M mask.\n"
1813 print "Type $type matches -o mask\n" if $opt_d;
/osnet-11/usr/src/lib/libc/capabilities/sun4v-fjathena/common/
H A Dmemcpy.s690 bmask %o5, %g0, %g0 ! set gsr mask field
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo.c59 uint32_t mask; member in struct:generic_name_entry
64 /* class code generic name mask */
1359 if ((class_code & ptr->mask) ==
1360 (ptr->class_code & ptr->mask)) {
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h393 /* mask to determine if packets should be dropped due to frame errors */
533 volatile uint32_t mask; /* Flexible Filter Mask (RW) */ member in struct:e1000_ffmt_entry
1293 #define E1000_TXCW_PAUSE_MASK 0x00000180 /* TXCW pause request mask */
1296 #define E1000_TXCW_CW 0x0000ffff /* TxConfigWord mask */
1301 #define E1000_RXCW_CW 0x0000ffff /* RxConfigWord mask */
1946 #define IGP01E1000_PSSR_SPEED_MASK 0xC000 /* speed bits mask */
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsinfo.c899 (unsigned int)le32_to_cpu(ace->mask));
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dname.c2184 * if <mask> is non-zero, then only nodes with (nvflags&mask)==flags
2186 * If <mask> is zero, and <flags> non-zero, then nodes with one or
2188 * If <mask> and <flags> are zero, then all nodes are visted
2190 int nv_scan(Dt_t *root, void (*fn)(Namval_t*,void*), void *data,int mask, int flags) argument
2195 sdata.scanmask = mask;
H A Dinit.c1227 umask(shp->mask=umask(0));
/osnet-11/usr/src/lib/libc/capabilities/sun4u/common/
H A Dmemcpy.s320 andcc %l5, 7, %l6 ! mask everything except bits 1,2 3

Completed in 279 milliseconds

<<1112