Searched refs:rab (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/vms/
H A Dvms_im.c469 struct RAB *rab; member in struct:user_context
488 (_r) -> rab$b_bid == RAB$C_BID && \
489 (_r) -> rab$b_bln == RAB$C_BLN && \
490 (_r) -> rab$l_ctx != 0 && \
491 (_r) -> rab$l_fab != NULL )
504 struct RAB *rab; local
518 if ((rab = (struct RAB *) malloc(RABL)) == NULL)
529 free(rab);
536 free(rab);
542 *rab
[all...]
H A Dvms.c645 * rab$b_mbc multi-block count.
646 * rab$b_mbf multi-buffer count (used with rah and wbh).
790 * rab$b_mbc multi-block count.
791 * rab$b_mbf multi-buffer count (used with rah and wbh).
809 int acc_cb( int *id_arg, struct FAB *fab, struct RAB *rab) argument
827 rab-> rab$b_mbc = rms_mbc_active;
828 rab-> rab$b_mbf = rms_mbf_active;
836 rab
[all...]
H A Dvms.h233 #define RABL (cc$rms_rab.rab$b_bln)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/vms/
H A Dvms.c151 static struct RAB rab; /* Record Access Block */ variable in typeref:struct:RAB
333 * rab$b_mbc multi-block count.
334 * rab$b_mbf multi-buffer count (used with rah and wbh).
711 rab = cc$rms_rab; /* Initialize RAB. */
715 rab.rab$l_fab = &fileblk; /* Point RAB to FAB. */
718 outrab = &rab;
785 rab.rab$b_mbc = rms_mbc_active;
786 rab
[all...]
H A Dvms.h263 #define RABL (cc$rms_rab.rab$b_bln)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dvfs.c808 struct raparm_hbucket *rab; local
811 rab = &raparm_hash[hash];
813 spin_lock(&rab->pb_lock);
814 for (rap = &rab->pb_head; (ra = *rap); rap = &ra->p_next) {
823 spin_unlock(&rab->pb_lock);
833 if (rap != &rab->pb_head) {
835 ra->p_next = rab->pb_head;
836 rab->pb_head = ra;
840 spin_unlock(&rab->pb_lock);
1095 struct raparm_hbucket *rab local
[all...]

Completed in 110 milliseconds