Searched refs:fn (Results 126 - 150 of 273) sorted by relevance

1234567891011

/illumos-gate/usr/src/cmd/tbl/
H A Dt6.c205 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/io/ib/clients/rdsv3/
H A Drdsv3_af_thr.c185 rdsv3_af_intr_thr_create(rdsv3_af_thr_drain_func_t fn, void *data, uint_t flag, argument
193 ringp = rdsv3_af_thr_create(fn, data, flag, hcagp);
216 rdsv3_af_thr_create(rdsv3_af_thr_drain_func_t fn, void *data, uint_t flag, argument
238 ringp->aft_drain_func = (rdsv3_af_thr_drain_func_t)fn;
/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dclassifierddi.c340 * ipgpc_info(aid, fn, arg)
346 * and passed to the function pointer fn with arg
350 ipgpc_info(ipp_action_id_t aid, int (*fn)(nvlist_t *, void *), void *arg,
356 if ((rc = ipgpc_params_info(fn, arg)) != 0) {
361 if ((rc = ipgpc_classes_info(fn, arg)) != 0) {
366 if ((rc = ipgpc_filters_info(fn, arg)) != 0) {
/illumos-gate/usr/src/boot/include/
H A Dstdio.h427 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0)
428 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0)
/illumos-gate/usr/src/lib/libcpc/common/
H A Dlibcpc.h78 typedef void (cpc_errhndlr_t)(const char *fn, int subcode, const char *fmt,
80 extern int cpc_seterrhndlr(cpc_t *cpc, cpc_errhndlr_t *fn);
183 typedef void (cpc_errfn_t)(const char *fn, const char *fmt, va_list ap);
/illumos-gate/usr/src/lib/libxcurses/src/tput/
H A Dtput.c363 cat(fn)
364 char *fn;
368 if ((fp = fopen(fn, "rb")) == NULL)
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dline.c229 ttygenbrk(int fn) argument
231 if (isatty(fn))
232 (void) (*Ioctl)(fn, TCSBRK, 0);
H A Dcallers.c83 FILE *fn; local
103 fn = fopen(DIALCODES, "rF");
104 if (fn != NULL) {
105 while (fgets(buf, BUFSIZ, fn)) {
112 (void) fclose(fn);
/illumos-gate/usr/src/lib/libilb/common/
H A Dilb_hc.c223 ilb_walk_hc_srvs(ilb_handle_t h, hc_srvwalkerfunc_t fn, const char *rulename, argument
238 rc = fn(h, &srvs->rs_srvs[i], arg);
267 rc = fn(h, &srvs->rs_srvs[j], arg);
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-platform.h202 typedef struct { k5_once_t once; int error, did_run; void (*fn)(void); } k5_init_t; member in struct:__anon4670
215 int k5int_err = k5_once(&k5int_i->once, k5int_i->fn); \
226 err = k5_once(&i->once, i->fn); \
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdcsrv.c173 void (*fn)();
178 fn = disp->dispfn;
195 (*fn)(xprt, req);
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_txdma.h38 #define DMA_LOG_PAGE_FN_VALIDATE(cn, pn, fn, status) \
45 } else if (!TXDMA_FUNC_VALID(fn)) { \
46 status = (NPI_FAILURE | NPI_TXDMA_FUNC_INVALID(fn)); \
/illumos-gate/usr/src/uts/common/io/audio/drv/audiosolo/
H A Daudiosolo.c558 audio_ctrl_wr_t fn; local
574 fn = solo_set_mono;
583 fn = solo_set_stereo;
592 fn = solo_set_mono;
601 fn = solo_set_stereo;
610 fn = solo_set_stereo;
619 fn = solo_set_stereo;
628 fn = solo_set_stereo;
637 fn = solo_set_mono;
649 fn
[all...]
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Ddid.c456 did_BDF(did_t *dp, int *bus, int *dev, int *fn) argument
463 if (fn != NULL)
464 *fn = dp->dp_fn;
553 pci_BDF_get(topo_mod_t *mp, di_node_t dn, int *bus, int *dev, int *fn) argument
561 *fn = dp->dp_fn;
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdllink.c106 dladm_walkcb_t *fn; member in struct:i_dladm_walk_arg
118 return (walk_arg->fn(link, walk_arg->arg));
128 dladm_walk(dladm_walkcb_t *fn, dladm_handle_t handle, void *arg, argument
133 walk_arg.fn = fn;
143 boolean_t (*fn)(void *, dladm_hwgrp_attr_t *))
181 if (!(*fn)(arg, &attr))
196 boolean_t (*fn)(void *, dladm_macaddr_attr_t *))
232 if (!(*fn)(arg, &attr))
307 dladm_mac_walk(int (*fn)(cons
[all...]
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnftw.c35 * int nftw(char *path, int (*fn)(), int depth, int flags);
63 * fn is called with four arguments at each file and directory.
76 * fn will not be called for any of its descendants.
78 * appropriate permission. The stat buffer passed to fn
85 * If fn returns nonzero, nftw returns this value to its caller.
172 int (*fn)(const char *, const struct stat *, int, struct FTW *),
270 * Ignore bad symbolic link, let "fn"
304 rc = (*fn)(vp->tmppath, &statb, type, &vp->state);
334 rc = (*fn)(vp->tmppath, &statb, type, &vp->state);
418 rc = walk(p, fn, dept
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_disk.c359 void (*fn)() = h->db_disc;
377 if (fn)
378 (*fn)(h), fn = NULL;
453 _nsc_dbuf_io(int (*fn)(), nsc_dbuf_t *h, nsc_off_t pos, argument
477 if (fn == nsc_uread && (flag & NSC_RDAHEAD))
507 iofn = fn;
/illumos-gate/usr/src/uts/common/io/audio/drv/audiopci/
H A Daudiopci.c1024 audio_ctrl_wr_t fn; local
1040 fn = audiopci_set_volume;
1049 fn = audiopci_set_front;
1058 fn = audiopci_set_speaker;
1067 fn = audiopci_set_reclevel;
1076 fn = audiopci_set_reclevel;
1085 fn = audiopci_set_reclevel;
1094 fn = audiopci_set_reclevel;
1103 fn = audiopci_set_reclevel;
1115 fn
[all...]
/illumos-gate/usr/src/boot/lib/libstand/
H A Dpkgfs.c199 pkg_open(const char *fn, struct open_file *f) argument
203 if (fn == NULL || f == NULL)
225 while (*fn == '/')
226 fn++;
232 if (*fn == '\0') {
239 if (strcmp(fn, tf->tf_hdr.ut_name) == 0) {
/illumos-gate/usr/src/lib/scsi/libsmp/common/
H A Dsmp_plugin.c144 smp_get_funcdef(smp_target_t *tp, int fn) argument
154 if (dp->sfd_function == fn)
159 (void) smp_error(ESMP_BADFUNC, "failed to find function 0x%x", fn);
/illumos-gate/usr/src/cmd/bnu/
H A Dpk1.c424 * fn -> file descriptor
432 pkcget(fn, b, n)
435 int fn;
454 ret = (*Read)(fn, b, n);
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_open.c406 static char fn[] = "/bt.XXXXXX"; local
414 if (envtmp && ((strlen(envtmp)+sizeof(fn)+1) > sizeof(path)))
417 (void)sprintf(path, "%s%s", (envtmp ? envtmp : "/tmp"), fn);
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dbf.c71 # define OPEN(fn, omode, cmode, sff) open(fn, omode, cmode)
73 # define OPEN(fn, omode, cmode, sff) safeopen(fn, omode, cmode, sff)
/illumos-gate/usr/src/tools/ctf/cvt/
H A Ddwarf.c1190 fndef_t *fn; local
1218 fn = xcalloc(sizeof (fndef_t));
1224 fn->fn_ret = die_lookup_pass1(dw, die, DW_AT_type);
1226 fn->fn_ret = tdesc_intr_void(dw);
1232 for (fn->fn_nargs = 0, arg = die_child(dw, die); arg != NULL;
1235 fn->fn_nargs++;
1237 fn->fn_nargs > 0)
1238 fn->fn_vargs = 1;
1241 if (fn->fn_nargs != 0) {
1242 debug(3, "die %llu: adding %d argument%s\n", off, fn
[all...]
/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c268 GlFdEventFn *fn; /* The callback function */ member in struct:__anon4075
327 CplMatchFn *fn; /* The completion callback function */ member in struct:GlCplCallback
351 GlActionFn *fn; /* The function which implements the action */ member in struct:GlExternalAction
441 /* current_acction.fn() */
517 struct timeval dt; /* The inactivity timeout when timer.fn() */
519 GlTimeoutFn *fn; /* The application callback to call when */ member in struct:GetLine::__anon4076
523 /* timer.fn(). */
957 #define GLC_GETC_FN(fn) int (fn)(void *stream)
1190 static int _gl_register_action(GetLine *gl, void *data, GlActionFn *fn,
1342 static const struct {const char *name; KT_KEY_FN(*fn);} gl_actions[] = { member in struct:__anon4080
6218 KtKeyFn *fn = action->fn; local
11009 gl_register_action(GetLine *gl, void *data, GlActionFn *fn, const char *name, const char *keyseq) argument
11042 _gl_register_action(GetLine *gl, void *data, GlActionFn *fn, const char *name, const char *keyseq) argument
[all...]

Completed in 148 milliseconds

1234567891011