Searched refs:fnc (Results 1 - 7 of 7) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/efcode/include/fcode/
H A Dprivate.h76 #define FCODE(token, fl, nm, fnc) \
79 do_code(env, token, nm, fnc);
81 #define ANSI(tk, t, nm, fnc) FCODE(tk, (ANSI_WORD|P1275_WORD|t), nm, fnc)
82 #define P1275(tk, t, nm, fnc) FCODE(tk, (P1275_WORD|t), nm, fnc)
H A Dengine.h277 #define FORTH(fl, nm, fnc) define_word(env, fl, nm, fnc);
/opensolaris-onvv-gate/usr/src/cmd/lp/cmd/
H A Dlpfilter.c820 static char *opt (fnc)
821 int (*fnc)();
823 if (fnc == add_filter)
825 else if (fnc == reload_filter)
827 else if (fnc == list_filter)
829 else if (fnc == delete_filter)
/opensolaris-onvv-gate/usr/src/grub/grub-0.97/netboot/
H A Dfsys_tftp.c39 int (*fnc)(unsigned char *, unsigned int, unsigned int, int));
84 int tftp_file_read(const char *name, int (*fnc)(unsigned char *, unsigned int, unsigned int, int))
91 return (tftp_file_read_undi(name, fnc));
222 if ((rc = fnc(tr->u.data.download,
225 if (len < packetsize) { /* End of data --- fnc should not have returned */
694 int (*fnc)(unsigned char *, unsigned int, unsigned int, int))
705 /* read blocks and invoke fnc for each block */
710 rc = fnc(buf, ++block, len, len < packetsize);
/opensolaris-onvv-gate/usr/src/uts/common/pcmcia/cs/
H A Dcs_stubs.c520 csx_GetFirstClient(get_firstnext_client_t *fnc) argument
527 return (CardServices(GetFirstClient, fnc));
531 csx_GetNextClient(get_firstnext_client_t *fnc) argument
538 return (CardServices(GetNextClient, fnc));
H A Dcs.c8737 cs_get_firstnext_client(get_firstnext_client_t *fnc, uint32_t flags) argument
8746 if (fnc->Attributes & CS_GET_FIRSTNEXT_CLIENT_ALL_CLIENTS) {
8759 } else if (fnc->Attributes &
8761 if ((sp = cs_get_sp(CS_GET_SOCKET_NUMBER(fnc->Socket))) ==
8773 fnc->client_handle = client->client_handle;
8774 fnc->num_clients = sp->num_clients;
8778 if (fnc->Attributes & CS_GET_FIRSTNEXT_CLIENT_ALL_CLIENTS) {
8779 sn = GET_CLIENT_SOCKET(fnc->client_handle);
8785 if ((client = cs_find_client(fnc->client_handle,
8807 } else if (fnc
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c6495 func fnc = (func)st_runout; local
6500 (void) timeout(fnc, un, drv_usectohz(1000000));

Completed in 204 milliseconds