Home
last modified time | relevance | path

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

/illumos-gate/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.c377 if (RCODE(info) == RCODE_CFT_ERR) { in smb_netbios_process_response()
379 rc = -RCODE(info); in smb_netbios_process_response()
406 rc = -RCODE(info); in smb_netbios_process_response()
/illumos-gate/usr/src/cmd/cron/
H A Dcron.h60 #define RCODE(x) (((x)>>8)&0377) macro
H A Dcron.c3011 if ((ret = RCODE(rc)) != 0) in logit()