Searched defs:nick (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/scsi/plugins/ses/ses2/common/
H A Dses2_enclosure_ctl.c204 const char *nick; local
212 (void) nvpair_value_string(nvp, (char **)&nick);
213 len = strlen(nick);
220 "maximum length %lu", nick, max));
227 bcopy(nick, pip->sspci_subenclosure_nickname, len);
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvcauth_des.c306 int nick; local
336 nick = 0;
339 nick = 1;
353 return (nick ? AUTH_REJECTEDVERF : AUTH_BADVERF);
355 if (nick && BEFORE(&timestamp,
381 return (nick ? AUTH_REJECTEDVERF : AUTH_BADCRED);
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dsvcauthdes.c89 uint32_t nickname; /* nick name id */
145 bool_t nick; local
184 nick = FALSE;
188 nick = TRUE;
207 if (!nick) { /* ADN_FULLNAME */
230 if (!nick) { /* ADN_FULLNAME */
242 if (nick) {
261 if (!nick) { /* ADN_FULLNAME */
277 if (nick) {
280 return (nick
[all...]
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlbridge.c1525 dladm_bridge_set_nick(const char *bridge, uint16_t nick) argument
1554 nick))
/illumos-gate/usr/src/uts/common/io/
H A Dtrill.c169 * Determines the outgoing link to reach a RBridge having the given nick
279 * on the distribution tree determined by the egress nick. Source addr (saddr)
295 /* Lookup the egress nick info, this is the DT root */
332 * Save the nick and look ahead to see if we should forward the
334 * nick and use the passed mblk when we can consume the passed
422 /* Drop if we received a packet with our nick as ingress */
516 * distribution tree specified in the egress nick.
547 /* Forward frame using the distribution tree specified by egress nick */
798 /* Check if our own nick is valid before we do any forwarding */
1121 trill_node_lookup(trill_inst_t *tip, uint16_t nick) argument
1137 trill_del_nick(trill_inst_t *tip, uint16_t nick, boolean_t lockheld) argument
1160 uint16_t nick; local
1323 uint16_t nick; local
[all...]
H A Dbridge.c895 fwd_alloc(const uint8_t *addr, uint_t nlinks, uint16_t nick) argument
906 bfp->bf_trill_nick = nick;
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_nss/common/
H A Dnss_spi.c1380 char *nick; local
1454 nick = PK11_GetPublicKeyNickname(pubnode->key);
1456 match = (nick &&
1457 (strcmp(nick, findLabel) == 0));
1466 keys[count].keylabel = nick;
1488 nick = PK11_GetPrivateKeyNickname(prinode->key);
1490 match = (nick &&
1491 (strcmp(nick, findLabel) == 0));
1500 keys[count].keylabel = nick;
1544 nick
[all...]

Completed in 87 milliseconds