Searched refs:fn (Results 226 - 250 of 273) sorted by relevance

1234567891011

/illumos-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_dev.c1525 int (*fn)();
1532 fn = (blindfn_t)(((long *)io)[f]);
1533 rc = (*fn)(a, b, c);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_k_decode.c1007 #define opt_string(val,n,fn) opt_lenfield((val).length,(val).data,n,fn)
1115 #define opt_encfield(fld,tag,fn) \
1117 get_field(fld,tag,fn); } \
/illumos-gate/usr/src/cmd/diff/
H A Ddiff.c1912 copytemp(char *fn) argument
1923 if ((ifd = (strcmp(fn, "-") ? open(fn, 0) : 0)) < 0) {
1925 (void) fprintf(stderr, gettext("cannot open %s\n"), fn);
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h513 extern void lcwrite(char *fn, FILE *fi, FILE *fo, int addnl);
/illumos-gate/usr/src/cmd/find/
H A Dfind.c1334 char *fn; local
1345 fn = name + state->base;
1346 if (strcmp(fn, ".") == 0) {
1351 if (strchr(fn, '/') != NULL) {
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.h539 void qlt_el_msg(qlt_state_t *qlt, const char *fn, int ce, ...);
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_flow.c586 mac_flow_walk_nolock(flow_tab_t *ft, int (*fn)(flow_entry_t *, void *),
599 err = (*fn)(flent, arg);
612 mac_flow_walk(flow_tab_t *ft, int (*fn)(flow_entry_t *, void *),
621 err = mac_flow_walk_nolock(ft, fn, arg);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_hw.c155 dev->fn = OCE_PCI_FUNC(dev);
/illumos-gate/usr/src/uts/common/io/usb/clients/audio/usb_ac/
H A Dusb_ac.c5055 audio_ctrl_wr_t fn; local
5072 fn = usb_audio_write_mono_vol;
5082 fn = usb_audio_write_ster_vol;
5093 fn = usb_audio_write_mono_rec;
5103 fn = usb_audio_write_stero_rec;
5114 fn = usb_audio_write_monitor_gain;
5124 fn = usb_audio_write_mic_boost;
5137 fn = usb_audio_write_rec_src;
5152 usb_audio_ctrl_read, fn, pc);
/illumos-gate/usr/src/lib/efcode/engine/
H A Dpackage.c41 check_my_self(fcode_env_t *env, char *fn) argument
44 forth_abort(env, "%s: MYSELF is NULL", fn);
/illumos-gate/usr/src/cmd/mailx/
H A Dcollect.c795 lcwrite(char *fn, FILE *fi, FILE *fo, int addnl) argument
800 printf("\"%s\" ", fn);
/illumos-gate/usr/src/uts/common/ipp/meters/
H A Dtokenmtddi.c794 tokenmt_info(ipp_action_id_t aid, int (*fn)(nvlist_t *, void *), void *arg,
949 rc = fn(nvlp, arg);
/illumos-gate/usr/src/uts/sun4v/io/
H A Dds_drv.c89 #define DS_DISPATCH(fn, arg) taskq_dispatch(ds_taskq, fn, arg, TQ_SLEEP)
/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h326 #define SO_BLOCK_FALLBACK(so, fn) \
332 return (fn); \
/illumos-gate/usr/src/uts/common/ipp/
H A Dippctl.c1812 char *fn,
1827 printf("%s: %s", fn, buf);
1810 ippctl_debug( uint64_t type, char *fn, char *fmt, ...) argument
H A Dippconf.c919 int (*fn)(nvlist_t *, void *),
963 if ((rc = ippo->ippo_action_info(aid, fn, arg, flags)) != 0) {
3587 const char *fn,
3602 printf("(%llx) %s: %s", (unsigned long long)curthread->t_did, fn,
3585 ipp_debug( uint64_t type, const char *fn, char *fmt, ...) argument
/illumos-gate/usr/src/uts/common/fs/
H A Dfem.c3126 struct fem_node *fn; local
3129 fn = sp->feml_nodes+i;
3130 if (fn->fn_op.anon == opset &&
3131 (fn->fn_available == datap || datap == NULL)) {
3140 * At this point we have a node in-hand (*fn) that we are about
3145 if (fn->fn_av_rele)
3146 (*(fn->fn_av_rele))(fn->fn_available);
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumptape.c772 toslave(void (*fn)(), ino_t inumber) argument
798 if (fn)
799 (*fn)(inumber);
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dfunctions.sh946 typeset fn=$2
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_fil_solaris.c328 #define HOOK_INIT_GZ_BEFORE(x, fn, n, gzn, a) \
329 HOOK_INIT(x, fn, ifs->ifs_gz_controlled ? gzn : n, ifs); \
346 #define HOOK_INIT_GZ_AFTER(x, fn, n, gzn, a) \
347 HOOK_INIT(x, fn, ifs->ifs_gz_controlled ? gzn : n, ifs); \
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dcommon.h333 int t4_eeprom_ptov(unsigned int phys_addr, unsigned int fn, unsigned int sz);
H A Dt4_hw.c537 * @fn: the PCI function number
549 * where A = @fn * @sz, and ES = EEPROM size.
552 t4_eeprom_ptov(unsigned int phys_addr, unsigned int fn, unsigned int sz) argument
554 fn *= sz;
557 if (phys_addr < 1024 + fn)
558 return (EEPROMSIZE - fn + phys_addr - 1024);
560 return (phys_addr - 1024 - fn);
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dvdbe.c1421 int ft, fn; local
1424 fn = pNos->flags;
1425 if( (ft | fn) & MEM_Null ){
1434 }else if( (ft & fn & MEM_Int)==MEM_Int ){
1436 }else if( (ft & MEM_Int)!=0 && (fn & MEM_Str)!=0 && toInt(pNos->z,&v) ){
1438 }else if( (fn & MEM_Int)!=0 && (ft & MEM_Str)!=0 && toInt(pTos->z,&v) ){
/illumos-gate/usr/src/cmd/picl/plugins/common/devtree/
H A Dpicldevtree.c3198 fn:3, /* function number */ member in struct:__anon38
3213 if (p->fn)
3214 len = snprintf(buf, sz, "%x,%x", p->dev, p->fn);
3219 len = snprintf(buf, sz, "i%x,%x,%x,%x", p->dev, p->fn, p->reg,
3223 len = snprintf(buf, sz, "m%x,%x,%x,%x", p->dev, p->fn, p->reg,
3227 len = snprintf(buf, sz, "x%x,%x,%x,%x%08x", p->dev, p->fn,
/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc247 int _xftw(int ver, const char *path, int (*fn)(), int depth);
752 int nftw(const char *path, int (*fn)(), int depth, int flags);
895 int (*ssignal(int sig, int (*fn)())) ();

Completed in 387 milliseconds

1234567891011