Home
last modified time | relevance | path

Searched defs:n (Results 101 – 125 of 3084) sorted by relevance

12345678910>>...124

/illumos-gate/usr/src/contrib/ast/src/lib/libast/path/
H A Dpathnative.c55 size_t n; in pathnative() local
78 size_t n; in pathnative() local
113 size_t n; in pathnative() local
H A Dpathposix.c55 size_t n; in pathposix() local
78 size_t n; in pathposix() local
115 size_t n; in pathposix() local
/illumos-gate/usr/src/contrib/bhyve/dev/usb/controller/
H A Dxhcireg.h102 #define XHCI_DNCTRL_MASK(n) (1U << (n)) argument
116 #define XHCI_PORTSC(n) (0x3F0 + (0x10 * (n))) /* XHCI port status */ argument
143 #define XHCI_PORTPMSC(n) (0x3F4 + (0x10 * (n))) /* XHCI status and control */ argument
156 #define XHCI_PORTLI(n) (0x3F8 + (0x10 * (n))) /* XHCI port link info */ argument
158 #define XHCI_PORTRSV(n) (0x3FC + (0x10 * (n))) /* XHCI port reserved */ argument
163 #define XHCI_IMAN(n) (0x0020 + (0x20 * (n))) /* XHCI interrupt management */ argument
166 #define XHCI_IMOD(n) (0x0024 + (0x20 * (n))) /* XHCI interrupt moderation */ argument
173 #define XHCI_ERSTSZ(n) (0x0028 + (0x20 * (n))) /* XHCI event ring segment table size */ argument
176 #define XHCI_ERSTBA_LO(n) (0x0030 + (0x20 * (n))) /* XHCI event ring segment table BA */ argument
177 #define XHCI_ERSTBA_HI(n) (0x0034 + (0x20 * (n))) /* XHCI event ring segment table BA */ argument
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlmem.h24 #define luaM_reallocv(L,b,on,n,e) \ argument
31 #define luaM_freearray(L, b, n) luaM_reallocv(L, (b), n, 0, sizeof((b)[0])) argument
35 #define luaM_newvector(L,n,t) \ argument
44 #define luaM_reallocvector(L, v,oldn,n,t) \ argument
H A Dlfunc.h14 #define sizeCclosure(n) (cast(int, sizeof(CClosure)) + \ argument
17 #define sizeLclosure(n) (cast(int, sizeof(LClosure)) + \ argument
H A Dlua.h252 #define lua_call(L,n,r) lua_callk(L, (n), (r), 0, NULL) argument
258 #define lua_pcall(L,n,r,f) lua_pcallk(L, (n), (r), (f), 0, NULL) argument
272 #define lua_yield(L,n) lua_yieldk(L, (n), 0, NULL) argument
322 #define lua_pop(L,n) lua_settop(L, -(n)-1) argument
326 #define lua_register(L,n,f) (lua_pushcfunction(L, (f)), lua_setglobal(L, (n))) argument
330 #define lua_isfunction(L,n) (lua_type(L, (n)) == LUA_TFUNCTION) argument
331 #define lua_istable(L,n) (lua_type(L, (n)) == LUA_TTABLE) argument
332 #define lua_islightuserdata(L,n) (lua_type(L, (n)) == LUA_TLIGHTUSERDATA) argument
333 #define lua_isnil(L,n) (lua_type(L, (n)) == LUA_TNIL) argument
334 #define lua_isboolean(L,n) (lua_type(L, (n)) == LUA_TBOOLEAN) argument
[all …]
/illumos-gate/usr/src/lib/libpkg/common/
H A Dgpkglist.c75 next_n(int *n, char **nwpkg) in next_n()
121 int i, n; in gpkglist() local
312 int i, j, n = 0; in is_same_CATEGORY() local
344 int n = 0; in get_categories() local
/illumos-gate/usr/src/lib/libresolv/
H A Dres_send.c75 #define FD_SET(n, p) ((p)->fds_bits[(n)/NFDBITS] |= (1 << ((n) % NFDBITS))) argument
76 #define FD_CLR(n, p) ((p)->fds_bits[(n)/NFDBITS] &= ~(1 << ((n) % NFDBITS))) argument
77 #define FD_ISSET(n, p) ((p)->fds_bits[(n)/NFDBITS] & (1 << ((n) % NFDBITS))) argument
140 register int n; local
/illumos-gate/usr/src/cmd/mandoc/
H A Dman_macro.c95 struct roff_node *n; in man_unscope() local
162 struct roff_node *n; in rew_scope() local
343 struct roff_node *n; in blk_imp() local
386 struct roff_node *n; in in_line_eoln() local
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dsub2.c148 add(int **array, int n) in add()
315 int npos, curpos, n; in cgoto() local
490 notin(int n) in notin()
794 int temp[MAXPOSSTATE], k, neg[MAXPOSSTATE], n; in acompute() local
1139 rprint(int *a, char *s, int n) in rprint()
1156 shiftr(int *a, int n) in shiftr()
1164 upone(int *a, int n) in upone()
1172 bprint(char *a, char *s, int n) in bprint()
1194 padd(int **array, int n) in padd()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/astsa/
H A Dsfstr.c32 extend(Sfstr_t* p, int n) in extend()
119 int n; in sfputr() local
186 sfstrseek(Sfio_t* f, int n, int w) in sfstrseek()
196 sfstrset(Sfio_t* f, int n) in sfstrset()
232 sfwrite(Sfio_t* f, void* buf, int n) in sfwrite()
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppinput.c43 int n; in native() local
87 pppush(register int t, register char* s, register char* p, int n) in pppush()
267 ppinput(char* b, char* f, int n) in ppinput()
280 register int n; in ppexpand() local
461 unsigned long n; in ppload() local
/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfprintf.c55 ssize_t sfvsprintf(char* s, size_t n, const char* form, va_list args) in sfvsprintf()
94 ssize_t sfsprintf(char* s, size_t n, const char* form, ...) in sfsprintf()
107 reg size_t n; in sfsprintf() local
H A Dsfvprintf.c104 int n, v, w, k, n_s, base, fmt, flags; local
146 #define SMnputc(f,c,n) { if((o = SFNPUTC(f,c,n)) > 0 ) n_output += 1; \ argument
149 #define SMwrite(f,s,n) { if((o = SFWRITE(f,(Void_t*)s,n)) > 0 ) n_output += o; \ argument
157 #define SFnputc(f,c,n) SMnputc(f,c,n) argument
158 #define SFwrite(f,s,n) SMwrite(f,s,n) argument
167 #define SFnputc(f,c,n) { if(d+n <= endd) { while(n--) *d++ = (uchar)(c); } \ argument
170 #define SFwrite(f,s,n) { if(d+n <= endd) { while(n--) *d++ = (uchar)(*s++); } \ argument
/illumos-gate/usr/src/uts/intel/io/vmm/io/
H A Dvhpet.c126 vhpet_timer_msi_enabled(struct vhpet *vhpet, int n) in vhpet_timer_msi_enabled()
137 vhpet_timer_ioapic_pin(struct vhpet *vhpet, int n) in vhpet_timer_ioapic_pin()
171 vhpet_timer_clear_isr(struct vhpet *vhpet, int n) in vhpet_timer_clear_isr()
184 vhpet_periodic_timer(struct vhpet *vhpet, int n) in vhpet_periodic_timer()
191 vhpet_timer_interrupt_enabled(struct vhpet *vhpet, int n) in vhpet_timer_interrupt_enabled()
198 vhpet_timer_edge_trig(struct vhpet *vhpet, int n) in vhpet_timer_edge_trig()
211 vhpet_timer_interrupt(struct vhpet *vhpet, int n) in vhpet_timer_interrupt()
247 vhpet_adjust_compval(struct vhpet *vhpet, int n, uint32_t counter) in vhpet_adjust_compval()
277 const int n = vca->timer_num; in vhpet_handler() local
308 vhpet_stop_timer(struct vhpet *vhpet, int n, hrtime_t now) in vhpet_stop_timer()
[all …]
/illumos-gate/usr/src/cmd/lp/lib/filters/
H A Dconv.c220 n; local
257 n; local
371 register int n; local
410 register int n; local
/illumos-gate/usr/src/uts/common/sys/1394/
H A Ds1394.h282 #define SET_LINK_ACTIVE(n) ((n)->link_active = 1) argument
283 #define CLEAR_LINK_ACTIVE(n) ((n)->link_active = 0) argument
284 #define LINK_ACTIVE(n) \ argument
289 #define S1394_NODE_BUS_PWR_CONSUMER(n) \ argument
308 #define CLEAR_CFGROM_STATE(n) ((n)->cfgrom_state &= ~S1394_VALID_MASK) argument
309 #define CFGROM_VALID(n) \ argument
314 #define SET_CFGROM_NEW_ALLOC(n) ((n)->cfgrom_state |= S1394_CFGROM_NEW_ALLOC) argument
315 #define CLEAR_CFGROM_NEW_ALLOC(n) ((n)->cfgrom_state &= ~S1394_CFGROM_NEW_ALLOC) argument
316 #define CFGROM_NEW_ALLOC(n) \ argument
319 #define SET_CFGROM_BIB_READ(n) ((n)->cfgrom_state |= S1394_CFGROM_BIB_READ) argument
[all …]
/illumos-gate/usr/src/cmd/svr4pkg/pkgremove/
H A Dcheck.c79 int n; in rckrunlevel() local
158 int n; in rckdepend() local
208 int n; in rckpriv() local
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dfastfind.c118 typefix(char* buf, size_t n, register const char* t) in typefix()
687 register int n; in findread() local
932 register int n; in findwrite() local
1068 register int n; in findsync() local
1260 int n = 0; in findclose() local
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dgetn_ws.c47 int n; variable
64 int n; variable
83 int n; variable
H A Dgetnstr.c47 int n; variable
64 int n; variable
83 int n; variable
H A Din_wchn.c47 int n; variable
64 int n; variable
83 int n; variable
H A Dinchn.c47 int n; variable
64 int n; variable
83 int n; variable
H A Dinnstr.c47 int n; variable
64 int n; variable
83 int n; variable
H A Dinnwstr.c47 int n; variable
64 int n; variable
83 int n; variable

12345678910>>...124