/illumos-gate/usr/src/boot/sys/boot/arm/at91/boot0/ |
H A D | main.c | 39 fn_t *fn = (fn_t *)(SDRAM_BASE + (1 << 20)); /* Load to base + 1MB */ local 43 fn();
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/ |
H A D | rc_io.h | 25 char *fn; member in struct:krb5_rc_iostuff
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | ftw.c | 57 ftw(const char *path, int (*fn)(), int depth) argument 59 return (_xftw(_XFTWVER, path, fn, depth));
|
/illumos-gate/usr/src/lib/libm/common/LD/ |
H A D | scalbl.c | 42 scalbl(long double x, long double fn) { argument 43 int *py = (int *) &fn, n; 46 if (isnanl(x) || isnanl(fn)) 47 return x * fn; 49 /* fn is +/-Inf */ 57 return x / (-fn); 59 return x * fn; 61 if (rintl(fn) != fn) 62 return (fn [all...] |
/illumos-gate/usr/src/cmd/svc/startd/ |
H A D | file.c | 54 char *fn; local 63 fn = file_fmri + sizeof ("file://") - 1; 66 fn = file_fmri + sizeof ("file://localhost") - 1; 69 fn = file_fmri + sizeof ("file://") - 1; 74 if ((fn = strchr(fn, '/')) == NULL) 82 r = stat(fn, &sbuf);
|
/illumos-gate/usr/src/lib/libm/common/C/ |
H A D | scalb.c | 35 scalb(double x, double fn) { argument 39 if (isnan(x) || isnan(fn)) 40 return (x * fn); 42 in = ((int *)&fn)[HIWORD]; 44 if (hn == 0x7ff00000) /* fn is inf */ 45 return (_SVID_libm_err(x, fn, 47)); 47 /* see if fn is an integer without raising inexact */ 49 /* |fn| >= 2^52, so it must be an integer */ 52 /* |fn| < 1, so it must be zero or non-integer */ 53 return ((fn [all...] |
H A D | __rem_pio2.c | 65 double w, t, r, fn; local 95 fn = (double)n; 96 r = t - fn * pio2_1; 98 w = fn * pio2_1t; /* 1st round good to 85 bit */ 104 t = r; /* r-fn*pio2_2 may not be exact */ 105 w = fn * pio2_2; 107 w = fn * pio2_2t - ((t - r) - w); 110 r -= fn * pio2_2; 111 w = fn * pio2_2t; 118 w = fn * pio2_ [all...] |
/illumos-gate/usr/src/lib/libm/common/Q/ |
H A D | scalbl.c | 41 scalbl(long double x, long double fn) { argument 42 int *py = (int *) &fn, n; 45 if (isnanl(x) || isnanl(fn)) 46 return (x * fn); 49 * fn is inf or NaN 53 return (x / (-fn)); 55 return (x * fn); 57 if (rintl(fn) != fn) 58 return ((fn [all...] |
/illumos-gate/usr/src/cmd/pcidr/plugins/default/ |
H A D | pcidr_plugin.c | 50 char *fn = PCIDR_PLUGIN_SYMSTR; local 63 dprint(DWARN, "%s: invalid or missing attributes\n", fn); 78 "failed: rv = %d (%s)", fn, dr.dr_ap_id, rv, str); 91 "found for the APID \"%s\"\n", fn, dr.dr_ap_id); 100 "matching \"%s\"\n", fn, dr.dr_ap_id); 103 dprint(DINFO, "===========================================\n", fn); 109 dprint(DINFO, "%s: disconnecting ...\n", fn, apid); 113 dprint(DINFO, "%s: disconnect FAILED\n", fn); 117 dprint(DINFO, "%s: disconnect OK\n", fn); 123 dprint(DINFO, "%s: configuring ...\n", fn, api [all...] |
/illumos-gate/usr/src/cmd/tbl/ |
H A D | tg.c | 22 get_text(char *sp, int ilin, int icol, char *fn, char *sz) argument 39 if (fn && *fn) fprintf(tabout, ".nr %d \\n(.f\n.ft %s\n", S1, fn); 65 if (fn && *fn) fprintf(tabout, ".ft \\n(%d\n", S1);
|
H A D | t6.c | 205 wide(char *s, char *fn, char *size) argument 210 if (*fn>0) putfont(fn); 213 if (*fn>0) putfont("P");
|
/illumos-gate/usr/src/uts/common/xen/sys/ |
H A D | gnttab.h | 78 void (*fn)(void *); member in struct:gnttab_free_callback 131 void (*fn)(void *), void *arg, uint16_t count);
|
/illumos-gate/usr/src/lib/efcode/upa/ |
H A D | upa.c | 48 int dev, fn, len; local
|
/illumos-gate/usr/src/lib/libtecla/common/ |
H A D | hash.h | 48 #define SYM_DEL_FN(fn) void *(fn)(void *app_data, int code, void *sym_data) 60 #define HASH_DEL_FN(fn) void *(fn)(void *app_data) 89 void (*fn)(void); /* Application supplied generic function */ member in struct:__anon4082 138 void (*fn)(void), void *data, SYM_DEL_FN(*del_fn)); 155 #define HASH_SCAN_FN(fn) int (fn)(Symbol *sym, void *context)
|
H A D | keytab.h | 58 #define KT_KEY_FN(fn) int (fn)(GetLine *gl, int count, void *data) 67 KtKeyFn *fn; /* The acion function */ member in struct:__anon4090 69 /* fn() whenever it is called. */ 114 KtKeyFn *fn, void *data); 116 int _kt_set_action(KeyTab *kt, const char *action, KtKeyFn *fn, void *data); 122 KtKeyFn **fn, void **data);
|
/illumos-gate/usr/src/cmd/sendmail/db/db/ |
H A D | db_am.c | 250 static const FN fn[] = { local 264 __db_prflags(dbc->flags, fn, stderr);
|
/illumos-gate/usr/src/cmd/tail/ |
H A D | read.c | 58 bytes(FILE *fp, const char *fn, off_t off) argument 76 ierr(fn); 128 lines(FILE *fp, const char *fn, off_t off) argument 170 ierr(fn);
|
H A D | reverse.c | 70 reverse(FILE *fp, const char *fn, enum STYLE style, off_t off, struct stat *sbp) argument 76 r_reg(fp, fn, style, off, sbp); 81 (void) bytes(fp, fn, off); 85 (void) lines(fp, fn, off); 88 r_buf(fp, fn); 99 r_reg(FILE *fp, const char *fn, enum STYLE style, off_t off, struct stat *sbp) argument 122 ierr(fn); 139 ierr(fn); 155 ierr(fn); 159 ierr(fn); 180 r_buf(FILE *fp, const char *fn) argument [all...] |
H A D | tail.c | 56 const char *fn; local 100 while ((ch = getopt(argc, argv, "Fb:c:fn:qr")) != -1) 165 for (file = files; (fn = *argv++); file++) { 166 file->file_name = strdup(fn); 185 for (first = 1; (fn = *argv++); ) { 186 if ((fp = fopen(fn, "r")) == NULL || 188 ierr(fn); 193 first ? "" : "\n", fn); 199 reverse(fp, fn, style, off, &sb); 201 forward(fp, fn, styl [all...] |
/illumos-gate/usr/src/psm/stand/boot/sparc/common/ |
H A D | inetboot.c | 94 char *fn; local 98 fn = NULL; 102 fn = (cmd_line_boot_archive[0] != '\0') ? 106 (void) strncpy(tmpname, fn, strlen(fn)+1); 107 fn = tmpname; 109 printf("Enter filename [%s]: ", fn); 114 fn = tmpname; 124 if (fn != NULL) { 125 fd = openfile(fn); [all...] |
/illumos-gate/usr/src/boot/sys/boot/i386/common/ |
H A D | cons.c | 64 getc(int fn) argument 76 v86.eax = fn << 8; 78 return fn == 0 ? v86.eax & 0xff : (!V86_ZR(v86.efl) && (v86.eax & 0xff)); 82 xgetc(int fn) argument 89 return (fn ? 1 : getc(0)); 91 return (fn ? 1 : sio_getc()); 92 if (fn)
|
/illumos-gate/usr/src/lib/efcode/engine/ |
H A D | tracing.c | 100 do_fclib_trace(fcode_env_t *env, void *fn) argument 106 if (dladdr((void *) fn, &dlip)) { 110 offset = ((char *) fn) - ((char *) address); 121 log_message(MSG_FC_DEBUG, "do_fclib_trace: <Unknown> %p\n", fn);
|
/illumos-gate/usr/src/lib/libsmbfs/ |
H A D | cflib.h | 68 opt_callback_t *fn; /* call back to validate */ member in struct:opt_args
|
/illumos-gate/usr/src/cmd/sendmail/db/mp/ |
H A D | mp_pr.c | 277 static const FN fn[] = { local 301 __db_prflags(bhp->flags, fn, fp);
|
/illumos-gate/usr/src/cmd/fs.d/smbclnt/smbutil/ |
H A D | smbutil.c | 67 cmd_fn_t *fn; member in struct:commands 180 err = cmd->fn(argc, argv);
|