/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_nt_transact_ioctl.c | 47 uint32_t fcode; member in struct:__anon229 92 uint32_t fcode; local 98 &fcode, &sr->smb_fid, &is_fsctl, &is_flags) != 0) { 109 if (ioctl_ret_tbl[i].fcode == fcode) {
|
/illumos-gate/usr/src/lib/libbc/libc/stdio/common/ |
H A D | 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';
|
H A D | 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...] |
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | 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 [all...] |
/illumos-gate/usr/src/cmd/csh/ |
H A D | 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 [all...] |
/illumos-gate/usr/src/cmd/ldap/common/ |
H A D | convutf8.c | 52 static char *ldaptool_convert( const char *src, const char *fcode, 65 ldaptool_convert( const char *src, const char *fcode, argument 75 if (fcode == NULL || tcode == NULL) 78 if (strcasecmp(fcode, tcode) == 0) 81 if ((cd = iconv_open(tcode, fcode)) == (iconv_t)-1) {
|
/illumos-gate/usr/src/ucbcmd/sed/ |
H A D | sed.h | 113 FILE *fcode; member in struct:reptr::reptr1 125 FILE *fcode; member in struct:reptr::reptr2
|
H A D | 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 [all...] |
/illumos-gate/usr/src/uts/sun4/io/efcode/ |
H A D | fc_ops.c | 30 * fc_ops.c: Framework generic fcode ops 39 #include <sys/fcode.h> 102 void *fcode, size_t fcode_size, char *unit_address, void *bus_args) 111 rp->fcode = fcode; 101 fc_ops_alloc_handle(dev_info_t *ap, dev_info_t *child, void *fcode, size_t fcode_size, char *unit_address, void *bus_args) argument
|
H A D | fcpci.c | 29 * fcpci.c: Framework PCI fcode ops 42 #include <sys/fcode.h> 183 void *fcode, size_t fcode_size, char *unit_address, 191 rp->next_handle = fc_ops_alloc_handle(ap, child, fcode, fcode_size, 195 rp->fcode = fcode; 1091 char *name, *fcode; local 1113 fcode = kmem_zalloc(fcode_len, KM_SLEEP); 1115 if ((status = prom_get_fcode(name, fcode)) != 0) { 1117 if (copyout((void *)fcode, (voi 182 pci_fc_ops_alloc_handle(dev_info_t *ap, dev_info_t *child, void *fcode, size_t fcode_size, char *unit_address, struct pci_ops_bus_args *up) argument [all...] |
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | bsd-comp.c | 108 u_int32_t fcode; member in union:bsd_db::bsd_dict::__anon125 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...] |
/illumos-gate/usr/src/ucblib/libucb/port/stdio/ |
H A D | 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 [all...] |
/illumos-gate/usr/src/uts/sun4u/starcat/io/ |
H A D | fcgp2.c | 28 * fcgp2.c: Framework gp2 (Safari) fcode ops 40 #include <sys/fcode.h> 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) { 876 if (copyout((void *)fcode, (voi 139 gp2_fc_ops_alloc_handle(dev_info_t *ap, dev_info_t *child, void *fcode, size_t fcode_size, char *unit_address, char *my_args) argument [all...] |
/illumos-gate/usr/src/uts/common/io/bpf/ |
H A D | bpf.c | 1253 struct bpf_insn *fcode, *old; local 1276 fcode = kmem_alloc(size, KM_SLEEP); 1277 if (copyin(fp->bf_insns, fcode, size) != 0) 1280 if (bpf_validate(fcode, (int)flen)) { 1284 d->bd_filter = fcode; 1293 kmem_free(fcode, size);
|
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | bsd-comp.c | 124 uint32_t fcode; member in union:bsd_db::bsd_dict::__anon6443 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...] |
/illumos-gate/usr/src/uts/sun4/sys/ |
H A D | fcode.h | 40 * The FCode driver presents a private interface to the fcode 42 * at any time and is only provided for use by the fcode interpreter. 48 * The interpreter does an FC_GET_PARAMETERS ioctl to get the fcode 50 * of the device's fcode. 79 * data structure which is filled in by the driver with the fcode 81 * Offset 0 .. fcode len may be used as the offset to an mmap call to 82 * provide access to a copy of the device fcode. The unit address is 159 * FC_GET_FCODE_DATA: This ioctl allows userland portion of the fcode 160 * interpreter to get the fcode into a local buffer without having 163 * fcode buffe 455 void *fcode; /* fcode kernel address */ member in struct:fc_resource_list [all...] |
/illumos-gate/usr/src/uts/common/inet/sockmods/ |
H A D | sockmod_pfp.c | 1339 struct bpf_insn *fcode; local 1367 fcode = kmem_alloc(size, KM_SLEEP); 1368 if (ddi_copyin(prog.bf_insns, fcode, size, 0) != 0) { 1369 kmem_free(fcode, size); 1373 if (bpf_validate(fcode, (int)prog.bf_len)) { 1376 ps->ps_bpf.bf_insns = fcode; 1382 kmem_free(fcode, size);
|
/illumos-gate/usr/src/lib/libc/port/print/ |
H A D | doprnt.c | 476 wchar_t fcode; local 479 char fcode; local 663 if ((fcode = *format) != '\0' && fcode != '%') { 671 } while ((fcode = *format) != '\0' && fcode != '%'); 676 if (fcode == '\0') { /* end of format; return */ 722 switch (fcode = *format++) { 838 { num = fcode - '0'; 839 while (_M_ISDIGIT(fcode [all...] |
/illumos-gate/usr/src/cmd/compress/ |
H A D | 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;
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | milter.c | 1220 char fcode; local 1262 fcode = *p; 1277 switch (fcode) 1312 m->mf_name, fcode); 1410 char fcode; local 1426 fcode = *p; 1442 switch (fcode) 1463 m->mf_name, fcode); 1465 m->mf_name, fcode); 1473 m->mf_name, fcode, [all...] |
H A D | 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);
|
H A D | queue.c | 7296 char fcode; local 7330 fcode = *p; 7345 switch (fcode) 7453 qg->qg_name, fcode);
|
/illumos-gate/usr/src/uts/common/sys/fc4/ |
H A D | fcal_linkapp.h | 287 uchar_t fcode[MAX_FCODE_SIZE]; member in struct:la_els_identify_reply
|
/illumos-gate/usr/src/uts/sun4u/io/ |
H A D | 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 1835 fcode = kmem_zalloc(fcode_len, KM_SLEEP); 1837 if ((status = prom_get_fcode(dropin_name, fcode)) != 0) { 1839 if (copyout((void *)fcode, (voi 1146 opl_fc_ops_alloc_handle(dev_info_t *parent, dev_info_t *child, void *fcode, size_t fcode_size, char *unit_address, char *my_args) argument [all...] |
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/ |
H A D | fp.c | 8962 caddr_t fcode; local 8971 fcode = kmem_zalloc(fcio->fcio_ilen, KM_SLEEP); 8972 if (ddi_copyin(fcio->fcio_ibuf, fcode, 8975 kmem_free(fcode, fcio->fcio_ilen); 8983 pm.pm_data_buf = fcode; 8988 kmem_free(fcode, fcio->fcio_ilen);
|