Symbol: user_priority
usr/src/cmd/lp/cmd/lpusers.c
63
struct user_priority *ppri_tbl, *ld_priority_file();
usr/src/cmd/lp/lib/users/loadpri.c
172
int add_user ( struct user_priority * ppri_tbl, char * user, int limit )
usr/src/cmd/lp/lib/users/loadpri.c
241
int del_user ( struct user_priority * ppri_tbl, char * user )
usr/src/cmd/lp/lib/users/loadpri.c
72
struct user_priority * ld_priority_file ( char * path )
usr/src/cmd/lp/lib/users/loadpri.c
78
static struct user_priority pri_tbl;
usr/src/cmd/lp/lib/users/storepri.c
44
print_tbl(struct user_priority * ppri_tbl)
usr/src/cmd/lp/lib/users/storepri.c
67
output_tbl(int fd, struct user_priority *ppri_tbl)
usr/src/cmd/lp/lib/users/usermgmt.c
38
static struct user_priority *ppri_tbl;
usr/src/cmd/lp/lib/users/usermgmt.c
39
struct user_priority *ld_priority_file();
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/5710_hsi.h
9843
u8_t user_priority /* Only 4 bits are used */;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
2578
if (tcp->tcp_cached.user_priority > 0x7)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
2580
DbgBreakIf(tcp->tcp_cached.user_priority > 0x7);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
2583
xtcp_st->ethernet.vlan_params |= (tcp->tcp_cached.user_priority << XSTORM_ETH_CONTEXT_SECTION_PRIORITY_SHIFT);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
3639
if (tcp->tcp_cached.user_priority != tcp_cached->user_priority) {
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
3641
tcp->cid, tcp->tcp_cached.user_priority, tcp_cached->user_priority);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
3642
DbgBreakIf(tcp_cached->user_priority > 0x7);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
3643
tcp->tcp_cached.user_priority = tcp_cached->user_priority;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
3644
ctx->user_priority = tcp_cached->user_priority;
usr/src/uts/common/io/bnxe/577xx/include/l4states.h
207
u8_t user_priority; /* 5 MSBs are always 0 */
usr/src/uts/common/io/gld.c
360
static uint32_t user_priority[] = {
usr/src/uts/common/io/gld.c
379
#define UPRI(gld, band) ((band != 0) ? user_priority[(band)] : (gld)->gld_upri)