Home
last modified time | relevance | path

Searched defs:qh (Results 1 – 25 of 56) sorted by relevance

123

/netbsd-src/lib/libquota/
H A Dquota_kernel.c50 __quota_kernel_stat(struct quotahandle *qh, struct quotastat *stat) in __quota_kernel_stat()
60 __quota_kernel_getimplname(struct quotahandle *qh) in __quota_kernel_getimplname()
71 __quota_kernel_getrestrictions(struct quotahandle *qh) in __quota_kernel_getrestrictions()
83 __quota_kernel_getnumidtypes(struct quotahandle *qh) in __quota_kernel_getnumidtypes()
94 __quota_kernel_idtype_getname(struct quotahandle *qh, int idtype) in __quota_kernel_idtype_getname()
109 __quota_kernel_getnumobjtypes(struct quotahandle *qh) in __quota_kernel_getnumobjtypes()
120 __quota_kernel_objtype_getname(struct quotahandle *qh, int objtype) in __quota_kernel_objtype_getname()
135 __quota_kernel_objtype_isbytes(struct quotahandle *qh, int objtype) in __quota_kernel_objtype_isbytes()
150 __quota_kernel_quotaon(struct quotahandle *qh, int idtype) in __quota_kernel_quotaon()
185 __quota_kernel_quotaoff(struct quotahandle *qh, int idtype) in __quota_kernel_quotaoff()
[all …]
H A Dquota_schema.c48 quota_getimplname(struct quotahandle *qh) in quota_getimplname()
69 quota_getrestrictions(struct quotahandle *qh) in quota_getrestrictions()
92 quota_getnumidtypes(struct quotahandle *qh) in quota_getnumidtypes()
110 quota_idtype_getname(struct quotahandle *qh, int idtype) in quota_idtype_getname()
136 quota_getnumobjtypes(struct quotahandle *qh) in quota_getnumobjtypes()
151 quota_objtype_getname(struct quotahandle *qh, int objtype) in quota_objtype_getname()
175 quota_objtype_isbytes(struct quotahandle *qh, int objtype) in quota_objtype_isbytes()
H A Dquota_open.c49 struct quotahandle *qh; in quota_open() local
132 quota_getmountpoint(struct quotahandle *qh) in quota_getmountpoint()
138 quota_getmountdevice(struct quotahandle *qh) in quota_getmountdevice()
144 quota_close(struct quotahandle *qh) in quota_close()
158 quota_quotaon(struct quotahandle *qh, int idtype) in quota_quotaon()
176 quota_quotaoff(struct quotahandle *qh, int idtype) in quota_quotaoff()
H A Dquota_oldfiles.c251 __quota_oldfiles_defquotafile(struct quotahandle *qh, int idtype, in __quota_oldfiles_defquotafile()
262 __quota_oldfiles_getquotafile(struct quotahandle *qh, int idtype, in __quota_oldfiles_getquotafile()
362 __quota_oldfiles_open(struct quotahandle *qh, const char *path, int *fd_ret) in __quota_oldfiles_open()
378 __quota_oldfiles_initialize(struct quotahandle *qh) in __quota_oldfiles_initialize()
435 __quota_oldfiles_getimplname(struct quotahandle *qh) in __quota_oldfiles_getimplname()
441 __quota_oldfiles_quotaon(struct quotahandle *qh, int idtype) in __quota_oldfiles_quotaon()
480 __quota_oldfiles_doget(struct quotahandle *qh, const struct quotakey *qk, in __quota_oldfiles_doget()
566 __quota_oldfiles_doput(struct quotahandle *qh, const struct quotakey *qk, in __quota_oldfiles_doput()
678 __quota_oldfiles_get(struct quotahandle *qh, const struct quotakey *qk, in __quota_oldfiles_get()
685 __quota_oldfiles_put(struct quotahandle *qh, const struct quotakey *qk, in __quota_oldfiles_put()
[all …]
H A Dquota_delete.c40 quota_delete(struct quotahandle *qh, const struct quotakey *qk) in quota_delete()
H A Dquota_put.c40 quota_put(struct quotahandle *qh, const struct quotakey *qk, in quota_put()
H A Dquota_get.c50 quota_get(struct quotahandle *qh, const struct quotakey *qk, struct quotaval *qv) in quota_get()
/netbsd-src/sys/external/bsd/dwc2/dist/
H A Ddwc2_hcdqueue.c81 static void dwc2_qh_init(struct dwc2_hsotg *hsotg, struct dwc2_qh *qh, in dwc2_qh_init()
225 struct dwc2_qh *qh; in dwc2_hcd_qh_create() local
258 void dwc2_hcd_qh_free(struct dwc2_hsotg *hsotg, struct dwc2_qh *qh) in dwc2_hcd_qh_free()
329 struct dwc2_qh *qh) in dwc2_check_periodic_bandwidth()
378 static int dwc2_find_single_uframe(struct dwc2_hsotg *hsotg, struct dwc2_qh *qh) in dwc2_find_single_uframe()
397 static int dwc2_find_multi_uframe(struct dwc2_hsotg *hsotg, struct dwc2_qh *qh) in dwc2_find_multi_uframe()
453 static int dwc2_find_uframe(struct dwc2_hsotg *hsotg, struct dwc2_qh *qh) in dwc2_find_uframe()
481 struct dwc2_qh *qh) in dwc2_check_max_xfer_size()
510 static int dwc2_schedule_periodic(struct dwc2_hsotg *hsotg, struct dwc2_qh *qh) in dwc2_schedule_periodic()
584 struct dwc2_qh *qh) in dwc2_deschedule_periodic()
[all …]
H A Ddwc2_hcdddma.c84 static u16 dwc2_max_desc_num(struct dwc2_qh *qh) in dwc2_max_desc_num()
91 static u16 dwc2_frame_incr_val(struct dwc2_qh *qh) in dwc2_frame_incr_val()
97 static int dwc2_desc_list_alloc(struct dwc2_hsotg *hsotg, struct dwc2_qh *qh, in dwc2_desc_list_alloc()
128 static void dwc2_desc_list_free(struct dwc2_hsotg *hsotg, struct dwc2_qh *qh) in dwc2_desc_list_free()
233 static void dwc2_update_frame_list(struct dwc2_hsotg *hsotg, struct dwc2_qh *qh, in dwc2_update_frame_list()
296 struct dwc2_qh *qh) in dwc2_release_channel_ddma()
342 int dwc2_hcd_qh_init_ddma(struct dwc2_hsotg *hsotg, struct dwc2_qh *qh, in dwc2_hcd_qh_init_ddma()
388 void dwc2_hcd_qh_free_ddma(struct dwc2_hsotg *hsotg, struct dwc2_qh *qh) in dwc2_hcd_qh_free_ddma()
415 static u8 dwc2_frame_to_desc_idx(struct dwc2_qh *qh, u16 frame_idx) in dwc2_frame_to_desc_idx()
429 struct dwc2_qh *qh, u16 *skip_frames) in dwc2_calc_starting_frame()
[all …]
H A Ddwc2_hcd.c84 struct dwc2_qh *qh; in dwc2_dump_channel_info() local
146 struct dwc2_qh *qh, *qh_tmp; in dwc2_kill_urbs_in_qh_list() local
162 struct dwc2_qh *qh, *qh_tmp; in dwc2_qh_list_free() local
419 struct dwc2_hcd_urb *urb, struct dwc2_qh *qh, in dwc2_hcd_urb_enqueue()
487 struct dwc2_qh *qh; in dwc2_hcd_urb_dequeue() local
718 static int dwc2_hc_setup_align_buf(struct dwc2_hsotg *hsotg, struct dwc2_qh *qh, in dwc2_hc_setup_align_buf()
778 static int dwc2_assign_and_init_hc(struct dwc2_hsotg *hsotg, struct dwc2_qh *qh) in dwc2_assign_and_init_hc()
911 struct dwc2_qh *qh; in dwc2_hcd_select_transactions() local
1082 struct dwc2_qh *qh; in dwc2_process_periodic_channels() local
1222 struct dwc2_qh *qh; in dwc2_process_non_periodic_channels() local
/netbsd-src/usr.sbin/quotarestore/
H A Dquotarestore.c152 maketables(struct quotahandle *qh) in maketables()
313 scankeys(struct quotahandle *qh, struct qklist *seenkeys, in scankeys()
348 purge(struct quotahandle *qh, struct qklist *dropkeys) in purge()
363 readdumpfile(struct quotahandle *qh, FILE *f, const char *path, in readdumpfile()
515 struct quotahandle *qh; in main() local
/netbsd-src/external/lgpl3/gmp/dist/mpn/generic/
H A Ddcpi1_div_qr.c47 mp_limb_t cy, qh, ql; in mpn_dcpi1_div_qr_n() local
96 mp_limb_t qh, cy; in mpn_dcpi1_div_qr() local
H A Ddcpi1_divappr_q.c47 mp_limb_t cy, qh, ql; in mpn_dcpi1_divappr_q_n() local
89 mp_limb_t qh, cy, qsave; in mpn_dcpi1_divappr_q() local
H A Dmu_div_qr.c106 mp_limb_t cy, qh; in mpn_mu_div_qr() local
167 mp_limb_t cy, qh; in mpn_mu_div_qr2() local
245 mp_limb_t cy, cx, qh; in mpn_preinv_mu_div_qr() local
H A Dmu_divappr_q.c86 mp_limb_t cy, qh; in mpn_mu_divappr_q() local
172 mp_limb_t cy, cx, qh; in mpn_preinv_mu_divappr_q() local
H A Ddcpi1_div_q.c46 mp_limb_t qh; in mpn_dcpi1_div_q() local
H A Ddiv_qr_2n_pi1.c47 mp_limb_t qh; in mpn_div_qr_2n_pi1() local
H A Ddiv_qr_1.c51 mpn_div_qr_1 (mp_ptr qp, mp_limb_t *qh, mp_srcptr up, mp_size_t n, in mpn_div_qr_1()
H A Ddiv_qr_2u_pi1.c48 mp_limb_t qh; in mpn_div_qr_2u_pi1() local
H A Dsbpi1_div_qr.c48 mp_limb_t qh; in mpn_sbpi1_div_qr() local
H A Dsbpi1_divappr_q.c49 mp_limb_t qh; in mpn_sbpi1_divappr_q() local
/netbsd-src/usr.sbin/quotaon/
H A Dquotaon.c81 struct quotahandle *qh; in main() local
216 quotaonoff(struct fstab *fs, struct quotahandle *qh, int offmode, int idtype, in quotaonoff()
/netbsd-src/usr.sbin/repquota/
H A Drepquota.c129 struct quotahandle *qh; in main() local
226 repquota(struct quotahandle *qh, int idtype) in repquota()
277 printquotas(int idtype, struct quotahandle *qh) in printquotas()
/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dmulders.c157 mp_limb_t qh, d1, d0, q2, q1, q0; in mpfr_divhigh_n_basecase() local
243 mp_limb_t qh, cy; in mpfr_divhigh_n() local
/netbsd-src/external/lgpl3/gmp/dist/tests/mpn/
H A Dt-div.c449 mp_limb_t qh; in main() local
475 mp_limb_t qh; in main() local

123