Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/efcode/include/fcode/
H A Dprivate.h76 #define FCODE(token, fl, nm, fnc) \ argument
79 do_code(env, token, nm, fnc);
81 #define ANSI(tk, t, nm, fnc) FCODE(tk, (ANSI_WORD|P1275_WORD|t), nm, fnc) argument
82 #define P1275(tk, t, nm, fnc) FCODE(tk, (P1275_WORD|t), nm, fnc) argument
H A Dengine.h277 #define FORTH(fl, nm, fnc) define_word(env, fl, nm, fnc); argument
/titanic_44/usr/src/cmd/lp/cmd/
H A Dlpfilter.c818 static char *opt (fnc)
819 int (*fnc)();
821 if (fnc == add_filter)
823 else if (fnc == reload_filter)
825 else if (fnc == list_filter)
827 else if (fnc == delete_filter)
/titanic_44/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)) in tftp_file_read()
91 return (tftp_file_read_undi(name, fnc)); in tftp_file_read()
222 if ((rc = fnc(tr->u.data.download, in tftp_file_read()
694 int (*fnc)(unsigned char *, unsigned int, unsigned int, int)) in tftp_file_read_undi()
710 rc = fnc(buf, ++block, len, len < packetsize); in tftp_file_read_undi()
/titanic_44/usr/src/uts/common/pcmcia/cs/
H A Dcs_stubs.c520 csx_GetFirstClient(get_firstnext_client_t *fnc) in csx_GetFirstClient() argument
527 return (CardServices(GetFirstClient, fnc)); in csx_GetFirstClient()
531 csx_GetNextClient(get_firstnext_client_t *fnc) in csx_GetNextClient() argument
538 return (CardServices(GetNextClient, fnc)); in csx_GetNextClient()
H A Dcs.c8737 cs_get_firstnext_client(get_firstnext_client_t *fnc, uint32_t flags)
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->Attributes &
[all …]
/titanic_44/usr/src/uts/common/io/scsi/targets/
H A Dst.c6493 func fnc = (func)st_runout; in st_start() local
6498 (void) timeout(fnc, un, drv_usectohz(1000000)); in st_start()