Home
last modified time | relevance | path

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

/illumos-gate/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)
/illumos-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)) 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()
/illumos-gate/usr/src/uts/common/pcmcia/cs/
H A Dcs_stubs.c521 csx_GetFirstClient(get_firstnext_client_t *fnc) in csx_GetFirstClient() argument
528 return (CardServices(GetFirstClient, fnc)); in csx_GetFirstClient()
532 csx_GetNextClient(get_firstnext_client_t *fnc) in csx_GetNextClient() argument
539 return (CardServices(GetNextClient, fnc)); in csx_GetNextClient()
H A Dcs.c8744 if (fnc->Attributes & CS_GET_FIRSTNEXT_CLIENT_ALL_CLIENTS) {
8757 } else if (fnc->Attributes &
8771 fnc->client_handle = client->client_handle;
8772 fnc->num_clients = sp->num_clients;
8777 sn = GET_CLIENT_SOCKET(fnc->client_handle);
8783 if ((client = cs_find_client(fnc->client_handle,
8805 } else if (fnc->Attributes &
8807 sp = cs_get_sp(GET_CLIENT_SOCKET(fnc->client_handle));
8811 if ((client = cs_find_client(fnc->client_handle,
8824 fnc->client_handle = client->client_handle;
[all …]
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c6493 func fnc = (func)(uintptr_t)st_runout; in st_start() local
6498 (void) timeout(fnc, un, drv_usectohz(1000000)); in st_start()