Home
last modified time | relevance | path

Searched refs:user_priority (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/lp/lib/users/
H A Dloadpri.c72 struct user_priority * ld_priority_file ( char * path ) in ld_priority_file()
78 static struct user_priority pri_tbl; in ld_priority_file()
172 int add_user ( struct user_priority * ppri_tbl, char * user, int limit ) in add_user()
241 int del_user ( struct user_priority * ppri_tbl, char * user ) in del_user()
H A Dstorepri.c44 print_tbl(struct user_priority * ppri_tbl) in print_tbl()
67 output_tbl(int fd, struct user_priority *ppri_tbl) in output_tbl()
H A Dusermgmt.c38 static struct user_priority *ppri_tbl;
39 struct user_priority *ld_priority_file();
/illumos-gate/usr/src/cmd/lp/include/
H A Dusers.h57 struct user_priority struct
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/include/
H A Dl4states.h207 u8_t user_priority; /* 5 MSBs are always 0 */ member
/illumos-gate/usr/src/cmd/lp/cmd/
H A Dlpusers.c63 struct user_priority *ppri_tbl, *ld_priority_file(); in main()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4sp.c2578 if (tcp->tcp_cached.user_priority > 0x7) in _lm_tcp_init_xstorm_tcp_context()
2580 DbgBreakIf(tcp->tcp_cached.user_priority > 0x7); in _lm_tcp_init_xstorm_tcp_context()
2583 …xtcp_st->ethernet.vlan_params |= (tcp->tcp_cached.user_priority << XSTORM_ETH_CONTEXT_SECTION_PRI… in _lm_tcp_init_xstorm_tcp_context()
3639 if (tcp->tcp_cached.user_priority != tcp_cached->user_priority) { in lm_tcp_set_tcp_cached()
3641 tcp->cid, tcp->tcp_cached.user_priority, tcp_cached->user_priority); in lm_tcp_set_tcp_cached()
3642 DbgBreakIf(tcp_cached->user_priority > 0x7); in lm_tcp_set_tcp_cached()
3643 tcp->tcp_cached.user_priority = tcp_cached->user_priority; in lm_tcp_set_tcp_cached()
3644 ctx->user_priority = tcp_cached->user_priority; in lm_tcp_set_tcp_cached()
/illumos-gate/usr/src/uts/common/io/
H A Dgld.c360 static uint32_t user_priority[] = { variable
379 #define UPRI(gld, band) ((band != 0) ? user_priority[(band)] : (gld)->gld_upri)
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/
H A D5710_hsi.h9843 u8_t user_priority /* Only 4 bits are used */; member