/titanic_53/usr/src/cmd/fs.d/ufs/fsck/ |
H A D | pass3.c | 52 struct inoinfo **inpp, *inp; in pass3a() local 400 setcurino(struct inodesc *idesc, struct dinode *dp, struct inoinfo *inp) in setcurino() 417 struct inoinfo *inp = getinoinfo(orphan); in maybe_convert_attrdir_to_dir() local
|
H A D | pass2.c | 54 struct inoinfo **inpp, *inp; in pass2() local 399 struct inoinfo *inp; in pass2check() local
|
H A D | inode.c | 825 struct inoinfo *inp; in cacheino() local 855 struct inoinfo *inp; in getinoinfo() local 1428 init_inoinfo(struct inoinfo *inp, struct dinode *dp, fsck_ino_t inum) in init_inoinfo()
|
/titanic_53/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | fsm.c | 336 u_char *inp; local 413 fsm_rconfreq(f, id, inp, len) in fsm_rconfreq() argument 493 fsm_rconfack(f, id, inp, len) in fsm_rconfack() argument 550 fsm_rconfnakrej(f, code, id, inp, len) in fsm_rconfnakrej() argument 676 fsm_rcoderej(f, inp, len) in fsm_rcoderej() argument
|
H A D | chap.c | 374 u_char *inp; local 430 ChapReceiveChallenge(cstate, inp, id, len) in ChapReceiveChallenge() argument 569 ChapReceiveResponse(cstate, inp, id, len) in ChapReceiveResponse() argument 720 ChapReceiveSuccess(cstate, inp, id, len) in ChapReceiveSuccess() argument 761 ChapReceiveFailure(cstate, inp, id, len) in ChapReceiveFailure() argument
|
H A D | upap.c | 339 u_char *inp; local 389 upap_rauthreq(u, inp, id, len) in upap_rauthreq() argument 479 upap_rauthack(u, inp, id, len) in upap_rauthack() argument 532 upap_rauthnak(u, inp, id, len) in upap_rauthnak() argument
|
H A D | lcp.c | 676 lcp_extcode(f, code, id, inp, len) in lcp_extcode() argument 734 lcp_rprotrej(f, inp, len) in lcp_rprotrej() argument 792 lcp_coderej(f, code, id, inp, len) in lcp_coderej() argument 2916 lcp_received_echo_reply (f, id, inp, len) in lcp_received_echo_reply() argument 3070 lcp_received_identification (f, id, inp, len) in lcp_received_identification() argument 3118 lcp_received_timeremain(f, id, inp, len) in lcp_received_timeremain() argument
|
/titanic_53/usr/src/boot/include/netinet/ |
H A D | in_pcb.h | 432 #define INP_LOCK_INIT(inp, d, t) \ argument 434 #define INP_LOCK_DESTROY(inp) rw_destroy(&(inp)->inp_lock) argument 435 #define INP_RLOCK(inp) rw_rlock(&(inp)->inp_lock) argument 436 #define INP_WLOCK(inp) rw_wlock(&(inp)->inp_lock) argument 437 #define INP_TRY_RLOCK(inp) rw_try_rlock(&(inp)->inp_lock) argument 438 #define INP_TRY_WLOCK(inp) rw_try_wlock(&(inp)->inp_lock) argument 439 #define INP_RUNLOCK(inp) rw_runlock(&(inp)->inp_lock) argument 440 #define INP_WUNLOCK(inp) rw_wunlock(&(inp)->inp_lock) argument 441 #define INP_TRY_UPGRADE(inp) rw_try_upgrade(&(inp)->inp_lock) argument 442 #define INP_DOWNGRADE(inp) rw_downgrade(&(inp)->inp_lock) argument [all …]
|
/titanic_53/usr/src/uts/common/inet/ip/ |
H A D | inet_ntop.c | 269 __inet_pton(int af, char *inp, void *outp, int compat) in __inet_pton() 414 _inet_pton(int af, char *inp, void *outp) in _inet_pton() 424 inet_pton(int af, char *inp, void *outp) in inet_pton()
|
/titanic_53/usr/src/uts/common/io/net80211/ |
H A D | net80211_ioctl.c | 135 wldp_t *inp = (wldp_t *)(*mp)->b_rptr; in wifi_cfg_essid() local 169 wldp_t *inp = (wldp_t *)(*mp)->b_rptr; in wifi_cfg_bssid() local 203 wldp_t *inp = (wldp_t *)(*mp)->b_rptr; in wifi_cfg_nodename() local 260 wldp_t *inp = (wldp_t *)(*mp)->b_rptr; in wifi_cfg_phy() local 296 wldp_t *inp = (wldp_t *)(*mp)->b_rptr; in wifi_cfg_wepkey() local 338 wldp_t *inp = (wldp_t *)(*mp)->b_rptr; in wifi_cfg_keyid() local 383 wldp_t *inp = (wldp_t *)(*mp)->b_rptr; in wifi_cfg_authmode() local 417 wldp_t *inp = (wldp_t *)(*mp)->b_rptr; in wifi_cfg_encrypt() local 451 wldp_t *inp = (wldp_t *)(*mp)->b_rptr; in wifi_cfg_bsstype() local 488 wldp_t *inp = (wldp_t *)(*mp)->b_rptr; in wifi_cfg_createibss() local [all …]
|
/titanic_53/usr/src/lib/libcurses/screen/ |
H A D | wgetch.c | 60 int inp; in wgetch() local
|
H A D | tgetch.c | 65 chtype inp; in tgetch() local 189 _getkey(int blockpeek, chtype *inp) in _getkey() 606 _map_button(chtype *inp) in _map_button()
|
/titanic_53/usr/src/uts/common/io/scsi/targets/ |
H A D | ses_ses.c | 174 #define sget8(inp, idx, lval) lval = (((uchar_t *)(inp))[idx++]) argument 175 #define gget8(inp, idx, lval) lval = (((uchar_t *)(inp))[idx]) argument 177 #define sget16(inp, idx, lval) \ argument 181 #define gget16(inp, idx, lval) \ argument 185 #define sget24(inp, idx, lval) \ argument 190 #define gget24(inp, idx, lval) \ argument 195 #define sget32(inp, idx, lval) \ argument 201 #define gget32(inp, idx, lval) \ argument
|
/titanic_53/usr/src/ucblib/libcurses/ |
H A D | getch.c | 34 char inp; in wgetch() local
|
/titanic_53/usr/src/cmd/fs.d/udfs/fsck/ |
H A D | inode.c | 57 register struct fileinfo *inp; local
|
/titanic_53/usr/src/cmd/acct/ |
H A D | fwtmp.c | 105 inp(FILE *file, struct utmpx *u) in inp() function
|
/titanic_53/usr/src/lib/libdisasm/common/ |
H A D | dis_sparc_fmt.c | 698 fmt_call(dis_handle_t *dhp, uint32_t instr, const inst_t *inp, int idx) in fmt_call() 734 fmt_sethi(dis_handle_t *dhp, uint32_t instr, const inst_t *inp, int idx) in fmt_sethi() 773 fmt_branch(dis_handle_t *dhp, uint32_t instr, const inst_t *inp, int idx) in fmt_branch() 1003 fmt_ls(dis_handle_t *dhp, uint32_t instr, const inst_t *inp, int idx) in fmt_ls() 1248 fmt_cpop(dis_handle_t *dhp, uint32_t instr, const inst_t *inp) in fmt_cpop() 1273 dis_fmt_rdwr(dis_handle_t *dhp, uint32_t instr, const inst_t *inp, int idx) in dis_fmt_rdwr() 1486 fmt_trap(dis_handle_t *dhp, uint32_t instr, const inst_t *inp, int idx) in fmt_trap() 1530 prt_shift(dis_handle_t *dhp, uint32_t instr, const inst_t *inp) in prt_shift() 1563 prt_jmpl(dis_handle_t *dhp, uint32_t instr, const inst_t *inp, int idx) in prt_jmpl() 1603 fmt_alu(dis_handle_t *dhp, uint32_t instr, const inst_t *inp, int idx) in fmt_alu() [all …]
|
H A D | dis_sparc.c | 226 const inst_t *inp = NULL; in dis_sparc_disassemble() local
|
/titanic_53/usr/src/cmd/refer/ |
H A D | glue4.c | 27 char *inp, inb[500]; in grepcall() local
|
/titanic_53/usr/src/contrib/ast/src/lib/libpp/ |
H A D | ppcall.c | 447 struct ppinstk* inp; in ppcall() local
|
/titanic_53/usr/src/cmd/tcopy/ |
H A D | tcopy.c | 69 int n, nw, inp, outp; local
|
/titanic_53/usr/src/cmd/sendmail/src/ |
H A D | control.c | 275 char inp[MAXLINE]; local
|
/titanic_53/usr/src/contrib/ast/src/lib/libast/sfio/ |
H A D | sfvscanf.c | 63 int inp; /* last input character read */ member 308 reg int inp, shift, base, width; local
|
/titanic_53/usr/src/cmd/exstr/ |
H A D | exstr.c | 256 char *inp; local
|
/titanic_53/usr/src/common/util/ |
H A D | sscanf.c | 111 vsscanf(const char *inp, char const *fmt0, va_list ap) in vsscanf()
|