Searched defs:msg_list (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/ |
H A D | ibmf_msg.c | 211 * The msg_list parameter should be either IBMF_REG_MSG_LIST 217 ibmf_rmpp_hdr_t *rmpp_hdr, boolean_t msg_list) 234 if (msg_list == IBMF_REG_MSG_LIST) 215 ibmf_i_find_msg(ibmf_client_t *clientp, uint64_t tid, uint8_t mgt_class, uint8_t r_method, ib_lid_t lid, ib_gid_t *gid, boolean_t gid_pr, ibmf_rmpp_hdr_t *rmpp_hdr, boolean_t msg_list) argument
|
/illumos-gate/usr/src/lib/libbsm/ |
H A D | auditxml.pm | 412 my @kid = $obj->getKids(); # kids of msg_list are msg 428 print STDERR "invalid tag in <msg_list> block: $class\n"; 503 %msg_list = (); # messageList string list id to obj 504 @msg_list = (); # id list 521 register('msg_list', 0, \&msg_list); 648 # getNextMsgId reads from @msg_list destructively. 653 return undef unless (@msg_list); 655 my $id = shift @msg_list; 657 return ($id, $msg_list{ 769 sub msg_list { subroutine [all...] |
/illumos-gate/usr/src/uts/common/sys/ |
H A D | msg_impl.h | 98 list_t msg_list; /* list of messages on q */ member in struct:kmsqid
|
/illumos-gate/usr/src/lib/libc/port/i18n/ |
H A D | gettext.h | 83 struct msg_struct *msg_list; /* message list */ member in struct:__anon122
|
Completed in 999 milliseconds