Home
last modified time | relevance | path

Searched refs:open_module (Results 1 – 24 of 24) sorted by relevance

/netbsd-src/usr.sbin/altq/libaltq/
H A Dqop_fifoq.c177 (fifoq_fd = open_module(FIFOQ_DEVICE, O_RDWR)) < 0) { in fifoq_attach()
H A Dqop_wfq.c210 (wfq_fd = open_module(WFQ_DEVICE, O_RDWR)) < 0) { in wfq_attach()
H A Dqop_blue.c206 (blue_fd = open_module(BLUE_DEVICE, O_RDWR)) < 0) { in blue_attach()
H A Daltq_qop.h186 int open_module(const char *devname, int flags);
H A Dqop_red.c235 (red_fd = open_module(RED_DEVICE, O_RDWR)) < 0) { in red_attach()
H A Dqop_rio.c280 (rio_fd = open_module(RIO_DEVICE, O_RDWR)) < 0) { in rio_attach()
H A Dqop_priq.c356 (priq_fd = open_module(PRIQ_DEVICE, O_RDWR)) < 0) { in priq_attach()
H A Dqop_jobs.c523 (jobs_fd = open_module(JOBS_DEVICE, O_RDWR)) < 0) { in jobs_attach()
H A Dqop_cdnr.c673 (cdnr_fd = open_module(CDNR_DEVICE, O_RDWR)) < 0) { in cdnr_attach()
H A Dqop_cbq.c928 (cbq_fd = open_module(CBQ_DEVICE, O_RDWR)) < 0) { in cbq_attach()
H A Dqop_hfsc.c997 (hfsc_fd = open_module(HFSC_DEVICE, O_RDWR)) < 0) { in hfsc_attach()
H A Dqop.c1409 open_module(const char *dvname, int flags) in open_module() function
/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dannotate.c141 db = open_module (); in annotate()
H A Dmodules.c70 open_module (void) in open_module() function
910 if (!(db = open_module ())) in cat_module()
H A Dls.c203 db = open_module (); in ls()
H A Dcvs.h484 DBM *open_module (void);
H A Dcheckout.c361 db = open_module (); in checkout()
H A Dpatch.c257 db = open_module (); in patch()
H A Dtag.c303 db = open_module (); in cvstag()
H A Dacl.c839 db = open_module (); in cvsacl()
H A Dlog.c420 db = open_module (); in cvslog()
H A Dserver.c5709 db = open_module (); in serve_expand_modules()
H A DChangeLog-96273 run_exec), modules.c (open_module, cat_module, do_module), update.c
H A DChangeLog1017 * modules.c (open_module): Ditto.