Home
last modified time | relevance | path

Searched refs:RCODE (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_netbios.h250 #define RCODE(x) ((x) & NAME_RCODE_MASK) macro
251 #define POSITIVE_RESPONSE(x) (RCODE(x) == 0)
252 #define NEGATIVE_RESPONSE(x) (RCODE(x) != 0)
H A Dsmbns_netbios_name.c375 if (RCODE(info) == RCODE_CFT_ERR) { in smb_netbios_process_response()
377 rc = -RCODE(info); in smb_netbios_process_response()
404 rc = -RCODE(info); in smb_netbios_process_response()
/titanic_44/usr/src/cmd/cron/
H A Dcron.h55 #define RCODE(x) (((x)>>8)&0377) macro
H A Dcron.c3045 if ((ret = RCODE(rc)) != 0) in logit()