Home
last modified time | relevance | path

Searched refs:retrieve (Results 1 – 25 of 42) sorted by relevance

12

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dnic.h26 int (*poll)P((struct nic *, int retrieve));
41 extern int eth_poll(int retrieve);
H A Depic100.c53 static int epic100_poll(struct nic *nic, int retrieve);
368 epic100_poll(struct nic *nic, int retrieve) in epic100_poll() argument
378 if ( ! retrieve ) return 1; in epic100_poll()
H A Dpnic.c128 static int pnic_poll(struct nic *nic, int retrieve) in pnic_poll() argument
143 if ( ! retrieve ) return ( 1 ); in pnic_poll()
H A Drtl8139.c180 static int rtl_poll(struct nic *nic, int retrieve);
423 static int rtl_poll(struct nic *nic, int retrieve) in rtl_poll() argument
434 if ( ! retrieve ) return 1; in rtl_poll()
H A Dnatsemi.c224 static int natsemi_poll(struct nic *nic, int retrieve);
676 natsemi_poll(struct nic *nic, int retrieve) in natsemi_poll() argument
687 if ( ! retrieve ) return 1; in natsemi_poll()
H A Ddavicom.c161 static int davicom_poll(struct nic *nic, int retrieve);
580 static int davicom_poll(struct nic *nic, int retrieve) in davicom_poll() argument
587 if ( ! retrieve ) return 1; in davicom_poll()
H A D3c595.c227 static int t595_poll(struct nic *nic, int retrieve) in t595_poll() argument
263 if ( ! retrieve ) return 1; in t595_poll()
H A Deepro100.c482 static int eepro100_poll(struct nic *nic, int retrieve) in eepro100_poll() argument
491 if ( ! retrieve ) return 1; in eepro100_poll()
H A Dns8390.c333 static int ns8390_poll(struct nic *nic, int retrieve);
488 static int ns8390_poll(struct nic *nic, int retrieve) in ns8390_poll() argument
514 if ( ! retrieve ) return 1; in ns8390_poll()
H A Dsis900.c150 static int sis900_poll(struct nic *nic, int retrieve);
1148 sis900_poll(struct nic *nic, int retrieve) in sis900_poll() argument
1163 if ( ! retrieve ) return 1; in sis900_poll()
H A D3c90x.c602 a3c90x_poll(struct nic *nic, int retrieve) in a3c90x_poll() argument
611 if ( ! retrieve ) return 1; in a3c90x_poll()
H A Dw89c840.c379 static int w89c840_poll(struct nic *nic, int retrieve) in w89c840_poll() argument
404 if ( !retrieve ) { in w89c840_poll()
H A Dforcedeth.c800 static int forcedeth_poll(struct nic *nic, int retrieve) in forcedeth_poll() argument
817 if ( ! retrieve ) return 1; in forcedeth_poll()
H A Dns83820.c673 static int ns83820_poll(struct nic *nic, int retrieve) in ns83820_poll() argument
688 if ( ! retrieve ) return 1; in ns83820_poll()
H A Dpcnet32.c542 static int pcnet32_poll(struct nic *nic __unused, int retrieve) in pcnet32_poll() argument
557 if ( ! retrieve ) return 1; in pcnet32_poll()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dccfns.c101 ret = cache->ops->retrieve(context, cache, flags, mcreds, creds); in krb5_cc_retrieve_cred()
112 ret = cache->ops->retrieve(context, cache, flags, mcreds, creds); in krb5_cc_retrieve_cred()
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dtiget.ed5 * Routines to retrieve a value based on the short terminfo name.
H A Dtifget.ed5 * Routines to retrieve a value based on the short terminfo name.
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_auth.c918 goto retrieve; in nfsauth_cache_get()
927 goto retrieve; in nfsauth_cache_get()
968 goto retrieve; in nfsauth_cache_get()
1203 retrieve: in nfsauth_cache_get()
/illumos-gate/usr/src/lib/libnwam/
H A DREADME140 changes). However, it is possible that a _read() will retrieve an
358 retrieve using these.
404 nwam_value_t structures; see the Values section for how to store/retrieve
453 section for how to store/retrieve using these.
/illumos-gate/usr/src/uts/sparc/dtrace/
H A Ddtrace_asm.S154 sub %o1, 16, %o1 ! Can only retrieve %l's and %i's
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dcommon179 #define va_listval(p) (*(p)) /* retrieve va_list from va_arg(ap,va_listarg) */
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dcommon178 #define va_listval(p) (p) /* retrieve va_list from va_arg(ap,va_listarg) */
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dcommon178 #define va_listval(p) (p) /* retrieve va_list from va_arg(ap,va_listarg) */
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dcommon179 #define va_listval(p) (p) /* retrieve va_list from va_arg(ap,va_listarg) */

12