Home
last modified time | relevance | path

Searched defs:fn (Results 51 – 75 of 290) sorted by relevance

12345678910>>...12

/illumos-gate/usr/src/uts/common/os/
H A Ddriver.c80 int (*fn)(dev_info_t *); in devi_identify() local
95 int (*fn)(dev_info_t *); in devi_probe() local
140 int (*fn)(dev_info_t *, ddi_attach_cmd_t); in devi_attach() local
185 int (*fn)(dev_info_t *, ddi_detach_cmd_t); in devi_detach() local
256 int (*fn)(dev_info_t *, ddi_reset_cmd_t); in devi_reset() local
269 int (*fn)(dev_info_t *); in devi_quiesce() local
/illumos-gate/usr/src/cmd/tail/
H A Dread.c58 bytes(FILE *fp, const char *fn, off_t off) in bytes()
128 lines(FILE *fp, const char *fn, off_t off) in lines()
H A Dforward.c96 forward(FILE *fp, const char *fn, enum STYLE style, off_t off, struct stat *sbp) in forward()
191 rlines(FILE *fp, const char *fn, off_t off, struct stat *sbp) in rlines()
/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dvsc7326_reg.h94 #define REG_TEST(ie,fn) CRA(0x2,ie&1,0x00+fn) /* Mode & Test Register */ argument
95 #define REG_TOP_BOTTOM(ie,fn) CRA(0x2,ie&1,0x10+fn) /* FIFO Buffer Top & Bottom */ argument
96 #define REG_TAIL(ie,fn) CRA(0x2,ie&1,0x20+fn) /* FIFO Write Pointer */ argument
97 #define REG_HEAD(ie,fn) CRA(0x2,ie&1,0x30+fn) /* FIFO Read Pointer */ argument
98 #define REG_HIGH_LOW_WM(ie,fn) CRA(0x2,ie&1,0x40+fn) /* Flow Control Water Marks */ argument
99 #define REG_CT_THRHLD(ie,fn) CRA(0x2,ie&1,0x50+fn) /* Cut Through Threshold */ argument
100 #define REG_FIFO_DROP_CNT(ie,fn) CRA(0x2,ie&1,0x60+fn) /* Drop & CRC Error Counter */ argument
101 #define REG_DEBUG_BUF_CNT(ie,fn) CRA(0x2,ie&1,0x70+fn) /* Input Side Debug Counter */ argument
102 #define REG_BUCKI(fn) CRA(0x2,2,0x20+fn) /* Input Side Debug Counter */ argument
103 #define REG_BUCKE(fn) CRA(0x2,3,0x20+fn) /* Input Side Debug Counter */ argument
H A Dvsc7321_reg.h90 #define REG_TEST(ie,fn) CRA(0x2,ie&1,0x00+fn) /* Mode & Test Register */ argument
91 #define REG_TOP_BOTTOM(ie,fn) CRA(0x2,ie&1,0x10+fn) /* FIFO Buffer Top & Bottom */ argument
92 #define REG_TAIL(ie,fn) CRA(0x2,ie&1,0x20+fn) /* FIFO Write Pointer */ argument
93 #define REG_HEAD(ie,fn) CRA(0x2,ie&1,0x30+fn) /* FIFO Read Pointer */ argument
94 #define REG_HIGH_LOW_WM(ie,fn) CRA(0x2,ie&1,0x40+fn) /* Flow Control Water Marks */ argument
95 #define REG_CT_THRHLD(ie,fn) CRA(0x2,ie&1,0x50+fn) /* Cut Through Threshold */ argument
96 #define REG_FIFO_DROP_CNT(ie,fn) CRA(0x2,ie&1,0x60+fn) /* Drop & CRC Error Counter */ argument
97 #define REG_DEBUG_BUF_CNT(ie,fn) CRA(0x2,ie&1,0x70+fn) /* Input Side Debug Counter */ argument
/illumos-gate/usr/src/lib/libcpc/common/
H A Dobsoleted.c61 const char *fn = "__cpc_init"; in __cpc_init() local
175 const char fn[] = "access"; in cpc_access() local
364 __cpc_error(const char *fn, const char *fmt, ...) in __cpc_error()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc_io.c75 krb5_rc_io_creat(krb5_context context, krb5_rc_iostuff *d, char **fn) in krb5_rc_io_creat()
196 krb5_rc_io_open_internal(krb5_context context, krb5_rc_iostuff *d, char *fn, in krb5_rc_io_open_internal()
331 krb5_rc_io_open(krb5_context context, krb5_rc_iostuff *d, char *fn) in krb5_rc_io_open()
/illumos-gate/usr/src/lib/libtecla/common/
H A Dkeytab.h56 #define KT_KEY_FN(fn) int (fn)(GetLine *gl, int count, void *data) argument
65 KtKeyFn *fn; /* The acion function */ member
H A Dhomedir.h76 #define HOME_DIR_FN(fn) int (fn)(void *data, const char *usrnam, const char *homedir, char *errmsg,… argument
H A Dioutil.h55 #define GL_WRITE_FN(fn) int (fn)(void *data, const char *s, int n) argument
/illumos-gate/usr/src/lib/libtecla/
H A Dlibtecla.h317 #define CPL_MATCH_FN(fn) int (fn)(WordCompletion *cpl, void *data, \ argument
340 #define CPL_CHECK_FN(fn) int (fn)(void *data, const char *pathname) argument
590 #define GL_FD_EVENT_FN(fn) GlFdStatus (fn)(GetLine *gl, void *data, int fd, \ argument
658 #define GL_TIMEOUT_FN(fn) GlAfterTimeout (fn)(GetLine *gl, void *data) argument
1494 #define GL_ACTION_FN(fn) GlAfterAction (fn)(GetLine *gl, void *data, \ argument
/illumos-gate/usr/src/head/
H A Dftw.h153 #define ftw(path, fn, depth) _xftw(_XFTWVER, (path), (fn), (depth)) argument
157 #define ftw64(path, fn, depth) _xftw64(_XFTWVER, (path), (fn), (depth)) argument
/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_capable.c26 static void match_capable(const char *fn, struct expression *expr, void *_param) in match_capable()
39 static void match_ns_capable(const char *fn, struct expression *expr, void *_param) in match_ns_capable()
H A Dinline.c206 struct expression *fn = copy_expression(expr->fn); in copy_expression() local
510 struct symbol *fn = sym->ctype.base_type; in inline_function() local
571 struct symbol *fn = sym->ctype.base_type; in uninline() local
H A Dcheck_rosenberg.c128 static void match_clear(const char *fn, struct expression *expr, void *_arg_no) in match_clear()
271 static void match_copy_to_user(const char *fn, struct expression *expr, void *_arg) in match_copy_to_user()
312 static void match_skb_put(const char *fn, struct expression *expr, void *unused) in match_skb_put()
H A Dsmatch_untracked_param.c60 untracked_hook **fn; in call_untracked_callbacks() local
76 untracked_hook **fn; in call_lost_callbacks() local
143 struct symbol *fn; in lost_in_va_args() local
/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/
H A Dbase64.c51 base64encode(const void* fb, size_t fz, void** fn, void* tb, size_t tz, void** tn) in base64encode()
162 base64decode(const void* fb, size_t fz, void** fn, void* tb, size_t tz, void** tn) in base64decode()
/illumos-gate/usr/src/cmd/raidz_test/
H A Draidz_bench.c75 int fn, ncols; in run_gen_bench_impl() local
138 int fn, ncols, nbad; in run_rec_bench_impl() local
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dbuiltin_atomic.c1 static void fn(void) in fn() function
H A Dbuiltin_inf.c8 static float fn = __builtin_nanf(""); variable
/illumos-gate/usr/src/tools/scripts/
H A Dgit-pbchk.py243 def add_check(fn, gen): argument
255 def filechecker(fn): argument
259 def linkchecker(fn): argument
263 def wschecker(fn): argument
/illumos-gate/usr/src/cmd/svc/common/
H A Dmanifest_find.c85 add_pointer(mftsd_t *tsdp, const char *fn, const char *pname, uchar_t *hash) in add_pointer()
183 process(const char *fn, const struct stat *sp, int ftw_type, in process()
/illumos-gate/usr/src/cmd/svc/startd/
H A Dfile.c52 char *fn; in file_ready() local
/illumos-gate/usr/src/lib/libm/common/LD/
H A Dscalbl.c42 scalbl(long double x, long double fn) {
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dftw.c55 ftw(const char *path, int (*fn)(), int depth) in ftw()

12345678910>>...12