Searched refs:user_priority (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/lp/lib/users/
H A Dllib-llpusr53 struct user_priority
H A Dstorepri.c46 print_tbl(struct user_priority * ppri_tbl)
69 output_tbl(int fd, struct user_priority *ppri_tbl)
H A Dloadpri.c60 same order as the fields occur in the user_priority structure,
74 struct user_priority * ld_priority_file ( char * path )
80 static struct user_priority pri_tbl;
174 int add_user ( struct user_priority * ppri_tbl, char * user, int limit )
243 int del_user ( struct user_priority * ppri_tbl, char * user )
H A Dusermgmt.c40 static struct user_priority *ppri_tbl;
41 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 in struct:_l4_tcp_cached_state_t
/illumos-gate/usr/src/cmd/lp/cmd/
H A Dlpusers.c63 struct user_priority *ppri_tbl, *ld_priority_file();
/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)
2580 DbgBreakIf(tcp->tcp_cached.user_priority > 0x7);
2583 xtcp_st->ethernet.vlan_params |= (tcp->tcp_cached.user_priority << XSTORM_ETH_CONTEXT_SECTION_PRIORITY_SHIFT);
3638 /* user_priority */
3639 if (tcp->tcp_cached.user_priority != tcp_cached->user_priority) {
3640 DbgMessage(pdev, INFORMl4sp, "## tcp_cached [cid=%d] update : user_priority changed from %d to %d\n",
3641 tcp->cid, tcp->tcp_cached.user_priority, tcp_cached->user_priority);
3642 DbgBreakIf(tcp_cached->user_priority >
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dgld.c365 static uint32_t user_priority[] = { variable
384 #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 in struct:toe_update_ramrod_cached_params

Completed in 1163 milliseconds