Searched refs:set_id (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dcatgets.c42 catgets(nl_catd catd_st, int set_id, int msg_id, const char *def_str) argument
81 if (q->__set_no == set_id) {
121 } else if (q->__set_no < set_id)
/illumos-gate/usr/src/lib/libtsol/common/
H A Dlabel.h54 } set_id; typedef in typeref:struct:label_set_identifier
151 extern int blinset(const m_label_t *, const set_id *);
H A Dmisc.c73 blinset(const bslabel_t *label, const set_id *id)
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_sg.c504 * of the server group and find an unused ID. If *set_id is given, it
510 i_ilbd_alloc_srvID(ilbd_sg_t *sg, int32_t *set_id) argument
516 if (set_id != NULL) {
517 assert(sg->isg_id_arr[*set_id] == 0);
518 sg->isg_id_arr[*set_id] = 1;
519 return (*set_id);

Completed in 48 milliseconds