Searched refs:adpp (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/fb/ |
H A D | fbreg.h | 97 typedef int vi_probe_t(int unit, video_adapter_t **adpp, void *arg, int flags); 182 #define vidd_probe(unit, adpp, arg, flags) \ argument 183 (*vidsw[(adp)->va_index]->probe)((unit), (adpp), (arg), (flags))
|
H A D | s3_pci.c | 155 s3lfb_probe(int unit, video_adapter_t **adpp, void *arg, int flags) in s3lfb_probe() argument 157 return (*prevvidsw->probe)(unit, adpp, arg, flags); in s3lfb_probe()
|
H A D | vesa.c | 1199 vesa_probe(int unit, video_adapter_t **adpp, void *arg, int flags) in vesa_probe() argument 1202 return ((*prevvidsw->probe)(unit, adpp, arg, flags)); in vesa_probe()
|
H A D | vga.c | 1367 vga_probe(int unit, video_adapter_t **adpp, void *arg, int flags) in vga_probe() argument 1373 *adpp = &biosadapter[unit]; in vga_probe()
|
/freebsd/contrib/smbfs/lib/smb/ |
H A D | nbns_rq.c | 63 nbns_resolvename(const char *name, struct nb_ctx *ctx, struct sockaddr **adpp) in nbns_resolvename() argument 136 *adpp = (struct sockaddr*)dest; in nbns_resolvename()
|