Searched refs:fnc (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/lp/cmd/ |
H A D | lpfilter.c | 818 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 D | fsys_tftp.c | 39 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 D | cs_stubs.c | 521 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 D | cs.c | 8735 cs_get_firstnext_client(get_firstnext_client_t *fnc, uint32_t flags) 8744 if (fnc->Attributes & CS_GET_FIRSTNEXT_CLIENT_ALL_CLIENTS) { 8757 } else if (fnc->Attributes & 8759 if ((sp = cs_get_sp(CS_GET_SOCKET_NUMBER(fnc->Socket))) == 8771 fnc->client_handle = client->client_handle; 8772 fnc->num_clients = sp->num_clients; 8776 if (fnc->Attributes & CS_GET_FIRSTNEXT_CLIENT_ALL_CLIENTS) { 8777 sn = GET_CLIENT_SOCKET(fnc->client_handle); 8783 if ((client = cs_find_client(fnc->client_handle, 8805 } else if (fnc->Attributes & [all …]
|
/illumos-gate/usr/src/uts/common/io/scsi/targets/ |
H A D | st.c | 6493 func fnc = (func)(uintptr_t)st_runout; in st_start() local 6498 (void) timeout(fnc, un, drv_usectohz(1000000)); in st_start()
|