HomeSort by relevance Sort by last modified time
    Searched defs:fcode (Results 1 - 25 of 26) sorted by null

1 2

  /onnv/onnv-gate/usr/src/uts/common/fs/smbsrv/
smb_nt_transact_ioctl.c 39 uint32_t fcode; member in struct:__anon27
82 uint32_t fcode; local
89 &fcode, &fid, &is_fsctl, &is_flags) != 0) {
100 if (ioctl_ret_tbl[i].fcode == fcode) {
  /onnv/onnv-gate/usr/src/cmd/vi/port/
printf.c 74 unsigned char fcode; local
176 * ending at "ptr"-1, unless fcode is '\0'.
178 switch (fcode = *fmt++) {
198 fcode = 'o';
207 if (fcode=='o') {
227 if (fcode=='o') {
234 putchar(fcode);
238 *--bptr = fcode;
247 fcode = fcode + 'a' - 'A'
    [all...]
  /onnv/onnv-gate/usr/src/lib/libbc/libc/stdio/common/
scanf.c 168 int i, fcode, nl_fmt, num, length, j; local
182 while ((fcode = *format++) != '\0' && fcode != '%') ;
183 if (!fcode || i > ARGMAX)
186 switch (fcode = *format++) {
194 num = fcode - '0';
196 while (isdigit(fcode = *format)) {
197 num = num * 10 + fcode - '0';
doprnt.c 122 char fcode; local
555 switch (fcode = *cp++) {
570 * Conversion is unsigned unless fcode is 'd'.
602 if (fcode == 'd' || fcode == 'D' || fcode == 'i') {
614 if (fcode == 'X')
648 switch (fcode) {
667 if (fsharp && bp != p && fcode == 'o' &&
760 *--suffix = fcode;
    [all...]
  /onnv/onnv-gate/usr/src/cmd/csh/
printf.c 118 char fcode; local
313 switch (fcode = *cp++) {
319 * Conversion is unsigned unless fcode is 'd'.
354 } else if (fcode == 'd') {
361 if (fcode == 'd' || fcode == 'D') {
387 if (fcode == 'X') {
407 switch (fcode) {
497 *--suffix = isupper(fcode) ? 'E' : 'e';
632 fcode = 't'; /* Fake the rest of code. *
    [all...]
  /onnv/onnv-gate/usr/src/ucbcmd/sed/
sed.h 113 FILE *fcode; member in struct:reptr::reptr1
125 FILE *fcode; member in struct:reptr::reptr2
sed0.c 35 FILE *fcode[NWFILES]; variable
99 fcode[0] = stdout;
499 rep->r1.fcode = fcode[i];
511 if((rep->r1.fcode = fopen(fname[nfiles], "w")) == NULL) {
516 fcode[nfiles++] = rep->r1.fcode;
528 rep->r1.fcode = fcode[i];
540 if((rep->r1.fcode = fopen(fname[nfiles], "w")) == NULL)
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4u/starcat/io/
fcgp2.c 28 * fcgp2.c: Framework gp2 (Safari) fcode ops
40 #include <sys/fcode.h>
75 &mod_miscops, "FCode gp2 (safari) bus functions"
140 void *fcode, size_t fcode_size, char *unit_address,
147 rp->next_handle = fc_ops_alloc_handle(ap, child, fcode, fcode_size,
151 rp->fcode = fcode;
848 char *name, *fcode; local
872 fcode = kmem_zalloc(fcode_len, KM_SLEEP);
874 if ((status = prom_get_fcode(name, fcode)) != 0)
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/inet/sockmods/
sockmod_pfp.c 1208 struct bpf_insn *fcode; local
1233 fcode = kmem_alloc(size, KM_SLEEP);
1234 if (ddi_copyin(prog.bf_insns, fcode, size, 0) != 0) {
1235 kmem_free(fcode, size);
1239 if (bpf_validate(fcode, (int)prog.bf_len)) {
1242 ps->ps_bpf.bf_insns = fcode;
1248 kmem_free(fcode, size);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
bsd-comp.c 108 u_int32_t fcode; member in union:bsd_db::bsd_dict::__anon112
439 u_int32_t fcode; local
464 fcode = BSD_KEY(ent, c);
471 if (dictp->f.fcode == fcode) {
485 } while (dictp->f.fcode != fcode);
507 dictp->f.fcode = fcode;
693 u_int32_t fcode; local
    [all...]
  /onnv/onnv-gate/usr/src/ucblib/libucb/port/stdio/
doprnt.c 180 int fcode; local
281 if ((fcode = *format) != '\0' && fcode != '%') {
285 } while ((fcode = *format) != '\0' && fcode != '%');
292 if (fcode == '\0') { /* end of format; return */
325 switch (fcode = *format++) {
420 int num = fcode - '0';
421 while (isdigit(fcode = *format)) {
422 num = num * 10 + fcode - '0'
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4/io/efcode/
fcpci.c 28 * fcpci.c: Framework PCI fcode ops
41 #include <sys/fcode.h>
112 &mod_miscops, "FCode pci bus functions"
186 void *fcode, size_t fcode_size, char *unit_address,
194 rp->next_handle = fc_ops_alloc_handle(ap, child, fcode, fcode_size,
198 rp->fcode = fcode;
573 * Fcode is expecting the bytes are not swapped.
1094 char *name, *fcode; local
1116 fcode = kmem_zalloc(fcode_len, KM_SLEEP)
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/bpf/
bpf.c 1222 struct bpf_insn *fcode, *old; local
1245 fcode = kmem_alloc(size, KM_SLEEP);
1246 if (copyin(fp->bf_insns, fcode, size) != 0)
1249 if (bpf_validate(fcode, (int)flen)) {
1253 d->bd_filter = fcode;
1262 kmem_free(fcode, size);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/compress/
compress.c 970 long fcode; local
1013 for (fcode = (long)hsize; fcode < 65536L; fcode *= 2L)
1026 fcode = (long)(((long)c << maxbits_reg) + ent);
1032 if (htabof(i) == fcode) {
1057 if (htabof(i) == fcode) {
1074 htabof(i) = fcode;
    [all...]
  /onnv/onnv-gate/usr/src/lib/libslp/javalib/com/sun/slp/
Transact.java 831 String fcode = (fun == 0 ? "???":Integer.toString(fun)); local
843 ex, fcode, addr, ex.getMessage()});
  /onnv/onnv-gate/usr/src/uts/common/io/ppp/spppcomp/
bsd-comp.c 124 uint32_t fcode; member in union:bsd_db::bsd_dict::__anon6101
563 uint32_t fcode; local
733 fcode = BSD_KEY(ent, c);
745 if (dictp->f.fcode == fcode) {
780 } while (dictp->f.fcode != fcode);
820 dictp->f.fcode = fcode;
907 uint32_t fcode; local
1393 uint32_t fcode; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4/sys/
fcode.h 42 * The FCode driver presents a private interface to the fcode
44 * at any time and is only provided for use by the fcode interpreter.
50 * The interpreter does an FC_GET_PARAMETERS ioctl to get the fcode
52 * of the device's fcode.
58 * driver that it's done interpreting FCode to signify a normal
81 * data structure which is filled in by the driver with the fcode
83 * Offset 0 .. fcode len may be used as the offset to an mmap call to
84 * provide access to a copy of the device fcode. The unit address is
161 * FC_GET_FCODE_DATA: This ioctl allows userland portion of the fcode
457 void *fcode; \/* fcode kernel address *\/ member in struct:fc_resource_list
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sendmail/src/
milter.c 1222 char fcode; local
1264 fcode = *p;
1279 switch (fcode)
1314 m->mf_name, fcode);
1412 char fcode; local
    [all...]
readcf.c 1205 char fcode; local
1241 fcode = *p;
1256 switch (fcode)
1284 if (fcode == 'S')
1295 if (fcode == 'S')
1487 m->m_name, fcode);
    [all...]
queue.c 7263 char fcode; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/sys/fc4/
fcal_linkapp.h 287 uchar_t fcode[MAX_FCODE_SIZE]; member in struct:la_els_identify_reply
  /onnv/onnv-gate/usr/src/uts/sun4u/io/
opl_cfg.c 38 #include <sys/fcode.h>
1141 * Allocate the fcode ops handle.
1147 void *fcode, size_t fcode_size, char *unit_address,
1155 rp->next_handle = fc_ops_alloc_handle(parent, child, fcode, fcode_size,
1159 rp->fcode = fcode;
1808 char *dropin_name, *fcode; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libc/port/print/
doprnt.c 479 wchar_t fcode; local
482 char fcode; local
670 if ((fcode = *format) != '\0' && fcode != '%') {
678 } while ((fcode = *format) != '\0' && fcode != '%');
683 if (fcode == '\0') { /* end of format; return */
729 switch (fcode = *format++) {
845 { num = fcode - '0';
846 while (_M_ISDIGIT(fcode = *format))
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun/io/scsi/adapters/
esp.c 1676 uchar_t fcode; local
    [all...]
fas.c 1843 uchar_t idcode, fcode; local
    [all...]

Completed in 5579 milliseconds

1 2