/src/sys/external/bsd/drm2/dist/drm/nouveau/nvif/ |
nouveau_nvif_client.c | 73 struct nvif_ioctl_nop_v0 nop; member in struct:nvif_client_init::__anon3a61dfc60108 74 } nop = {}; local in function:nvif_client_init 91 ret = nvif_client_ioctl(client, &nop, sizeof(nop)); 92 client->version = nop.nop.version;
|
nouveau_nvif_client.c | 73 struct nvif_ioctl_nop_v0 nop; member in struct:nvif_client_init::__anon3a61dfc60108 74 } nop = {}; local in function:nvif_client_init 91 ret = nvif_client_ioctl(client, &nop, sizeof(nop)); 92 client->version = nop.nop.version;
|
/src/lib/libkvm/ |
kvm_m68k.c | 87 struct name_ops *nop; local in function:_kvm_initvtop 103 for (nop = optbl; nop->name != NULL; nop++) 104 if (strcmp(nop->name, h->name) == 0) 107 vm->ops = nop->ops;
|
kvm_m68k.c | 87 struct name_ops *nop; local in function:_kvm_initvtop 103 for (nop = optbl; nop->name != NULL; nop++) 104 if (strcmp(nop->name, h->name) == 0) 107 vm->ops = nop->ops;
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/ |
kfd_kernel_queue.c | 50 union PM4_MES_TYPE_3_HEADER nop; local in function:kq_initialize 59 memset(&nop, 0, sizeof(nop)); 61 nop.opcode = IT_NOP; 62 nop.type = PM4_TYPE_3; 63 nop.u32all |= PM4_COUNT_ZERO; 66 kq->nop_packet = nop.u32all;
|
kfd_kernel_queue.c | 50 union PM4_MES_TYPE_3_HEADER nop; local in function:kq_initialize 59 memset(&nop, 0, sizeof(nop)); 61 nop.opcode = IT_NOP; 62 nop.type = PM4_TYPE_3; 63 nop.u32all |= PM4_COUNT_ZERO; 66 kq->nop_packet = nop.u32all;
|
/src/lib/libterminfo/ |
termcap.c | 229 printparam(char **dst, char p, bool *nop) 231 if (*nop) { 232 *nop = false; 304 bool nop; local in function:strval 328 nop = false; 355 nop = true; 366 nop = true; 376 l += printparam(&ip, p, &nop); 388 l += printparam(&ip, p, &nop); 416 nop = true [all...] |
termcap.c | 229 printparam(char **dst, char p, bool *nop) 231 if (*nop) { 232 *nop = false; 304 bool nop; local in function:strval 328 nop = false; 355 nop = true; 366 nop = true; 376 l += printparam(&ip, p, &nop); 388 l += printparam(&ip, p, &nop); 416 nop = true [all...] |
/src/sys/arch/hp300/dev/ |
ctreg.h | 74 char nop; member in struct:ct_srcmd 81 char nop; member in struct:ct_soptcmd
|
ctreg.h | 74 char nop; member in struct:ct_srcmd 81 char nop; member in struct:ct_soptcmd
|
/src/usr.bin/spell/spellprog/ |
spellprog.c | 127 static int nop(char *, const char *, const char *, size_t); 165 { .suf = "ytilb", .p1 = nop, .n1 = 0, 189 { .suf = "reta", .p1 = nop, .n1 = 0, 469 nop(char *ep, const char *d, const char *a, size_t lev) function in typeref:typename:int
|
spellprog.c | 127 static int nop(char *, const char *, const char *, size_t); 165 { .suf = "ytilb", .p1 = nop, .n1 = 0, 189 { .suf = "reta", .p1 = nop, .n1 = 0, 469 nop(char *ep, const char *d, const char *a, size_t lev) function in typeref:typename:int
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_vcn.h | 164 unsigned nop; member in struct:amdgpu_vcn_reg
|
amdgpu_vcn.h | 164 unsigned nop; member in struct:amdgpu_vcn_reg
|
amdgpu_ring.h | 119 u32 nop; member in struct:amdgpu_ring_funcs 153 /* insert NOP packets */ 289 ring->ring[i++] = ring->funcs->nop;
|
amdgpu_ring.h | 119 u32 nop; member in struct:amdgpu_ring_funcs 153 /* insert NOP packets */ 289 ring->ring[i++] = ring->funcs->nop;
|
/src/usr.sbin/gspa/gspa/ |
gsp_inst.c | 62 #define NOP 0 /* no operands */ 141 {"CLRC",0x0320, NOP, {0, 0, 0, 0}}, 148 {"DINT",0x0360, NOP, {0, 0, 0, 0}}, 156 {"EINT",0x0D60, NOP, {0, 0, 0, 0}}, 157 {"EMU", 0x0100, NOP, {0, 0, 0, 0}}, 225 {"NOP", 0x0300, NOP, {0, 0, 0, 0}}, 231 {"POPST",0x01C0,NOP, {0, 0, 0, 0}}, 232 {"PUSHST",0x01E0,NOP, {0, 0, 0, 0}}, 234 {"RETI",0x0940, NOP, {0, 0, 0, 0}} 274 unsigned nop; local in function:do_statement [all...] |
gsp_inst.c | 62 #define NOP 0 /* no operands */ 141 {"CLRC",0x0320, NOP, {0, 0, 0, 0}}, 148 {"DINT",0x0360, NOP, {0, 0, 0, 0}}, 156 {"EINT",0x0D60, NOP, {0, 0, 0, 0}}, 157 {"EMU", 0x0100, NOP, {0, 0, 0, 0}}, 225 {"NOP", 0x0300, NOP, {0, 0, 0, 0}}, 231 {"POPST",0x01C0,NOP, {0, 0, 0, 0}}, 232 {"PUSHST",0x01E0,NOP, {0, 0, 0, 0}}, 234 {"RETI",0x0940, NOP, {0, 0, 0, 0}} 274 unsigned nop; local in function:do_statement [all...] |
/src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
selftest_lrc.c | 700 struct i915_request *rq, *nop; local in function:live_timeslice_queue 723 /* ELSP[1]: nop request */ 724 nop = nop_request(engine); 725 if (IS_ERR(nop)) { 726 err = PTR_ERR(nop); 729 err = wait_for_submit(engine, nop, HZ / 2); 730 i915_request_put(nop); 732 pr_err("%s: Timed out trying to submit nop\n",
|
selftest_lrc.c | 700 struct i915_request *rq, *nop; local in function:live_timeslice_queue 723 /* ELSP[1]: nop request */ 724 nop = nop_request(engine); 725 if (IS_ERR(nop)) { 726 err = PTR_ERR(nop); 729 err = wait_for_submit(engine, nop, HZ / 2); 730 i915_request_put(nop); 732 pr_err("%s: Timed out trying to submit nop\n",
|
/src/usr.bin/dc/ |
bcode.c | 125 static void nop(void); 147 { ' ', nop }, 184 { 'M', nop }, 194 { '\f', nop }, 195 { '\n', nop }, 196 { '\r', nop }, 197 { '\t', nop }, 1544 nop(void) function in typeref:typename:void
|
bcode.c | 125 static void nop(void); 147 { ' ', nop }, 184 { 'M', nop }, 194 { '\f', nop }, 195 { '\n', nop }, 196 { '\r', nop }, 197 { '\t', nop }, 1544 nop(void) function in typeref:typename:void
|
/src/sys/fs/nfs/client/ |
nfs_clstate.c | 217 struct nfsclopen *op = NULL, *nop = NULL; 237 MALLOC(nop, struct nfsclopen *, sizeof (struct nfsclopen) + 242 if (nop != NULL) 243 FREE((caddr_t)nop, M_NFSCLOPEN); 282 nfscl_newopen(clp, dp, &owp, &nowp, &op, &nop, own, nfhp, fhlen, 290 if (nfhp != NULL && dp != NULL && nop == NULL) 311 if (nop != NULL) 312 FREE((caddr_t)nop, M_NFSCLOPEN); 330 struct nfsclopen *op, *nop; local in function:nfscl_newopen 337 nop = *nopp 1569 struct nfsclopen *op, *nop; local in function:nfscl_cleanclient 1588 struct nfsclopen *op, *nop, *top; local in function:nfscl_expireclient 1882 struct nfsclopen *op, *nop; local in function:nfscl_recover 3939 struct nfsclopen *op, *nop; local in function:nfscl_moveopen [all...] |
nfs_clstate.c | 217 struct nfsclopen *op = NULL, *nop = NULL; 237 MALLOC(nop, struct nfsclopen *, sizeof (struct nfsclopen) + 242 if (nop != NULL) 243 FREE((caddr_t)nop, M_NFSCLOPEN); 282 nfscl_newopen(clp, dp, &owp, &nowp, &op, &nop, own, nfhp, fhlen, 290 if (nfhp != NULL && dp != NULL && nop == NULL) 311 if (nop != NULL) 312 FREE((caddr_t)nop, M_NFSCLOPEN); 330 struct nfsclopen *op, *nop; local in function:nfscl_newopen 337 nop = *nopp 1569 struct nfsclopen *op, *nop; local in function:nfscl_cleanclient 1588 struct nfsclopen *op, *nop, *top; local in function:nfscl_expireclient 1882 struct nfsclopen *op, *nop; local in function:nfscl_recover 3939 struct nfsclopen *op, *nop; local in function:nfscl_moveopen [all...] |
/src/usr.bin/xlint/lint1/ |
tree.c | 1347 op_t nop = rn->tn_type->t_bitfield ? FSEL : INDIR; local in function:build_struct_access 1348 ntn = build_op(nop, sys, ntn->tn_type->t_subt, ntn, NULL);
|