/illumos-gate/usr/src/lib/efcode/ |
H A D | Makefile | 30 SUBDIRS = engine fcdriver extend packages pci gp2 upa interpreter efdaemon \ 64 extend fcdriver packages pci gp2 upa interpreter efdaemon jupiter: engine 70 interpreter: packages extend
|
/illumos-gate/usr/src/lib/efcode/engine/ |
H A D | Makefile.com | 30 alarm.o interactive.o framebuffer.o font.o fb8.o extend.o tracing.o \
|
/illumos-gate/usr/src/tools/onbld/Scm/ |
H A D | Ignore.py | 78 ignore_list.extend(_read_ignore_file(ignorefile))
|
H A D | WorkSpace.py | 320 ret.extend(x.parentname for x in self if x.is_renamed()) 356 tags.extend(colliding_tags(fh, nodes, True)) 362 tags.extend(colliding_tags(data, nodes, False))
|
/illumos-gate/usr/src/cmd/rpcgen/ |
H A D | rpc_main.c | 401 c_output(char *infile, char *define, int extend, char *outfile) argument 410 outfilename = extend ? extendfile(infile, outfile) : outfile; 429 if (extend && tell == ftell(fout)) { 510 h_output(char *infile, char *define, int extend, char *outfile) argument 521 outfilename = extend ? extendfile(infile, outfile) : outfile; 611 if (extend && tell == ftell(fout)) { 628 s_output(int argc, char *argv[], char *infile, char *define, int extend, argument 637 outfilename = extend ? extendfile(infile, outfile) : outfile; 697 if (extend && !foundprogram) { 716 l_output(char *infile, char *define, int extend, cha argument 753 t_output(char *infile, char *define, int extend, char *outfile) argument 775 svc_output(char *infile, char *define, int extend, char *outfile) argument 811 clnt_output(char *infile, char *define, int extend, char *outfile) argument [all...] |
/illumos-gate/usr/src/lib/libbc/libc/crt/sparc/ |
H A D | muldiv.s | 45 sra %o0,31,%o4 ! extend sign
|
/illumos-gate/usr/src/lib/libmvec/amd64/src/ |
H A D | __vsqrtf.S | 44 movslq %edx,%rdx / sign extend and scale strides
|
/illumos-gate/usr/src/lib/libast/common/comp/ |
H A D | syslog.c | 285 extend(Sfio_t* sp, void* vp, Sffmt_t* dp) 345 fmt.extf = extend;
|
/illumos-gate/usr/src/tools/scripts/ |
H A D | validate_pkg.py | 126 w.extend(["%s: 0%o: setuid/setgid file should not be " \ 142 w.extend(["%s: owner \"%s\" may be safely " \ 148 w.extend(["%s: non-root-owned executable should not " \ 154 w.extend(["%s: 0%o: should not be writable by group or other" %
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | nic.c | 1033 static unsigned char *extdata = NULL, *extend = NULL; local 1049 if (extend + len <= (unsigned char *) 1051 memcpy(extend, p, len); 1052 extend += len; 1058 p = extdata; endp = extend; 1112 extdata = extend = endp;
|
/illumos-gate/usr/src/lib/libshell/common/bltins/ |
H A D | print.c | 68 static int extend(Sfio_t*,void*, Sffmt_t*); 285 pdata.hdr.extf = extend; 598 static int extend(Sfio_t* sp, void* v, Sffmt_t* fe) function
|
/illumos-gate/usr/src/lib/libslp/clib/ |
H A D | slp_ami.h | 197 struct ami_oid *extend; member in struct:ami_cert_extn
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | priv_defs | 468 Allows a process to extend or create files on a filesystem that
|
/illumos-gate/usr/src/uts/common/fs/ |
H A D | vfs.c | 2054 vfs_copycancelopt_extend(char **const moc, int extend) argument 2065 if (i + extend == 0) 2068 result = kmem_alloc((i + extend + 1) * sizeof (char *), KM_SLEEP); 2074 for (; j <= i + extend; j++)
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | asppp2pppd | 123 extend => 0,
|
/illumos-gate/usr/src/lib/libmvec/common/vis/ |
H A D | __vsincos.S | 807 sra %o2,0,%o2 ! sign-extend for V9
|
H A D | __vsincosf.S | 702 sra %o2,0,%o2 ! sign-extend for V9
|
H A D | __vcosf.S | 1925 sra %o2,0,%o2 ! sign-extend for V9
|
H A D | __vsinf.S | 1917 sra %o2,0,%o2 ! sign-extend for V9
|
H A D | __vsin.S | 2884 sra %o2,0,%o2 ! sign-extend for V9
|
H A D | __vcos_ultra3.S | 3245 sra %o2,0,%o2 ! sign-extend for V9
|
H A D | __vsin_ultra3.S | 3256 sra %o2,0,%o2 ! sign-extend for V9
|
H A D | __vcos.S | 2960 sra %o2,0,%o2 ! sign-extend for V9
|
/illumos-gate/usr/src/uts/common/io/sata/impl/ |
H A D | sata.c | 5588 int extend; local 5698 extend = 1; 5735 if (extend) { 5751 if (extend) { 7841 int extend = 0; local 7845 extend = 1; 7884 if (extend == 1) {
|